aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Rename enable_incrementalsort for clarityPeter Eisentraut2020-07-05
* Add hints about protocol-version-related SSL connection failures.Tom Lane2020-06-27
* Fix misuse of table_index_fetch_tuple_check().Peter Geoghegan2020-06-25
* Adjust max_slot_wal_keep_size behavior per reviewAlvaro Herrera2020-06-24
* Save slot's restart_lsn when invalidated due to sizeAlvaro Herrera2020-06-24
* Fix deduplication "single value" strategy bug.Peter Geoghegan2020-06-19
* Fix EXPLAIN ANALYZE for parallel HashAgg plansDavid Rowley2020-06-19
* Fix nbtree.h dedup state comment.Peter Geoghegan2020-06-17
* Avoid potential spinlock in a signal handler as part of global barriers.Andres Freund2020-06-17
* Add missing extern keyword for a couple of numutils functionsDavid Rowley2020-06-13
* Rework HashAgg GUCs.Jeff Davis2020-06-11
* Move frontend-side archive APIs from src/common/ to src/fe_utils/Michael Paquier2020-06-11
* Avoid need for valgrind suppressions for pg_atomic_init_u64 on some platforms.Andres Freund2020-06-08
* Fix crash in WAL sender when starting physical replicationMichael Paquier2020-06-08
* pgindent run prior to branching v13.Tom Lane2020-06-07
* Spelling adjustmentsPeter Eisentraut2020-06-07
* Improve ineq_histogram_selectivity's behavior for non-default orderings.Tom Lane2020-06-05
* Add unlikely() to CHECK_FOR_INTERRUPTS()Joe Conway2020-06-05
* Use query collation, not column's collation, while examining statistics.Tom Lane2020-06-05
* Reject "23:59:60.nnn" in datetime input.Tom Lane2020-06-04
* Don't call palloc() while holding a spinlock, either.Tom Lane2020-06-03
* Fix some comments in xlogreader.hMichael Paquier2020-05-28
* Mop-up for wait event naming issues.Tom Lane2020-05-16
* Make pg_stat_wal_receiver consistent with the WAL receiver's shmem infoMichael Paquier2020-05-17
* Drop the redundant "Lock" suffix from LWLock wait event names.Tom Lane2020-05-15
* Rename assorted LWLock tranches.Tom Lane2020-05-15
* Rename SLRU structures and associated LWLocks.Tom Lane2020-05-15
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Improve management of SLRU statistics collection.Tom Lane2020-05-13
* Adjust walsender usage of xlogreader, simplify APIsAlvaro Herrera2020-05-13
* Do pre-release housekeeping on catalog data.Tom Lane2020-05-12
* Adjust "root of to-be-deleted subtree" function.Peter Geoghegan2020-05-11
* Fix obsolete references to "XLogRead"Alvaro Herrera2020-05-11
* Remove smgrdounlink() in smgr.c from the code treeMichael Paquier2020-05-10
* Rework XLogReader callback systemAlvaro Herrera2020-05-08
* Heed lock protocol in DROP OWNED BYAlvaro Herrera2020-05-06
* Normalize _bt_findsplitloc() argument names.Peter Geoghegan2020-05-05
* Change the display of WAL usage statistics in Explain.Amit Kapila2020-05-05
* Get rid of trailing semicolons in C macro definitions.Tom Lane2020-05-01
* Fix undercounting in VACUUM VERBOSE output.Peter Geoghegan2020-05-01
* Fix bug in nbtree VACUUM "skip full scan" feature.Peter Geoghegan2020-05-01
* Repair performance regression in information_schema.triggers view.Tom Lane2020-04-24
* Update Unicode data to Unicode 13.0.0 and CLDR 37Peter Eisentraut2020-04-24
* Fix handling of WAL segments ready to be archived during crash recoveryMichael Paquier2020-04-24
* Remove ACLDEBUG #define and associated code.Tom Lane2020-04-23
* Also rename 'struct manifest_info'.Robert Haas2020-04-23
* Rename exposed identifiers to say "backup manifest".Robert Haas2020-04-23
* nbtree: Rename BT_RESERVED_OFFSET_MASK.Peter Geoghegan2020-04-22
* Remove HEAPDEBUGALLPeter Eisentraut2020-04-22
* Fix possible crash during FATAL exit from reindexing.Tom Lane2020-04-21