summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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
2023-04-24doc: Update SQL features namesPeter Eisentraut
2023-04-24Remove duplicate lines of codeDaniel Gustafsson
2023-04-24Use elog to report unexpected action in handle_streamed_transaction().Masahiko Sawada
2023-04-23Fix custom validators call in build_local_reloptions()Alexander Korotkov
2023-04-21Avoid character classification in regex escape parsing.Jeff Davis
2023-04-20Fix incorrect function name referenceDavid Rowley
2023-04-20Remove io prefix from pg_stat_io columnsMichael Paquier
2023-04-20Fix autovacuum cost debug loggingDaniel Gustafsson
2023-04-20Restart the apply worker if the 'password_required' option is changed.Amit Kapila
2023-04-20Remove obsolete defense against strxfrm() bugs.Thomas Munro
2023-04-19Fix list_copy_head() with empty ListsDavid Rowley
2023-04-19Use nbtdesc "level" field name consistently.Peter Geoghegan
2023-04-19Fix wal_consistency_checking enhanced desc output.Peter Geoghegan
2023-04-19Remove some tabs in SQL code in C string literalsPeter Eisentraut
2023-04-19Fix various typos and incorrect/outdated name referencesDavid Rowley
2023-04-18Remove useless argument from nbtree dedup function.Peter Geoghegan
2023-04-18Fix pg_basebackup with in-place tablespaces some more.Robert Haas
2023-04-18Fix some typos and some incorrectly duplicated wordsDavid Rowley
2023-04-18Fix various typosDavid Rowley
2023-04-17Comment fix for 60684dd834.Jeff Davis
2023-04-17Avoid trying to write an empty WAL record in log_newpage_range().Tom Lane
2023-04-17doc: Add additional SQL features codes from SQL:2023Peter Eisentraut
2023-04-16Ensure result of an aggregate's finalfunc is made read-only.Tom Lane
2023-04-15Fix assignment to array of domain over composite, redux.Tom Lane
2023-04-14Adjust Valgrind macro usage to protect chunk headersDavid Rowley
2023-04-14Support RBM_ZERO_AND_CLEANUP_LOCK in ExtendBufferedRelTo(), add testsAndres Freund
2023-04-14NULL is not an ideal way to spell bool "false".Tom Lane
2023-04-14Fix incorrect partition pruning logic for boolean partitioned tablesDavid Rowley
2023-04-13Fix PHJ match bit initialization.Thomas Munro
2023-04-13Remove code in charge of freeing regexps generation by Lab.cMichael Paquier
2023-04-13Remove old GUC name mapping for "force_parallel_mode"David Rowley
2023-04-13Harmonize some more function parameter names.Peter Geoghegan
2023-04-13Explicitly require MIT Kerberos for GSSAPIStephen Frost
2023-04-13De-Revert "Add support for Kerberos credential delegation"Stephen Frost
2023-04-12Remove overzealous assertion from PHJ.Thomas Munro
2023-04-12Improve error messages introduced in be87200efd9 and 0fdab27ad68Andres Freund