| Commit message (Expand) | Author | Age |
... | |
* | Change the planner to allow indexscan qualification clauses to use | Tom Lane | 2005-06-13 |
* | Free buffer allocated via malloc (process is short-lived, but fix it anyway). | Bruce Momjian | 2005-06-09 |
* | Add missing #include -- mea culpa. | Tom Lane | 2005-06-09 |
* | Put a critical section around update of hash index metapage. Per | Tom Lane | 2005-06-09 |
* | Change WAL-logging scheme for multixacts to be more like regular | Tom Lane | 2005-06-08 |
* | Modify XLogInsert API to make callers specify whether pages to be backed | Tom Lane | 2005-06-06 |
* | Remove the mostly-stubbed-out-anyway support routines for WAL UNDO. | Tom Lane | 2005-06-06 |
* | Change CRCs in WAL records from 64bit to 32bit for performance reasons. | Tom Lane | 2005-06-02 |
* | Add test to WAL replay to verify that xl_prev points back to the previous | Tom Lane | 2005-05-31 |
* | Modify hash_search() API to prevent future occurrences of the error | Tom Lane | 2005-05-29 |
* | Arrange to cache fmgr lookup information for an index's access method | Tom Lane | 2005-05-27 |
* | Add parentheses to macros when args are used in computations. Without | Bruce Momjian | 2005-05-25 |
* | Add support for wal_fsync_writethrough for Darwin, and restructure the | Bruce Momjian | 2005-05-20 |
* | Make a comment pgindent-proof, per suggestion from Alvaro. | Tom Lane | 2005-05-19 |
* | Split the shared-memory array of PGPROC pointers out of the sinval | Tom Lane | 2005-05-19 |
* | Cleanup GiST header files. Since GiST extensions are often written as | Neil Conway | 2005-05-17 |
* | GiST improvements: | Neil Conway | 2005-05-17 |
* | Fix latent bug in ExecSeqRestrPos: it leaves the plan node's result slot | Tom Lane | 2005-05-15 |
* | Various style cleanups for GiST; no changes to functionality. | Neil Conway | 2005-05-15 |
* | This patch refactors away some duplicated code in the index AM build | Neil Conway | 2005-05-11 |
* | Code cleanup: in C89, there is no point casting the first argument to | Neil Conway | 2005-05-11 |
* | Back out check for unreferenced files. | Bruce Momjian | 2005-05-10 |
* | Fix typo in comment. | Neil Conway | 2005-05-10 |
* | Repair very-low-probability race condition between relation extension | Tom Lane | 2005-05-07 |
* | Fix case in which a debug printout would print already-pfreed data. | Tom Lane | 2005-05-07 |
* | For some reason access/tupmacs.h has been #including utils/memutils.h, | Tom Lane | 2005-05-06 |
* | Clean up MultiXactIdExpand's API by separating out the case where we | Tom Lane | 2005-05-03 |
* | Check the file system on postmaster startup and report any unreferenced | Bruce Momjian | 2005-05-02 |
* | Change CREATE TYPE to require datatype output and send functions to have | Tom Lane | 2005-05-01 |
* | Use the standard lock manager to establish priority order when there | Tom Lane | 2005-04-30 |
* | Restructure LOCKTAG as per discussions of a couple months ago. | Tom Lane | 2005-04-29 |
* | Implement sharable row-level locks, and use them for foreign key references | Tom Lane | 2005-04-28 |
* | Add comment about checkpoint panic behavior during shutdown, per | Tom Lane | 2005-04-23 |
* | Recent changes got the sense of the notnull bit backwards in the 2.0 | Tom Lane | 2005-04-23 |
* | Fix comment typo. | Bruce Momjian | 2005-04-17 |
* | Reduce PANIC to ERROR in several xlog routines that are used in both | Tom Lane | 2005-04-15 |
* | Modify MoveOfflineLogs/InstallXLogFileSegment to avoid O(N^2) behavior | Tom Lane | 2005-04-15 |
* | Make equalTupleDescs() compare attlen/attbyval/attalign rather than | Tom Lane | 2005-04-14 |
* | Completion of project to use fixed OIDs for all system catalogs and | Tom Lane | 2005-04-14 |
* | Simplify initdb-time assignment of OIDs as I proposed yesterday, and | Tom Lane | 2005-04-13 |
* | Fix interaction between materializing holdable cursors and firing | Tom Lane | 2005-04-11 |
* | Merge Resdom nodes into TargetEntry nodes to simplify code and save a | Tom Lane | 2005-04-06 |
* | First phase of OUT-parameters project. We can now define and use SQL | Tom Lane | 2005-03-31 |
* | Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set the | Tom Lane | 2005-03-29 |
* | Convert oidvector and int2vector into variable-length arrays. This | Tom Lane | 2005-03-29 |
* | Remove dead push/pop rollback code. Vadim once planned to implement | Tom Lane | 2005-03-28 |
* | First steps towards index scans with heap access decoupled from index | Tom Lane | 2005-03-27 |
* | Eliminate duplicate hasnulls bit testing in index tuple access, and | Tom Lane | 2005-03-27 |
* | Change Win32 O_SYNC method to O_DSYNC because that is what the method | Bruce Momjian | 2005-03-24 |
* | Create a routine PageIndexMultiDelete() that replaces a loop around | Tom Lane | 2005-03-22 |