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
*
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
*
Make crash recovery ignore recovery target settings.
Fujii Masao
2019-09-30
*
Fix lockmode initialization for custom relation options
Michael Paquier
2019-09-27
*
Fix comment in xlogreader.c
Michael Paquier
2019-09-26
*
Support reloptions of enum type
Alvaro Herrera
2019-09-25
*
Allow definition of lock mode for custom reloptions
Michael Paquier
2019-09-25
*
Fix failure with lock mode used for custom relation options
Michael Paquier
2019-09-25
*
Fix bug in pairingheap_SpGistSearchItem_cmp()
Alexander Korotkov
2019-09-25
*
Rework WAL-reading supporting structs
Alvaro Herrera
2019-09-24
*
Speedup truncations of relation forks.
Fujii Masao
2019-09-24
*
Message style fixes
Peter Eisentraut
2019-09-23
*
Fix freeing old values in index_store_float8_orderby_distances()
Alexander Korotkov
2019-09-20
*
Improve handling of NULLs in KNN-GiST and KNN-SP-GiST
Alexander Korotkov
2019-09-19
*
Add some const decorations to array constants
Peter Eisentraut
2019-09-17
*
Fix nbtree page split rmgr desc routine.
Peter Geoghegan
2019-09-12
*
Remove redundant _bt_truncate() comment paragraph.
Peter Geoghegan
2019-09-12
*
Add _bt_binsrch() scantid assertion to nbtree.
Peter Geoghegan
2019-09-09
*
Fix handling of NULL distances in KNN-GiST
Alexander Korotkov
2019-09-08
*
Fix handling Inf and Nan values in GiST pairing heap comparator
Alexander Korotkov
2019-09-08
*
Fix behavior of AND CHAIN outside of explicit transaction blocks
Peter Eisentraut
2019-09-08
*
Create an API for inserting and deleting rows in TOAST tables.
Robert Haas
2019-09-06
*
Make pg_promote() detect postmaster death while waiting for promotion to end.
Fujii Masao
2019-09-06
*
Split tuptoaster.c into three separate files.
Robert Haas
2019-09-05
*
Make XLogReaderInvalReadState static
Alvaro Herrera
2019-09-03
*
Remove 'msg' parameter from convert_tuples_by_name
Alvaro Herrera
2019-09-03
*
Better error messages for short reads/writes in SLRU
Peter Eisentraut
2019-09-03
*
Avoid touching replica identity index in ExtractReplicaIdentity().
Tom Lane
2019-09-02
*
Fix overflow check and comment in GIN posting list encoding.
Heikki Linnakangas
2019-08-28
*
Remove obsolete nbtree page deletion comment.
Peter Geoghegan
2019-08-27
[next]