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
*
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
*
Rework activation of commit timestamps during recovery
Michael Paquier
2018-09-26
*
Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.
Andres Freund
2018-09-25
*
Fast default trigger and expand_tuple fixes
Andrew Dunstan
2018-09-24
*
Defer restoration of libraries in parallel workers.
Thomas Munro
2018-09-20
*
Fix minor error message style guide violation.
Tom Lane
2018-09-19
*
Add support for nearest-neighbor (KNN) searches to SP-GiST
Alexander Korotkov
2018-09-19
*
Attach FPI to the first record after full_page_writes is turned on.
Amit Kapila
2018-09-13
*
Repair double-free in SP-GIST rescan (bug #15378)
Andrew Gierth
2018-09-11
*
Fix past pd_upper write in ginRedoRecompress()
Alexander Korotkov
2018-09-09
*
Remove duplicated words split across lines in comments
Michael Paquier
2018-09-08
*
Improve handling of corrupted two-phase state files at recovery
Michael Paquier
2018-09-07
*
Use C99 designated initializers for some structs
Peter Eisentraut
2018-09-07
*
During the split, set checksum on an empty hash index page.
Amit Kapila
2018-09-04
*
Avoid using potentially-under-aligned page buffers.
Tom Lane
2018-09-01
*
Ensure correct minimum consistent point on standbys
Michael Paquier
2018-08-31
*
Deduplicate code between slot_getallattrs() and slot_getsomeattrs().
Andres Freund
2018-08-23
*
doc: Update uses of the word "procedure"
Peter Eisentraut
2018-08-22
*
fix typo
Alvaro Herrera
2018-08-21
*
Use the built-in float datatypes to implement geometric types
Tomas Vondra
2018-08-16
*
Improve comment in GetNewObjectId().
Thomas Munro
2018-08-16
*
Update FSM on WAL replay of page all-visible/frozen
Alvaro Herrera
2018-08-15
*
Make autovacuum more aggressive to remove orphaned temp tables
Michael Paquier
2018-08-13
*
Handle parallel index builds on mapped relations.
Peter Geoghegan
2018-08-10
*
Fix typo in SP-GiST error message
Alexander Korotkov
2018-08-10
*
Reset properly errno before calling write()
Michael Paquier
2018-08-05
*
Provide separate header file for built-in float types
Tomas Vondra
2018-07-29
[next]