| Commit message (Expand) | Author | Age |
... | |
* | Bug fixes for GiST crash recovery. | Teodor Sigaev | 2005-06-30 |
* | Improve the checkpoint signaling mechanism so that the bgwriter can tell | Tom Lane | 2005-06-30 |
* | Clean up the rather historically encumbered interface to now() and | Tom Lane | 2005-06-29 |
* | Cleanup, remove unneeded pallocs | Teodor Sigaev | 2005-06-29 |
* | Code cleanup. gistfillbuffer accepts InvalidOffsetNumber. | Teodor Sigaev | 2005-06-28 |
* | Replace pg_shadow and pg_group by new role-capable catalogs pg_authid | Tom Lane | 2005-06-28 |
* | Concurrency for GiST | Teodor Sigaev | 2005-06-27 |
* | Extend r-tree operator classes to handle Y-direction tests equivalent | Tom Lane | 2005-06-24 |
* | Fix rtree and contrib/rtree_gist search behavior for the 1-D box and | Tom Lane | 2005-06-24 |
* | Fix the mechanism for reporting the original table OID and column number | Tom Lane | 2005-06-22 |
* | Avoid WAL-logging individual tuple insertions during CREATE TABLE AS | Tom Lane | 2005-06-20 |
* | fix founded hole in recovery after crash, add vacuum_delay_point() | Teodor Sigaev | 2005-06-20 |
* | 1. full functional WAL for GiST | Teodor Sigaev | 2005-06-20 |
* | Avoid unnecessary palloc overhead in _bt_first(). The temporary | Tom Lane | 2005-06-19 |
* | Need #include <time.h> on some platforms. | Tom Lane | 2005-06-19 |
* | Simplify uses of readdir() by creating a function ReadDir() that | Tom Lane | 2005-06-19 |
* | Arrange to fsync two-phase-commit state files only during checkpoints; | Tom Lane | 2005-06-19 |
* | Add a time-of-preparation column to the pg_prepared_xacts view, per an | Tom Lane | 2005-06-18 |
* | Dept. of second thoughts: regular COMMIT deletes deletable files before | Tom Lane | 2005-06-18 |
* | Two-phase commit. Original patch by Heikki Linnakangas, with additional | Tom Lane | 2005-06-17 |
* | Remove old *.backup files when we do pg_stop_backup(). This | Bruce Momjian | 2005-06-15 |
* | WAL for GiST. It work for online backup and so on, but on | Teodor Sigaev | 2005-06-14 |
* | 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 |