summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* libpq: Error message improvementPeter Eisentraut2023-05-164-23/+23
* psql: Adjust capitalization of table headingPeter Eisentraut2023-05-162-20/+20
* 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-153-6/+6
* Improve error message for pg_create_subscription.Nathan Bossart2023-05-122-2/+5
* Tighten usage of PSQL_WATCH_PAGER.Tom Lane2023-05-121-4/+10
* 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
* 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-105-3/+115
* 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
* ICU: do not convert locale 'C' to 'en-US-u-va-posix'.Jeff Davis2023-05-084-34/+14
* 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-084-10/+100
* Add missing source file to nls.mkPeter Eisentraut2023-05-081-0/+1
* pg_dump: Restore lost translation markerPeter Eisentraut2023-05-081-1/+1
* 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
* Fix copy-and-pasto in error messagePeter Eisentraut2023-05-051-1/+1
* Fix prove_installcheck when used with PGXSPeter Eisentraut2023-05-051-1/+1
* Move return statements out of PG_TRY blocks.Nathan Bossart2023-05-041-18/+36
* Fix ExecCheckPermissions call in RI_Initial_CheckAlvaro Herrera2023-05-042-18/+46
* In array_position()/array_positions(), beware of empty input array.Tom Lane2023-05-041-4/+12
* Tighten array dimensionality checks in Python -> SQL array conversion.Tom Lane2023-05-043-121/+212
* Revert "Move PartitionPruneInfo out of plan nodes into PlannedStmt"Alvaro Herrera2023-05-0416-135/+63
* Test that invalidated logical slots doesn't retain WAL.Amit Kapila2023-05-041-2/+36
* Add missing TAP test namePeter Eisentraut2023-05-031-1/+2
* Fix assertion failure in apply worker.Amit Kapila2023-05-034-1/+17
* Fix overridden callbacks in pg_rewind.Daniel Gustafsson2023-05-022-2/+2
* Update SQL featuresPeter Eisentraut2023-05-022-14/+13
* Add missing uninstallation rule for BackgroundPsql.pmPeter Eisentraut2023-05-021-0/+1
* Fix typos in commentsMichael Paquier2023-05-0240-56/+55
* Tighten array dimensionality checks in Perl -> SQL array conversion.Tom Lane2023-04-293-23/+119
* Handle zero-length sublist correctly in Python -> SQL array conversion.Tom Lane2023-04-283-16/+23
* Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elementsMichael Paquier2023-04-286-22/+192
* Fix assertion failure in heap_vacuum_relDaniel Gustafsson2023-04-281-1/+5
* Add unit to vacuum_buffer_usage_limit value in postgresql.conf.sample.Masahiko Sawada2023-04-281-3/+3
* Improve one of the test cases in 035_standby_logical_decoding.pl.Amit Kapila2023-04-281-5/+10
* Prevent underflow in KeepLogSeg().Nathan Bossart2023-04-271-1/+1
* Fix wrong construct_array_builtin() call in GUCArrayDelete()Alexander Korotkov2023-04-271-1/+2
* Add a test to verify that subscription to the standby works.Amit Kapila2023-04-272-5/+107
* Rework code defining default compression for dir/custom formats in pg_dumpMichael Paquier2023-04-271-15/+15
* Fix stop condition for dumping GRANT commandsDaniel Gustafsson2023-04-261-0/+1