| Commit message (Expand) | Author | Age | Files | Lines |
| * | Enable another five tuple status bits by using the high bits of the | Bruce Momjian | 2007-01-09 | 2 | -10/+19 |
| * | Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST | Tom Lane | 2007-01-09 | 1 | -3/+11 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 32 | -64/+64 |
| * | Repair two related errors in heap_lock_tuple: it was failing to recognize | Tom Lane | 2006-11-17 | 1 | -1/+2 |
| * | Fix recently-understood problems with handling of XID freezing, particularly | Tom Lane | 2006-11-05 | 6 | -11/+44 |
| * | Fix "failed to re-find parent key" btree VACUUM failure by revising page | Tom Lane | 2006-11-01 | 1 | -3/+7 |
| * | Make use of qsort_arg in several places that were formerly using klugy | Tom Lane | 2006-10-05 | 1 | -2/+3 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 13 | -266/+292 |
| * | If we're going to advertise the array overlap/containment operators, | Tom Lane | 2006-09-10 | 1 | -6/+1 |
| * | Rename contains/contained-by operators to @> and <@, per discussion that | Tom Lane | 2006-09-10 | 1 | -3/+5 |
| * | Optimize the case where a btree indexscan has current and mark positions | Tom Lane | 2006-08-24 | 1 | -1/+10 |
| * | Make the server track an 'XID epoch', that is, maintain higher-order bits | Tom Lane | 2006-08-21 | 1 | -1/+2 |
| * | Now that we've rearranged relation open to get a lock before touching | Tom Lane | 2006-08-18 | 1 | -2/+3 |
| * | Implement archive_timeout feature to force xlog file switches to occur no more | Tom Lane | 2006-08-17 | 2 | -2/+12 |
| * | Make recovery from WAL be restartable, by executing a checkpoint-like | Tom Lane | 2006-08-07 | 4 | -4/+8 |
| * | Add support for forcing a switch to a new xlog file; cause such a switch | Tom Lane | 2006-08-06 | 1 | -1/+5 |
| * | Change the relation_open protocol so that we obtain lock on a relation | Tom Lane | 2006-07-31 | 2 | -8/+6 |
| * | Modify btree to delete known-dead index entries without an actual VACUUM. | Tom Lane | 2006-07-25 | 1 | -1/+3 |
| * | More include file adjustments. | Bruce Momjian | 2006-07-13 | 1 | -2/+1 |
| * | More include file adjustments. | Bruce Momjian | 2006-07-13 | 5 | -8/+9 |
| * | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 | 9 | -19/+14 |
| * | Tweak fillfactor code as per my recent proposal. Fix nbtsort.c so that | Tom Lane | 2006-07-11 | 3 | -8/+12 |
| * | Alphabetically order reference to include files, "S"-"Z". | Bruce Momjian | 2006-07-11 | 1 | -2/+2 |
| * | Alphabetically order reference to include files, "G" - "M". | Bruce Momjian | 2006-07-11 | 1 | -2/+2 |
| * | GIN improvements | Teodor Sigaev | 2006-07-11 | 1 | -5/+10 |
| * | Allow each C include file to compile on its own by including any needed | Bruce Momjian | 2006-07-11 | 1 | -2/+4 |
| * | Improve vacuum code to track minimum Xids per table instead of per database. | Alvaro Herrera | 2006-07-10 | 1 | -2/+3 |
| * | Code review for FILLFACTOR patch. Change WITH grammar as per earlier | Tom Lane | 2006-07-03 | 7 | -49/+62 |
| * | Add FILLFACTOR to CREATE INDEX. | Bruce Momjian | 2006-07-02 | 7 | -9/+53 |
| * | Changes | Teodor Sigaev | 2006-06-28 | 2 | -49/+49 |
| * | Create infrastructure for 'MinimalTuple' representation of in-memory | Tom Lane | 2006-06-27 | 2 | -7/+74 |
| * | Fix GEVHDRSZ for Win32. | Bruce Momjian | 2006-06-25 | 1 | -2/+2 |
| * | Fix problems with cached tuple descriptors disappearing while still in use | Tom Lane | 2006-06-16 | 1 | -1/+25 |
| * | Som improve page split in multicolumn GiST index. | Teodor Sigaev | 2006-05-29 | 1 | -2/+2 |
| * | * Add support NULL to GiST. | Teodor Sigaev | 2006-05-24 | 1 | -20/+5 |
| * | Simplify gistSplit() and some refactoring related code. | Teodor Sigaev | 2006-05-19 | 1 | -3/+16 |
| * | Reduce size of critial section during vacuum full, critical | Teodor Sigaev | 2006-05-17 | 1 | -6/+12 |
| * | Clean up code associated with updating pg_class statistics columns | Tom Lane | 2006-05-10 | 3 | -4/+23 |
| * | Reduce size of critical section and remove call of user-defined functions in | Teodor Sigaev | 2006-05-10 | 1 | -4/+11 |
| * | Rewrite btree vacuuming to fold the former bulkdelete and cleanup operations | Tom Lane | 2006-05-08 | 1 | -1/+22 |
| * | Rewrite btree index scans to work a page at a time in all cases (both | Tom Lane | 2006-05-07 | 3 | -33/+84 |
| * | Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion. | Tom Lane | 2006-05-02 | 2 | -21/+30 |
| * | GIN: Generalized Inverted iNdex. | Teodor Sigaev | 2006-05-02 | 2 | -1/+438 |
| * | Add statement_timestamp(), clock_timestamp(), and | Bruce Momjian | 2006-04-25 | 1 | -1/+3 |
| * | Suppress more compiler warnings caused by macro tests. | Bruce Momjian | 2006-04-24 | 1 | -3/+3 |
| * | Add one more paren to macro. | Bruce Momjian | 2006-04-24 | 1 | -2/+2 |
| * | Suprress compiler warning in gcc 4.2. | Bruce Momjian | 2006-04-24 | 1 | -2/+2 |
| * | Make the world safe for full_page_writes. Allow XLOG records that try to | Tom Lane | 2006-04-14 | 1 | -1/+3 |
| * | Fix an ancient oversight in btree xlog replay. When trying to determine if an | Tom Lane | 2006-04-13 | 1 | -1/+2 |
| * | Add a field to the first page of each WAL file to indicate the | Tom Lane | 2006-04-05 | 1 | -2/+3 |