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