| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add missing #include -- mea culpa. | Tom Lane | 2005-06-09 | 1 | -1/+2 |
| * | Put a critical section around update of hash index metapage. Per | Tom Lane | 2005-06-09 | 1 | -1/+12 |
| * | Remove the mostly-stubbed-out-anyway support routines for WAL UNDO. | Tom Lane | 2005-06-06 | 1 | -7/+1 |
| * | Add parentheses to macros when args are used in computations. Without | Bruce Momjian | 2005-05-25 | 1 | -10/+10 |
| * | This patch refactors away some duplicated code in the index AM build | Neil Conway | 2005-05-11 | 1 | -22/+3 |
| * | Code cleanup: in C89, there is no point casting the first argument to | Neil Conway | 2005-05-11 | 3 | -7/+7 |
| * | Fix typo in comment. | Neil Conway | 2005-05-10 | 1 | -2/+2 |
| * | Convert oidvector and int2vector into variable-length arrays. This | Tom Lane | 2005-03-29 | 1 | -5/+5 |
| * | First steps towards index scans with heap access decoupled from index | Tom Lane | 2005-03-27 | 1 | -1/+70 |
| * | Convert index-related tuple handling routines from char 'n'/' ' to bool | Tom Lane | 2005-03-21 | 2 | -30/+16 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 8 | -16/+16 |
| * | Micro-optimization of markpos() and restrpos() in btree and hash indexes. | Neil Conway | 2004-11-17 | 1 | -7/+5 |
| * | Remove obsolete comment from btbuild() and hashbuild(): we no longer use | Neil Conway | 2004-11-11 | 1 | -6/+1 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 7 | -107/+115 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 8 | -16/+16 |
| * | Fix relcache to account properly for subtransaction status of 'new' | Tom Lane | 2004-08-28 | 1 | -8/+6 |
| * | Invent ResourceOwner mechanism as per my recent proposal, and use it to | Tom Lane | 2004-07-17 | 1 | -33/+10 |
| * | Nested transactions. There is still much left to do, especially on the | Tom Lane | 2004-07-01 | 1 | -1/+43 |
| * | Give inet/cidr datatypes their own hash function that ignores the inet vs | Tom Lane | 2004-06-13 | 1 | -2/+20 |
| * | Centralize implementation of delay code by creating a pg_usleep() | Tom Lane | 2004-02-10 | 1 | -1/+4 |
| * | More janitorial work: remove the explicit casting of NULL literals to a | Neil Conway | 2004-01-07 | 2 | -8/+8 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 10 | -10/+10 |
| * | Add operator strategy and comparison-value datatype fields to ScanKey. | Tom Lane | 2003-11-09 | 2 | -86/+2 |
| * | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 | 2 | -6/+6 |
| * | Reimplement hash index locking algorithms, per my recent proposal to | Tom Lane | 2003-09-04 | 8 | -997/+967 |
| * | Several fixes for hash indexes that involve changing the on-disk index | Tom Lane | 2003-09-02 | 6 | -125/+101 |
| * | Fix a couple typos, add some more comments. | Tom Lane | 2003-09-02 | 1 | -4/+15 |
| * | Rewrite hashbulkdelete() to make it amenable to new bucket locking | Tom Lane | 2003-09-02 | 5 | -69/+225 |
| * | Preliminary cleanup for hash index code (doesn't attack the locking problem | Tom Lane | 2003-09-01 | 3 | -345/+303 |
| * | Add some internals documentation for hash indexes, including an | Tom Lane | 2003-09-01 | 1 | -0/+414 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 9 | -18/+18 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 2 | -13/+13 |
| * | Error message editing in backend/access. | Tom Lane | 2003-07-21 | 5 | -49/+43 |
| * | Revise hash join and hash aggregation code to use the same datatype- | Tom Lane | 2003-06-22 | 1 | -6/+38 |
| * | Adjust amrescan code so that it's allowed to call index_rescan with a | Tom Lane | 2003-03-23 | 1 | -6/+4 |
| * | This patch fixes a bunch of spelling mistakes in comments throughout the | Tom Lane | 2003-03-10 | 2 | -4/+4 |
| * | During VACUUM FULL, truncate off any deletable pages that are at the | Tom Lane | 2003-02-24 | 1 | -3/+2 |
| * | More infrastructure for btree compaction project. Tree-traversal code | Tom Lane | 2003-02-22 | 1 | -2/+3 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 3 | -34/+54 |
| * | >the extra level of struct naming for pd_opaque has no obvious | Bruce Momjian | 2002-07-02 | 1 | -3/+3 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 9 | -18/+18 |
| * | Mark index entries "killed" when they are no longer visible to any | Tom Lane | 2002-05-24 | 3 | -70/+89 |
| * | Restructure indexscan API (index_beginscan, index_getnext) per | Tom Lane | 2002-05-20 | 4 | -55/+41 |
| * | Code review for improved-hashing patch. Fix some portability issues | Tom Lane | 2002-03-09 | 2 | -57/+61 |
| * | I've attached a patch which implements Bob Jenkin's hash function for | Bruce Momjian | 2002-03-06 | 6 | -76/+102 |
| * | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian | 2002-03-02 | 1 | -3/+3 |
| * | I've attached a simple patch which should improve the performance of | Bruce Momjian | 2002-02-25 | 1 | -4/+4 |
| * | Add more sanity-checking to PageAddItem and PageIndexTupleDelete, | Tom Lane | 2002-01-15 | 1 | -12/+2 |
| * | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 1 | -1/+2 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 6 | -42/+26 |