summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-29Convert unloggedLSN to an atomic variable.Nathan Bossart
2024-02-29Convert archiver's force_dir_scan variable to an atomic variable.Nathan Bossart
2024-02-29Introduce atomic read/write functions with full barrier semantics.Nathan Bossart
2024-02-29Support MERGE into updatable views.Dean Rasheed
2024-02-29Add missing RangeTblEntry field to jumblePeter Eisentraut
2024-02-29Remove field UpdateContext->updated in nodeModifyTable.cDean Rasheed
2024-02-29Fix integer underflow in shared memory debuggingDaniel Gustafsson
2024-02-29Fixups for commit 93db6cbda0.Amit Kapila
2024-02-29Use C99-designated initializer syntax for arrays related to encodingsMichael Paquier
2024-02-28Fix cross-version upgrade tests after f0827b443.Tom Lane
2024-02-28Fix documentation comments for test CA config filesDaniel Gustafsson
2024-02-28Improve plpgsql's error messages for incorrect %TYPE and %ROWTYPE.Tom Lane
2024-02-28Convert README to Markdown.Nathan Bossart
2024-02-28Mop-up for AIX-ectomy: remove now-dead test code.Tom Lane
2024-02-28Fix mis-rounding and overflow hazards in date_bin().Tom Lane
2024-02-28Improve performance of subsystems on top of SLRUAlvaro Herrera
2024-02-28Remove configure --with-CC optionHeikki Linnakangas
2024-02-28Run autoconf, for update of a comment.Heikki Linnakangas
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-26Revise MERGE documentationAlvaro Herrera
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-25Doc: fix minor typos in two ECPG function descriptions.Tom Lane
2024-02-25Improve documentation and GUC description for transaction_timeoutAlexander Korotkov
2024-02-25Remove flaky isolation tests for timeoutsAlexander Korotkov
2024-02-23Multiple revisions to the GROUP BY reordering testsAlexander 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-22Fix BF failure in commit 93db6cbda0.Amit Kapila
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-22Fix the intermittent buildfarm failures in 031_column_list.Amit Kapila