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
...
*
Fix nbtree high key "continuescan" row compare bug.
Peter Geoghegan
2019-03-31
*
Skip redundant anti-wraparound vacuums
Michael Paquier
2019-03-31
*
tableam: Move heap specific logic from estimate_rel_size below tableam.
Andres Freund
2019-03-30
*
tableam: VACUUM and ANALYZE support.
Andres Freund
2019-03-30
*
Generated columns
Peter Eisentraut
2019-03-30
*
Tweak some nbtree-related code comments.
Peter Geoghegan
2019-03-29
*
tableam: Comment fixes.
Andres Freund
2019-03-29
*
Warn more strongly about the dangers of exclusive backup mode.
Robert Haas
2019-03-29
*
tableam: relation creation, VACUUM FULL/CLUSTER, SET TABLESPACE.
Andres Freund
2019-03-28
*
Fix typo.
Thomas Munro
2019-03-29
*
Use FullTransactionId for the transaction stack.
Thomas Munro
2019-03-28
*
Add basic infrastructure for 64 bit transaction IDs.
Thomas Munro
2019-03-28
*
tableam: Support for an index build's initial table scan(s).
Andres Freund
2019-03-27
*
Suppress uninitialized-variable warning.
Tom Lane
2019-03-27
*
Switch some palloc/memset calls to palloc0
Michael Paquier
2019-03-27
*
Compute XID horizon for page level index vacuum on primary.
Andres Freund
2019-03-26
*
Fix oversight in data-type change for autovacuum_vacuum_cost_delay.
Tom Lane
2019-03-26
*
Remove heap_hot_search().
Andres Freund
2019-03-25
*
tableam: Add table_get_latest_tid, to wrap heap_get_latest_tid.
Andres Freund
2019-03-25
*
tableam: Add helper for indexes to check if a corresponding table tuples exist.
Andres Freund
2019-03-25
*
Add "split after new tuple" nbtree optimization.
Peter Geoghegan
2019-03-25
*
tableam: Add and use table_fetch_row_version().
Andres Freund
2019-03-25
*
Remove dead code from nbtsplitloc.c.
Peter Geoghegan
2019-03-24
*
Transaction chaining
Peter Eisentraut
2019-03-24
*
tableam: Add tuple_{insert, delete, update, lock} and use.
Andres Freund
2019-03-23
*
Add nbtree high key "continuescan" optimization.
Peter Geoghegan
2019-03-23
*
Fix bug in the GiST vacuum's 2nd stage.
Heikki Linnakangas
2019-03-22
*
Delete empty pages during GiST VACUUM.
Heikki Linnakangas
2019-03-22
*
Collations with nondeterministic comparison
Peter Eisentraut
2019-03-22
*
Fix spurious compiler warning in nbtxlog.c.
Peter Geoghegan
2019-03-20
*
Consider secondary factors during nbtree splits.
Peter Geoghegan
2019-03-20
*
Make heap TID a tiebreaker nbtree index column.
Peter Geoghegan
2019-03-20
*
Refactor nbtree insertion scankeys.
Peter Geoghegan
2019-03-20
*
Tweak nbtsearch.c function prototype order.
Peter Geoghegan
2019-03-19
*
Fix memory leak in printtup.c.
Tom Lane
2019-03-18
*
Fold vacuum's 'int options' parameter into VacuumParams.
Robert Haas
2019-03-18
*
Refactor more code logic to update the control file
Michael Paquier
2019-03-18
*
Avoid casting away a const
Peter Eisentraut
2019-03-16
*
Enable parallel query with SERIALIZABLE isolation.
Thomas Munro
2019-03-15
*
Correct obsolete nbtree page split comment.
Peter Geoghegan
2019-03-12
*
Ensure sufficient alignment for ParallelTableScanDescData in BTShared.
Andres Freund
2019-03-11
*
tableam: Add and use scan APIs.
Andres Freund
2019-03-11
*
Fix typos in commit 8586bf7ed8.
Amit Kapila
2019-03-11
*
Move hash_any prototype from access/hash.h to utils/hashutils.h
Alvaro Herrera
2019-03-11
*
Adjust error message for partial writes in WAL segments
Michael Paquier
2019-03-11
*
Convert [autovacuum_]vacuum_cost_delay into floating-point GUCs.
Tom Lane
2019-03-10
*
Support for INCLUDE attributes in GiST indexes
Alexander Korotkov
2019-03-10
*
Tighten use of OpenTransientFile and CloseTransientFile
Michael Paquier
2019-03-09
*
tableam: introduce table AM infrastructure.
Andres Freund
2019-03-06
*
Removed unused variable, openLogOff.
Robert Haas
2019-03-06
[prev]
[next]