summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-251-2/+8
* Remove vacuum_defer_cleanup_ageAndres Freund2023-04-246-113/+9
* 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
* 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
* 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