Commit Graph

56196 Commits (52676dc2e016df5cd842a4f6073b25ee8e681b9f)
 

Author SHA1 Message Date
Andres Freund 52676dc2e0 Update parameter name context to wb_context 2 years ago
Andres Freund 322875597c Use BUFFER_USAGE_LIMIT to reduce needed test table size 2 years ago
Alexander Korotkov b9a7a82272 Revert "Add USER SET parameter values for pg_db_role_setting" 2 years ago
Alvaro Herrera 58dc80acc5
pg_dump: Error message improvements 2 years ago
Alvaro Herrera 98bd4c72fd
pg_dump: Have _EndLO report errno after CFH->write_func() failure 2 years ago
Tom Lane 69c430626b Track tlist_vinfo.varnullingrels even in non-Assert builds. 2 years ago
Tom Lane 9df8f903eb Fix some issues with improper placement of outer join clauses. 2 years ago
Tom Lane 867be9c073 Convert nullingrels match checks from Asserts to test-and-elog. 2 years ago
Tomas Vondra 1a05c1d252 Advance input pointer when LZ4 compressing data 2 years ago
Tomas Vondra 3c18d90f89 Null-terminate the output buffer of LZ4Stream_gets 2 years ago
Michael Paquier d8c3106bb6 Add back SQLValueFunction for SQL keywords 2 years ago
Tom Lane 1d369c9e90 Ensure Soundex difference() function handles empty input sanely. 2 years ago
Alvaro Herrera 27debd05dc
libpq: Error message improvement 2 years ago
Alvaro Herrera c44b59fad4
Mark internal messages as no longer translatable 2 years ago
Daniel Gustafsson 8cb94344c3 Fix reported runtime for single tests in pg_regress 2 years ago
Michael Paquier 44e977d7ec doc: Fix ordering of entries in wait event table for I/O type 2 years ago
Peter Eisentraut c91f356083 libpq: Error message improvement 2 years ago
Peter Eisentraut 489b5409e4 psql: Adjust capitalization of table heading 2 years ago
Michael Paquier 08c45ae235 doc: Fix incorrect version list for Windows SDK 2 years ago
Peter Eisentraut 92155e15d3 Fix incorrect TAP test ordering 2 years ago
Peter Eisentraut 1d70fb400c Fix whitespace inconsistencies 2 years ago
Thomas Munro 63932a6d38 Fix wal_writer_flush_after initializer value. 2 years ago
Thomas Munro 319bae9a8d Rename io_direct to debug_io_direct. 2 years ago
Nathan Bossart 4d5105a684 Improve error message for pg_create_subscription. 2 years ago
Tom Lane 51b2c08798 Tighten usage of PSQL_WATCH_PAGER. 2 years ago
Peter Eisentraut e32701b8d2 initdb: Set collversion for standard collation UNICODE 2 years ago
Tom Lane c8b881d21f Undo faulty attempt at not relying on RINFO_IS_PUSHED_DOWN. 2 years ago
Peter Geoghegan 375407f494 Doc: Fix link to fillfactor reloption. 2 years ago
Alvaro Herrera c39f2f68e9
Fix publication syntax error message 2 years ago
Peter Eisentraut d8bcce1b5e Add missing gettext triggers 2 years ago
Michael Paquier 605994651b Fix assertion failure when updating stats_fetch_consistency in a transaction 2 years ago
Michael Paquier 4d47eff99c Document values of stats_fetch_consistency in postgresql.conf.sample 2 years ago
Amit Kapila c5b7f67fcc Fix the race condition in the test case added by commit a6e04b1d20. 2 years ago
Amit Kapila 3d144c6c86 Fix invalid memory access during the shutdown of the parallel apply worker. 2 years ago
Jeff Davis 455f948b0d Revert "ICU: do not convert locale 'C' to 'en-US-u-va-posix'." 2 years ago
Peter Geoghegan 5698f07947 Doc: update VACUUM FREEZE query conflict guidance. 2 years ago
Jeff Davis f7faa9976c ICU: do not convert locale 'C' to 'en-US-u-va-posix'. 2 years ago
Tom Lane 8d525d7b95 Adjust sepgsql expected output for 681d9e462 et al. 2 years ago
Tom Lane ca73753b09 Handle RLS dependencies in inlined set-returning functions properly. 2 years ago
Noah Misch 681d9e4621 Replace last PushOverrideSearchPath() call with set_config_option(). 2 years ago
Peter Eisentraut b8c3f6df85 Add missing source file to nls.mk 2 years ago
Peter Eisentraut 9f9abfeb10 pg_dump: Restore lost translation marker 2 years ago
Michael Paquier 0890f7d528 doc: Fix some markups in logical replication section 2 years ago
Peter Eisentraut 90f0d28814 pg_basebackup: Restore lost translation markers 2 years ago
Tom Lane 41e2c52fd6 Add ruleutils support for decompiling MERGE commands. 2 years ago
Michael Paquier 58f5edf849 Fix typo with wait event for SLRU buffer of commit timestamps 2 years ago
Alvaro Herrera 95f5a7a42c
Fix sepgsql expected test output 2 years ago
Peter Eisentraut b1c4ed2f02 Fix copy-and-pasto in error message 2 years ago
Peter Eisentraut 5d42a97519 Fix prove_installcheck when used with PGXS 2 years ago
Nathan Bossart 57d0051706 Move return statements out of PG_TRY blocks. 2 years ago