summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2023-05-19Allocate hash join files in a separate memory contextTomas Vondra
2023-05-19Describe hash join implementationTomas Vondra
2023-05-19Remove stray mid-sentence tabs in commentsPeter Eisentraut
2023-05-19Move mdwriteback() to better placePeter Eisentraut
2023-05-19Reindent some commentsPeter Eisentraut
2023-05-19pageinspect: Fix gist_page_items() with included columnsMichael Paquier
2023-05-18Fix handling of empty ranges and NULLs in BRINTomas Vondra
2023-05-18Fix handling of NULLs when merging BRIN summariesTomas Vondra
2023-05-18Tweak API of new function clause_is_computable_at().Tom Lane
2023-05-17ICU: check for U_STRING_NOT_TERMINATED_WARNING.Jeff Davis
2023-05-17Reduce icu_validation_level default to WARNING.Jeff Davis
2023-05-17Add writeback to pg_stat_ioAndres Freund
2023-05-17Update parameter name context to wb_contextAndres Freund
2023-05-17Revert "Add USER SET parameter values for pg_db_role_setting"Alexander Korotkov
2023-05-17Track tlist_vinfo.varnullingrels even in non-Assert builds.Tom Lane
2023-05-17Fix some issues with improper placement of outer join clauses.Tom Lane
2023-05-17Convert nullingrels match checks from Asserts to test-and-elog.Tom Lane
2023-05-17Add back SQLValueFunction for SQL keywordsMichael Paquier
2023-05-16Mark internal messages as no longer translatableAlvaro Herrera
2023-05-14Fix wal_writer_flush_after initializer value.Thomas Munro
2023-05-14Rename io_direct to debug_io_direct.Thomas Munro
2023-05-12Improve error message for pg_create_subscription.Nathan Bossart
2023-05-11Undo faulty attempt at not relying on RINFO_IS_PUSHED_DOWN.Tom Lane
2023-05-10Fix publication syntax error messageAlvaro Herrera
2023-05-10Add missing gettext triggersPeter Eisentraut
2023-05-10Fix assertion failure when updating stats_fetch_consistency in a transactionMichael Paquier
2023-05-10Document values of stats_fetch_consistency in postgresql.conf.sampleMichael Paquier
2023-05-09Fix invalid memory access during the shutdown of the parallel apply worker.Amit Kapila
2023-05-09Revert "ICU: do not convert locale 'C' to 'en-US-u-va-posix'."Jeff Davis
2023-05-08ICU: do not convert locale 'C' to 'en-US-u-va-posix'.Jeff Davis
2023-05-08Handle RLS dependencies in inlined set-returning functions properly.Tom Lane
2023-05-08Replace last PushOverrideSearchPath() call with set_config_option().Noah Misch
2023-05-07Add ruleutils support for decompiling MERGE commands.Tom Lane
2023-05-05Fix typo with wait event for SLRU buffer of commit timestampsMichael Paquier
2023-05-04Fix ExecCheckPermissions call in RI_Initial_CheckAlvaro Herrera
2023-05-04In array_position()/array_positions(), beware of empty input array.Tom Lane
2023-05-04Revert "Move PartitionPruneInfo out of plan nodes into PlannedStmt"Alvaro Herrera
2023-05-03Fix assertion failure in apply worker.Amit Kapila
2023-05-02Update SQL featuresPeter Eisentraut
2023-05-02Fix typos in commentsMichael Paquier
2023-04-28Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elementsMichael Paquier
2023-04-28Fix assertion failure in heap_vacuum_relDaniel Gustafsson
2023-04-28Add unit to vacuum_buffer_usage_limit value in postgresql.conf.sample.Masahiko Sawada
2023-04-27Prevent underflow in KeepLogSeg().Nathan Bossart
2023-04-27Fix wrong construct_array_builtin() call in GUCArrayDelete()Alexander Korotkov
2023-04-25Re-add tracking of wait event SLRUFlushSyncMichael Paquier
2023-04-25Fix vacuum_cost_delay check for balance calculation.Daniel Gustafsson
2023-04-25Fix buffer refcount leak with FDW bulk insertsMichael Paquier
2023-04-24Remove vacuum_defer_cleanup_ageAndres Freund
2023-04-24Rename ExecAggTransReparent, and improve its documentation.Tom Lane