aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
...
* tableam: Add table_multi_insert() and revamp/speed-up COPY FROM buffering.Andres Freund2019-04-04
* Make queries' locking of indexes more consistent.Tom Lane2019-04-04
* Allow VACUUM to be run with index cleanup disabled.Robert Haas2019-04-04
* Invalidate binary search bounds consistently.Peter Geoghegan2019-04-04
* Refactor the fsync queue for wider use.Thomas Munro2019-04-04
* Log all statements from a sample of transactionsAlvaro Herrera2019-04-03
* Generate less WAL during GiST, GIN and SP-GiST index build.Heikki Linnakangas2019-04-03
* Correctly initialize newly added struct memberAlvaro Herrera2019-04-03
* Report progress of CREATE INDEX operationsAlvaro Herrera2019-04-02
* Add support for partial TOAST decompressionStephen Frost2019-04-02
* Add wal_recycle and wal_init_zero GUCs.Thomas Munro2019-04-02
* tableam: Add table_finish_bulk_insert().Andres Freund2019-04-01
* Fix deadlock in heap_compute_xid_horizon_for_tuples().Thomas Munro2019-04-02
* Unified logging system for command-line programsPeter Eisentraut2019-04-01
* tableam: bitmap table scan.Andres Freund2019-03-31
* tableam: sample scan.Andres Freund2019-03-31
* tableam: Formatting and other minor cleanups.Andres Freund2019-03-31
* Fix nbtree high key "continuescan" row compare bug.Peter Geoghegan2019-03-31
* Skip redundant anti-wraparound vacuumsMichael Paquier2019-03-31
* tableam: Move heap specific logic from estimate_rel_size below tableam.Andres Freund2019-03-30
* tableam: VACUUM and ANALYZE support.Andres Freund2019-03-30
* Generated columnsPeter Eisentraut2019-03-30
* Tweak some nbtree-related code comments.Peter Geoghegan2019-03-29
* tableam: Comment fixes.Andres Freund2019-03-29
* Warn more strongly about the dangers of exclusive backup mode.Robert Haas2019-03-29
* tableam: relation creation, VACUUM FULL/CLUSTER, SET TABLESPACE.Andres Freund2019-03-28
* Fix typo.Thomas Munro2019-03-29
* Use FullTransactionId for the transaction stack.Thomas Munro2019-03-28
* Add basic infrastructure for 64 bit transaction IDs.Thomas Munro2019-03-28
* tableam: Support for an index build's initial table scan(s).Andres Freund2019-03-27
* Suppress uninitialized-variable warning.Tom Lane2019-03-27
* Switch some palloc/memset calls to palloc0Michael Paquier2019-03-27
* Compute XID horizon for page level index vacuum on primary.Andres Freund2019-03-26
* Fix oversight in data-type change for autovacuum_vacuum_cost_delay.Tom Lane2019-03-26
* Remove heap_hot_search().Andres Freund2019-03-25
* tableam: Add table_get_latest_tid, to wrap heap_get_latest_tid.Andres Freund2019-03-25
* tableam: Add helper for indexes to check if a corresponding table tuples exist.Andres Freund2019-03-25
* Add "split after new tuple" nbtree optimization.Peter Geoghegan2019-03-25
* tableam: Add and use table_fetch_row_version().Andres Freund2019-03-25
* Remove dead code from nbtsplitloc.c.Peter Geoghegan2019-03-24
* Transaction chainingPeter Eisentraut2019-03-24
* tableam: Add tuple_{insert, delete, update, lock} and use.Andres Freund2019-03-23
* Add nbtree high key "continuescan" optimization.Peter Geoghegan2019-03-23
* Fix bug in the GiST vacuum's 2nd stage.Heikki Linnakangas2019-03-22
* Delete empty pages during GiST VACUUM.Heikki Linnakangas2019-03-22
* Collations with nondeterministic comparisonPeter Eisentraut2019-03-22
* Fix spurious compiler warning in nbtxlog.c.Peter Geoghegan2019-03-20
* Consider secondary factors during nbtree splits.Peter Geoghegan2019-03-20
* Make heap TID a tiebreaker nbtree index column.Peter Geoghegan2019-03-20
* Refactor nbtree insertion scankeys.Peter Geoghegan2019-03-20