aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix overflow in Windows replacement pg_pread/pg_pwrite.Thomas Munro2024-03-03
* Return ssize_t in fd.c I/O functions.Thomas Munro2024-03-02
* Simplify pg_enc2gettext_tbl[] with C99-designated initializer syntaxMichael Paquier2024-03-01
* Fix BF failure introduced by commit b3f6b14cf4.Amit Kapila2024-03-01
* Convert unloggedLSN to an atomic variable.Nathan Bossart2024-02-29
* Convert archiver's force_dir_scan variable to an atomic variable.Nathan Bossart2024-02-29
* Introduce atomic read/write functions with full barrier semantics.Nathan Bossart2024-02-29
* Support MERGE into updatable views.Dean Rasheed2024-02-29
* Add missing RangeTblEntry field to jumblePeter Eisentraut2024-02-29
* Remove field UpdateContext->updated in nodeModifyTable.cDean Rasheed2024-02-29
* Fix integer underflow in shared memory debuggingDaniel Gustafsson2024-02-29
* Fixups for commit 93db6cbda0.Amit Kapila2024-02-29
* Use C99-designated initializer syntax for arrays related to encodingsMichael Paquier2024-02-29
* Fix cross-version upgrade tests after f0827b443.Tom Lane2024-02-28
* Fix documentation comments for test CA config filesDaniel Gustafsson2024-02-28
* Improve plpgsql's error messages for incorrect %TYPE and %ROWTYPE.Tom Lane2024-02-28
* Convert README to Markdown.Nathan Bossart2024-02-28
* Mop-up for AIX-ectomy: remove now-dead test code.Tom Lane2024-02-28
* Fix mis-rounding and overflow hazards in date_bin().Tom Lane2024-02-28
* Improve performance of subsystems on top of SLRUAlvaro Herrera2024-02-28
* Remove configure --with-CC optionHeikki Linnakangas2024-02-28
* Run autoconf, for update of a comment.Heikki Linnakangas2024-02-28
* Remove AIX supportHeikki Linnakangas2024-02-28
* Rename SLRU elements in view pg_stat_slruAlvaro Herrera2024-02-28
* Remove last NULL element in config_group_names[]Michael Paquier2024-02-28
* Refactor AllocSetAlloc(), separating hot and cold pathsDavid Rowley2024-02-28
* Use C99-designated initializer syntax for more arraysMichael Paquier2024-02-28
* Fix comments for the dshash_parameters struct.Nathan Bossart2024-02-27
* Rationalize and improve error messages for some jsonpath itemsAndrew Dunstan2024-02-27
* Remove unnecessary array object_classes[] in dependency.cMichael Paquier2024-02-27
* Adjust memory allocation functions to allow sibling callsDavid Rowley2024-02-27
* Fix comment thinko in sequence.cMichael Paquier2024-02-27
* Add helper functions for dshash tables with string keys.Nathan Bossart2024-02-26
* Use NULL instead of 0 for 'arg' argument in dshash_create() calls.Nathan Bossart2024-02-26
* Revise MERGE documentationAlvaro Herrera2024-02-26
* slru.c: Reduce scope of variables in 'for' blocksAlvaro Herrera2024-02-26
* Group more closely cache updates for backends in sequence.cMichael Paquier2024-02-26
* Introduce sequence_*() access functionsMichael Paquier2024-02-26
* Fix incorrect format placeholderPeter Eisentraut2024-02-26
* Promote assertion about !ReindexIsProcessingIndex to runtime error.Tom Lane2024-02-25
* Doc: fix minor typos in two ECPG function descriptions.Tom Lane2024-02-25
* Improve documentation and GUC description for transaction_timeoutAlexander Korotkov2024-02-25
* Remove flaky isolation tests for timeoutsAlexander Korotkov2024-02-25
* Multiple revisions to the GROUP BY reordering testsAlexander Korotkov2024-02-24
* Replace lateral references to removed rels in subqueriesAlexander Korotkov2024-02-24
* Avoid dangling-pointer problem with partitionwise joins under GEQO.Tom Lane2024-02-23
* Fix compiler warning on typedef redeclarationHeikki Linnakangas2024-02-23
* Introduce a new smgr bulk loading facility.Heikki Linnakangas2024-02-23
* Fix mistake in SQL features listPeter Eisentraut2024-02-23
* Fix BF failure in commit 93db6cbda0.Amit Kapila2024-02-22