aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
...
* Identity columnsPeter Eisentraut2017-04-06
* Avoid SnapshotResetXmin() during AtEOXact_Snapshot()Simon Riggs2017-04-06
* Fix pageinspect failures on hash indexes.Robert Haas2017-04-05
* hash: Fix write-ahead logging bug.Robert Haas2017-04-05
* Capitalize names of PLs consistentlyPeter Eisentraut2017-04-05
* Make min_wal_size/max_wal_size use MB internallySimon Riggs2017-04-04
* Fix uninitialized variables in twophase.cSimon Riggs2017-04-04
* Speedup 2PC recovery by skipping two phase state files in normal pathSimon Riggs2017-04-04
* Fix formula in _hash_spareindex.Robert Haas2017-04-04
* Expand hash indexes more gradually.Robert Haas2017-04-03
* Properly acquire buffer lock for page-at-a-time hash vacuum.Robert Haas2017-04-03
* BRIN de-summarizationAlvaro Herrera2017-04-01
* BRIN auto-summarizationAlvaro Herrera2017-04-01
* Don't use bgw_main even to specify in-core bgworker entrypoints.Robert Haas2017-03-31
* Don't allocate storage for partitioned tables.Robert Haas2017-03-31
* Simplify check of modified attributes in heap_updateAlvaro Herrera2017-03-29
* Remove direct uses of ItemPointer.{ip_blkid,ip_posid}Alvaro Herrera2017-03-28
* Correct grammar in error messageSimon Riggs2017-03-28
* Suppress implicit-conversion warnings seen with newer clang versions.Tom Lane2017-03-28
* Still more code review for single-page hash vacuuming.Robert Haas2017-03-27
* Fsync directory after creating or unlinking file.Teodor Sigaev2017-03-27
* Fix comment.Robert Haas2017-03-26
* Improve performance of ExecEvalWholeRowVar.Tom Lane2017-03-26
* Reverting 42b4b0b2413b9b472aaf2112a3bbfd80a6ab4dc5Simon Riggs2017-03-24
* Avoid SnapshotResetXmin() during AtEOXact_Snapshot()Simon Riggs2017-03-24
* Fix backup cancelingTeodor Sigaev2017-03-24
* Track the oldest XID that can be safely looked up in CLOG.Robert Haas2017-03-23
* Reduce page locking in GIN vacuumTeodor Sigaev2017-03-23
* Replication lag tracking for walsendersSimon Riggs2017-03-23
* Expose waitforarchive option through pg_stop_backup()Stephen Frost2017-03-22
* Refactor GetOldestXmin() to use flagsSimon Riggs2017-03-22
* Improve performance of replay of AccessExclusiveLocksSimon Riggs2017-03-22
* Teach xlogreader to follow timeline switchesSimon Riggs2017-03-22
* Another fix for single-page hash index vacuum.Robert Haas2017-03-20
* Fixes for single-page hash index vacuum.Robert Haas2017-03-20
* Create and use wait events for read, write, and fsync operations.Robert Haas2017-03-18
* Rename "pg_clog" directory to "pg_xact".Robert Haas2017-03-17
* Port single-page btree vacuum logic to hash indexes.Robert Haas2017-03-15
* Cosmetic fixes for hash index write-ahead logging.Robert Haas2017-03-15
* hash: Support WAL consistency checking.Robert Haas2017-03-14
* hash: Add write-ahead logging support.Robert Haas2017-03-14
* Spelling fixesPeter Eisentraut2017-03-14
* Spelling fixes in code commentsPeter Eisentraut2017-03-14
* Make logging about multixact wraparound protection less chatty.Tom Lane2017-03-14
* Change xlog to WAL in some error messagesPeter Eisentraut2017-03-13
* Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch2017-03-12
* Assume deconstruct_array() outputs are untoasted.Noah Misch2017-03-12
* Revert "Use group updates when setting transaction status in clog."Robert Haas2017-03-10
* Use group updates when setting transaction status in clog.Robert Haas2017-03-09
* Put back <float.h> in a few files that need it for _isnan().Tom Lane2017-03-08