summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* doc: Fix grammar.Etsuro Fujita2023-04-261-2/+2
* Fix missing installation rules for BackgroundPsql.pmDaniel Gustafsson2023-04-262-0/+2
* Remove bogus #include added by d4e71df6d75.Thomas Munro2023-04-261-1/+0
* Re-add tracking of wait event SLRUFlushSyncMichael Paquier2023-04-261-0/+2
* Fix vacuum_cost_delay check for balance calculation.Daniel Gustafsson2023-04-251-1/+1
* Reduce the log level in 035_standby_logical_decoding.pl.Amit Kapila2023-04-251-2/+0
* Fix buffer refcount leak with FDW bulk insertsMichael Paquier2023-04-253-2/+48
* Remove vacuum_defer_cleanup_ageAndres Freund2023-04-248-170/+15
* Fix memory leakage in plpgsql DO blocks that use cast expressions.Tom Lane2023-04-242-30/+65
* Rename ExecAggTransReparent, and improve its documentation.Tom Lane2023-04-246-28/+51
* doc: Update SQL features namesPeter Eisentraut2023-04-241-20/+20
* ci: Remove OpenSSL 3.1 workaround for missing system CADaniel Gustafsson2023-04-241-13/+1
* Remove duplicate lines of codeDaniel Gustafsson2023-04-242-2/+0