aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* 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 typo.Amit Kapila2020-01-13
* 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 11.6.REL_11_6Tom 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
* Avoid catalog lookups in RelationAllowsEarlyPruning().Thomas Munro2019-08-28
* Fix typoAlvaro Herrera2019-08-21
* Stamp 11.5.REL_11_5Tom Lane2019-08-05
* Require the schema qualification in pg_temp.type_name(arg).Noah Misch2019-08-05
* Improve pruning of a default partitionAlvaro Herrera2019-08-04
* Install dependencies to prevent dropping partition key columns.Tom Lane2019-07-22
* Fix nbtree metapage cache upgrade bug.Peter Geoghegan2019-07-18
* Don't read fields of a misaligned ExpandedObjectHeader or AnyArrayType.Noah Misch2019-06-30
* Remove misleading comment from pathnodes.h.Thomas Munro2019-06-25
* Fix spinlock assembly code for MIPS so it works on MIPS r6.Tom Lane2019-06-22
* Stamp 11.4.REL_11_4Tom Lane2019-06-17
* Mark ReplicationSlotCtl as PGDLLIMPORT.Tom Lane2019-06-13
* In walreceiver, don't try to do ereport() in a signal handler.Tom Lane2019-06-12
* Restructure creation of run-time pruning steps.Tom Lane2019-05-17
* Rearrange pgstat_bestart() to avoid failures within its critical section.Tom Lane2019-05-11
* Stamp 11.3.REL_11_3Tom Lane2019-05-06
* Fix detection of passwords hashed with MD5 or SCRAM-SHA-256Michael Paquier2019-04-23
* Prevent memory leaks associated with relcache rd_partcheck structures.Tom Lane2019-04-13
* Consistently test for in-use shared memory.Noah Misch2019-04-12
* Avoid counting transaction stats for parallel worker cooperatingAmit Kapila2019-04-10
* 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
* Fix handling of targetlist SRFs when scan/join relation is known empty.Tom Lane2019-03-07
* Stamp 11.2.REL_11_2Tom Lane2019-02-11
* Allow to reset execGrouping.c style tuple hashtables.Andres Freund2019-02-09
* simplehash: Add support for resetting a hashtable's contents.Andres Freund2019-02-09
* Fix heap_getattr() handling of fast defaults.Andres Freund2019-02-06
* Fix LLVM related headers to compile standalone (to fix cpluspluscheck).Andres Freund2019-01-28
* Install JIT related headers.Andres Freund2019-01-28
* Fix misc typos in comments.Heikki Linnakangas2019-01-23