Commit Graph

49555 Commits (c3fe108c025e4a080315562d4c15ecbe3f00405e)
 

Author SHA1 Message Date
Fujii Masao c3fe108c02 Rename wal_keep_segments to wal_keep_size. 6 years ago
Amit Kapila 0bead9af48 Immediately WAL-log subtransaction and top-level XID association. 6 years ago
Fujii Masao d05b172a76 Add generic_plans and custom_plans fields into pg_prepared_statements. 6 years ago
Amit Kapila 044dc7b964 Fix minor typo in nodeIncrementalSort.c. 6 years ago
Peter Geoghegan a766d6ca22 Avoid harmless Valgrind no-buffer-pin errors. 6 years ago
Peter Geoghegan 46ef520b95 Mark buffers as defined to Valgrind consistently. 6 years ago
Tom Lane 72eab84a56 Correctly mark pg_subscription.subslotname as nullable. 6 years ago
Peter Eisentraut 4d3db13621 Define OPENSSL_API_COMPAT 6 years ago
Tom Lane 9b14280b20 Fix replication/worker_internal.h to compile without other headers. 6 years ago
Tom Lane 9de77b5453 Allow logical replication to transfer data in binary format. 6 years ago
Michael Paquier 9add405014 doc: Refresh more URLs in the docs 6 years ago
Amit Kapila f41fbee7e7 Adjust minor comment in reorderbuffer.c. 6 years ago
Amit Kapila df7c5cb16e Fix comments in reorderbuffer.c. 6 years ago
Michael Paquier b74d449a02 doc: Fix description of \copy for psql 6 years ago
Peter Geoghegan 564ce62164 Rename "hash_mem" local variable. 6 years ago
Peter Geoghegan 1e0dfd166b Add Valgrind buffer access instrumentation. 6 years ago
Tom Lane f009591d6e Cope with data-offset-less archive files during out-of-order restores. 6 years ago
Tom Lane a8d0732ac2 Remove manual tracking of file position in pg_dump/pg_backup_custom.c. 6 years ago
Peter Geoghegan 5da8bf8bbb Avoid CREATE INDEX unique index deduplication. 6 years ago
Tom Lane 7fe3083f4c Ensure that distributed timezone abbreviation files are plain ASCII. 6 years ago
Peter Eisentraut 20ef355163 Fix whitespace 6 years ago
Peter Eisentraut 44f34365b8 Resolve gratuitous tabs in SQL file 6 years ago
Amit Kapila 01160a3de3 Fix signal handler setup for SIGHUP in the apply launcher process. 6 years ago
Thomas Munro cdc7169509 Use MinimalTuple for tuple queues. 6 years ago
Thomas Munro d2bddc2500 Add huge_page_size setting for use on Linux. 6 years ago
Andrew Dunstan d66b23b032 Enable almost all TAP tests involving symlinks on Windows 6 years ago
Michael Paquier 932f9fb504 Switch pg_test_fsync to use binary mode on Windows 6 years ago
Peter Eisentraut ed2c7f65bd pg_dump: Reorganize dumpFunc() and dumpAgg() 6 years ago
Michael Paquier 1d09fb1f0a Fix handling of missing files when using pg_rewind with online source 6 years ago
Michael Paquier e949137397 Fix compilation failure with sepgsql 6 years ago
Michael Paquier 2a10fdc430 Eliminate cache lookup errors in SQL functions for object addresses 6 years ago
Tom Lane 689696c711 Fix bitmap AND/OR scans on the inside of a nestloop partition-wise join. 6 years ago
Peter Eisentraut de8feb1f3a Fix -Wcast-function-type warnings 6 years ago
David Rowley 101f903e51 Add comment to explain an unused function parameter 6 years ago
David Rowley f1fcf2d3b2 Fix timing issue with ALTER TABLE's validate constraint 6 years ago
Michael Paquier b8401c32ba Fix some header identifications 6 years ago
Michael Paquier 9168793d72 Fix comments related to table AMs 6 years ago
Tom Lane a742ecf9c6 Cope with lateral references in the quals of a subquery RTE. 6 years ago
Alvaro Herrera b5b4c0fef9
Fix uninitialized value in segno calculation 6 years ago
Tom Lane 25fe5ac45a Fix bugs in libpq's management of GSS encryption state. 6 years ago
Alexander Korotkov 8d2ed66e41 Improvements to psql \dAo and \dAp commands 6 years ago
Jeff Davis 2302302236 HashAgg: before spilling tuples, set unneeded columns to NULL. 6 years ago
Jeff Davis 0babd10980 Revert "Use CP_SMALL_TLIST for hash aggregate" 6 years ago
Amit Kapila d973747281 Revert "Track statistics for spilling of changes from ReorderBuffer". 6 years ago
Michael Paquier 5bfe6a3c48 Fix timestamp range handling in regression tests of modules/commit_ts/ 6 years ago
Michael Paquier ea3e15d169 Fix test failure with -DENFORCE_REGRESSION_TEST_NAME_RESTRICTIONS 6 years ago
Michael Paquier b1e48bbe64 Include replication origins in SQL functions for commit timestamp 6 years ago
Tom Lane cd22d3cdb9 Avoid useless buffer allocations during binary COPY FROM. 6 years ago
Tom Lane ea9125304d Avoid trying to restore table ACLs and per-column ACLs in parallel. 6 years ago
Peter Eisentraut 64fe120b57 doc: Add link from pg_dump --encoding to supported encodings 6 years ago