| Commit message (Expand) | Author | Age | Files | Lines |
* | No need for extra code to log freezing zero tuples. Callers already check that | Alvaro Herrera | 2008-10-27 | 1 | -11/+5 |
* | Fix GiST's killing tuple: GISTScanOpaque->curpos wasn't | Teodor Sigaev | 2008-10-22 | 1 | -19/+27 |
* | These functions no longer return a value, per complaint from gothic_moth via | Alvaro Herrera | 2008-10-20 | 1 | -6/+6 |
* | Rework subtransaction commit protocol for hot standby. | Alvaro Herrera | 2008-10-20 | 5 | -203/+272 |
* | Remove support of backward scan in GiST. Per discussion | Teodor Sigaev | 2008-10-20 | 1 | -25/+15 |
* | Remove mark/restore support in GIN and GiST indexes. | Teodor Sigaev | 2008-10-20 | 4 | -230/+18 |
* | Remove useless mark/restore support in hash index AM, per discussion. | Tom Lane | 2008-10-17 | 1 | -52/+8 |
* | During repeated rescan of GiST index it's possible that scan key | Teodor Sigaev | 2008-10-17 | 2 | -3/+16 |
* | Fix small query-lifespan memory leak introduced by 8.4 change in index AM API | Tom Lane | 2008-10-10 | 1 | -4/+12 |
* | Modify the parser's error reporting to include a specific hint for the case | Tom Lane | 2008-10-08 | 1 | -1/+71 |
* | Index FSMs needs to be vacuumed as well. Report by Jeff Davis. | Heikki Linnakangas | 2008-10-06 | 3 | -3/+12 |
* | Update README.HOT to reflect new snapshot tracking and xmin advancement | Bruce Momjian | 2008-10-02 | 1 | -21/+20 |
* | Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the | Heikki Linnakangas | 2008-09-30 | 13 | -126/+78 |
* | Make LC_COLLATE and LC_CTYPE database-level settings. Collation and | Heikki Linnakangas | 2008-09-23 | 1 | -43/+2 |
* | Change hash indexes to store only the hash code rather than the whole indexed | Tom Lane | 2008-09-15 | 6 | -72/+223 |
* | Initialize the minimum frozen Xid in vac_update_datfrozenxid using | Alvaro Herrera | 2008-09-11 | 2 | -2/+7 |
* | Fix a couple of problems pointed out by Fujii Masao in the 2008-Apr-05 patch | Tom Lane | 2008-09-08 | 1 | -22/+70 |
* | Fix strategy propagation to scanEntry for partial match by moving propagation | Teodor Sigaev | 2008-09-04 | 2 | -9/+3 |
* | Fix possible duplicate tuples while GiST scan. Now page is processed | Teodor Sigaev | 2008-08-23 | 2 | -90/+114 |
* | Introduce the concept of relation forks. An smgr relation can now consist | Heikki Linnakangas | 2008-08-11 | 8 | -82/+126 |
* | Add a few more DTrace probes to the backend. | Alvaro Herrera | 2008-08-01 | 4 | -5/+28 |
* | Use guc.c's parse_int() instead of pg_atoi() to parse fillfactor in | Tom Lane | 2008-07-23 | 1 | -3/+13 |
* | Clean up the use of some page-header-access macros: principally, use | Tom Lane | 2008-07-13 | 8 | -64/+61 |
* | Multi-column GIN indexes. Teodor Sigaev | Tom Lane | 2008-07-11 | 8 | -139/+251 |
* | Minor improvements to the Gin internal documentation. | Neil Conway | 2008-07-08 | 1 | -4/+4 |
* | Fix initialization of GinScanEntryData.partialMatch | Teodor Sigaev | 2008-07-04 | 1 | -1/+2 |
* | Fix recovery.conf boolean variables to take the same range of string | Bruce Momjian | 2008-06-30 | 1 | -15/+9 |
* | Remove unnecessary coziness of GIN code with datum copying. Now that | Tom Lane | 2008-06-29 | 1 | -13/+5 |
* | Improve our #include situation by moving pointer types away from the | Alvaro Herrera | 2008-06-19 | 27 | -34/+59 |
* | Fix 64-bit problem in recent patch. | Tom Lane | 2008-06-15 | 1 | -2/+2 |
* | Improve the various elog messages in tuptoaster.c to report which TOAST table | Tom Lane | 2008-06-13 | 1 | -25/+37 |
* | Refactor XLogOpenRelation() and XLogReadBuffer() in preparation for relation | Heikki Linnakangas | 2008-06-12 | 10 | -356/+173 |
* | Fix bug in the WAL recovery code to finish an incomplete split. | Heikki Linnakangas | 2008-06-11 | 1 | -3/+5 |
* | Fix breakage caused by conflicting patches, as evidenced by the buildfarm. | Alvaro Herrera | 2008-06-08 | 1 | -1/+2 |
* | Rewrite DROP's dependency traversal algorithm into an honest two-pass | Tom Lane | 2008-06-08 | 1 | -1/+42 |
* | Move BufferGetPageSize and BufferGetPage from bufpage.h to bufmgr.h. It is | Alvaro Herrera | 2008-06-08 | 7 | -11/+15 |
* | Set hidden field for guc enum missed in previous commit. | Magnus Hagander | 2008-05-28 | 1 | -7/+7 |
* | Alter the xxx_pattern_ops opclasses to use the regular equality operator of | Tom Lane | 2008-05-27 | 1 | -10/+1 |
* | Remove arbitrary 10MB limit on two-phase state file size. It's not that hard | Heikki Linnakangas | 2008-05-19 | 1 | -3/+15 |
* | Fix a subtle bug exposed by recent wal_sync_method rearrangements. | Tom Lane | 2008-05-17 | 1 | -3/+1 |
* | Reduce unnecessary PANIC to ERROR, improve a couple of comments. | Tom Lane | 2008-05-16 | 1 | -15/+11 |
* | Extend GIN to support partial-match searches, and extend tsquery to support | Tom Lane | 2008-05-16 | 3 | -23/+385 |
* | Persuade GIN to react to control-C in a reasonable amount of time | Tom Lane | 2008-05-16 | 1 | -1/+10 |
* | Remove the special variable for open_sync_bit used in O_SYNC and O_DSYNC | Magnus Hagander | 2008-05-14 | 1 | -31/+32 |
* | Don't try to close negative file descriptors, since this can cause | Magnus Hagander | 2008-05-13 | 1 | -3/+6 |
* | This is the patch replace offnum++ by OffsetNumberNext, to be | Bruce Momjian | 2008-05-13 | 1 | -2/+2 |
* | Improve snapshot manager by keeping explicit track of snapshots. | Alvaro Herrera | 2008-05-12 | 1 | -9/+10 |
* | Fix breakage by the wal_sync_method patch in installations that use | Magnus Hagander | 2008-05-12 | 1 | -1/+2 |
* | Put back bufmgr.h in bufpage.h -- it is needed by some macros. | Alvaro Herrera | 2008-05-12 | 7 | -14/+7 |
* | Report which WAL sync method we are trying to change *to* when it fails, | Magnus Hagander | 2008-05-12 | 1 | -2/+2 |