summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2024-02-28Remove AIX supportHeikki Linnakangas
2024-02-28Rename SLRU elements in view pg_stat_slruAlvaro Herrera
2024-02-28Remove last NULL element in config_group_names[]Michael Paquier
2024-02-28Refactor AllocSetAlloc(), separating hot and cold pathsDavid Rowley
2024-02-27Use C99-designated initializer syntax for more arraysMichael Paquier
2024-02-27Fix comments for the dshash_parameters struct.Nathan Bossart
2024-02-27Rationalize and improve error messages for some jsonpath itemsAndrew Dunstan
2024-02-27Remove unnecessary array object_classes[] in dependency.cMichael Paquier
2024-02-27Adjust memory allocation functions to allow sibling callsDavid Rowley
2024-02-26Fix comment thinko in sequence.cMichael Paquier
2024-02-26Add helper functions for dshash tables with string keys.Nathan Bossart
2024-02-26Use NULL instead of 0 for 'arg' argument in dshash_create() calls.Nathan Bossart
2024-02-26slru.c: Reduce scope of variables in 'for' blocksAlvaro Herrera
2024-02-26Group more closely cache updates for backends in sequence.cMichael Paquier
2024-02-26Introduce sequence_*() access functionsMichael Paquier
2024-02-26Fix incorrect format placeholderPeter Eisentraut
2024-02-25Promote assertion about !ReindexIsProcessingIndex to runtime error.Tom Lane
2024-02-25Improve documentation and GUC description for transaction_timeoutAlexander Korotkov
2024-02-23Replace lateral references to removed rels in subqueriesAlexander Korotkov
2024-02-23Avoid dangling-pointer problem with partitionwise joins under GEQO.Tom Lane
2024-02-23Fix compiler warning on typedef redeclarationHeikki Linnakangas
2024-02-23Introduce a new smgr bulk loading facility.Heikki Linnakangas
2024-02-23Fix mistake in SQL features listPeter Eisentraut
2024-02-22Make GetSlotInvalidationCause() return RS_INVAL_NONE on unexpected inputMichael Paquier
2024-02-22Add a new slot sync worker to synchronize logical slots.Amit Kapila
2024-02-22pgindent fixPeter Eisentraut
2024-02-22Remove custom Constraint node read/write implementationsPeter Eisentraut
2024-02-22Improve ERROR/LOG messages added by commits ddd5f4f54a and 7a424ece48.Amit Kapila
2024-02-22Speed up uuid_out() by not relying on a StringInfoMichael Paquier
2024-02-21Add lookup table for replication slot conflict reasonsMichael Paquier
2024-02-21Remove superfluous 'pgprocno' field from PGPROCHeikki Linnakangas
2024-02-21MERGE ... DO NOTHING: require SELECT privilegesAlvaro Herrera
2024-02-21Fix typoAlvaro Herrera
2024-02-21Remove extra check_stack_depth() from dropconstraint_internal()Alexander Korotkov
2024-02-20Replace relids in lateral subquery parse tree during SJEAlexander Korotkov
2024-02-20Revert "Improve compression and storage support with inheritance"Peter Eisentraut
2024-02-20Minor corrections for partition pruningDavid Rowley
2024-02-20Fix race leading to incorrect conflict cause in InvalidatePossiblyObsoleteSlot()Michael Paquier
2024-02-19Fix incorrect pruning of NULL partition for boolean IS NOT clausesDavid Rowley
2024-02-16Use new overflow-safe integer comparison functions.Nathan Bossart
2024-02-16Pass correct count to WALRead().Jeff Davis
2024-02-16Add assert to WALReadFromBuffers().Jeff Davis
2024-02-16Replace calls to pg_qsort() with the qsort() macro.Nathan Bossart
2024-02-16Add missing check_stack_depth() to some recursive functionsAlexander Korotkov
2024-02-16Improve compression and storage support with inheritancePeter Eisentraut
2024-02-16Fix the incorrect format specifier used in commit 7a424ece48.Amit Kapila
2024-02-16Add more LOG and DEBUG messages for slot synchronization.Amit Kapila
2024-02-16Followup fixes for transaction_timeoutAlexander Korotkov
2024-02-15Introduce transaction_timeoutAlexander Korotkov
2024-02-15Doc: improve a couple of comments in postgresql.conf.sample.Tom Lane