aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Strip Windows newlines from extension script files manually.Tom Lane2024-10-28
* Fix WAL_DEBUG buildPeter Eisentraut2024-10-28
* nbtree: Minor sibling link traversal tweaks.Peter Geoghegan2024-10-28
* Fix overflow in bsearch_arg() with more than INT_MAX elementsHeikki Linnakangas2024-10-28
* Restore missing line to copyright noticeHeikki Linnakangas2024-10-28
* Remove unused #include's from contrib, pl, test .c filesPeter Eisentraut2024-10-28
* Change the default value of the streaming option to 'parallel'.Amit Kapila2024-10-28
* Set query ID for inner queries of CREATE TABLE AS and DECLAREMichael Paquier2024-10-28
* Fix obsolete nbtree split buffer comment.Peter Geoghegan2024-10-27
* Remove unused #include's from backend .c filesPeter Eisentraut2024-10-27
* Refactor the code to create a pg_locale_t into new function.Jeff Davis2024-10-25
* Read extension script files in text not binary mode.Tom Lane2024-10-25
* Make table_scan_bitmap_next_block() async-friendlyMelanie Plageman2024-10-25
* Move EXPLAIN counter increment to heapam_scan_bitmap_next_blockMelanie Plageman2024-10-25
* WAL-log inplace update before revealing it to other sessions.Noah Misch2024-10-25
* For inplace update, send nontransactional invalidations.Noah Misch2024-10-25
* Fix concurrrently in typcache_rel_type_cache.sqlAlexander Korotkov2024-10-25
* pgbench: Fix typo.Tatsuo Ishii2024-10-25
* Refactor code converting a publication name List to a StringInfoMichael Paquier2024-10-25
* Add install rules for Kerberos.pm and AdjustUpgrade.pmMichael Paquier2024-10-25
* injection_points: Disable one permutation in isolation test "basic"Michael Paquier2024-10-25
* Remove the RTE_GROUP RTE if we drop the groupClauseRichard Guo2024-10-25
* Add functions pg_restore_relation_stats(), pg_restore_attribute_stats().Jeff Davis2024-10-24
* Generalize plpgsql's heuristic for importing expanded objects.Tom Lane2024-10-24
* Fix parallel worker tracking of new catalog relfilenumbers.Noah Misch2024-10-24
* Stop reading uninitialized memory in heap_inplace_lock().Noah Misch2024-10-24
* Refactor GetLockStatusData() to skip backends/groups without fast-path locks.Fujii Masao2024-10-25
* Support configuring TLSv1.3 cipher suitesDaniel Gustafsson2024-10-24
* Support configuring multiple ECDH curvesDaniel Gustafsson2024-10-24
* Raise the minimum supported OpenSSL version to 1.1.1Daniel Gustafsson2024-10-24
* Handle alphanumeric characters in matching GUC namesDaniel Gustafsson2024-10-24
* Add 'no_error' argument to pg_wal_replay_wait()Alexander Korotkov2024-10-24
* Refactor WaitForLSNReplay() to return the result of waitingAlexander Korotkov2024-10-24
* Make WaitForLSNReplay() issue FATAL on postmaster deathAlexander Korotkov2024-10-24
* Move LSN waiting declarations and definitions to better placeAlexander Korotkov2024-10-24
* Avoid looping over all type cache entries in TypeCacheRelCallback()Alexander Korotkov2024-10-24
* Update header comment for lookup_type_cache()Alexander Korotkov2024-10-24
* Track more precisely query locations for nested statementsMichael Paquier2024-10-24
* Improve pg_set_attribute_stats() error message.Jeff Davis2024-10-23
* Fix typo in tidstore.h.Masahiko Sawada2024-10-23
* Fix compiler warning.Jeff Davis2024-10-23
* Fix incorrect struct reference in commentDaniel Gustafsson2024-10-23
* Make SASL max message length configurableDaniel Gustafsson2024-10-23
* Remove unnecessary word in a commentAmit Langote2024-10-23
* ecpg: Fix out-of-bound read in DecodeDateTime()Michael Paquier2024-10-23
* Add functions pg_set_attribute_stats() and pg_clear_attribute_stats().Jeff Davis2024-10-22
* Change pg_*_relation_stats() functions to return type to void.Jeff Davis2024-10-22
* Improve reporting of errors in extension script files.Tom Lane2024-10-22
* Improve parser's reporting of statement start locations.Tom Lane2024-10-22
* ecpg: Refactor ecpg_log() to skip unnecessary calls to ECPGget_sqlca().Fujii Masao2024-10-22