index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Make DROP DATABASE command generate less WAL records.
Fujii Masao
2019-11-21
1
-2
/
+5
*
Fix HeapTupleSatisfiesNonVacuumable() comment.
Peter Geoghegan
2019-11-20
1
-1
/
+1
*
Fix page modification outside of critical section in GIN
Alexander Korotkov
2019-11-20
1
-3
/
+3
*
Revise GIN README
Alexander Korotkov
2019-11-20
1
-38
/
+176
*
Fix traversing to the deleted GIN page via downlink
Alexander Korotkov
2019-11-20
4
-9
/
+5
*
Fix deadlock between ginDeletePage() and ginStepRight()
Alexander Korotkov
2019-11-20
2
-52
/
+81
*
nbtree: Tweak _bt_pgaddtup() comments.
Peter Geoghegan
2019-11-18
2
-9
/
+7
*
Properly determine length for on-disk TOAST values
Tomas Vondra
2019-11-16
1
-1
/
+1
*
Cleanup code in reloptions.h regarding reloption handling
Michael Paquier
2019-11-14
1
-3
/
+12
*
Split handling of reloptions for partitioned tables
Michael Paquier
2019-11-14
1
-4
/
+18
*
Make pg_waldump report more detail information about PREPARE TRANSACTION record.
Fujii Masao
2019-11-13
3
-94
/
+106
*
Make _bt_keep_natts_fast() use datum_image_eq().
Peter Geoghegan
2019-11-12
1
-4
/
+2
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
32
-78
/
+49
*
Optimize TransactionIdIsCurrentTransactionId().
Thomas Munro
2019-11-11
1
-0
/
+3
*
Pass ItemPointer not HeapTuple to IndexBuildCallback.
Andres Freund
2019-11-08
7
-26
/
+23
*
More precise errors from initial pg_control check
Peter Eisentraut
2019-11-08
1
-34
/
+48
*
Use "low key" terminology in nbtsort.c.
Peter Geoghegan
2019-11-07
1
-40
/
+29
*
Fix assertion failure when running pgbench -s.
Fujii Masao
2019-11-07
1
-1
/
+1
*
Add reusable routine for making arrays unique.
Thomas Munro
2019-11-07
1
-16
/
+3
*
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-11-05
13
-31
/
+153
*
Refactor code building relation options
Michael Paquier
2019-11-05
4
-115
/
+66
*
Fix ginEntryInsert's counting of GIN leaf tuples.
Tom Lane
2019-11-04
1
-4
/
+7
*
Fix typos in the code
Michael Paquier
2019-10-30
2
-3
/
+3
*
Fix initialization of fake LSN for unlogged relations
Michael Paquier
2019-10-27
1
-1
/
+1
*
Fix typo in xlog.c.
Fujii Masao
2019-10-24
1
-1
/
+1
*
Fix comment
Peter Eisentraut
2019-10-22
1
-4
/
+3
*
Fix memory leak introduced in commit 7df159a620.
Amit Kapila
2019-10-21
1
-0
/
+10
*
Fix failure of archive recovery with recovery_min_apply_delay enabled.
Fujii Masao
2019-10-18
1
-2
/
+14
*
Make crash recovery ignore recovery_min_apply_delay setting.
Fujii Masao
2019-10-18
1
-0
/
+4
*
Make crash recovery ignore restore_command and recovery_end_command settings.
Fujii Masao
2019-10-11
2
-3
/
+10
*
Flush logical mapping files with fd opened for read/write at checkpoint
Michael Paquier
2019-10-09
1
-1
/
+2
*
Rename some toasting functions based on whether they are heap-specific.
Robert Haas
2019-10-04
6
-33
/
+34
*
Remove AtSubStart_Notify.
Robert Haas
2019-10-04
1
-1
/
+0
*
Remove temporary WAL and history files at the end of archive recovery
Michael Paquier
2019-10-02
1
-12
/
+12
*
Optimize partial TOAST decompression
Tomas Vondra
2019-10-01
1
-8
/
+46
*
Make crash recovery ignore recovery target settings.
Fujii Masao
2019-09-30
1
-0
/
+14
*
Fix lockmode initialization for custom relation options
Michael Paquier
2019-09-27
1
-7
/
+0
*
Fix comment in xlogreader.c
Michael Paquier
2019-09-26
1
-2
/
+1
*
Support reloptions of enum type
Alvaro Herrera
2019-09-25
3
-34
/
+125
*
Allow definition of lock mode for custom reloptions
Michael Paquier
2019-09-25
1
-16
/
+12
*
Fix failure with lock mode used for custom relation options
Michael Paquier
2019-09-25
1
-0
/
+7
*
Fix bug in pairingheap_SpGistSearchItem_cmp()
Alexander Korotkov
2019-09-25
1
-1
/
+1
*
Rework WAL-reading supporting structs
Alvaro Herrera
2019-09-24
4
-54
/
+71
*
Speedup truncations of relation forks.
Fujii Masao
2019-09-24
1
-22
/
+15
*
Message style fixes
Peter Eisentraut
2019-09-23
2
-2
/
+2
*
Fix freeing old values in index_store_float8_orderby_distances()
Alexander Korotkov
2019-09-20
1
-20
/
+20
*
Improve handling of NULLs in KNN-GiST and KNN-SP-GiST
Alexander Korotkov
2019-09-19
4
-77
/
+103
*
Add some const decorations to array constants
Peter Eisentraut
2019-09-17
1
-1
/
+1
*
Fix nbtree page split rmgr desc routine.
Peter Geoghegan
2019-09-12
1
-2
/
+2
*
Remove redundant _bt_truncate() comment paragraph.
Peter Geoghegan
2019-09-12
1
-13
/
+8
[prev]
[next]