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
*
Clean up the behavior and API of catalog.c's is-catalog-relation tests.
Tom Lane
2019-05-08
*
Remove obsolete nbtree split REDO routine comment.
Peter Geoghegan
2019-05-08
*
Remove leftover reference to old "flat file" mechanism in a comment.
Heikki Linnakangas
2019-05-08
*
Correct obsolete nbtsort.c minimum key comment.
Peter Geoghegan
2019-05-07
*
Add TRUNCATE parameter to VACUUM.
Fujii Masao
2019-05-08
*
Revert "Avoid the creation of the free space map for small heap relations".
Amit Kapila
2019-05-07
*
Correct more obsolete nbtree page split comments.
Peter Geoghegan
2019-05-03
*
heap_prepare_freeze_tuple: Simplify coding
Alvaro Herrera
2019-05-02
*
Fix nbtsort.c's page space accounting.
Peter Geoghegan
2019-05-02
*
Fix some problems with VACUUM (INDEX_CLEANUP FALSE).
Robert Haas
2019-05-02
*
Message style fixes
Alvaro Herrera
2019-04-30
*
Widen tuple counter variables from long to int64
Alvaro Herrera
2019-04-30
*
Fix several recently introduced issues around handling new relation forks.
Andres Freund
2019-04-29
*
Remove obsolete _bt_insert_parent() comment.
Peter Geoghegan
2019-04-29
*
Allow pg_class xid & multixid horizons to not be set.
Andres Freund
2019-04-23
*
Prevent O(N^2) unique index insertion edge case.
Peter Geoghegan
2019-04-23
*
Convert gist to compute page level xid horizon on primary.
Andres Freund
2019-04-22
*
Simplify some ERROR paths clearing wait events and transient files
Michael Paquier
2019-04-17
*
Fix division by zero in _bt_vacuum_needs_cleanup()
Alexander Korotkov
2019-04-15
*
Fix GetNewTransactionId()'s interaction with xidVacLimit.
Thomas Munro
2019-04-12
*
Fix typos in reloptions.c
Michael Paquier
2019-04-12
*
Avoid counting transaction stats for parallel worker cooperating
Amit Kapila
2019-04-10
*
Add vacuum_truncate reloption.
Fujii Masao
2019-04-08
*
Fix a number of issues around modifying a previously updated row.
Andres Freund
2019-04-07
*
Remove unused struct member, enforce multi_insert callback presence.
Andres Freund
2019-04-04
*
Harden tableam against nonexistant / wrong kind of AMs.
Andres Freund
2019-04-04
*
tableam: Add table_multi_insert() and revamp/speed-up COPY FROM buffering.
Andres Freund
2019-04-04
*
Make queries' locking of indexes more consistent.
Tom Lane
2019-04-04
*
Allow VACUUM to be run with index cleanup disabled.
Robert Haas
2019-04-04
*
Invalidate binary search bounds consistently.
Peter Geoghegan
2019-04-04
*
Refactor the fsync queue for wider use.
Thomas Munro
2019-04-04
*
Log all statements from a sample of transactions
Alvaro Herrera
2019-04-03
*
Generate less WAL during GiST, GIN and SP-GiST index build.
Heikki Linnakangas
2019-04-03
*
Correctly initialize newly added struct member
Alvaro Herrera
2019-04-03
*
Report progress of CREATE INDEX operations
Alvaro Herrera
2019-04-02
*
Add support for partial TOAST decompression
Stephen Frost
2019-04-02
*
Add wal_recycle and wal_init_zero GUCs.
Thomas Munro
2019-04-02
*
tableam: Add table_finish_bulk_insert().
Andres Freund
2019-04-01
*
Fix deadlock in heap_compute_xid_horizon_for_tuples().
Thomas Munro
2019-04-02
*
Unified logging system for command-line programs
Peter Eisentraut
2019-04-01
*
tableam: bitmap table scan.
Andres Freund
2019-03-31
*
tableam: sample scan.
Andres Freund
2019-03-31
*
tableam: Formatting and other minor cleanups.
Andres Freund
2019-03-31
*
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
[next]