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
*
Consistently test for in-use shared memory.
Noah Misch
2019-04-03
*
Track unowned relations in doubly-linked list
Tomas Vondra
2019-03-27
*
Fix WAL format incompatibility introduced by backpatching of 52ac6cd2d0
Alexander Korotkov
2019-03-24
*
Make checkpoint requests more robust.
Tom Lane
2019-03-19
*
Stamp 9.5.16.
REL9_5_16
Tom Lane
2019-02-11
*
Fix misc typos in comments.
Heikki Linnakangas
2019-01-23
*
Avoid thread-safety problem in ecpglib.
Tom Lane
2019-01-21
*
Use our own getopt() on OpenBSD.
Tom Lane
2019-01-18
*
Prevent GIN deleted pages from being reclaimed too early
Alexander Korotkov
2018-12-13
*
Back-patch updated thread flags tests into 9.4 and 9.5.
Tom Lane
2018-11-19
*
PANIC on fsync() failure.
Thomas Munro
2018-11-19
*
Fix missing role dependencies for some schema and type ACLs.
Tom Lane
2018-11-09
*
Stamp 9.5.15.
REL9_5_15
Tom Lane
2018-11-05
*
Back-patch addition of the ALLOCSET_FOO_SIZES macros.
Tom Lane
2018-10-12
*
Fix logical decoding error when system table w/ toast is repeatedly rewritten.
Andres Freund
2018-10-10
*
Fix event triggers for partitioned tables
Alvaro Herrera
2018-10-06
*
Propagate xactStartTimestamp and stmtStartTimestamp to parallel workers.
Tom Lane
2018-10-06
*
Allow btree comparison functions to return INT_MIN.
Tom Lane
2018-10-05
*
Fix detection of the result type of strerror_r().
Tom Lane
2018-09-30
*
Fix failure with initplans used conditionally during EvalPlanQual rechecks.
Tom Lane
2018-09-15
*
Save/restore SPI's global variables in SPI_connect() and SPI_finish().
Tom Lane
2018-09-07
*
Fix longstanding recursion hazard in sinval message processing.
Tom Lane
2018-09-07
*
Avoid using potentially-under-aligned page buffers.
Tom Lane
2018-09-01
*
Make checksum_impl.h safe to compile with -fstrict-aliasing.
Tom Lane
2018-08-31
*
Stamp 9.5.14.
REL9_5_14
Tom Lane
2018-08-06
*
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
*
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.5.13.
REL9_5_13
Tom Lane
2018-05-07
*
Fix scenario where streaming standby gets stuck at a continuation record.
Heikki Linnakangas
2018-05-05
*
On all Windows platforms, not just Cygwin, use _timezone and _tzname.
Tom Lane
2018-05-01
*
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
*
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
[next]