aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
...
* 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
* Change CREATE TYPE to require datatype output and send functions to haveTom Lane2005-05-01
* Use the standard lock manager to establish priority order when thereTom Lane2005-04-30
* Restructure LOCKTAG as per discussions of a couple months ago.Tom Lane2005-04-29
* Implement sharable row-level locks, and use them for foreign key referencesTom Lane2005-04-28
* Add comment about checkpoint panic behavior during shutdown, perTom Lane2005-04-23
* Recent changes got the sense of the notnull bit backwards in the 2.0Tom Lane2005-04-23
* Fix comment typo.Bruce Momjian2005-04-17
* Reduce PANIC to ERROR in several xlog routines that are used in bothTom Lane2005-04-15
* Modify MoveOfflineLogs/InstallXLogFileSegment to avoid O(N^2) behaviorTom Lane2005-04-15
* Make equalTupleDescs() compare attlen/attbyval/attalign rather thanTom Lane2005-04-14
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-14
* Simplify initdb-time assignment of OIDs as I proposed yesterday, andTom Lane2005-04-13
* Fix interaction between materializing holdable cursors and firingTom Lane2005-04-11
* Merge Resdom nodes into TargetEntry nodes to simplify code and save aTom Lane2005-04-06
* First phase of OUT-parameters project. We can now define and use SQLTom Lane2005-03-31
* Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set theTom Lane2005-03-29
* Convert oidvector and int2vector into variable-length arrays. ThisTom Lane2005-03-29
* Remove dead push/pop rollback code. Vadim once planned to implementTom Lane2005-03-28
* First steps towards index scans with heap access decoupled from indexTom Lane2005-03-27
* Eliminate duplicate hasnulls bit testing in index tuple access, andTom Lane2005-03-27
* Change Win32 O_SYNC method to O_DSYNC because that is what the methodBruce Momjian2005-03-24
* Create a routine PageIndexMultiDelete() that replaces a loop aroundTom Lane2005-03-22