Commit Graph

56198 Commits (009bd237bf6db64ea1131df71f19a529b119fbef)
 

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