| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix heap_page_prune's problem with failing to send cache invalidation | Tom Lane | 2008-03-13 | 1 | -12/+25 |
* | Make TransactionIdIsInProgress check transam.c's single-item XID status cache | Tom Lane | 2008-03-11 | 1 | -29/+48 |
* | Remove no-longer-used XLogCacheByte field of XLogCtl. | Tom Lane | 2008-03-10 | 1 | -4/+1 |
* | Refactor heap_page_prune so that instead of changing item states on-the-fly, | Tom Lane | 2008-03-08 | 2 | -196/+288 |
* | This patch addresses some issues in TOAST compression strategy that | Tom Lane | 2008-03-07 | 1 | -26/+66 |
* | Change hashscan.c to keep its list of active hash index scans in | Tom Lane | 2008-03-07 | 1 | -3/+20 |
* | Fix PREPARE TRANSACTION to reject the case where the transaction has dropped a | Tom Lane | 2008-03-04 | 2 | -2/+42 |
* | Reducing the assumed alignment of struct varlena means that the compiler | Tom Lane | 2008-02-29 | 1 | -2/+3 |
* | Change the declaration of struct varlena so that the length word is | Tom Lane | 2008-02-23 | 1 | -2/+3 |
* | Remove another target I forgot during the refactoring | Peter Eisentraut | 2008-02-19 | 1 | -3/+1 |
* | Refactor backend makefiles to remove lots of duplicate code | Peter Eisentraut | 2008-02-19 | 9 | -78/+18 |
* | Replace time_t with pg_time_t (same values, but always int64) in on-disk | Tom Lane | 2008-02-17 | 1 | -13/+13 |
* | Add a GUC variable "synchronize_seqscans" to allow clients to disable the new | Tom Lane | 2008-01-30 | 1 | -3/+8 |
* | Provide a clearer error message if the pg_control version number looks | Peter Eisentraut | 2008-01-21 | 1 | -1/+12 |
* | Revise memory management for libxml calls. Instead of keeping libxml's data | Tom Lane | 2008-01-15 | 1 | -1/+6 |
* | Fix CREATE INDEX CONCURRENTLY so that it won't use synchronized scan for | Tom Lane | 2008-01-14 | 1 | -13/+51 |
* | Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX, | Tom Lane | 2008-01-03 | 1 | -43/+25 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 60 | -120/+120 |
* | Improve a number of elog messages for not-supposed-to-happen cases in btrees, | Tom Lane | 2007-12-31 | 3 | -28/+41 |
* | Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagate | Tom Lane | 2007-12-01 | 1 | -1/+46 |
* | Avoid incrementing the CommandCounter when CommandCounterIncrement is called | Tom Lane | 2007-11-30 | 3 | -22/+57 |
* | Improve GIN index build's tracking of memory usage by using | Tom Lane | 2007-11-16 | 2 | -17/+17 |
* | Repair still another bug in the btree page split WAL reduction patch: | Tom Lane | 2007-11-16 | 2 | -30/+61 |
* | Small comment spacing improvement. | Bruce Momjian | 2007-11-16 | 1 | -2/+2 |