summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Fix integer-overflow edge case detection in interval_mul and pgbench.Tom Lane2019-11-071-0/+24
* For PowerPC instruction "addi", use constraint "b".Noah Misch2019-10-181-1/+6
* Selectively include window frames in expression walks/mutates.Andrew Gierth2019-10-031-0/+1
* Fix failure to zero-pad the result of bitshiftright().Tom Lane2019-09-221-0/+5
* Improve handling of NULLs in KNN-GiST and KNN-SP-GiSTAlexander Korotkov2019-09-192-21/+13
* Replace xlc __fetch_and_add() with inline asm.Noah Misch2019-09-131-4/+35
* Fix under-parenthesized macro definitionsAlvaro Herrera2019-09-131-1/+1
* Fix nbtree page split rmgr desc routine.Peter Geoghegan2019-09-121-6/+6
* Fix handling of NULL distances in KNN-GiSTAlexander Korotkov2019-09-081-4/+22
* Stamp 9.6.15.REL9_6_15Tom Lane2019-08-051-4/+4
* Require the schema qualification in pg_temp.type_name(arg).Noah Misch2019-08-052-0/+4
* Don't read fields of a misaligned ExpandedObjectHeader or AnyArrayType.Noah Misch2019-06-303-9/+16
* Fix spinlock assembly code for MIPS so it works on MIPS r6.Tom Lane2019-06-221-4/+21
* Stamp 9.6.14.REL9_6_14Tom Lane2019-06-171-4/+4
* Mark ReplicationSlotCtl as PGDLLIMPORT.Tom Lane2019-06-131-1/+1
* Mark a few parallelism-related variables with PGDLLIMPORT.Tom Lane2019-06-031-2/+2
* Rearrange pgstat_bestart() to avoid failures within its critical section.Tom Lane2019-05-111-28/+63
* Stamp 9.6.13.REL9_6_13Tom Lane2019-05-061-4/+4
* Fix detection of passwords hashed with MD5Michael Paquier2019-04-241-1/+3
* Consistently test for in-use shared memory.Noah Misch2019-04-122-4/+4
* Avoid counting transaction stats for parallel worker cooperatingAmit Kapila2019-04-101-1/+1
* Avoid "could not reattach" by providing space for concurrent allocation.Noah Misch2019-04-081-0/+1
* Revert "Consistently test for in-use shared memory."Noah Misch2019-04-052-4/+4
* Consistently test for in-use shared memory.Noah Misch2019-04-032-4/+4
* Track unowned relations in doubly-linked listTomas Vondra2019-03-271-1/+2
* Fix WAL format incompatibility introduced by backpatching of 52ac6cd2d0Alexander Korotkov2019-03-241-0/+10
* Make checkpoint requests more robust.Tom Lane2019-03-191-0/+2
* Stamp 9.6.12.REL9_6_12Tom Lane2019-02-111-4/+4
* Fix misc typos in comments.Heikki Linnakangas2019-01-231-1/+1
* Avoid thread-safety problem in ecpglib.Tom Lane2019-01-212-0/+12
* Use our own getopt() on OpenBSD.Tom Lane2019-01-181-0/+10
* Avoid sharing PARAM_EXEC slots between different levels of NestLoop.Tom Lane2019-01-112-3/+37
* Check for conflicting queries during replay of gistvacuumpage()Alexander Korotkov2018-12-211-3/+6
* Prevent GIN deleted pages from being reclaimed too earlyAlexander Korotkov2018-12-131-0/+11
* Repair bogus EPQ plans generated for postgres_fdw foreign joins.Tom Lane2018-12-121-0/+2
* PANIC on fsync() failure.Thomas Munro2018-11-191-0/+2
* Fix missing role dependencies for some schema and type ACLs.Tom Lane2018-11-092-16/+8
* Stamp 9.6.11.REL9_6_11Tom Lane2018-11-051-4/+4
* Fix logical decoding error when system table w/ toast is repeatedly rewritten.Andres Freund2018-10-101-0/+1
* Fix event triggers for partitioned tablesAlvaro Herrera2018-10-062-1/+5
* Propagate xactStartTimestamp and stmtStartTimestamp to parallel workers.Tom Lane2018-10-061-0/+1
* Allow btree comparison functions to return INT_MIN.Tom Lane2018-10-053-6/+12
* Fix detection of the result type of strerror_r().Tom Lane2018-09-302-2/+2
* Fix failure with initplans used conditionally during EvalPlanQual rechecks.Tom Lane2018-09-151-0/+2
* Don't allow LIMIT/OFFSET clause within sub-selects to be pushed to workers.Amit Kapila2018-09-141-0/+2
* Save/restore SPI's global variables in SPI_connect() and SPI_finish().Tom Lane2018-09-071-0/+6
* Fix longstanding recursion hazard in sinval message processing.Tom Lane2018-09-071-2/+6
* Avoid using potentially-under-aligned page buffers.Tom Lane2018-09-011-0/+26
* Make checksum_impl.h safe to compile with -fstrict-aliasing.Tom Lane2018-08-311-15/+23
* Stamp 9.6.10.REL9_6_10Tom Lane2018-08-061-4/+4