aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* 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
* Stamp 9.5.16.REL9_5_16Tom Lane2019-02-11
* 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
* Prevent GIN deleted pages from being reclaimed too earlyAlexander Korotkov2018-12-13
* Back-patch updated thread flags tests into 9.4 and 9.5.Tom Lane2018-11-19
* PANIC on fsync() failure.Thomas Munro2018-11-19
* Fix missing role dependencies for some schema and type ACLs.Tom Lane2018-11-09
* Stamp 9.5.15.REL9_5_15Tom Lane2018-11-05
* Back-patch addition of the ALLOCSET_FOO_SIZES macros.Tom Lane2018-10-12
* Fix logical decoding error when system table w/ toast is repeatedly rewritten.Andres Freund2018-10-10
* Fix event triggers for partitioned tablesAlvaro Herrera2018-10-06
* Propagate xactStartTimestamp and stmtStartTimestamp to parallel workers.Tom Lane2018-10-06
* Allow btree comparison functions to return INT_MIN.Tom Lane2018-10-05
* Fix detection of the result type of strerror_r().Tom Lane2018-09-30
* Fix failure with initplans used conditionally during EvalPlanQual rechecks.Tom Lane2018-09-15
* Save/restore SPI's global variables in SPI_connect() and SPI_finish().Tom Lane2018-09-07
* Fix longstanding recursion hazard in sinval message processing.Tom Lane2018-09-07
* Avoid using potentially-under-aligned page buffers.Tom Lane2018-09-01
* Make checksum_impl.h safe to compile with -fstrict-aliasing.Tom Lane2018-08-31
* Stamp 9.5.14.REL9_5_14Tom Lane2018-08-06
* Fix INSERT ON CONFLICT UPDATE through a view that isn't just SELECT *.Tom Lane2018-08-04
* Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.Tom Lane2018-07-31
* Fix typosPeter Eisentraut2018-07-10
* Fix typoPeter Eisentraut2018-07-10
* Improve the performance of relation deletes during recovery.Fujii Masao2018-07-05
* Fix "base" snapshot handling in logical decodingAlvaro Herrera2018-06-26
* Support platforms where strtoll/strtoull are spelled __strtoll/__strtoull.Tom Lane2018-05-19
* Arrange to supply declarations for strtoll/strtoull if needed.Tom Lane2018-05-18
* Recognize that MSVC can support strtoll() and strtoull().Tom Lane2018-05-18
* Stamp 9.5.13.REL9_5_13Tom Lane2018-05-07
* Fix scenario where streaming standby gets stuck at a continuation record.Heikki Linnakangas2018-05-05
* On all Windows platforms, not just Cygwin, use _timezone and _tzname.Tom Lane2018-05-01
* Change more places to be less trusting of RestrictInfo.is_pushed_down.Tom Lane2018-04-20
* Fix incorrect handling of join clauses pushed into parameterized paths.Tom Lane2018-04-19
* Remove overzeleous assertions in pg_atomic_flag code.Andres Freund2018-04-07
* Fix and improve pg_atomic_flag fallback implementation.Andres Freund2018-04-06
* Also fix the descriptions in pg_config.h.win32.Heikki Linnakangas2018-04-04
* Fix incorrect description of USE_SLICING_BY_8_CRC32C.Heikki Linnakangas2018-04-04
* Fix bogus provolatile/proparallel markings on a few built-in functions.Tom Lane2018-03-30
* Fix mishandling of quoted-list GUC values in pg_dump and ruleutils.c.Tom Lane2018-03-21
* Fix some corner-case issues in REFRESH MATERIALIZED VIEW CONCURRENTLY.Tom Lane2018-03-19
* Fix WHERE CURRENT OF when the referenced cursor uses an index-only scan.Tom Lane2018-03-17
* Fix improper uses of canonicalize_qual().Tom Lane2018-03-11
* Fix assorted issues in convert_to_scalar().Tom Lane2018-03-03
* Fix up ecpg's configuration so it handles "long long int" in MSVC builds.Tom Lane2018-02-27