Commit Graph

49637 Commits (0f76294260b92849c4958fb706ecd5b5cd73e40e)
 

Author SHA1 Message Date
Peter Geoghegan 5da8bf8bbb Avoid CREATE INDEX unique index deduplication. 5 years ago
Tom Lane 7fe3083f4c Ensure that distributed timezone abbreviation files are plain ASCII. 5 years ago
Peter Eisentraut 20ef355163 Fix whitespace 5 years ago
Peter Eisentraut 44f34365b8 Resolve gratuitous tabs in SQL file 5 years ago
Amit Kapila 01160a3de3 Fix signal handler setup for SIGHUP in the apply launcher process. 5 years ago
Thomas Munro cdc7169509 Use MinimalTuple for tuple queues. 5 years ago
Thomas Munro d2bddc2500 Add huge_page_size setting for use on Linux. 5 years ago
Andrew Dunstan d66b23b032 Enable almost all TAP tests involving symlinks on Windows 5 years ago
Michael Paquier 932f9fb504 Switch pg_test_fsync to use binary mode on Windows 5 years ago
Peter Eisentraut ed2c7f65bd pg_dump: Reorganize dumpFunc() and dumpAgg() 5 years ago
Michael Paquier 1d09fb1f0a Fix handling of missing files when using pg_rewind with online source 5 years ago
Michael Paquier e949137397 Fix compilation failure with sepgsql 5 years ago
Michael Paquier 2a10fdc430 Eliminate cache lookup errors in SQL functions for object addresses 5 years ago
Tom Lane 689696c711 Fix bitmap AND/OR scans on the inside of a nestloop partition-wise join. 5 years ago
Peter Eisentraut de8feb1f3a Fix -Wcast-function-type warnings 5 years ago
David Rowley 101f903e51 Add comment to explain an unused function parameter 5 years ago
David Rowley f1fcf2d3b2 Fix timing issue with ALTER TABLE's validate constraint 5 years ago
Michael Paquier b8401c32ba Fix some header identifications 5 years ago
Michael Paquier 9168793d72 Fix comments related to table AMs 5 years ago
Tom Lane a742ecf9c6 Cope with lateral references in the quals of a subquery RTE. 5 years ago
Alvaro Herrera b5b4c0fef9
Fix uninitialized value in segno calculation 5 years ago
Tom Lane 25fe5ac45a Fix bugs in libpq's management of GSS encryption state. 5 years ago
Alexander Korotkov 8d2ed66e41 Improvements to psql \dAo and \dAp commands 5 years ago
Jeff Davis 2302302236 HashAgg: before spilling tuples, set unneeded columns to NULL. 5 years ago
Jeff Davis 0babd10980 Revert "Use CP_SMALL_TLIST for hash aggregate" 5 years ago
Amit Kapila d973747281 Revert "Track statistics for spilling of changes from ReorderBuffer". 5 years ago
Michael Paquier 5bfe6a3c48 Fix timestamp range handling in regression tests of modules/commit_ts/ 5 years ago
Michael Paquier ea3e15d169 Fix test failure with -DENFORCE_REGRESSION_TEST_NAME_RESTRICTIONS 5 years ago
Michael Paquier b1e48bbe64 Include replication origins in SQL functions for commit timestamp 5 years ago
Tom Lane cd22d3cdb9 Avoid useless buffer allocations during binary COPY FROM. 5 years ago
Tom Lane ea9125304d Avoid trying to restore table ACLs and per-column ACLs in parallel. 5 years ago
Peter Eisentraut 64fe120b57 doc: Add link from pg_dump --encoding to supported encodings 5 years ago
Michael Paquier cc35d8933a Rename field "relkind" to "objtype" for CTAS and ALTER TABLE nodes 5 years ago
Alexander Korotkov df646509f3 Forbid numeric NaN in jsonpath 5 years ago
Alexander Korotkov 0657181167 Improve error reporting for jsonpath .double() method 5 years ago
Tom Lane e91cd951b1 Doc: update or remove dead external links. 5 years ago
Peter Eisentraut 72a16cb3ee Add missing <application> tags in application doc <refentrytitle>s 5 years ago
Michael Paquier 61be85afab Revert "Remove reset of testtablespace from pg_regress on Windows" 5 years ago
Peter Eisentraut ff61359ad7 Log the location field before any backtrace 5 years ago
Alvaro Herrera 986529ce40
Remove WARNING message from brin_desummarize_range 5 years ago
Tom Lane 183926da31 Fix pg_current_logfile() to not emit a carriage return on Windows. 5 years ago
Tom Lane ffb4cee43b Further tighten Windows CRLF conversion in our TAP test scripts. 5 years ago
Peter Eisentraut 991c444e7a pg_dump: Further reorganize getTableAttrs() 5 years ago
Fujii Masao a5cd7047e7 doc: Correct the description about the length of pg_stat_activity.query. 5 years ago
Tom Lane 91bdf499b3 Tighten up Windows CRLF conversion in our TAP test scripts. 5 years ago
David Rowley 2b7dbc0db6 Fix whitespace in HashAgg EXPLAIN ANALYZE 5 years ago
Andres Freund a9a4a7ad56 code: replace most remaining uses of 'master'. 5 years ago
Andres Freund 7c89f8a5b8 docs: replace 'master process' with 'supervisor process' where appropriate. 5 years ago
Andres Freund 09dfd43011 docs: replace 'master' with 'root' where appropriate. 5 years ago
Andres Freund 9e101cf606 docs: replace 'master' with 'primary' where appropriate. 5 years ago