summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Use elog to report unexpected action in handle_streamed_transaction().Masahiko Sawada2023-04-241-1/+1
* Display 'password_required' option for \dRs+ command.Amit Kapila2023-04-243-73/+84
* Remove new <para id="contrib-obsolete">.Noah Misch2023-04-231-9/+0
* Validate ltree siglen GiST option to be int-alignedAlexander Korotkov2023-04-234-4/+27
* Fix custom validators call in build_local_reloptions()Alexander Korotkov2023-04-231-2/+3
* Doc: update pgindent/README some more.Tom Lane2023-04-221-2/+2
* Fix initdb --no-locale.Jeff Davis2023-04-211-0/+1