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 deadlock in heap_compute_xid_horizon_for_tuples().
Thomas Munro
2019-04-02
1
-1
/
+8
*
Unified logging system for command-line programs
Peter Eisentraut
2019-04-01
1
-1
/
+1
*
tableam: bitmap table scan.
Andres Freund
2019-03-31
2
-0
/
+158
*
tableam: sample scan.
Andres Freund
2019-03-31
3
-7
/
+236
*
tableam: Formatting and other minor cleanups.
Andres Freund
2019-03-31
5
-95
/
+118
*
Fix nbtree high key "continuescan" row compare bug.
Peter Geoghegan
2019-03-31
1
-0
/
+3
*
Skip redundant anti-wraparound vacuums
Michael Paquier
2019-03-31
1
-4
/
+20
*
tableam: Move heap specific logic from estimate_rel_size below tableam.
Andres Freund
2019-03-30
1
-0
/
+113
*
tableam: VACUUM and ANALYZE support.
Andres Freund
2019-03-30
1
-0
/
+170
*
Generated columns
Peter Eisentraut
2019-03-30
1
-0
/
+11
*
Tweak some nbtree-related code comments.
Peter Geoghegan
2019-03-29
2
-4
/
+5
*
tableam: Comment fixes.
Andres Freund
2019-03-29
1
-1
/
+1
*
Warn more strongly about the dangers of exclusive backup mode.
Robert Haas
2019-03-29
1
-2
/
+8
*
tableam: relation creation, VACUUM FULL/CLUSTER, SET TABLESPACE.
Andres Freund
2019-03-28
1
-0
/
+451
*
Fix typo.
Thomas Munro
2019-03-29
1
-1
/
+1
*
Use FullTransactionId for the transaction stack.
Thomas Munro
2019-03-28
2
-80
/
+162
*
Add basic infrastructure for 64 bit transaction IDs.
Thomas Munro
2019-03-28
9
-184
/
+124
*
tableam: Support for an index build's initial table scan(s).
Andres Freund
2019-03-27
7
-29
/
+786
*
Suppress uninitialized-variable warning.
Tom Lane
2019-03-27
1
-0
/
+1
*
Switch some palloc/memset calls to palloc0
Michael Paquier
2019-03-27
1
-2
/
+1
*
Compute XID horizon for page level index vacuum on primary.
Andres Freund
2019-03-26
9
-317
/
+284
*
Fix oversight in data-type change for autovacuum_vacuum_cost_delay.
Tom Lane
2019-03-26
1
-9
/
+9
*
Remove heap_hot_search().
Andres Freund
2019-03-25
1
-24
/
+0
*
tableam: Add table_get_latest_tid, to wrap heap_get_latest_tid.
Andres Freund
2019-03-25
1
-0
/
+1
*
tableam: Add helper for indexes to check if a corresponding table tuples exist.
Andres Freund
2019-03-25
3
-8
/
+45
*
Add "split after new tuple" nbtree optimization.
Peter Geoghegan
2019-03-25
1
-3
/
+211
*
tableam: Add and use table_fetch_row_version().
Andres Freund
2019-03-25
3
-8
/
+29
*
Remove dead code from nbtsplitloc.c.
Peter Geoghegan
2019-03-24
1
-14
/
+6
*
Transaction chaining
Peter Eisentraut
2019-03-24
1
-3
/
+70
*
tableam: Add tuple_{insert, delete, update, lock} and use.
Andres Freund
2019-03-23
6
-297
/
+715
*
Add nbtree high key "continuescan" optimization.
Peter Geoghegan
2019-03-23
2
-74
/
+126
*
Fix bug in the GiST vacuum's 2nd stage.
Heikki Linnakangas
2019-03-22
1
-13
/
+14
*
Delete empty pages during GiST VACUUM.
Heikki Linnakangas
2019-03-22
6
-38
/
+580
*
Collations with nondeterministic comparison
Peter Eisentraut
2019-03-22
2
-12
/
+91
*
Fix spurious compiler warning in nbtxlog.c.
Peter Geoghegan
2019-03-20
1
-4
/
+4
*
Consider secondary factors during nbtree splits.
Peter Geoghegan
2019-03-20
5
-290
/
+947
*
Make heap TID a tiebreaker nbtree index column.
Peter Geoghegan
2019-03-20
10
-385
/
+1022
*
Refactor nbtree insertion scankeys.
Peter Geoghegan
2019-03-20
6
-338
/
+432
*
Tweak nbtsearch.c function prototype order.
Peter Geoghegan
2019-03-19
1
-2
/
+1
*
Fix memory leak in printtup.c.
Tom Lane
2019-03-18
1
-2
/
+10
*
Fold vacuum's 'int options' parameter into VacuumParams.
Robert Haas
2019-03-18
1
-4
/
+4
*
Refactor more code logic to update the control file
Michael Paquier
2019-03-18
1
-42
/
+6
*
Avoid casting away a const
Peter Eisentraut
2019-03-16
1
-1
/
+1
*
Enable parallel query with SERIALIZABLE isolation.
Thomas Munro
2019-03-15
3
-14
/
+13
*
Correct obsolete nbtree page split comment.
Peter Geoghegan
2019-03-12
1
-2
/
+4
*
Ensure sufficient alignment for ParallelTableScanDescData in BTShared.
Andres Freund
2019-03-11
1
-7
/
+18
*
tableam: Add and use scan APIs.
Andres Freund
2019-03-11
13
-618
/
+836
*
Fix typos in commit 8586bf7ed8.
Amit Kapila
2019-03-11
1
-3
/
+3
*
Move hash_any prototype from access/hash.h to utils/hashutils.h
Alvaro Herrera
2019-03-11
4
-629
/
+3
*
Adjust error message for partial writes in WAL segments
Michael Paquier
2019-03-11
1
-1
/
+1
[next]