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
*
Fix double-phrase typo in message
Alvaro Herrera
2019-05-31
1
-1
/
+1
*
Fix typos.
Amit Kapila
2019-05-26
2
-2
/
+2
*
tableam: Rename wrapper functions to match callback names.
Andres Freund
2019-05-23
2
-32
/
+32
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
46
-280
/
+280
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
20
-85
/
+88
*
tableam: Move heap-specific logic from needs_toast_table below tableam.
Robert Haas
2019-05-21
1
-0
/
+53
*
Fix comment for issue_xlog_fsync().
Fujii Masao
2019-05-21
1
-1
/
+1
*
Don't to predicate lock for analyze scans, refactor scan option passing.
Andres Freund
2019-05-19
3
-60
/
+80
*
"A void function may not return a value".
Tom Lane
2019-05-18
1
-1
/
+1
*
tableam: Avoid relying on relation size to determine validity of tids.
Andres Freund
2019-05-17
3
-17
/
+46
*
tableam: Don't assume that every AM uses md.c style storage.
Andres Freund
2019-05-17
2
-0
/
+30
*
Remove extra nbtree half-dead internal page check.
Peter Geoghegan
2019-05-16
2
-17
/
+20
*
Remove obsolete nbtree insertion comment.
Peter Geoghegan
2019-05-15
1
-3
/
+0
*
Reverse order of newitem nbtree candidate splits.
Peter Geoghegan
2019-05-15
1
-15
/
+22
*
Handle table_complete_speculative's succeeded argument as documented.
Andres Freund
2019-05-14
1
-1
/
+1
*
Detect internal GiST page splits correctly during index build.
Heikki Linnakangas
2019-05-14
1
-0
/
+33
*
Fix comment on when HOT update is possible.
Heikki Linnakangas
2019-05-14
1
-1
/
+1
*
Standardize ItemIdData terminology.
Peter Geoghegan
2019-05-13
8
-44
/
+18
*
Don't leave behind junk nbtree pages during split.
Peter Geoghegan
2019-05-13
1
-87
/
+126
*
Clean up the behavior and API of catalog.c's is-catalog-relation tests.
Tom Lane
2019-05-08
1
-1
/
+1
*
Remove obsolete nbtree split REDO routine comment.
Peter Geoghegan
2019-05-08
1
-7
/
+7
*
Remove leftover reference to old "flat file" mechanism in a comment.
Heikki Linnakangas
2019-05-08
1
-2
/
+1
*
Correct obsolete nbtsort.c minimum key comment.
Peter Geoghegan
2019-05-07
1
-6
/
+4
*
Add TRUNCATE parameter to VACUUM.
Fujii Masao
2019-05-08
1
-6
/
+7
*
Revert "Avoid the creation of the free space map for small heap relations".
Amit Kapila
2019-05-07
5
-54
/
+31
*
Correct more obsolete nbtree page split comments.
Peter Geoghegan
2019-05-03
1
-9
/
+13
*
heap_prepare_freeze_tuple: Simplify coding
Alvaro Herrera
2019-05-02
1
-6
/
+13
*
Fix nbtsort.c's page space accounting.
Peter Geoghegan
2019-05-02
1
-18
/
+42
*
Fix some problems with VACUUM (INDEX_CLEANUP FALSE).
Robert Haas
2019-05-02
1
-36
/
+9
*
Message style fixes
Alvaro Herrera
2019-04-30
2
-5
/
+5
*
Widen tuple counter variables from long to int64
Alvaro Herrera
2019-04-30
2
-2
/
+2
*
Fix several recently introduced issues around handling new relation forks.
Andres Freund
2019-04-29
1
-11
/
+24
*
Remove obsolete _bt_insert_parent() comment.
Peter Geoghegan
2019-04-29
1
-1
/
+0
*
Allow pg_class xid & multixid horizons to not be set.
Andres Freund
2019-04-23
2
-4
/
+8
*
Prevent O(N^2) unique index insertion edge case.
Peter Geoghegan
2019-04-23
3
-76
/
+46
*
Convert gist to compute page level xid horizon on primary.
Andres Freund
2019-04-22
3
-153
/
+15
*
Simplify some ERROR paths clearing wait events and transient files
Michael Paquier
2019-04-17
1
-18
/
+4
*
Fix division by zero in _bt_vacuum_needs_cleanup()
Alexander Korotkov
2019-04-15
1
-1
/
+1
*
Fix GetNewTransactionId()'s interaction with xidVacLimit.
Thomas Munro
2019-04-12
2
-2
/
+3
*
Fix typos in reloptions.c
Michael Paquier
2019-04-12
1
-2
/
+2
*
Avoid counting transaction stats for parallel worker cooperating
Amit Kapila
2019-04-10
2
-3
/
+3
*
Add vacuum_truncate reloption.
Fujii Masao
2019-04-08
2
-5
/
+25
*
Fix a number of issues around modifying a previously updated row.
Andres Freund
2019-04-07
1
-1
/
+7
*
Remove unused struct member, enforce multi_insert callback presence.
Andres Freund
2019-04-04
1
-0
/
+1
*
Harden tableam against nonexistant / wrong kind of AMs.
Andres Freund
2019-04-04
1
-94
/
+16
*
tableam: Add table_multi_insert() and revamp/speed-up COPY FROM buffering.
Andres Freund
2019-04-04
2
-10
/
+14
*
Make queries' locking of indexes more consistent.
Tom Lane
2019-04-04
1
-2
/
+2
*
Allow VACUUM to be run with index cleanup disabled.
Robert Haas
2019-04-04
2
-23
/
+87
*
Invalidate binary search bounds consistently.
Peter Geoghegan
2019-04-04
1
-1
/
+7
*
Refactor the fsync queue for wider use.
Thomas Munro
2019-04-04
3
-3
/
+6
[next]