aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
...
* Rely on relcache invalidation to update the cached size of the FSM.Heikki Linnakangas2008-11-26
* Rethink the way FSM truncation works. Instead of WAL-logging FSMHeikki Linnakangas2008-11-19
* Replace the usage of heap_addheader to create pg_attribute tuples with regularAlvaro Herrera2008-11-14
* Prevent synchronous scan during GIN index build, because GIN is optimizedTom Lane2008-11-13
* Fix sloppy omission of now-required #include's.Tom Lane2008-11-11
* Change error messages to print the physical path, likeHeikki Linnakangas2008-11-11
* Add a startup check that pg_xlog and pg_xlog/archive_status exist.Tom Lane2008-11-09
* Improve bulk-insert performance by keeping the current target buffer pinnedTom Lane2008-11-06
* The logic in systable_beginscan to translate heap attribute numbers toHeikki Linnakangas2008-11-06
* Clean up the messy semantics (not to mention inefficiency) of PageGetTempPageTom Lane2008-11-03
* Fix silly typo in previous commit.Alvaro Herrera2008-11-03
* Fix TransactionIdSetStatusBit so that it doesn't try to change a transactionAlvaro Herrera2008-11-03
* Fix mistakes in comment headersAlvaro Herrera2008-11-03
* Remove the last vestiges of the MAKE_PTR/MAKE_OFFSET mechanism. We haven'tTom Lane2008-11-02
* Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple,Tom Lane2008-11-02
* Update FSM on WAL replay. This is a bit limited; the FSM is only updatedHeikki Linnakangas2008-10-31
* Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBufferHeikki Linnakangas2008-10-31
* Fix recoveryLastXTime logic so that it actually does what one would expect.Tom Lane2008-10-30
* No need for extra code to log freezing zero tuples. Callers already check thatAlvaro Herrera2008-10-27
* Fix GiST's killing tuple: GISTScanOpaque->curpos wasn'tTeodor Sigaev2008-10-22
* These functions no longer return a value, per complaint from gothic_moth viaAlvaro Herrera2008-10-20
* Rework subtransaction commit protocol for hot standby.Alvaro Herrera2008-10-20
* Remove support of backward scan in GiST. Per discussionTeodor Sigaev2008-10-20
* Remove mark/restore support in GIN and GiST indexes.Teodor Sigaev2008-10-20
* Remove useless mark/restore support in hash index AM, per discussion.Tom Lane2008-10-17
* During repeated rescan of GiST index it's possible that scan keyTeodor Sigaev2008-10-17
* Fix small query-lifespan memory leak introduced by 8.4 change in index AM APITom Lane2008-10-10
* Modify the parser's error reporting to include a specific hint for the caseTom Lane2008-10-08
* Index FSMs needs to be vacuumed as well. Report by Jeff Davis.Heikki Linnakangas2008-10-06
* Update README.HOT to reflect new snapshot tracking and xmin advancementBruce Momjian2008-10-02
* Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, theHeikki Linnakangas2008-09-30
* Make LC_COLLATE and LC_CTYPE database-level settings. Collation andHeikki Linnakangas2008-09-23
* Change hash indexes to store only the hash code rather than the whole indexedTom Lane2008-09-15
* Initialize the minimum frozen Xid in vac_update_datfrozenxid usingAlvaro Herrera2008-09-11
* Fix a couple of problems pointed out by Fujii Masao in the 2008-Apr-05 patchTom Lane2008-09-08
* Fix strategy propagation to scanEntry for partial match by moving propagationTeodor Sigaev2008-09-04
* Fix possible duplicate tuples while GiST scan. Now page is processedTeodor Sigaev2008-08-23
* Introduce the concept of relation forks. An smgr relation can now consistHeikki Linnakangas2008-08-11
* Add a few more DTrace probes to the backend.Alvaro Herrera2008-08-01
* Use guc.c's parse_int() instead of pg_atoi() to parse fillfactor inTom Lane2008-07-23
* Clean up the use of some page-header-access macros: principally, useTom Lane2008-07-13
* Multi-column GIN indexes. Teodor SigaevTom Lane2008-07-11
* Minor improvements to the Gin internal documentation.Neil Conway2008-07-08
* Fix initialization of GinScanEntryData.partialMatchTeodor Sigaev2008-07-04
* Fix recovery.conf boolean variables to take the same range of stringBruce Momjian2008-06-30
* Remove unnecessary coziness of GIN code with datum copying. Now thatTom Lane2008-06-29
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-19
* Fix 64-bit problem in recent patch.Tom Lane2008-06-15
* Improve the various elog messages in tuptoaster.c to report which TOAST tableTom Lane2008-06-13
* Refactor XLogOpenRelation() and XLogReadBuffer() in preparation for relationHeikki Linnakangas2008-06-12