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
...
*
Code cleanup for toast_fetch_datum and toast_fetch_datum_slice.
Robert Haas
2019-12-17
*
Change overly strict Assert in TransactionGroupUpdateXidStatus.
Amit Kapila
2019-12-17
*
Rename nbtree tuple macros.
Peter Geoghegan
2019-12-16
*
Update nbtree README's "Scans during Recovery".
Peter Geoghegan
2019-12-16
*
Demote variable from global to local
Alvaro Herrera
2019-12-16
*
Fix yet another crash in page split during GiST index creation.
Heikki Linnakangas
2019-12-16
*
Remove duplicated progress reporting during heap scan of VACUUM
Michael Paquier
2019-12-15
*
Fix crash when a page was split during GiST index creation.
Heikki Linnakangas
2019-12-13
*
Fix thinkos from commit 9989d37
Michael Paquier
2019-12-03
*
Remove XLogFileNameP() from the tree
Michael Paquier
2019-12-03
*
Remove useless "return;" lines
Alvaro Herrera
2019-11-28
*
Refactor WAL file-reading code into WALRead()
Alvaro Herrera
2019-11-25
*
Refactor reloption handling for index AMs in-core
Michael Paquier
2019-11-25
*
Avoid assertion failure with LISTEN in a serializable transaction.
Tom Lane
2019-11-24
*
Remove configure --disable-float4-byval
Peter Eisentraut
2019-11-21
*
Make DROP DATABASE command generate less WAL records.
Fujii Masao
2019-11-21
*
Fix HeapTupleSatisfiesNonVacuumable() comment.
Peter Geoghegan
2019-11-20
*
Fix page modification outside of critical section in GIN
Alexander Korotkov
2019-11-20
*
Revise GIN README
Alexander Korotkov
2019-11-20
*
Fix traversing to the deleted GIN page via downlink
Alexander Korotkov
2019-11-20
*
Fix deadlock between ginDeletePage() and ginStepRight()
Alexander Korotkov
2019-11-20
*
nbtree: Tweak _bt_pgaddtup() comments.
Peter Geoghegan
2019-11-18
*
Properly determine length for on-disk TOAST values
Tomas Vondra
2019-11-16
*
Cleanup code in reloptions.h regarding reloption handling
Michael Paquier
2019-11-14
*
Split handling of reloptions for partitioned tables
Michael Paquier
2019-11-14
*
Make pg_waldump report more detail information about PREPARE TRANSACTION record.
Fujii Masao
2019-11-13
*
Make _bt_keep_natts_fast() use datum_image_eq().
Peter Geoghegan
2019-11-12
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
Optimize TransactionIdIsCurrentTransactionId().
Thomas Munro
2019-11-11
*
Pass ItemPointer not HeapTuple to IndexBuildCallback.
Andres Freund
2019-11-08
*
More precise errors from initial pg_control check
Peter Eisentraut
2019-11-08
*
Use "low key" terminology in nbtsort.c.
Peter Geoghegan
2019-11-07
*
Fix assertion failure when running pgbench -s.
Fujii Masao
2019-11-07
*
Add reusable routine for making arrays unique.
Thomas Munro
2019-11-07
*
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-11-05
*
Refactor code building relation options
Michael Paquier
2019-11-05
*
Fix ginEntryInsert's counting of GIN leaf tuples.
Tom Lane
2019-11-04
*
Fix typos in the code
Michael Paquier
2019-10-30
*
Fix initialization of fake LSN for unlogged relations
Michael Paquier
2019-10-27
*
Fix typo in xlog.c.
Fujii Masao
2019-10-24
*
Fix comment
Peter Eisentraut
2019-10-22
*
Fix memory leak introduced in commit 7df159a620.
Amit Kapila
2019-10-21
*
Fix failure of archive recovery with recovery_min_apply_delay enabled.
Fujii Masao
2019-10-18
*
Make crash recovery ignore recovery_min_apply_delay setting.
Fujii Masao
2019-10-18
*
Make crash recovery ignore restore_command and recovery_end_command settings.
Fujii Masao
2019-10-11
*
Flush logical mapping files with fd opened for read/write at checkpoint
Michael Paquier
2019-10-09
*
Rename some toasting functions based on whether they are heap-specific.
Robert Haas
2019-10-04
*
Remove AtSubStart_Notify.
Robert Haas
2019-10-04
*
Remove temporary WAL and history files at the end of archive recovery
Michael Paquier
2019-10-02
*
Optimize partial TOAST decompression
Tomas Vondra
2019-10-01
[prev]
[next]