2018-09-18 |
Alexander Korotkov | Add support for nearest-neighbor (KNN) searches to... |
commit | commitdiff | tree |
2018-09-18 |
Tom Lane | Add a debugging option to stress-test outfuncs.c and... |
commit | commitdiff | tree |
2018-09-18 |
Tom Lane | Fix some minor issues exposed by outfuncs/readfuncs... |
commit | commitdiff | tree |
2018-09-18 |
Tom Lane | Fix some probably-minor oversights in readfuncs.c. |
commit | commitdiff | tree |
2018-09-18 |
Thomas Munro | Allow DSM allocation to be interrupted. |
commit | commitdiff | tree |
2018-09-18 |
Michael Paquier | Refactor routines for subscription and publication... |
commit | commitdiff | tree |
2018-09-17 |
Tom Lane | Fix parsetree representation of XMLTABLE(XMLNAMESPACES... |
commit | commitdiff | tree |
2018-09-17 |
Tom Lane | Remove dead code from pop_next_work_item(). |
commit | commitdiff | tree |
2018-09-17 |
Tom Lane | Fix pgbench lexer's "continuation" rule to cope with... |
commit | commitdiff | tree |
2018-09-16 |
Peter Eisentraut | Add list of acknowledgments to release notes |
commit | commitdiff | tree |
2018-09-16 |
Andrew Gierth | Fix out-of-tree build for transform modules. |
commit | commitdiff | tree |
2018-09-16 |
Tom Lane | Add outfuncs.c support for RawStmt nodes. |
commit | commitdiff | tree |
2018-09-16 |
Bruce Momjian | doc: clarify pg_basebackup's -C/--create-slot description |
commit | commitdiff | tree |
2018-09-15 |
Tom Lane | In v11, disable JIT by default (it's still enabled... |
commit | commitdiff | tree |
2018-09-15 |
Tom Lane | Fix failure with initplans used conditionally during... |
commit | commitdiff | tree |
2018-09-14 |
Alvaro Herrera | Move PartitionDispatchData struct definition to execPar... |
commit | commitdiff | tree |
2018-09-14 |
Tom Lane | Improve parallel scheduling logic in pg_dump/pg_restore. |
commit | commitdiff | tree |
2018-09-14 |
Alvaro Herrera | Fix ALTER/TYPE on columns referenced by FKs in partitio... |
commit | commitdiff | tree |
2018-09-14 |
Andrew Gierth | Order active window clauses for greater reuse of Sort... |
commit | commitdiff | tree |
2018-09-14 |
Amit Kapila | Don't allow LIMIT/OFFSET clause within sub-selects... |
commit | commitdiff | tree |
2018-09-14 |
Michael Paquier | Allow concurrent-safe open() and fopen() in frontend... |
commit | commitdiff | tree |
2018-09-13 |
Michael Paquier | Improve autovacuum logging for aggressive and anti... |
commit | commitdiff | tree |
2018-09-13 |
Peter Eisentraut | Message style improvements |
commit | commitdiff | tree |
2018-09-13 |
Andres Freund | Detect LLVM 7 without specifying binaries explicitly. |
commit | commitdiff | tree |
2018-09-13 |
Tom Lane | Attempt to identify system timezone by reading /etc... |
commit | commitdiff | tree |
2018-09-13 |
Amit Kapila | Attach FPI to the first record after full_page_writes... |
commit | commitdiff | tree |
2018-09-13 |
Michael Paquier | Simplify static function in extension.c |
commit | commitdiff | tree |
2018-09-13 |
Peter Eisentraut | Simplify index tuple descriptor initialization |
commit | commitdiff | tree |
2018-09-12 |
Tom Lane | Minor fixes for psql tab completion. |
commit | commitdiff | tree |
2018-09-12 |
Andrew Gierth | Repair bug in regexp split performance improvements. |
commit | commitdiff | tree |
2018-09-12 |
Peter Eisentraut | ecpg: Change --version output to common style |
commit | commitdiff | tree |
2018-09-11 |
Tom Lane | Add PQresultMemorySize function to report allocated... |
commit | commitdiff | tree |
2018-09-11 |
Michael Paquier | Parse more strictly integer parameters from connection... |
commit | commitdiff | tree |
2018-09-11 |
Bruce Momjian | doc: adjust PG 11 release notes |
commit | commitdiff | tree |
2018-09-11 |
Tom Lane | Remove ruleutils.c's special case for BIT [VARYING... |
commit | commitdiff | tree |
2018-09-11 |
Andrew Gierth | Repair double-free in SP-GIST rescan (bug #15378) |
commit | commitdiff | tree |
2018-09-11 |
Tom Lane | Use -Bsymbolic for shared libraries on HP-UX and Solaris. |
commit | commitdiff | tree |
2018-09-10 |
Tom Lane | Hide a static inline from FRONTEND code. |
commit | commitdiff | tree |
2018-09-09 |
Tom Lane | Prevent mis-linking of src/port and src/common function... |
commit | commitdiff | tree |
2018-09-09 |
Alexander Korotkov | Improve behavior of to_timestamp()/to_date() functions |
commit | commitdiff | tree |
2018-09-09 |
Alexander Korotkov | Fix past pd_upper write in ginRedoRecompress() |
commit | commitdiff | tree |
2018-09-09 |
Tom Lane | Work around stdbool problem in dfmgr.c. |
commit | commitdiff | tree |
2018-09-09 |
Tom Lane | Install a check for mis-linking of src/port and src... |
commit | commitdiff | tree |
2018-09-09 |
Noah Misch | Allow ENOENT in check_mode_recursive(). |
commit | commitdiff | tree |
2018-09-08 |
Noah Misch | Fix logical subscriber wait in test. |
commit | commitdiff | tree |
2018-09-08 |
Tom Lane | Minor cleanup/future-proofing for pg_saslprep(). |
commit | commitdiff | tree |
2018-09-08 |
Michael Paquier | Remove duplicated words split across lines in comments |
commit | commitdiff | tree |
2018-09-08 |
Tom Lane | Save/restore SPI's global variables in SPI_connect... |
commit | commitdiff | tree |
2018-09-07 |
Tom Lane | Limit depth of forced recursion for CLOBBER_CACHE_RECUR... |
commit | commitdiff | tree |
2018-09-07 |
Tom Lane | Fix longstanding recursion hazard in sinval message... |
commit | commitdiff | tree |
2018-09-07 |
Michael Paquier | Improve handling of corrupted two-phase state files... |
commit | commitdiff | tree |
2018-09-07 |
Andrew Gierth | Refactor installation of extension headers. |
commit | commitdiff | tree |
2018-09-07 |
Peter Eisentraut | libpq: Change "options" dispchar to normal |
commit | commitdiff | tree |
2018-09-07 |
Peter Eisentraut | Use C99 designated initializers for some structs |
commit | commitdiff | tree |
2018-09-06 |
Tom Lane | Fix inconsistent argument naming. |
commit | commitdiff | tree |
2018-09-06 |
Tom Lane | Make contrib/unaccent's unaccent() function work when... |
commit | commitdiff | tree |
2018-09-06 |
Peter Eisentraut | Refactor dlopen() support |
commit | commitdiff | tree |
2018-09-06 |
Amit Kapila | Fix the overrun in hash index metapage for smaller... |
commit | commitdiff | tree |
2018-09-05 |
Andrew Gierth | Allow extensions to install built as well as unbuilt... |
commit | commitdiff | tree |
2018-09-05 |
Tom Lane | Remove no-longer-used variable. |
commit | commitdiff | tree |
2018-09-05 |
Tom Lane | Make argument names of pg_get_object_address consistent... |
commit | commitdiff | tree |
2018-09-05 |
Alvaro Herrera | Simplify partitioned table creation vs. relcache |
commit | commitdiff | tree |
2018-09-05 |
Peter Eisentraut | PL/Python: Remove use of simple slicing API |
commit | commitdiff | tree |
2018-09-05 |
Bruce Momjian | docs: improve AT TIME ZONE description |
commit | commitdiff | tree |
2018-09-04 |
Michael Paquier | Improve some error message strings and errcodes |
commit | commitdiff | tree |
2018-09-04 |
Tom Lane | Fully enforce uniqueness of constraint names. |
commit | commitdiff | tree |
2018-09-04 |
Tom Lane | Clean up after TAP tests in oid2name and vacuumlo. |
commit | commitdiff | tree |
2018-09-04 |
Amit Kapila | Prohibit pushing subqueries containing window function... |
commit | commitdiff | tree |
2018-09-04 |
Amit Kapila | During the split, set checksum on an empty hash index... |
commit | commitdiff | tree |
2018-09-03 |
Alvaro Herrera | Remove pg_constraint.conincluding |
commit | commitdiff | tree |
2018-09-03 |
Tomas Vondra | Fix memory leak in TRUNCATE decoding |
commit | commitdiff | tree |
2018-09-02 |
Michael Paquier | Fix initial sync of slot parent directory when restorin... |
commit | commitdiff | tree |
2018-09-01 |
Tom Lane | Doc: fix oversights in "Client/Server Character Set... |
commit | commitdiff | tree |
2018-09-01 |
Tom Lane | Avoid using potentially-under-aligned page buffers. |
commit | commitdiff | tree |
2018-09-01 |
Thomas Munro | Add Greek characters to unaccent.rules. |
commit | commitdiff | tree |
2018-09-01 |
Alexander Korotkov | Implement "pg_ctl logrotate" command |
commit | commitdiff | tree |
2018-09-01 |
Noah Misch | Ignore server-side delays when enforcing wal_sender_tim... |
commit | commitdiff | tree |
2018-09-01 |
Andres Freund | Fix 8a934d677 for libc++ and make more include order... |
commit | commitdiff | tree |
2018-08-31 |
Tom Lane | Fix psql's \dC command to annotate I/O conversion casts... |
commit | commitdiff | tree |
2018-08-31 |
Michael Paquier | Ensure correct minimum consistent point on standbys |
commit | commitdiff | tree |
2018-08-31 |
Tom Lane | Code review for pg_verify_checksums.c. |
commit | commitdiff | tree |
2018-08-31 |
Alexander Korotkov | Enforce cube dimension limit in all cube construction... |
commit | commitdiff | tree |
2018-08-31 |
Alexander Korotkov | Split contrib/cube platform-depended checks into separa... |
commit | commitdiff | tree |
2018-08-31 |
Tom Lane | Make checksum_impl.h safe to compile with -fstrict... |
commit | commitdiff | tree |
2018-08-31 |
Etsuro Fujita | Disable support for partitionwise joins in problematic... |
commit | commitdiff | tree |
2018-08-31 |
Amit Kapila | Fix pg_verify_checksums on Windows. |
commit | commitdiff | tree |
2018-08-31 |
Etsuro Fujita | Remove extra word from src/backend/optimizer/README |
commit | commitdiff | tree |
2018-08-30 |
Peter Eisentraut | Add semicolons to end of internally run queries |
commit | commitdiff | tree |
2018-08-30 |
Peter Eisentraut | pg_dump: Reorganize getTableAttrs() |
commit | commitdiff | tree |
2018-08-30 |
Alvaro Herrera | pg_verify_checksums: rename -d to --verbose |
commit | commitdiff | tree |
2018-08-30 |
Alvaro Herrera | Mention change of width of values generated by SERIAL... |
commit | commitdiff | tree |
2018-08-30 |
Peter Eisentraut | Error position support for partition specifications |
commit | commitdiff | tree |
2018-08-30 |
Peter Eisentraut | Error position support for defaults and check constraints |
commit | commitdiff | tree |
2018-08-30 |
Heikki Linnakangas | Fix IndexInfo comments. |
commit | commitdiff | tree |
2018-08-30 |
Michael Paquier | Stop bgworkers during fast shutdown with postmaster... |
commit | commitdiff | tree |
2018-08-28 |
Tom Lane | Make pg_restore's identify_locking_dependencies() more... |
commit | commitdiff | tree |
2018-08-28 |
Tom Lane | Code review for pg_dump's handling of ALTER INDEX ATTAC... |
commit | commitdiff | tree |
2018-08-28 |
Tom Lane | Include contrib modules in the temp installation even... |
commit | commitdiff | tree |
2018-08-28 |
Andrew Gierth | postgres_fdw: don't push ORDER BY with no vars (bug... |
commit | commitdiff | tree |
2018-08-28 |
Michael Paquier | Rework option set of vacuumlo |
commit | commitdiff | tree |
next |