| Commit message (Expand) | Author | Age |
* | Change the PageGetContents() macro to guarantee its result is maxalign'd, | Tom Lane | 2008-07-13 |
* | Clean up the use of some page-header-access macros: principally, use | Tom Lane | 2008-07-13 |
* | Multi-column GIN indexes. Teodor Sigaev | Tom Lane | 2008-07-11 |
* | Improve our #include situation by moving pointer types away from the | Alvaro Herrera | 2008-06-19 |
* | Refactor XLogOpenRelation() and XLogReadBuffer() in preparation for relation | Heikki Linnakangas | 2008-06-12 |
* | Rewrite DROP's dependency traversal algorithm into an honest two-pass | Tom Lane | 2008-06-08 |
* | Change xlog.h to xlogdefs.h in bufpage.h, and fix fallout. | Alvaro Herrera | 2008-06-06 |
* | Fix a subtle bug exposed by recent wal_sync_method rearrangements. | Tom Lane | 2008-05-17 |
* | Remove DEFAULT_SYNC_FLAGBIT ... not used anymore. | Tom Lane | 2008-05-17 |
* | Extend GIN to support partial-match searches, and extend tsquery to support | Tom Lane | 2008-05-16 |
* | Convert wal_sync_method to guc enum. | Magnus Hagander | 2008-05-12 |
* | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera | 2008-05-12 |
* | Fix using too many LWLocks bug, reported by Craig Ringer | Teodor Sigaev | 2008-04-22 |
* | Repair two places where SIGTERM exit could leave shared memory state | Tom Lane | 2008-04-16 |
* | Phase 2 of project to make index operator lossiness be determined at runtime | Tom Lane | 2008-04-13 |
* | Create new routines systable_beginscan_ordered, systable_getnext_ordered, | Tom Lane | 2008-04-12 |
* | Replace "amgetmulti" AM functions with "amgetbitmap", in which the whole | Tom Lane | 2008-04-10 |
* | Defend against JOINs having more than 32K columns altogether. We cannot | Tom Lane | 2008-04-05 |
* | Remove heap_release_fetch, which is no longer used anywhere; this simplifies | Tom Lane | 2008-04-03 |
* | Move the HTSU_Result enum definition into snapshot.h, to avoid including | Alvaro Herrera | 2008-03-26 |
* | Separate snapshot management code from tuple visibility code, create a | Alvaro Herrera | 2008-03-26 |
* | When creating a large hash index, pre-sort the index entries by estimated | Tom Lane | 2008-03-16 |
* | Change hash index creation so that rather than always establishing exactly | Tom Lane | 2008-03-15 |
* | Make TransactionIdIsInProgress check transam.c's single-item XID status cache | Tom Lane | 2008-03-11 |
* | Refactor heap_page_prune so that instead of changing item states on-the-fly, | Tom Lane | 2008-03-08 |
* | Fix PREPARE TRANSACTION to reject the case where the transaction has dropped a | Tom Lane | 2008-03-04 |
* | Replace time_t with pg_time_t (same values, but always int64) in on-disk | Tom Lane | 2008-02-17 |
* | Fix CREATE INDEX CONCURRENTLY so that it won't use synchronized scan for | Tom Lane | 2008-01-14 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagate | Tom Lane | 2007-12-01 |
* | Avoid incrementing the CommandCounter when CommandCounterIncrement is called | Tom Lane | 2007-11-30 |
* | GIN index build's allocatedMemory counter needs to be long, not uint32. | Tom Lane | 2007-11-16 |
* | Repair still another bug in the btree page split WAL reduction patch: | Tom Lane | 2007-11-16 |
* | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian | 2007-11-15 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Use "alternative" instead of "alternate" where it is clearer. | Peter Eisentraut | 2007-11-07 |
* | Add a note about another issue that needs to be considered before | Tom Lane | 2007-11-05 |
* | Minor improvements in backup and recovery: | Tom Lane | 2007-09-26 |
* | HOT updates. When we update a tuple without changing any of its indexed | Tom Lane | 2007-09-20 |
* | Replace the former method of determining snapshot xmax --- to wit, calling | Tom Lane | 2007-09-08 |
* | Implement lazy XID allocation: transactions that do not modify any database | Tom Lane | 2007-09-05 |
* | Tsearch2 functionality migrates to core. The bulk of this work is by | Tom Lane | 2007-08-21 |
* | Support an optional asynchronous commit mode, in which we don't flush WAL | Tom Lane | 2007-08-01 |
* | Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict with | Magnus Hagander | 2007-07-25 |
* | Create a new dedicated Postgres process, "wal writer", which exists to write | Tom Lane | 2007-07-24 |
* | Improve logging of checkpoints. Patch by Greg Smith, worked over | Tom Lane | 2007-06-30 |
* | Implement "distributed" checkpoints in which the checkpoint I/O is spread | Tom Lane | 2007-06-28 |
* | Teach heapam code to know the difference between a real seqscan and the | Tom Lane | 2007-06-09 |
* | Arrange for large sequential scans to synchronize with each other, so that | Tom Lane | 2007-06-08 |
* | Fix several hash functions that were taking chintzy shortcuts instead of | Tom Lane | 2007-06-01 |