aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Replace use of sys_siglist[] with strsignal().Tom Lane2020-07-15
* Avoid need for valgrind suppressions for pg_atomic_init_u64 on some platforms.Andres Freund2020-06-08
* Stamp 9.5.22.REL9_5_22Tom Lane2020-05-11
* Heed lock protocol in DROP OWNED BYAlvaro Herrera2020-05-06
* Get rid of trailing semicolons in C macro definitions.Tom Lane2020-05-01
* Fix handling of WAL segments ready to be archived during crash recoveryMichael Paquier2020-04-24
* Fix possible crash during FATAL exit from reindexing.Tom Lane2020-04-21
* Preserve clustered index after rewrites with ALTER TABLEMichael Paquier2020-04-06
* Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch2020-03-22
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-03-21
* Back-patch log_newpage_range().Noah Misch2020-03-21
* Fix cosmetic blemishes involving rd_createSubid.Noah Misch2020-03-21
* Avoid holding a directory FD open across assorted SRF calls.Tom Lane2020-03-16
* Preserve replica identity index across ALTER TABLE rewritePeter Eisentraut2020-03-13
* Stamp 9.5.21.REL9_5_21Tom Lane2020-02-10
* Fix CheckAttributeType's handling of collations for ranges.Tom Lane2020-01-31
* Fix concurrent indexing operations with temporary tablesMichael Paquier2020-01-22
* Add GUC variables for stat tracking and timeout as PGDLLIMPORTMichael Paquier2020-01-21
* Repair more failures with SubPlans in multi-row VALUES lists.Tom Lane2020-01-17
* Set ReorderBufferTXN->final_lsn more eagerlyAlvaro Herrera2020-01-17
* Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables.Tom Lane2019-12-01
* Defend against self-referential views in relation_is_updatable().Tom Lane2019-11-21
* Stamp 9.5.20.REL9_5_20Tom Lane2019-11-11
* Fix integer-overflow edge case detection in interval_mul and pgbench.Tom Lane2019-11-07
* For PowerPC instruction "addi", use constraint "b".Noah Misch2019-10-18
* Selectively include window frames in expression walks/mutates.Andrew Gierth2019-10-03
* Fix failure to zero-pad the result of bitshiftright().Tom Lane2019-09-22
* Improve handling of NULLs in KNN-GiST and KNN-SP-GiSTAlexander Korotkov2019-09-19
* Replace xlc __fetch_and_add() with inline asm.Noah Misch2019-09-13
* Fix under-parenthesized macro definitionsAlvaro Herrera2019-09-13
* Fix nbtree page split rmgr desc routine.Peter Geoghegan2019-09-12
* Fix handling of NULL distances in KNN-GiSTAlexander Korotkov2019-09-08
* Stamp 9.5.19.REL9_5_19Tom Lane2019-08-05
* Require the schema qualification in pg_temp.type_name(arg).Noah Misch2019-08-05
* Don't read fields of a misaligned ExpandedObjectHeader or AnyArrayType.Noah Misch2019-06-30
* Fix spinlock assembly code for MIPS so it works on MIPS r6.Tom Lane2019-06-22
* Stamp 9.5.18.REL9_5_18Tom Lane2019-06-17
* Mark ReplicationSlotCtl as PGDLLIMPORT.Tom Lane2019-06-13
* Rearrange pgstat_bestart() to avoid failures within its critical section.Tom Lane2019-05-11
* Stamp 9.5.17.REL9_5_17Tom Lane2019-05-06
* Fix detection of passwords hashed with MD5Michael Paquier2019-04-24
* Consistently test for in-use shared memory.Noah Misch2019-04-12
* Avoid "could not reattach" by providing space for concurrent allocation.Noah Misch2019-04-08
* Revert "Consistently test for in-use shared memory."Noah Misch2019-04-05
* Consistently test for in-use shared memory.Noah Misch2019-04-03
* Track unowned relations in doubly-linked listTomas Vondra2019-03-27
* Fix WAL format incompatibility introduced by backpatching of 52ac6cd2d0Alexander Korotkov2019-03-24
* Make checkpoint requests more robust.Tom Lane2019-03-19
* Stamp 9.5.16.REL9_5_16Tom Lane2019-02-11
* Fix misc typos in comments.Heikki Linnakangas2019-01-23