aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* 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
* Stamp 9.5.12.Tom Lane2018-02-26
* Empty search_path in Autovacuum and non-psql/pgbench clients.Noah Misch2018-02-26
* Fix planner failures with overlapping mergejoin clauses in an outer join.Tom Lane2018-02-23
* Stamp 9.5.11.REL9_5_11Tom Lane2018-02-05
* Fix failure to delete spill files of aborted transactionsAlvaro Herrera2018-01-05
* Perform a lot more sanity checks when freezing tuples.Andres Freund2017-12-14
* Mark assorted variables PGDLLIMPORT.Robert Haas2017-12-05
* Clean up assorted messiness around AllocateDir() usage.Tom Lane2017-12-04
* Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE.Tom Lane2017-11-27
* Pad XLogReaderState's main_data buffer more aggressively.Tom Lane2017-11-26
* Add support for Motorola 88K to s_lock.h.Tom Lane2017-11-20
* Prevent int128 from requiring more than MAXALIGN alignment.Tom Lane2017-11-14
* Rearrange c.h to create a "compiler characteristics" section.Tom Lane2017-11-14
* Stamp 9.5.10.REL9_5_10Tom Lane2017-11-06
* Always require SELECT permission for ON CONFLICT DO UPDATE.Dean Rasheed2017-11-06
* Revert bogus fixes of HOT-freezing bugAlvaro Herrera2017-11-02
* Add a utility function to extract variadic function argumentsAndrew Dunstan2017-10-25
* Fix low-probability loss of NOTIFY messages due to XID wraparound.Tom Lane2017-10-11
* Fix crash when logical decoding is invoked from a PL function.Tom Lane2017-10-06
* Fix traversal of half-frozen update chainsAlvaro Herrera2017-10-06
* Avoid SIGBUS on Linux when a DSM memory request overruns tmpfs.Tom Lane2017-09-25
* Make [U]INT64CONST safe for use in #if conditions.Tom Lane2017-09-01
* Ensure SIZE_MAX can be used throughout our code.Tom Lane2017-09-01
* Stamp 9.5.9.REL9_5_9Tom Lane2017-08-28
* Backpatch introduction of TupleDescAttr(tupdesc, i).Andres Freund2017-08-22
* Remove AtEOXact_CatCache().Tom Lane2017-08-13
* Stamp 9.5.8.REL9_5_8Tom Lane2017-08-07
* Fix comment.Tatsuo Ishii2017-08-01
* Fix leaking of small spilled subtransactions during logical decoding.Andres Freund2017-06-18
* Unify SIGHUP handling between normal and walsender backends.Andres Freund2017-06-05
* Prevent possibility of panics during shutdown checkpoint.Andres Freund2017-06-05