summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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
2023-04-12Revert "Catalog NOT NULL constraints" and falloutAlvaro Herrera
2023-04-12Fix parallel-safety marking when moving initplans to another node.Tom Lane
2023-04-12Fix incorrect format placeholdersPeter Eisentraut
2023-04-11Refine the guidelines for rmgrdesc authors.Peter Geoghegan
2023-04-11Fix Heap rmgr's desc output for infobits arrays.Peter Geoghegan
2023-04-11Fix xl_heap_lock WAL record field's data type.Peter Geoghegan
2023-04-11Fix uninitialized variable in transformTableLikeClause()David Rowley
2023-04-11Improve ereports for VACUUM's BUFFER_USAGE_LIMIT optionDavid Rowley
2023-04-11Clarify nbtree posting list update desc issue.Peter Geoghegan
2023-04-10Fix nbtree posting list update desc output.Peter Geoghegan
2023-04-08Revert "Add support for Kerberos credential delegation"Stephen Frost
2023-04-08Redesign interrupt/cancel API for regex engine.Thomas Munro
2023-04-08Update tsearch regex memory management.Thomas Munro
2023-04-08Use MemoryContext API for regex memory management.Thomas Munro
2023-04-08Allow logical decoding on standbysAndres Freund
2023-04-08For cascading replication, wake physical and logical walsenders separatelyAndres Freund
2023-04-08Handle logical slot conflicts on standbyAndres Freund