aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Fix heap_page_prune's problem with failing to send cache invalidationTom Lane2008-03-13
* Refactor heap_page_prune so that instead of changing item states on-the-fly,Tom Lane2008-03-08
* Change hashscan.c to keep its list of active hash index scans inTom Lane2008-03-07
* Fix PREPARE TRANSACTION to reject the case where the transaction has dropped aTom Lane2008-03-04
* Reducing the assumed alignment of struct varlena means that the compilerTom Lane2008-02-29
* Change the declaration of struct varlena so that the length word isTom Lane2008-02-23
* Add a GUC variable "synchronize_seqscans" to allow clients to disable the newTom Lane2008-01-30
* Provide a clearer error message if the pg_control version number looksPeter Eisentraut2008-01-21
* Revise memory management for libxml calls. Instead of keeping libxml's dataTom Lane2008-01-15
* Fix CREATE INDEX CONCURRENTLY so that it won't use synchronized scan forTom Lane2008-01-14
* Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX,Tom Lane2008-01-03
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Improve a number of elog messages for not-supposed-to-happen cases in btrees,Tom Lane2007-12-31
* Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagateTom Lane2007-12-01
* Avoid incrementing the CommandCounter when CommandCounterIncrement is calledTom Lane2007-11-30
* Improve GIN index build's tracking of memory usage by usingTom Lane2007-11-16
* Repair still another bug in the btree page split WAL reduction patch:Tom Lane2007-11-16
* Small comment spacing improvement.Bruce Momjian2007-11-16
* Fix pgindent to properly handle 'else' and single-line comments on theBruce Momjian2007-11-15
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-15
* When logging the recovery.conf parameters, show them quoted as they wouldPeter Eisentraut2007-11-15
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Prevent re-use of a deleted relation's relfilenode until after the nextTom Lane2007-11-15
* Clean up some stray references to tsearch2.Tom Lane2007-11-13
* Ensure that typmod decoration on a datatype name is validated in all cases,Tom Lane2007-11-11
* Reduce error level of ROLLBACK outside a transaction from WARNING toBruce Momjian2007-11-10
* Use "alternative" instead of "alternate" where it is clearer.Peter Eisentraut2007-11-07
* - Add check of already changed page while replay WAL. This touches onlyTeodor Sigaev2007-10-29
* Fix coredump during replay WAL after crash. Change entrySplitPage() to preventTeodor Sigaev2007-10-29
* Rearrange vacuum-related bits in PGPROC as a bitmask, to better supportAlvaro Herrera2007-10-24
* Keep heap_page_prune from marking the buffer dirty when it didn'tTom Lane2007-10-24
* Tweak toast-related logic in heapam.c so that the toaster is only invokedTom Lane2007-10-16
* When telling the bgwriter that we need a checkpoint because too much xlogTom Lane2007-10-12
* Remove incorrect use of VARSIZE() on a toasted datum. We can just remove itTom Lane2007-10-11
* Avoid assuming that struct varattrib_pointer doesn't get padded by theTom Lane2007-10-01
* Add an extra header byte to TOAST-pointer datums to represent their sizeTom Lane2007-09-30
* Adjust recovery PS display as agreed with Simon: 'waiting for XXX'Tom Lane2007-09-30
* Make recovery show the current input WAL segment name in the startupTom Lane2007-09-29
* Make archive recovery always start a new timeline, rather than only when aTom Lane2007-09-29
* Some small tuptoaster improvements from Greg Stark. Avoid unnecessaryTom Lane2007-09-26
* Minor improvements in backup and recovery:Tom Lane2007-09-26
* Fix regex, LIKE, and some other second-rank text-manipulation functionsTom Lane2007-09-21
* Improve handling of prune/no-prune decisions by storing a page's oldestTom Lane2007-09-21
* Fix comments that misspelled TransactionIdIsInProgress, per Heikki.Tom Lane2007-09-21
* HOT updates. When we update a tuple without changing any of its indexedTom Lane2007-09-20
* Remove GIN interface section, which is now documented in SGML.Bruce Momjian2007-09-14
* Redefine the lp_flags field of item pointers as having four states, ratherTom Lane2007-09-12
* Rename recently-added pg_stat_activity column from txn_start to xact_start,Tom Lane2007-09-11
* Replace the former method of determining snapshot xmax --- to wit, callingTom Lane2007-09-08
* Don't take ProcArrayLock while exiting a transaction that has no XID; there isTom Lane2007-09-07