index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
Commit message (
Expand
)
Author
Age
*
Check for conflicting queries during replay of gistvacuumpage()
Alexander Korotkov
2018-12-21
*
Make type "name" collation-aware.
Tom Lane
2018-12-19
*
Remove function names from error messages
Alvaro Herrera
2018-12-19
*
Small improvements for allocation logic in ginHeapTupleFastCollect().
Tom Lane
2018-12-19
*
Remove obsolete nbtree duplicate entries comment.
Peter Geoghegan
2018-12-18
*
Correct obsolete nbtree recovery comments.
Peter Geoghegan
2018-12-18
*
Make collation-aware system catalog columns use "C" collation.
Tom Lane
2018-12-18
*
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
*
Prevent deadlock in ginRedoDeletePage()
Alexander Korotkov
2018-12-13
*
Fix deadlock in GIN vacuum introduced by 218f51584d5
Alexander Korotkov
2018-12-13
*
Make TupleDescInitBuiltinEntry throw error for unsupported types.
Tom Lane
2018-12-10
*
Remove dead code in toast_fetch_datum_slice
Stephen Frost
2018-12-10
*
Cleanup comments in xlog compression
Stephen Frost
2018-12-06
*
Do not decode TOAST data for table rewrites
Tomas Vondra
2018-11-28
*
Integrate recovery.conf into postgresql.conf
Peter Eisentraut
2018-11-25
*
Add WL_EXIT_ON_PM_DEATH pseudo-event.
Thomas Munro
2018-11-23
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Make WAL description output more consistent
Peter Eisentraut
2018-11-20
*
PANIC on fsync() failure.
Thomas Munro
2018-11-19
*
Remove unnecessary memcpy when reading WAL record fitting on page
Michael Paquier
2018-11-19
*
Make TupleTableSlots extensible, finish split of existing slot type.
Andres Freund
2018-11-16
*
Introduce notion of different types of slots (without implementing them).
Andres Freund
2018-11-15
*
Initialize TransactionState and user ID consistently at transaction start
Michael Paquier
2018-11-14
*
Add flag values in WAL description to all heap records
Michael Paquier
2018-11-14
*
Remove volatiles from {procarray,volatile}.c and fix memory ordering issue.
Andres Freund
2018-11-10
*
Use pg_pread() and pg_pwrite() for data files and WAL.
Thomas Munro
2018-11-07
*
Rename rbtree.c functions to use "rbt" prefix not "rb" prefix.
Tom Lane
2018-11-06
*
Fix spelling errors and typos in comments
Magnus Hagander
2018-11-02
*
Fix memory leak in repeated SPGIST index scans.
Tom Lane
2018-10-31
*
Fix typo in xlog.c.
Andres Freund
2018-10-31
*
Add pg_promote function
Michael Paquier
2018-10-25
*
Correctly set t_self for heap tuples in expand_tuple
Andrew Dunstan
2018-10-24
*
Move TupleTableSlots boolean member into one flag variable.
Andres Freund
2018-10-15
*
Move generic slot support functions from heaptuple.c into execTuples.c.
Andres Freund
2018-10-15
*
Simplify use of AllocSetContextCreate() wrapper macro.
Tom Lane
2018-10-12
*
Remove deprecated abstime, reltime, tinterval datatypes.
Andres Freund
2018-10-11
*
Fix logical decoding error when system table w/ toast is repeatedly rewritten.
Andres Freund
2018-10-10
*
Relax transactional restrictions on ALTER TYPE ... ADD VALUE (redux).
Thomas Munro
2018-10-09
*
Advance transaction timestamp for intra-procedure transactions.
Tom Lane
2018-10-08
*
Restore sane locking behavior during parallel query.
Tom Lane
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
*
Change executor to just Assert that table locks were already obtained.
Tom Lane
2018-10-03
*
Use slots more widely in tuple mapping code and make naming more consistent.
Andres Freund
2018-10-02
*
Add assertions that we hold some relevant lock during relation open.
Tom Lane
2018-10-01
*
Fix assertion failure when updating full_page_writes for checkpointer.
Amit Kapila
2018-09-28
*
Fix WAL recycling on standbys depending on archive_mode
Michael Paquier
2018-09-28
*
Minor formatting cleanup for 2a6368343f
Alexander Korotkov
2018-09-27
*
Remove extra usage of BoxPGetDatum() macro
Alexander Korotkov
2018-09-27
[next]