| Commit message (Expand) | Author | Age | Files | Lines |
| * | Refactor the index AM API slightly: move currentItemData and | Neil Conway | 2007-01-20 | 5 | -49/+47 |
| * | Remove remains of old depend target. | Peter Eisentraut | 2007-01-20 | 8 | -63/+8 |
| * | Arrange for autovacuum to be killed when another operation wants to be alone | Alvaro Herrera | 2007-01-16 | 1 | -1/+2 |
| * | Add some notes about the basic mathematical laws that the system presumes | Tom Lane | 2007-01-12 | 1 | -2/+45 |
| * | Enable another five tuple status bits by using the high bits of the | Bruce Momjian | 2007-01-09 | 2 | -18/+19 |
| * | Add a citation to Seltzer and Yigit's Usenix '91 paper about hash table | Tom Lane | 2007-01-09 | 1 | -3/+8 |
| * | Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST | Tom Lane | 2007-01-09 | 5 | -78/+227 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 57 | -114/+114 |
| * | Fix some small typos in comments. Greg Stark | Tom Lane | 2007-01-04 | 2 | -6/+6 |
| * | Clean up smgr.c/md.c APIs as per discussion a couple months ago. Instead of | Tom Lane | 2007-01-03 | 2 | -31/+20 |
| * | Support type modifiers for user-defined types, and pull most knowledge | Tom Lane | 2006-12-30 | 1 | -4/+5 |
| * | Fix up btree's initial scankey processing to be able to detect redundant | Tom Lane | 2006-12-28 | 3 | -99/+208 |
| * | Restructure operator classes to allow improved handling of cross-data-type | Tom Lane | 2006-12-23 | 3 | -29/+58 |
| * | Remove the logId/logSeg fields from pg_control, because they are not needed | Tom Lane | 2006-12-08 | 1 | -58/+42 |
| * | Add a txn_start column to pg_stat_activity. This makes it easier to | Neil Conway | 2006-12-06 | 1 | -1/+4 |
| * | Minor adjustments to make failures in startup/shutdown behave more cleanly. | Tom Lane | 2006-11-30 | 1 | -10/+2 |
| * | Fix bug with page deletion. If inner page is removed and it tries to | Teodor Sigaev | 2006-11-30 | 1 | -7/+15 |
| * | Add a comment noting that heap_copytuple_with_tuple() results in a | Neil Conway | 2006-11-23 | 1 | -1/+4 |
| * | Several changes to reduce the probability of running out of memory during | Tom Lane | 2006-11-23 | 1 | -31/+61 |
| * | On systems that have setsid(2) (which should be just about everything except | Tom Lane | 2006-11-21 | 1 | -4/+21 |
| * | Repair problems with hash indexes that span multiple segments: the hash code's | Tom Lane | 2006-11-19 | 2 | -44/+184 |
| * | Repair two related errors in heap_lock_tuple: it was failing to recognize | Tom Lane | 2006-11-17 | 2 | -43/+108 |
| * | String fix | Peter Eisentraut | 2006-11-16 | 1 | -2/+2 |
| * | Fix some typos in comments. | Neil Conway | 2006-11-12 | 7 | -35/+35 |
| * | Suppress a few 'uninitialized variable' warnings that gcc emits only at | Tom Lane | 2006-11-11 | 1 | -1/+4 |
| * | Clean up some misleading references to %p being a full path, per Simon. | Tom Lane | 2006-11-10 | 1 | -2/+2 |
| * | Change Windows rename and unlink substitutes so that they time out after | Tom Lane | 2006-11-08 | 1 | -2/+19 |
| * | Fix recently-understood problems with handling of XID freezing, particularly | Tom Lane | 2006-11-05 | 6 | -67/+430 |
| * | Fix "failed to re-find parent key" btree VACUUM failure by revising page | Tom Lane | 2006-11-01 | 5 | -136/+356 |
| * | Add some code to CREATE DATABASE to check for pre-existing subdirectories | Tom Lane | 2006-10-18 | 1 | -1/+11 |
| * | Message style improvements | Peter Eisentraut | 2006-10-06 | 4 | -32/+32 |
| * | Cleanup for pglz_compress code: remove dead code, const-ify API of | Tom Lane | 2006-10-05 | 1 | -27/+23 |
| * | Make use of qsort_arg in several places that were formerly using klugy | Tom Lane | 2006-10-05 | 1 | -37/+25 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 43 | -2642/+3309 |
| * | Make some sentences consistent with similar ones. | Bruce Momjian | 2006-10-03 | 1 | -2/+2 |
| * | Degrade the transaction-id wraparound point message from LOG to DEBUG1, per | Alvaro Herrera | 2006-09-26 | 1 | -2/+2 |
| * | Fix free space map to correctly track the total amount of FSM space needed | Tom Lane | 2006-09-21 | 3 | -21/+29 |
| * | Improve error message. Per discussion | Teodor Sigaev | 2006-09-14 | 1 | -2/+9 |
| * | Remove unnecessary brace pair. | Bruce Momjian | 2006-09-10 | 1 | -3/+1 |
| * | If we're going to advertise the array overlap/containment operators, | Tom Lane | 2006-09-10 | 1 | -175/+13 |
| * | Rename contains/contained-by operators to @> and <@, per discussion that | Tom Lane | 2006-09-10 | 2 | -4/+8 |
| * | Fix Intel compiler bug. Per discussion | Teodor Sigaev | 2006-09-05 | 1 | -2/+17 |
| * | Arrange for GetSnapshotData to copy live-subtransaction XIDs from the | Tom Lane | 2006-09-03 | 1 | -6/+17 |
| * | Fix BUG #2594: Gin Indexes cause server to crash when it builds on empty table | Teodor Sigaev | 2006-08-29 | 1 | -1/+4 |
| * | Move xact.c's partial support for Lists of TransactionIds into pg_list.h. | Tom Lane | 2006-08-27 | 1 | -9/+1 |
| * | Add the ability to create indexes 'concurrently', that is, without | Tom Lane | 2006-08-25 | 1 | -2/+27 |
| * | Optimize the case where a btree indexscan has current and mark positions | Tom Lane | 2006-08-24 | 2 | -25/+57 |
| * | Make the server track an 'XID epoch', that is, maintain higher-order bits | Tom Lane | 2006-08-21 | 1 | -10/+84 |
| * | Now that we've rearranged relation open to get a lock before touching | Tom Lane | 2006-08-18 | 1 | -25/+63 |
| * | Implement archive_timeout feature to force xlog file switches to occur no more | Tom Lane | 2006-08-17 | 1 | -14/+107 |