aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
...
* Bug fixes for GiST crash recovery.Teodor Sigaev2005-06-30
* Improve the checkpoint signaling mechanism so that the bgwriter can tellTom Lane2005-06-30
* Clean up the rather historically encumbered interface to now() andTom Lane2005-06-29
* Cleanup, remove unneeded pallocsTeodor Sigaev2005-06-29
* Code cleanup. gistfillbuffer accepts InvalidOffsetNumber.Teodor Sigaev2005-06-28
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-28
* Concurrency for GiSTTeodor Sigaev2005-06-27
* Extend r-tree operator classes to handle Y-direction tests equivalentTom Lane2005-06-24
* Fix rtree and contrib/rtree_gist search behavior for the 1-D box andTom Lane2005-06-24
* Fix the mechanism for reporting the original table OID and column numberTom Lane2005-06-22
* Avoid WAL-logging individual tuple insertions during CREATE TABLE ASTom Lane2005-06-20
* fix founded hole in recovery after crash, add vacuum_delay_point()Teodor Sigaev2005-06-20
* 1. full functional WAL for GiSTTeodor Sigaev2005-06-20
* Avoid unnecessary palloc overhead in _bt_first(). The temporaryTom Lane2005-06-19
* Need #include <time.h> on some platforms.Tom Lane2005-06-19
* Simplify uses of readdir() by creating a function ReadDir() thatTom Lane2005-06-19
* Arrange to fsync two-phase-commit state files only during checkpoints;Tom Lane2005-06-19
* Add a time-of-preparation column to the pg_prepared_xacts view, per anTom Lane2005-06-18
* Dept. of second thoughts: regular COMMIT deletes deletable files beforeTom Lane2005-06-18
* Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane2005-06-17
* Remove old *.backup files when we do pg_stop_backup(). ThisBruce Momjian2005-06-15
* WAL for GiST. It work for online backup and so on, but onTeodor Sigaev2005-06-14
* Change the planner to allow indexscan qualification clauses to useTom Lane2005-06-13
* Free buffer allocated via malloc (process is short-lived, but fix it anyway).Bruce Momjian2005-06-09
* Add missing #include -- mea culpa.Tom Lane2005-06-09
* Put a critical section around update of hash index metapage. PerTom Lane2005-06-09
* Change WAL-logging scheme for multixacts to be more like regularTom Lane2005-06-08
* Modify XLogInsert API to make callers specify whether pages to be backedTom Lane2005-06-06
* Remove the mostly-stubbed-out-anyway support routines for WAL UNDO.Tom Lane2005-06-06
* Change CRCs in WAL records from 64bit to 32bit for performance reasons.Tom Lane2005-06-02
* Add test to WAL replay to verify that xl_prev points back to the previousTom Lane2005-05-31
* Modify hash_search() API to prevent future occurrences of the errorTom Lane2005-05-29
* Arrange to cache fmgr lookup information for an index's access methodTom Lane2005-05-27
* Add parentheses to macros when args are used in computations. WithoutBruce Momjian2005-05-25
* Add support for wal_fsync_writethrough for Darwin, and restructure theBruce Momjian2005-05-20
* Make a comment pgindent-proof, per suggestion from Alvaro.Tom Lane2005-05-19
* Split the shared-memory array of PGPROC pointers out of the sinvalTom Lane2005-05-19
* Cleanup GiST header files. Since GiST extensions are often written asNeil Conway2005-05-17
* GiST improvements:Neil Conway2005-05-17
* Fix latent bug in ExecSeqRestrPos: it leaves the plan node's result slotTom Lane2005-05-15
* Various style cleanups for GiST; no changes to functionality.Neil Conway2005-05-15
* This patch refactors away some duplicated code in the index AM buildNeil Conway2005-05-11
* Code cleanup: in C89, there is no point casting the first argument toNeil Conway2005-05-11
* Back out check for unreferenced files.Bruce Momjian2005-05-10
* Fix typo in comment.Neil Conway2005-05-10
* Repair very-low-probability race condition between relation extensionTom Lane2005-05-07
* Fix case in which a debug printout would print already-pfreed data.Tom Lane2005-05-07
* For some reason access/tupmacs.h has been #including utils/memutils.h,Tom Lane2005-05-06
* Clean up MultiXactIdExpand's API by separating out the case where weTom Lane2005-05-03
* Check the file system on postmaster startup and report any unreferencedBruce Momjian2005-05-02