aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* 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
* Avoid thread-safety problem in ecpglib.Tom Lane2019-01-21
* Use our own getopt() on OpenBSD.Tom Lane2019-01-18
* Move CloneForeignKeyConstraints to tablecmds.cAlvaro Herrera2019-01-18
* Refactor duplicate code into DeconstructFkConstraintRowAlvaro Herrera2019-01-18
* Restrict the use of temporary namespace in two-phase transactionsMichael Paquier2019-01-18
* Avoid sharing PARAM_EXEC slots between different levels of NestLoop.Tom Lane2019-01-11
* Improve description of DEFAULT_XLOG_SEG_SIZE in pg_config.hMichael Paquier2018-12-29
* Remove entry tree root conflict checking from GIN predicate lockingAlexander Korotkov2018-12-27
* Check for conflicting queries during replay of gistvacuumpage()Alexander Korotkov2018-12-21
* Improve detection of child-process SIGPIPE failures.Tom Lane2018-12-16
* Prevent GIN deleted pages from being reclaimed too earlyAlexander Korotkov2018-12-13
* Repair bogus EPQ plans generated for postgres_fdw foreign joins.Tom Lane2018-12-12
* PANIC on fsync() failure.Thomas Munro2018-11-19
* Correct code comments for PartitionedRelPruneInfo structPeter Eisentraut2018-11-15
* Make reformat-dat-files, reformat-dat-files VPATH safe.Andres Freund2018-11-15
* Use 64 bit type for BufFileSize().Thomas Munro2018-11-15
* Fix missing role dependencies for some schema and type ACLs.Tom Lane2018-11-09
* Revise attribute handling code on partition creationAlvaro Herrera2018-11-08
* Rename rbtree.c functions to use "rbt" prefix not "rb" prefix.Tom Lane2018-11-06
* Stamp 11.1.Tom Lane2018-11-05
* Fix interaction of CASE and ArrayCoerceExpr.Tom Lane2018-10-30
* Stamp 11.0.REL_11_0Tom Lane2018-10-15
* Simplify use of AllocSetContextCreate() wrapper macro.Tom Lane2018-10-12
* Correct attach/detach logic for FKs in partitionsAlvaro Herrera2018-10-12
* Fix logical decoding error when system table w/ toast is repeatedly rewritten.Andres Freund2018-10-10
* Stamp 11rc1.REL_11_RC1Tom Lane2018-10-08
* Advance transaction timestamp for intra-procedure transactions.Tom Lane2018-10-08
* Fix event triggers for partitioned tablesAlvaro Herrera2018-10-06
* Propagate xactStartTimestamp and stmtStartTimestamp to parallel workers.Tom Lane2018-10-06