aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* 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
* 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