Commit Graph

49502 Commits (e91cd951b1114a009a0256f211a41d0ec873b2fc)
 

Author SHA1 Message Date
Tom Lane e91cd951b1 Doc: update or remove dead external links. 6 years ago
Peter Eisentraut 72a16cb3ee Add missing <application> tags in application doc <refentrytitle>s 6 years ago
Michael Paquier 61be85afab Revert "Remove reset of testtablespace from pg_regress on Windows" 6 years ago
Peter Eisentraut ff61359ad7 Log the location field before any backtrace 6 years ago
Alvaro Herrera 986529ce40
Remove WARNING message from brin_desummarize_range 6 years ago
Tom Lane 183926da31 Fix pg_current_logfile() to not emit a carriage return on Windows. 6 years ago
Tom Lane ffb4cee43b Further tighten Windows CRLF conversion in our TAP test scripts. 6 years ago
Peter Eisentraut 991c444e7a pg_dump: Further reorganize getTableAttrs() 6 years ago
Fujii Masao a5cd7047e7 doc: Correct the description about the length of pg_stat_activity.query. 6 years ago
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