summaryrefslogtreecommitdiff
path: root/src/backend/access
AgeCommit message (Expand)Author
2005-07-29Clean up a number of autovacuum loose ends. Make the stats collectorTom Lane
2005-07-29Update O_DIRECT comment.Bruce Momjian
2005-07-29Use O_DIRECT if available when using O_SYNC for wal_sync_method.Bruce Momjian
2005-07-25Add SET ROLE. This is a partial commit of Stephen Frost's recent patch;Tom Lane
2005-07-23Remove unintended code addition.Bruce Momjian
2005-07-23Macro alignment cleanup.Bruce Momjian
2005-07-13Fix a couple of bogus comments, per Alvaro.Tom Lane
2005-07-08Even though I'd like to see full_page_writes go away before 8.1,Tom Lane
2005-07-06Add pg_column_size() to return storage size of a column, includingBruce Momjian
2005-07-05Add GUC full_page_writes to control writing full pages to WAL.Bruce Momjian
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