summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
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.5.14.REL9_5_14Tom Lane
2018-08-04Fix INSERT ON CONFLICT UPDATE through a view that isn't just SELECT *.Tom Lane
2018-07-31Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.Tom Lane
2018-07-10Fix typosPeter Eisentraut
2018-07-10Fix typoPeter Eisentraut
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.5.13.REL9_5_13Tom Lane
2018-05-04Fix scenario where streaming standby gets stuck at a continuation record.Heikki Linnakangas
2018-05-01On all Windows platforms, not just Cygwin, use _timezone and _tzname.Tom Lane
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-08Remove overzeleous assertions in pg_atomic_flag code.Andres Freund
2018-04-07Fix and improve pg_atomic_flag fallback implementation.Andres Freund
2018-04-04Also fix the descriptions in pg_config.h.win32.Heikki Linnakangas
2018-04-04Fix incorrect description of USE_SLICING_BY_8_CRC32C.Heikki Linnakangas
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.5.12.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.5.11.REL9_5_11Tom 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-27Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE.Tom Lane
2017-11-26Pad XLogReaderState's main_data buffer more aggressively.Tom Lane
2017-11-20Add support for Motorola 88K to s_lock.h.Tom Lane
2017-11-14Prevent int128 from requiring more than MAXALIGN alignment.Tom Lane
2017-11-14Rearrange c.h to create a "compiler characteristics" section.Tom Lane
2017-11-06Stamp 9.5.10.REL9_5_10Tom Lane
2017-11-06Always require SELECT permission for ON CONFLICT DO UPDATE.Dean Rasheed
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