summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2019-05-06Stamp 9.4.22.REL9_4_22Tom Lane
2019-04-24Fix detection of passwords hashed with MD5Michael Paquier
2019-04-13Consistently test for in-use shared memory.Noah Misch
2019-04-09Avoid "could not reattach" by providing space for concurrent allocation.Noah Misch
2019-04-05Revert "Consistently test for in-use shared memory."Noah Misch
2019-04-04Consistently test for in-use shared memory.Noah Misch
2019-03-27Track unowned relations in doubly-linked listTomas Vondra
2019-03-24Fix WAL format incompatibility introduced by backpatching of 52ac6cd2d0Alexander Korotkov
2019-03-19Make checkpoint requests more robust.Tom Lane
2019-02-11Stamp 9.4.21.REL9_4_21Tom Lane
2019-01-23Fix misc typos in comments.Heikki Linnakangas
2019-01-22Avoid thread-safety problem in ecpglib.Tom Lane
2019-01-18Use our own getopt() on OpenBSD.Tom Lane
2018-12-13Prevent GIN deleted pages from being reclaimed too earlyAlexander Korotkov
2018-11-24Fix float-to-integer coercions to handle edge cases correctly.Tom Lane
2018-11-19Back-patch updated thread flags tests into 9.4 and 9.5.Tom Lane
2018-11-19PANIC on fsync() failure.Thomas Munro
2018-11-10Fix missing role dependencies for some schema and type ACLs.Tom Lane
2018-11-05Stamp 9.4.20.REL9_4_20Tom Lane
2018-10-12Back-patch addition of the ALLOCSET_FOO_SIZES macros.Tom Lane
2018-10-10Fix logical decoding error when system table w/ toast is repeatedly rewritten.Andres Freund
2018-10-05Allow btree comparison functions to return INT_MIN.Tom Lane
2018-09-30Fix detection of the result type of strerror_r().Tom Lane
2018-09-15Fix failure with initplans used conditionally during EvalPlanQual rechecks.Tom Lane
2018-09-12On all Windows platforms, not just Cygwin, use _timezone and _tzname.Tom Lane
2018-09-11Support building with Visual Studio 2015Andrew Dunstan
2018-09-08Save/restore SPI's global variables in SPI_connect() and SPI_finish().Tom Lane
2018-09-07Fix longstanding recursion hazard in sinval message processing.Tom Lane
2018-09-01Avoid using potentially-under-aligned page buffers.Tom Lane
2018-08-31Make checksum_impl.h safe to compile with -fstrict-aliasing.Tom Lane
2018-08-06Stamp 9.4.19.REL9_4_19Tom Lane
2018-07-31Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.Tom Lane
2018-07-04Improve the performance of relation deletes during recovery.Fujii Masao
2018-06-26Fix "base" snapshot handling in logical decodingAlvaro Herrera
2018-05-19Support platforms where strtoll/strtoull are spelled __strtoll/__strtoull.Tom Lane
2018-05-19Arrange to supply declarations for strtoll/strtoull if needed.Tom Lane
2018-05-18Recognize that MSVC can support strtoll() and strtoull().Tom Lane
2018-05-07Stamp 9.4.18.REL9_4_18Tom Lane
2018-05-04Fix scenario where streaming standby gets stuck at a continuation record.Heikki Linnakangas
2018-04-20Change more places to be less trusting of RestrictInfo.is_pushed_down.Tom Lane
2018-04-19Fix incorrect handling of join clauses pushed into parameterized paths.Tom Lane
2018-04-18Revert "Add temporary debug logging, in 9.4 branch only."Tom Lane
2018-04-16Add temporary debug logging, in 9.4 branch only.Tom Lane
2018-03-30Fix bogus provolatile/proparallel markings on a few built-in functions.Tom Lane
2018-03-22Fix mishandling of quoted-list GUC values in pg_dump and ruleutils.c.Tom Lane
2018-03-19Fix some corner-case issues in REFRESH MATERIALIZED VIEW CONCURRENTLY.Tom Lane
2018-03-17Fix WHERE CURRENT OF when the referenced cursor uses an index-only scan.Tom Lane
2018-03-11Fix improper uses of canonicalize_qual().Tom Lane
2018-03-04Fix assorted issues in convert_to_scalar().Tom Lane
2018-02-27Fix up ecpg's configuration so it handles "long long int" in MSVC builds.Tom Lane