aboutsummaryrefslogtreecommitdiff
path: root/src/include/storage
Commit message (Expand)AuthorAge
* Fix longstanding recursion hazard in sinval message processing.Tom Lane2018-09-07
* Make checksum_impl.h safe to compile with -fstrict-aliasing.Tom Lane2018-08-31
* Make autovacuum more aggressive to remove orphaned temp tablesMichael Paquier2018-08-13
* Fix misc typos, mostly in comments.Heikki Linnakangas2018-07-18
* Improve the performance of relation deletes during recovery.Fujii Masao2018-07-05
* Remove AELs from subxids correctly on standbySimon Riggs2018-06-16
* Fix bugs in vacuum of shared rels, by keeping their relcache entries current.Andres Freund2018-06-12
* Fix some sloppiness in the new BufFileSize() and BufFileAppend() functions.Heikki Linnakangas2018-05-02
* Improve representation of 'moved partitions' indicator on deleted tuples.Andres Freund2018-05-01
* In AtEOXact_Files, complain if any files remain unclosed at commit.Tom Lane2018-04-28
* Assorted minor doc/comment fixes.Tom Lane2018-04-28
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Preliminary work for pgindent run.Tom Lane2018-04-26
* Revert "Allow on-line enabling and disabling of data checksums"Magnus Hagander2018-04-09
* Refactor dir/file permissionsStephen Frost2018-04-07
* Raise error when affecting tuple moved into different partition.Andres Freund2018-04-07
* Allow on-line enabling and disabling of data checksumsMagnus Hagander2018-04-05
* Add missing includeAlvaro Herrera2018-04-05
* Remove UpdateFreeSpaceMap(), use FreeSpaceMapVacuumRange() instead.Tom Lane2018-03-29
* While vacuuming a large table, update upper-level FSM data every so often.Tom Lane2018-03-29
* Skip temp tables from basebackup.Teodor Sigaev2018-03-27
* Exclude unlogged tables from base backupsTeodor Sigaev2018-03-23
* Fix crash when canceling parallel queryPeter Eisentraut2018-02-16
* Support parallel btree index builds.Robert Haas2018-02-02
* Allow ConditionVariable[PrepareTo]Sleep to auto-switch between CVs.Tom Lane2018-01-09
* Cosmetic improvements in condition_variable.[hc].Tom Lane2018-01-08
* Improve error detection capability in proclists.Tom Lane2018-01-08
* Remove return values of ConditionVariableSignal/Broadcast.Tom Lane2018-01-05
* Update copyright for 2018Bruce Momjian2018-01-02
* Add parallel-aware hash joins.Andres Freund2017-12-21
* Add shared tuplestores.Andres Freund2017-12-18
* Support Parallel Append plan nodes.Robert Haas2017-12-05
* Mark assorted variables PGDLLIMPORT.Robert Haas2017-12-05
* Clean up assorted messiness around AllocateDir() usage.Tom Lane2017-12-04
* Add infrastructure for sharing temporary files between backends.Andres Freund2017-12-01
* Add a barrier primitive for synchronizing backends.Andres Freund2017-11-29
* Update buffile.h/.c comments for removal of non-temp option.Tom Lane2017-11-25
* Add support for Motorola 88K to s_lock.h.Tom Lane2017-11-20
* Add some const decorations to prototypesPeter Eisentraut2017-11-10
* Refactor permissions checks for large objects.Tom Lane2017-11-09
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Refactor new file permission handlingPeter Eisentraut2017-09-23
* Add support for coordinating record typmods among parallel workers.Andres Freund2017-09-14
* Use group updates when setting transaction status in clog.Robert Haas2017-09-01
* Clean up shm_mq cleanup.Tom Lane2017-08-31
* pg_prewarm: Add automatic prewarm feature.Robert Haas2017-08-21
* Distinguish wait-for-connection from wait-for-write-ready on Windows.Tom Lane2017-08-15
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21