| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Convert wal_sync_method to guc enum. | Magnus Hagander | 2008-05-12 | 1 | -40/+53 |
* | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera | 2008-05-12 | 38 | -49/+99 |
* | Change the rules for inherited CHECK constraints to be essentially the same | Tom Lane | 2008-05-09 | 1 | -39/+10 |
* | Fix Assert introduced in previous patch. | Heikki Linnakangas | 2008-05-09 | 1 | -2/+2 |
* | Fix incorrect archive truncation point calculation in the %r recovery_command | Heikki Linnakangas | 2008-05-09 | 1 | -6/+30 |
* | Update error messages, per notes from Tom. | Magnus Hagander | 2008-04-24 | 1 | -3/+4 |
* | Prevent shutdown in normal mode if online backup is running, and | Magnus Hagander | 2008-04-23 | 1 | -1/+51 |
* | Fix using too many LWLocks bug, reported by Craig Ringer | Teodor Sigaev | 2008-04-22 | 1 | -205/+157 |
* | Allow float8, int8, and related datatypes to be passed by value on machines | Tom Lane | 2008-04-21 | 1 | -5/+39 |
* | Clean up a few places where Datums were being treated as pointers (and vice | Alvaro Herrera | 2008-04-17 | 5 | -41/+42 |
* | Repair two places where SIGTERM exit could leave shared memory state | Tom Lane | 2008-04-16 | 3 | -29/+38 |
* | Push index operator lossiness determination down to GIST/GIN opclass | Tom Lane | 2008-04-14 | 4 | -46/+116 |
* | Phase 2 of project to make index operator lossiness be determined at runtime | Tom Lane | 2008-04-13 | 6 | -31/+63 |
* | Create new routines systable_beginscan_ordered, systable_getnext_ordered, | Tom Lane | 2008-04-12 | 3 | -67/+110 |
* | Replace "amgetmulti" AM functions with "amgetbitmap", in which the whole | Tom Lane | 2008-04-10 | 6 | -147/+122 |
* | Improve hash_any() to use word-wide fetches when hashing suitably aligned | Tom Lane | 2008-04-06 | 1 | -37/+193 |
* | Have pg_stop_backup() wait for all archive files to be sent, rather than | Bruce Momjian | 2008-04-05 | 1 | -6/+43 |
* | Remove heap_release_fetch, which is no longer used anywhere; this simplifies | Tom Lane | 2008-04-03 | 1 | -29/+3 |
* | Move the HTSU_Result enum definition into snapshot.h, to avoid including | Alvaro Herrera | 2008-03-26 | 6 | -6/+12 |
* | Rename snapmgmt.c/h to snapmgr.c/h, for consistency with other files. | Alvaro Herrera | 2008-03-26 | 6 | -12/+12 |
* | Separate snapshot management code from tuple visibility code, create a | Alvaro Herrera | 2008-03-26 | 6 | -8/+12 |
* | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane | 2008-03-25 | 3 | -40/+16 |
* | More README src cleanups. | Bruce Momjian | 2008-03-21 | 3 | -9/+7 |
* | Make source code READMEs more consistent. Add CVS tags to all README files. | Bruce Momjian | 2008-03-20 | 5 | -22/+35 |
* | Enable probes to work with Mac OS X Leopard and other OSes that will | Peter Eisentraut | 2008-03-17 | 1 | -4/+5 |
* | Fix TransactionIdIsCurrentTransactionId() to use binary search instead of | Tom Lane | 2008-03-17 | 2 | -60/+127 |
* | When creating a large hash index, pre-sort the index entries by estimated | Tom Lane | 2008-03-16 | 5 | -15/+179 |
* | Change hash index creation so that rather than always establishing exactly | Tom Lane | 2008-03-15 | 3 | -22/+61 |