summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix sepgsql expected test outputAlvaro Herrera2023-05-051-2/+2
* 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
* doc: New glossary entriesPeter Eisentraut2023-05-043-2/+38
* 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
* Doc: clarify behavior of row-limit arguments in the PLs' SPI wrappers.Tom Lane2023-05-023-10/+32
* 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-0243-60/+59
* doc: Fix typo in pg_amcheck for term "schema"Michael Paquier2023-05-021-1/+1
* 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
* In hstore_plpython, avoid crashing when return value isn't a mapping.Tom Lane2023-04-273-1/+29
* 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