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
*
Stamp 11.5.
REL_11_5
Tom Lane
2019-08-05
*
Require the schema qualification in pg_temp.type_name(arg).
Noah Misch
2019-08-05
*
Improve pruning of a default partition
Alvaro Herrera
2019-08-04
*
Install dependencies to prevent dropping partition key columns.
Tom Lane
2019-07-22
*
Fix nbtree metapage cache upgrade bug.
Peter Geoghegan
2019-07-18
*
Don't read fields of a misaligned ExpandedObjectHeader or AnyArrayType.
Noah Misch
2019-06-30
*
Remove misleading comment from pathnodes.h.
Thomas Munro
2019-06-25
*
Fix spinlock assembly code for MIPS so it works on MIPS r6.
Tom Lane
2019-06-22
*
Stamp 11.4.
REL_11_4
Tom Lane
2019-06-17
*
Mark ReplicationSlotCtl as PGDLLIMPORT.
Tom Lane
2019-06-13
*
In walreceiver, don't try to do ereport() in a signal handler.
Tom Lane
2019-06-12
*
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
[next]