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
*
Restructure creation of run-time pruning steps.
Tom Lane
2019-05-17
*
Rearrange pgstat_bestart() to avoid failures within its critical section.
Tom Lane
2019-05-11
*
Stamp 11.3.
REL_11_3
Tom Lane
2019-05-06
*
Fix detection of passwords hashed with MD5 or SCRAM-SHA-256
Michael Paquier
2019-04-23
*
Prevent memory leaks associated with relcache rd_partcheck structures.
Tom Lane
2019-04-13
*
Consistently test for in-use shared memory.
Noah Misch
2019-04-12
*
Avoid counting transaction stats for parallel worker cooperating
Amit Kapila
2019-04-10
*
Avoid "could not reattach" by providing space for concurrent allocation.
Noah Misch
2019-04-08
*
Revert "Consistently test for in-use shared memory."
Noah Misch
2019-04-05
*
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
*
Fix handling of targetlist SRFs when scan/join relation is known empty.
Tom Lane
2019-03-07
*
Stamp 11.2.
REL_11_2
Tom Lane
2019-02-11
*
Allow to reset execGrouping.c style tuple hashtables.
Andres Freund
2019-02-09
*
simplehash: Add support for resetting a hashtable's contents.
Andres Freund
2019-02-09
*
Fix heap_getattr() handling of fast defaults.
Andres Freund
2019-02-06
*
Fix LLVM related headers to compile standalone (to fix cpluspluscheck).
Andres Freund
2019-01-28
*
Install JIT related headers.
Andres Freund
2019-01-28
*
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
*
Move CloneForeignKeyConstraints to tablecmds.c
Alvaro Herrera
2019-01-18
*
Refactor duplicate code into DeconstructFkConstraintRow
Alvaro Herrera
2019-01-18
*
Restrict the use of temporary namespace in two-phase transactions
Michael Paquier
2019-01-18
*
Avoid sharing PARAM_EXEC slots between different levels of NestLoop.
Tom Lane
2019-01-11
*
Improve description of DEFAULT_XLOG_SEG_SIZE in pg_config.h
Michael Paquier
2018-12-29
*
Remove entry tree root conflict checking from GIN predicate locking
Alexander Korotkov
2018-12-27
*
Check for conflicting queries during replay of gistvacuumpage()
Alexander Korotkov
2018-12-21
*
Improve detection of child-process SIGPIPE failures.
Tom Lane
2018-12-16
*
Prevent GIN deleted pages from being reclaimed too early
Alexander Korotkov
2018-12-13
*
Repair bogus EPQ plans generated for postgres_fdw foreign joins.
Tom Lane
2018-12-12
*
PANIC on fsync() failure.
Thomas Munro
2018-11-19
*
Correct code comments for PartitionedRelPruneInfo struct
Peter Eisentraut
2018-11-15
*
Make reformat-dat-files, reformat-dat-files VPATH safe.
Andres Freund
2018-11-15
*
Use 64 bit type for BufFileSize().
Thomas Munro
2018-11-15
*
Fix missing role dependencies for some schema and type ACLs.
Tom Lane
2018-11-09
*
Revise attribute handling code on partition creation
Alvaro Herrera
2018-11-08
*
Rename rbtree.c functions to use "rbt" prefix not "rb" prefix.
Tom Lane
2018-11-06
*
Stamp 11.1.
Tom Lane
2018-11-05
*
Fix interaction of CASE and ArrayCoerceExpr.
Tom Lane
2018-10-30
*
Stamp 11.0.
REL_11_0
Tom Lane
2018-10-15
*
Simplify use of AllocSetContextCreate() wrapper macro.
Tom Lane
2018-10-12
*
Correct attach/detach logic for FKs in partitions
Alvaro Herrera
2018-10-12
*
Fix logical decoding error when system table w/ toast is repeatedly rewritten.
Andres Freund
2018-10-10
*
Stamp 11rc1.
REL_11_RC1
Tom Lane
2018-10-08
*
Advance transaction timestamp for intra-procedure transactions.
Tom Lane
2018-10-08
*
Fix event triggers for partitioned tables
Alvaro Herrera
2018-10-06
*
Propagate xactStartTimestamp and stmtStartTimestamp to parallel workers.
Tom Lane
2018-10-06
[next]