Commit Graph

49493 Commits (91bdf499b37b0bbef34e2bab5cc40dde52bda52c)
 

Author SHA1 Message Date
Tom Lane 91bdf499b3 Tighten up Windows CRLF conversion in our TAP test scripts. 6 years ago
David Rowley 2b7dbc0db6 Fix whitespace in HashAgg EXPLAIN ANALYZE 6 years ago
Andres Freund a9a4a7ad56 code: replace most remaining uses of 'master'. 6 years ago
Andres Freund 7c89f8a5b8 docs: replace 'master process' with 'supervisor process' where appropriate. 6 years ago
Andres Freund 09dfd43011 docs: replace 'master' with 'root' where appropriate. 6 years ago
Andres Freund 9e101cf606 docs: replace 'master' with 'primary' where appropriate. 6 years ago
Andres Freund e07633646a code: replace 'master' with 'leader' where appropriate. 6 years ago
Andres Freund 5e7bbb5286 code: replace 'master' with 'primary' where appropriate. 6 years ago
Andres Freund 229f8c219f tap tests: replace 'master' with 'primary'. 6 years ago
Alvaro Herrera 2661a793ff
Don't treat DumpOptions->dump_inserts like a boolean 6 years ago
Tom Lane 1c4e88e2fe Add test coverage for pg_current_logfile() function. 6 years ago
Fujii Masao 654242fd81 Fix incorrect variable datatype. 6 years ago
Peter Eisentraut eb2c8a8f81 Remove junk in test file 6 years ago
Magnus Hagander 98f0eba5b7 Fix typo 6 years ago
Fujii Masao 5e574d170e Fix function name in comment. 6 years ago
Michael Paquier d92be26910 doc: Fix inconsistencies in GIN, BRIN and SP-GiST for optional opclass methods 6 years ago
Tom Lane 3f96af4619 Un-break pg_upgrade from pre-v12 servers. 6 years ago
Tom Lane f3faf35f37 Don't create pg_type entries for sequences or toast tables. 6 years ago
Alvaro Herrera a8aaa0c786
Morph pg_replication_slots.min_safe_lsn to safe_wal_size 6 years ago
Magnus Hagander 6a5c750f3f Check ssl_in_use flag when reporting statistics 6 years ago
Peter Eisentraut 71ec58e7fc Resolve gratuitous tabs in test SQL file 6 years ago
Peter Geoghegan 28c16f4947 Remove unnecessary PageIsEmpty() nbtree build check. 6 years ago
Tom Lane f7f70d5e22 Create composite array types for initdb-created relations. 6 years ago
Peter Eisentraut bae9e8a58b Fix typo in test 6 years ago
Fujii Masao 321fa6a4a2 doc: Add note about possible performance overhead by enabling track_planning. 6 years ago
Michael Paquier aa38434824 Refactor routines for name lookups of procedures and operators 6 years ago
Amit Kapila 04c7f4144f Remove extra whitespace in comments atop ReorderBufferCheckMemoryLimit. 6 years ago
Michael Paquier 1185c78294 Add new flag to format_type_extended() to get NULL for undefined type 6 years ago
Amit Kapila 231ef5b90d Remove unused function parameter in end_parallel_vacuum. 6 years ago
Michael Paquier 404b912c5c Improve perl script in MSVC to build binaries 6 years ago
Tom Lane fe2e206cdb Inline the fast path of plpgsql's exec_cast_value(). 6 years ago
Peter Eisentraut 90b2d8c1ad doc: Spell checking 6 years ago
Michael Paquier 8cea55e99b doc: Fix incorrect reference to textout in plpgsql examples 6 years ago
Peter Eisentraut e61225ffab Rename enable_incrementalsort for clarity 6 years ago
Joe Conway 1d05627fcf Fix "ignoring return value" complaints from commit 96d1f423f9 6 years ago
Joe Conway 96d1f423f9 Read until EOF vice stat-reported size in read_binary_file 6 years ago
Tom Lane ca5e93f769 Clamp total-tuples estimates for foreign tables to ensure planner sanity. 6 years ago
Tom Lane f7b5988cc0 Fix temporary tablespaces for shared filesets some more. 6 years ago
Tom Lane 1f902d499e Inline plpgsql's exec_stmt() into exec_stmts(). 6 years ago
Magnus Hagander ecd9e9f0bc Fix temporary tablespaces for shared filesets 6 years ago
Fujii Masao 8f9b6d4057 doc: Correct description of restart_lsn in pg_replication_slots 6 years ago
Fujii Masao d1763ea8c9 Change default of pg_stat_statements.track_planning to off. 6 years ago
Peter Geoghegan 947456a823 Initialize work_mem using current guc.c default. 6 years ago
Peter Geoghegan e25d462a38 nbtree: Rename _bt_search() variables. 6 years ago
Michael Paquier 641dd167a3 Move description of libpqwalreceiver hooks out of the replication's README 6 years ago
Michael Paquier 4315e8c23b Refactor ObjectAddress field assignments in more places 6 years ago
Amit Kapila a69e041d0c Improve vacuum error context handling. 6 years ago
Michael Paquier 684b4f29b7 Refactor creation of normal dependency records when creating extension 6 years ago
Michael Paquier c4342c932a Fix removal of files generated by TAP tests for SSL 6 years ago
David Rowley 40efbf8706 Further adjustments to Hashagg EXPLAIN ANALYZE output 6 years ago