summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ICU: check for U_STRING_NOT_TERMINATED_WARNING.HEADmasterJeff Davis2023-05-172-29/+15
* Reduce icu_validation_level default to WARNING.Jeff Davis2023-05-176-8/+8
* Fix error message wordingsPeter Eisentraut2023-05-171-3/+3
* Add writeback to pg_stat_ioAndres Freund2023-05-1712-25/+82
* Update parameter name context to wb_contextAndres Freund2023-05-172-16/+17
* Use BUFFER_USAGE_LIMIT to reduce needed test table sizeAndres Freund2023-05-172-4/+8
* Revert "Add USER SET parameter values for pg_db_role_setting"Alexander Korotkov2023-05-1734-677/+51
* pg_dump: Error message improvementsAlvaro Herrera2023-05-171-2/+2
* pg_dump: Have _EndLO report errno after CFH->write_func() failureAlvaro Herrera2023-05-171-1/+7
* Track tlist_vinfo.varnullingrels even in non-Assert builds.Tom Lane2023-05-171-6/+0
* Fix some issues with improper placement of outer join clauses.Tom Lane2023-05-1714-86/+450
* Convert nullingrels match checks from Asserts to test-and-elog.Tom Lane2023-05-171-13/+21
* Advance input pointer when LZ4 compressing dataTomas Vondra2023-05-173-1/+55
* Null-terminate the output buffer of LZ4Stream_getsTomas Vondra2023-05-171-1/+11
* Add back SQLValueFunction for SQL keywordsMichael Paquier2023-05-1723-270/+473
* Ensure Soundex difference() function handles empty input sanely.Tom Lane2023-05-163-7/+15
* libpq: Error message improvementAlvaro Herrera2023-05-161-2/+2
* Mark internal messages as no longer translatableAlvaro Herrera2023-05-161-6/+6
* Fix reported runtime for single tests in pg_regressDaniel Gustafsson2023-05-161-2/+2
* doc: Fix ordering of entries in wait event table for I/O typeMichael Paquier2023-05-161-4/+4
* libpq: Error message improvementPeter Eisentraut2023-05-164-23/+23
* psql: Adjust capitalization of table headingPeter Eisentraut2023-05-162-20/+20
* doc: Fix incorrect version list for Windows SDKMichael Paquier2023-05-151-2/+2
* Fix incorrect TAP test orderingPeter Eisentraut2023-05-151-1/+1
* Fix whitespace inconsistenciesPeter Eisentraut2023-05-151-2/+2
* Fix wal_writer_flush_after initializer value.Thomas Munro2023-05-153-2/+4
* Rename io_direct to debug_io_direct.Thomas Munro2023-05-154-38/+38
* Improve error message for pg_create_subscription.Nathan Bossart2023-05-122-2/+5
* Tighten usage of PSQL_WATCH_PAGER.Tom Lane2023-05-122-19/+26
* initdb: Set collversion for standard collation UNICODEPeter Eisentraut2023-05-122-1/+8
* Undo faulty attempt at not relying on RINFO_IS_PUSHED_DOWN.Tom Lane2023-05-113-6/+23
* Doc: Fix link to fillfactor reloption.Peter Geoghegan2023-05-101-1/+1
* Fix publication syntax error messageAlvaro Herrera2023-05-103-2/+15
* Add missing gettext triggersPeter Eisentraut2023-05-101-0/+3
* Fix assertion failure when updating stats_fetch_consistency in a transactionMichael Paquier2023-05-106-5/+118
* Document values of stats_fetch_consistency in postgresql.conf.sampleMichael Paquier2023-05-101-1/+1
* Fix the race condition in the test case added by commit a6e04b1d20.Amit Kapila2023-05-091-18/+18
* Fix invalid memory access during the shutdown of the parallel apply worker.Amit Kapila2023-05-093-18/+38
* Revert "ICU: do not convert locale 'C' to 'en-US-u-va-posix'."Jeff Davis2023-05-084-14/+34
* Doc: update VACUUM FREEZE query conflict guidance.Peter Geoghegan2023-05-081-4/+10
* ICU: do not convert locale 'C' to 'en-US-u-va-posix'.Jeff Davis2023-05-084-34/+14
* Adjust sepgsql expected output for 681d9e462 et al.Tom Lane2023-05-081-1/+0
* Handle RLS dependencies in inlined set-returning functions properly.Tom Lane2023-05-083-0/+54
* Replace last PushOverrideSearchPath() call with set_config_option().Noah Misch2023-05-087-11/+165
* Add missing source file to nls.mkPeter Eisentraut2023-05-081-0/+1
* pg_dump: Restore lost translation markerPeter Eisentraut2023-05-081-1/+1
* doc: Fix some markups in logical replication sectionMichael Paquier2023-05-081-6/+6
* pg_basebackup: Restore lost translation markersPeter Eisentraut2023-05-082-13/+13
* Add ruleutils support for decompiling MERGE commands.Tom Lane2023-05-073-0/+262
* Fix typo with wait event for SLRU buffer of commit timestampsMichael Paquier2023-05-051-1/+1