Commit Graph

49485 Commits (229f8c219f8fffacc253eca6023eab10a16eb009)
 

Author SHA1 Message Date
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
Michael Meskes e576f71fbe Fix ecpg crash with bytea and cursor variables. 6 years ago
Bruce Momjian aa90d9957b doc: clarify that storage parameter values are optional 6 years ago
Bruce Momjian 2a06cb86db doc: change pg_upgrade wal_level to be not minimal 6 years ago
Fujii Masao 9bae7e4cde Add +(pg_lsn,numeric) and -(pg_lsn,numeric) operators. 6 years ago
Michael Paquier 324435eb14 Prevent compilation of frontend-only files in src/common/ with backend 6 years ago
Peter Eisentraut ee0202d552 pgstattuple: Have pgstattuple_approx accept TOAST tables 6 years ago
Tom Lane ea57e531b9 Remove support for timezone "posixrules" file. 6 years ago
Tom Lane c410af098c Mop up some no-longer-necessary hacks around printf %.*s format. 6 years ago