summaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAgeFilesLines
* ICU: check for U_STRING_NOT_TERMINATED_WARNING.HEADmasterJeff Davis2023-05-171-18/+11
* Reduce icu_validation_level default to WARNING.Jeff Davis2023-05-173-3/+3
* Add writeback to pg_stat_ioAndres Freund2023-05-174-13/+40
* Update parameter name context to wb_contextAndres Freund2023-05-171-14/+15
* Revert "Add USER SET parameter values for pg_db_role_setting"Alexander Korotkov2023-05-178-218/+29
* Track tlist_vinfo.varnullingrels even in non-Assert builds.Tom Lane2023-05-171-6/+0
* Fix some issues with improper placement of outer join clauses.Tom Lane2023-05-179-79/+244
* Convert nullingrels match checks from Asserts to test-and-elog.Tom Lane2023-05-171-13/+21
* Add back SQLValueFunction for SQL keywordsMichael Paquier2023-05-1714-241/+409
* Mark internal messages as no longer translatableAlvaro Herrera2023-05-161-6/+6
* Fix wal_writer_flush_after initializer value.Thomas Munro2023-05-152-2/+2
* Rename io_direct to debug_io_direct.Thomas Munro2023-05-152-5/+5
* Improve error message for pg_create_subscription.Nathan Bossart2023-05-121-1/+3
* Undo faulty attempt at not relying on RINFO_IS_PUSHED_DOWN.Tom Lane2023-05-111-6/+1
* Fix publication syntax error messageAlvaro Herrera2023-05-101-2/+2
* Add missing gettext triggersPeter Eisentraut2023-05-101-0/+3
* Fix assertion failure when updating stats_fetch_consistency in a transactionMichael Paquier2023-05-102-3/+35
* Document values of stats_fetch_consistency in postgresql.conf.sampleMichael Paquier2023-05-101-1/+1
* Fix invalid memory access during the shutdown of the parallel apply worker.Amit Kapila2023-05-092-17/+37
* Revert "ICU: do not convert locale 'C' to 'en-US-u-va-posix'."Jeff Davis2023-05-081-1/+18
* ICU: do not convert locale 'C' to 'en-US-u-va-posix'.Jeff Davis2023-05-081-18/+1
* Handle RLS dependencies in inlined set-returning functions properly.Tom Lane2023-05-081-0/+7
* Replace last PushOverrideSearchPath() call with set_config_option().Noah Misch2023-05-082-10/+31
* Add ruleutils support for decompiling MERGE commands.Tom Lane2023-05-071-0/+128
* Fix typo with wait event for SLRU buffer of commit timestampsMichael Paquier2023-05-051-1/+1
* 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
* Revert "Move PartitionPruneInfo out of plan nodes into PlannedStmt"Alvaro Herrera2023-05-0410-111/+52
* Fix assertion failure in apply worker.Amit Kapila2023-05-033-1/+15
* Update SQL featuresPeter Eisentraut2023-05-022-14/+13
* Fix typos in commentsMichael Paquier2023-05-0229-42/+41
* Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elementsMichael Paquier2023-04-282-20/+21
* 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
* Prevent underflow in KeepLogSeg().Nathan Bossart2023-04-271-1/+1
* Fix wrong construct_array_builtin() call in GUCArrayDelete()Alexander Korotkov2023-04-271-1/+2
* 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
* Fix buffer refcount leak with FDW bulk insertsMichael Paquier2023-04-251-2/+8
* Remove vacuum_defer_cleanup_ageAndres Freund2023-04-244-108/+8
* Rename ExecAggTransReparent, and improve its documentation.Tom Lane2023-04-245-25/+48
* doc: Update SQL features namesPeter Eisentraut2023-04-241-20/+20
* Remove duplicate lines of codeDaniel Gustafsson2023-04-241-1/+0
* Use elog to report unexpected action in handle_streamed_transaction().Masahiko Sawada2023-04-241-1/+1
* Fix custom validators call in build_local_reloptions()Alexander Korotkov2023-04-231-2/+3
* Avoid character classification in regex escape parsing.Jeff Davis2023-04-211-3/+10
* Fix incorrect function name referenceDavid Rowley2023-04-211-1/+1
* Remove io prefix from pg_stat_io columnsMichael Paquier2023-04-212-6/+6
* Fix autovacuum cost debug loggingDaniel Gustafsson2023-04-201-10/+5
* Restart the apply worker if the 'password_required' option is changed.Amit Kapila2023-04-201-0/+1