aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Make VACUUM avoid waiting for a cleanup lock, where possible.Robert Haas2011-11-07
* Don't assume that a tuple's header size is unchanged during toasting.Tom Lane2011-11-04
* Move user functions related to WAL into xlogfuncs.cSimon Riggs2011-11-04
* Avoid scanning nulls at the beginning of a btree index scan.Tom Lane2011-11-02
* Fix btree stop-at-nulls logic properly.Tom Lane2011-11-02
* Update more comments about checkpoints being done by bgwriterSimon Riggs2011-11-02
* Reduce checkpoints and WAL traffic on low activity database serverSimon Riggs2011-11-02
* Refactor xlog.c to create src/backend/postmaster/startup.cSimon Riggs2011-11-02
* Derive oldestActiveXid at correct time for Hot Standby.Simon Riggs2011-11-02
* Fix timing of Startup CLOG and MultiXact during Hot StandbySimon Riggs2011-11-02
* Fix race condition with toast table access from a stale syscache entry.Tom Lane2011-11-01
* Comment changes to show bgwriter no longer performs checkpoints.Simon Riggs2011-11-01
* Stop btree indexscans upon reaching nulls in either direction.Tom Lane2011-10-31
* Update visibilitymap.c header comments.Robert Haas2011-10-29
* Support synchronization of snapshots through an export/import procedure.Tom Lane2011-10-22
* Suppress -Wunused-result warnings about write() and fwrite().Tom Lane2011-10-18
* Avoid assuming that index-only scan data matches the index's rowtype.Tom Lane2011-10-16
* Teach btree to handle ScalarArrayOpExpr quals natively.Tom Lane2011-10-16
* Measure the number of all-visible pages for use in index-only scan costing.Tom Lane2011-10-14
* Modify RelationGetBufferForTuple() to use a typedef, rather than aBruce Momjian2011-10-12
* Add comment on why pulling data from a "name" index column can't crash.Tom Lane2011-10-11
* Clean up a couple of box gist helper functions.Heikki Linnakangas2011-10-09
* Improve index-only scans to avoid repeated access to the index page.Tom Lane2011-10-09
* Support index-only scans using the visibility map to avoid heap fetches.Tom Lane2011-10-07
* Replace the "New Linear" GiST split algorithm for boxes and points with aHeikki Linnakangas2011-10-06
* Fix uninitialized-variable bug.Tom Lane2011-10-04
* Use callbacks in SlruScanDirectory for the actual actionAlvaro Herrera2011-10-04
* Restructure error handling in reading of postgresql.conf.Tom Lane2011-10-02
* Support GiST index support functions that want to cache data across calls.Tom Lane2011-09-30
* Update comments related to the crash-safety of the visibility map.Robert Haas2011-09-27
* heap_update() must recheck tuple after unlocking and relocking buffer.Robert Haas2011-09-27
* Allow snapshot references to still work during transaction abort.Tom Lane2011-09-26
* Avoid unnecessary page-level SSI lock check in heap_insert().Tom Lane2011-09-16
* gistendscan() forgot to free so->giststate.Tom Lane2011-09-16
* In the final emptying phase of the new GiST buffering build, set theHeikki Linnakangas2011-09-12
* Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane2011-09-09
* round() is not portable. Use rint().Tom Lane2011-09-08
* Buffering GiST index build algorithm.Heikki Linnakangas2011-09-08
* Partially revoke attempt to improve performance with many savepoints.Simon Riggs2011-09-07
* Adjust translator comment format to xgettext expectationsAlvaro Herrera2011-09-05
* Mark some untranslatable messages with errmsg_internalAlvaro Herrera2011-09-05
* Clean up the #include mess a little.Tom Lane2011-09-04
* Whitespace adjustment for consistency in the filePeter Eisentraut2011-09-03
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Remove some tabs from README file.Robert Haas2011-08-29
* Add missing includes after pgrminclude run.Bruce Momjian2011-08-26
* Fix comment about which version had BACKUP METHOD line in backup_lable, again.Heikki Linnakangas2011-08-17
* Revise sinval code to remove no-longer-used tuple TID from inval messages.Tom Lane2011-08-16
* Preserve toast value OIDs in toast-swap-by-content for CLUSTER/VACUUM FULL.Tom Lane2011-08-16
* Fix race condition in relcache init file invalidation.Tom Lane2011-08-16