index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
*
Fix INSERT ON CONFLICT UPDATE through a view that isn't just SELECT *.
Tom Lane
2018-08-04
*
Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.
Tom Lane
2018-07-31
*
Fix typos
Peter Eisentraut
2018-07-10
*
Fix typo
Peter Eisentraut
2018-07-10
*
Improve the performance of relation deletes during recovery.
Fujii Masao
2018-07-05
*
Fix "base" snapshot handling in logical decoding
Alvaro Herrera
2018-06-26
*
Fix bugs in vacuum of shared rels, by keeping their relcache entries current.
Andres Freund
2018-06-12
*
Support platforms where strtoll/strtoull are spelled __strtoll/__strtoull.
Tom Lane
2018-05-19
*
Arrange to supply declarations for strtoll/strtoull if needed.
Tom Lane
2018-05-18
*
Recognize that MSVC can support strtoll() and strtoull().
Tom Lane
2018-05-18
*
Stamp 9.6.9.
REL9_6_9
Tom Lane
2018-05-07
*
Fix scenario where streaming standby gets stuck at a continuation record.
Heikki Linnakangas
2018-05-05
*
Change more places to be less trusting of RestrictInfo.is_pushed_down.
Tom Lane
2018-04-20
*
Fix incorrect handling of join clauses pushed into parameterized paths.
Tom Lane
2018-04-19
*
Remove overzeleous assertions in pg_atomic_flag code.
Andres Freund
2018-04-07
*
Fix and improve pg_atomic_flag fallback implementation.
Andres Freund
2018-04-06
*
Also fix the descriptions in pg_config.h.win32.
Heikki Linnakangas
2018-04-04
*
Fix incorrect description of USE_SLICING_BY_8_CRC32C.
Heikki Linnakangas
2018-04-04
*
Fix bogus provolatile/proparallel markings on a few built-in functions.
Tom Lane
2018-03-30
*
Fix mishandling of quoted-list GUC values in pg_dump and ruleutils.c.
Tom Lane
2018-03-21
*
Prevent query-lifespan memory leakage of SP-GiST traversal values.
Tom Lane
2018-03-19
*
Fix some corner-case issues in REFRESH MATERIALIZED VIEW CONCURRENTLY.
Tom Lane
2018-03-19
*
Fix WHERE CURRENT OF when the referenced cursor uses an index-only scan.
Tom Lane
2018-03-17
*
Fix improper uses of canonicalize_qual().
Tom Lane
2018-03-11
*
Fix assorted issues in convert_to_scalar().
Tom Lane
2018-03-03
*
Fix up ecpg's configuration so it handles "long long int" in MSVC builds.
Tom Lane
2018-02-27
*
Stamp 9.6.8.
REL9_6_8
Tom Lane
2018-02-26
*
Empty search_path in Autovacuum and non-psql/pgbench clients.
Noah Misch
2018-02-26
*
Fix planner failures with overlapping mergejoin clauses in an outer join.
Tom Lane
2018-02-23
*
Backport: Mark assorted GUC variables as PGDLLIMPORT.
Andres Freund
2018-02-22
*
Stamp 9.6.7.
REL9_6_7
Tom Lane
2018-02-05
*
Report an ERROR if a parallel worker fails to start properly.
Robert Haas
2018-01-23
*
Fix failure to delete spill files of aborted transactions
Alvaro Herrera
2018-01-05
*
Perform a lot more sanity checks when freezing tuples.
Andres Freund
2017-12-14
*
Mark assorted variables PGDLLIMPORT.
Robert Haas
2017-12-05
*
Clean up assorted messiness around AllocateDir() usage.
Tom Lane
2017-12-04
*
Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE.
Tom Lane
2017-11-27
*
Pad XLogReaderState's main_data buffer more aggressively.
Tom Lane
2017-11-26
*
Add support for Motorola 88K to s_lock.h.
Tom Lane
2017-11-20
*
Fix broken cleanup interlock for GIN pending list.
Robert Haas
2017-11-16
*
Prevent int128 from requiring more than MAXALIGN alignment.
Tom Lane
2017-11-14
*
Rearrange c.h to create a "compiler characteristics" section.
Tom Lane
2017-11-14
*
Stamp 9.6.6.
REL9_6_6
Tom Lane
2017-11-06
*
Always require SELECT permission for ON CONFLICT DO UPDATE.
Dean Rasheed
2017-11-06
*
Revert bogus fixes of HOT-freezing bug
Alvaro Herrera
2017-11-02
*
Fix problems with the "role" GUC and parallel query.
Robert Haas
2017-10-29
*
Fix mistaken failure to allow parallelism in corner case.
Robert Haas
2017-10-27
*
Add a utility function to extract variadic function arguments
Andrew Dunstan
2017-10-25
*
Fix AggGetAggref() so it won't lie to aggregate final functions.
Tom Lane
2017-10-12
*
Fix low-probability loss of NOTIFY messages due to XID wraparound.
Tom Lane
2017-10-11
[next]