Commit Graph

56822 Commits (369202bf4be6538ee29f41eb8c539d3764da4a3e)
 

Author SHA1 Message Date
Peter Eisentraut 369202bf4b Clean up MergeCheckConstraint() 3 years ago
Heikki Linnakangas 28d3c2ddcf Fix another bug in parent page splitting during GiST index build. 3 years ago
Peter Eisentraut 64b787656d Add some const qualifiers 3 years ago
Peter Eisentraut eddad679d2 Clean up MergeAttributesIntoExisting() 3 years ago
Peter Eisentraut eb36c6ac84 Remove unused include 3 years ago
Michael Paquier e221c0befb Fix behavior of "force" in pgstat_report_wal() 3 years ago
Michael Paquier dbd44ea30c doc: Tell about "vcregress taptest" for regression tests on Windows 3 years ago
Thomas Munro becfbdd6c1 Fix edge-case for xl_tot_len broken by bae868ca. 3 years ago
Nathan Bossart 13aeaf0797 Add worker type to pg_stat_subscription. 3 years ago
Andres Freund 849d367ff9 pg_dump: tests: Correct test condition for invalid databases 3 years ago
Tom Lane dc8d72c1c2 Collect dependency information for parsed CallStmts. 3 years ago
Andres Freund a2c2fbf740 docs: Clarify --with-segsize-blocks documentation 3 years ago
Tom Lane 036297cf1b Pack struct ParsedWord more tightly. 3 years ago
Tom Lane cf1c65070a Limit to_tsvector_byid's initial array allocation to something sane. 3 years ago
Tom Lane 3aff1d3fd0 Doc: improve cross-reference in Makefile comment. 3 years ago
Daniel Gustafsson aa9de547b7 vacuumdb: Reword --help message for clarity 3 years ago
Daniel Gustafsson fb56a18117 vacuumdb: Fix excluding multiple schemas with -N 3 years ago
Alvaro Herrera 2e3dc8c148
pg_upgrade: check for types removed in pg12 3 years ago
Daniel Gustafsson c1609cf3c0 Fix typo in numutils.c comments 3 years ago
Daniel Gustafsson 7750fefdb2 Add GUC for temporarily disabling event triggers 3 years ago
Michael Paquier f19669fed3 unaccent: Fix allocation size for target characters on initial load 3 years ago
Daniel Gustafsson 1f9e3a9be5 Fix typo in test comment 3 years ago
Thomas Munro 91b0e85aa0 Don't use Perl pack('Q') in 039_end_of_wal.pl. 3 years ago
Thomas Munro bae868caf2 Don't trust unvalidated xl_tot_len. 3 years ago
Tom Lane 755eb44d3c Doc: copy-edit the introductory para for the pg_class catalog. 3 years ago
Daniel Gustafsson 33774978c7 Avoid using internal test methods in SSL tests 3 years ago
Daniel Gustafsson 5f3aa309a8 Avoid potential pfree on NULL on OpenSSL errors 3 years ago
Peter Eisentraut e59fcbd712 Simplify information schema check constraint deparsing 3 years ago
Tom Lane 48e2b234f8 Fix COMMIT/ROLLBACK AND CHAIN in the presence of subtransactions. 3 years ago
Daniel Gustafsson cca97ce6a6 Allow dbname in pg_basebackup/pg_receivewal connstring 3 years ago
Etsuro Fujita c621467d2b Update comment about set_join_pathlist_hook(). 3 years ago
David Rowley 5cfba1ad69 Fix vacuumdb to pass buffer-usage-limit with analyze-only mode 3 years ago
Michael Paquier e5975c2daa doc: Fix description of BUFFER_USAGE_LIMIT for VACUUM and ANALYZE 3 years ago
Michael Paquier 59f47fb98d unaccent: Add support for quoted translated characters 3 years ago
Nathan Bossart 559bc17321 Remove open-coded binary heap in pg_dump_sort.c. 3 years ago
Michael Paquier c868cbfef7 Fix typos in pgoutput.c 3 years ago
Michael Paquier cb943054f3 psql: Reset query buffer of \e, \ef and \ev on error 3 years ago
Nathan Bossart 9bfd44bbde Convert pg_restore's ready_list to a priority queue. 3 years ago
Heikki Linnakangas 1f998863b0 Fix psql tab-completion for identifiers containing dollars. 3 years ago
Peter Eisentraut c5b0582841 Replace more MemSet calls with struct initialization 3 years ago
Heikki Linnakangas bf094372d1 Fix GiST README's explanation of the NSN cross-check. 3 years ago
Peter Eisentraut 9847ca2c79 Standardize type of extend_by counter 3 years ago
Michael Paquier 78a33bba4c Improve error message for snapshot import in snapmgr.c, take two 3 years ago
Michael Paquier af5b3c3d1e Fix assertion failure with PL/Python exceptions 3 years ago
Nathan Bossart c103d07381 Add function for removing arbitrary nodes in binaryheap. 3 years ago
Nathan Bossart 83223f5f71 Fix MSVC build for changes to binaryheap. 3 years ago
Nathan Bossart 5af0263afd Make binaryheap available to frontend code. 3 years ago
Tom Lane f73fa5a470 Don't crash if cursor_to_xmlschema is used on a non-data-returning Portal. 3 years ago
Alvaro Herrera d726897c57
Fix psql's \? output for \watch 3 years ago
Daniel Gustafsson 51908a37d7 doc: Add example for how to set file_fdw column option 3 years ago