summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
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
2018-02-26Stamp 9.4.17.Tom Lane
2018-02-26Empty search_path in Autovacuum and non-psql/pgbench clients.Noah Misch
2018-02-23Fix planner failures with overlapping mergejoin clauses in an outer join.Tom Lane
2018-02-05Stamp 9.4.16.REL9_4_16Tom Lane
2018-01-05Fix failure to delete spill files of aborted transactionsAlvaro Herrera
2017-12-15Perform a lot more sanity checks when freezing tuples.Andres Freund
2017-12-05Mark assorted variables PGDLLIMPORT.Robert Haas
2017-12-04Clean up assorted messiness around AllocateDir() usage.Tom Lane
2017-11-20Add support for Motorola 88K to s_lock.h.Tom Lane
2017-11-06Stamp 9.4.15.REL9_4_15Tom Lane
2017-11-02Revert bogus fixes of HOT-freezing bugAlvaro Herrera
2017-10-25Add a utility function to extract variadic function argumentsAndrew Dunstan
2017-10-11Fix low-probability loss of NOTIFY messages due to XID wraparound.Tom Lane
2017-10-06Fix crash when logical decoding is invoked from a PL function.Tom Lane
2017-10-06Fix traversal of half-frozen update chainsAlvaro Herrera
2017-09-25Avoid SIGBUS on Linux when a DSM memory request overruns tmpfs.Tom Lane
2017-09-01Make [U]INT64CONST safe for use in #if conditions.Tom Lane
2017-09-01Ensure SIZE_MAX can be used throughout our code.Tom Lane
2017-08-28Stamp 9.4.14.REL9_4_14Tom Lane
2017-08-22Backpatch introduction of TupleDescAttr(tupdesc, i).Andres Freund
2017-08-13Remove AtEOXact_CatCache().Tom Lane
2017-08-07Stamp 9.4.13.REL9_4_13Tom Lane
2017-07-31Fix comment.Tatsuo Ishii
2017-06-19Fix leaking of small spilled subtransactions during logical decoding.Andres Freund
2017-06-06Unify SIGHUP handling between normal and walsender backends.Andres Freund
2017-06-06Prevent possibility of panics during shutdown checkpoint.Andres Freund
2017-05-13Fix race condition leading to hanging logical slot creation.Andres Freund
2017-05-12Avoid searching for callback functions in CallSyscacheCallbacks().Tom Lane
2017-05-12Avoid searching for the target catcache in CatalogCacheIdInvalidate.Tom Lane
2017-05-08Stamp 9.4.12.REL9_4_12Tom Lane
2017-05-08Further patch rangetypes_selfuncs.c's statistics slot management.Tom Lane
2017-05-08Add security checks to selectivity estimation functionsPeter Eisentraut
2017-05-05Give nicer error message when connecting to a v10 server requiring SCRAM.Heikki Linnakangas
2017-04-27Don't use on-disk snapshots for exported logical decoding snapshot.Andres Freund
2017-04-27Preserve required !catalog tuples while computing initial decoding snapshot.Andres Freund
2017-04-16Support OpenSSL 1.1.0 in 9.4 branch.Tom Lane
2017-04-10Improve castNode notation by introducing list-extraction-specific variants.Tom Lane