summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix INSERT ON CONFLICT UPDATE through a view that isn't just SELECT *.Tom Lane2018-08-041-0/+3
* Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.Tom Lane2018-07-311-0/+2
* Fix typosPeter Eisentraut2018-07-101-2/+3
* Fix typoPeter Eisentraut2018-07-101-2/+2
* Improve the performance of relation deletes during recovery.Fujii Masao2018-07-051-0/+1
* Fix "base" snapshot handling in logical decodingAlvaro Herrera2018-06-261-5/+17
* Fix bugs in vacuum of shared rels, by keeping their relcache entries current.Andres Freund2018-06-121-1/+1
* Support platforms where strtoll/strtoull are spelled __strtoll/__strtoull.Tom Lane2018-05-193-24/+35
* Arrange to supply declarations for strtoll/strtoull if needed.Tom Lane2018-05-183-0/+24
* Recognize that MSVC can support strtoll() and strtoull().Tom Lane2018-05-181-2/+14
* Stamp 9.6.9.REL9_6_9Tom Lane2018-05-071-4/+4
* Fix scenario where streaming standby gets stuck at a continuation record.Heikki Linnakangas2018-05-051-0/+4
* Change more places to be less trusting of RestrictInfo.is_pushed_down.Tom Lane2018-04-201-1/+16
* Fix incorrect handling of join clauses pushed into parameterized paths.Tom Lane2018-04-191-0/+1
* Remove overzeleous assertions in pg_atomic_flag code.Andres Freund2018-04-071-8/+0
* Fix and improve pg_atomic_flag fallback implementation.Andres Freund2018-04-061-11/+2
* Also fix the descriptions in pg_config.h.win32.Heikki Linnakangas2018-04-041-2/+2
* Fix incorrect description of USE_SLICING_BY_8_CRC32C.Heikki Linnakangas2018-04-041-2/+2
* Fix bogus provolatile/proparallel markings on a few built-in functions.Tom Lane2018-03-301-11/+11
* Fix mishandling of quoted-list GUC values in pg_dump and ruleutils.c.Tom Lane2018-03-211-0/+1
* Prevent query-lifespan memory leakage of SP-GiST traversal values.Tom Lane2018-03-191-0/+1
* Fix some corner-case issues in REFRESH MATERIALIZED VIEW CONCURRENTLY.Tom Lane2018-03-191-0/+4
* Fix WHERE CURRENT OF when the referenced cursor uses an index-only scan.Tom Lane2018-03-171-0/+2
* Fix improper uses of canonicalize_qual().Tom Lane2018-03-111-0/+1
* Fix assorted issues in convert_to_scalar().Tom Lane2018-03-031-1/+1
* Fix up ecpg's configuration so it handles "long long int" in MSVC builds.Tom Lane2018-02-271-0/+5
* Stamp 9.6.8.REL9_6_8Tom Lane2018-02-261-4/+4