| Commit message (Expand) | Author | Age |
... | |
* | Rely on relcache invalidation to update the cached size of the FSM. | Heikki Linnakangas | 2008-11-26 |
* | Rethink the way FSM truncation works. Instead of WAL-logging FSM | Heikki Linnakangas | 2008-11-19 |
* | Replace the usage of heap_addheader to create pg_attribute tuples with regular | Alvaro Herrera | 2008-11-14 |
* | Prevent synchronous scan during GIN index build, because GIN is optimized | Tom Lane | 2008-11-13 |
* | Fix sloppy omission of now-required #include's. | Tom Lane | 2008-11-11 |
* | Change error messages to print the physical path, like | Heikki Linnakangas | 2008-11-11 |
* | Add a startup check that pg_xlog and pg_xlog/archive_status exist. | Tom Lane | 2008-11-09 |
* | Improve bulk-insert performance by keeping the current target buffer pinned | Tom Lane | 2008-11-06 |
* | The logic in systable_beginscan to translate heap attribute numbers to | Heikki Linnakangas | 2008-11-06 |
* | Clean up the messy semantics (not to mention inefficiency) of PageGetTempPage | Tom Lane | 2008-11-03 |
* | Fix silly typo in previous commit. | Alvaro Herrera | 2008-11-03 |
* | Fix TransactionIdSetStatusBit so that it doesn't try to change a transaction | Alvaro Herrera | 2008-11-03 |
* | Fix mistakes in comment headers | Alvaro Herrera | 2008-11-03 |
* | Remove the last vestiges of the MAKE_PTR/MAKE_OFFSET mechanism. We haven't | Tom Lane | 2008-11-02 |
* | Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple, | Tom Lane | 2008-11-02 |
* | Update FSM on WAL replay. This is a bit limited; the FSM is only updated | Heikki Linnakangas | 2008-10-31 |
* | Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBuffer | Heikki Linnakangas | 2008-10-31 |
* | Fix recoveryLastXTime logic so that it actually does what one would expect. | Tom Lane | 2008-10-30 |
* | No need for extra code to log freezing zero tuples. Callers already check that | Alvaro Herrera | 2008-10-27 |
* | Fix GiST's killing tuple: GISTScanOpaque->curpos wasn't | Teodor Sigaev | 2008-10-22 |
* | These functions no longer return a value, per complaint from gothic_moth via | Alvaro Herrera | 2008-10-20 |
* | Rework subtransaction commit protocol for hot standby. | Alvaro Herrera | 2008-10-20 |
* | Remove support of backward scan in GiST. Per discussion | Teodor Sigaev | 2008-10-20 |
* | Remove mark/restore support in GIN and GiST indexes. | Teodor Sigaev | 2008-10-20 |
* | Remove useless mark/restore support in hash index AM, per discussion. | Tom Lane | 2008-10-17 |
* | During repeated rescan of GiST index it's possible that scan key | Teodor Sigaev | 2008-10-17 |
* | Fix small query-lifespan memory leak introduced by 8.4 change in index AM API | Tom Lane | 2008-10-10 |
* | Modify the parser's error reporting to include a specific hint for the case | Tom Lane | 2008-10-08 |
* | Index FSMs needs to be vacuumed as well. Report by Jeff Davis. | Heikki Linnakangas | 2008-10-06 |
* | Update README.HOT to reflect new snapshot tracking and xmin advancement | Bruce Momjian | 2008-10-02 |
* | Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the | Heikki Linnakangas | 2008-09-30 |
* | Make LC_COLLATE and LC_CTYPE database-level settings. Collation and | Heikki Linnakangas | 2008-09-23 |
* | Change hash indexes to store only the hash code rather than the whole indexed | Tom Lane | 2008-09-15 |
* | Initialize the minimum frozen Xid in vac_update_datfrozenxid using | Alvaro Herrera | 2008-09-11 |
* | Fix a couple of problems pointed out by Fujii Masao in the 2008-Apr-05 patch | Tom Lane | 2008-09-08 |
* | Fix strategy propagation to scanEntry for partial match by moving propagation | Teodor Sigaev | 2008-09-04 |
* | Fix possible duplicate tuples while GiST scan. Now page is processed | Teodor Sigaev | 2008-08-23 |
* | Introduce the concept of relation forks. An smgr relation can now consist | Heikki Linnakangas | 2008-08-11 |
* | Add a few more DTrace probes to the backend. | Alvaro Herrera | 2008-08-01 |
* | Use guc.c's parse_int() instead of pg_atoi() to parse fillfactor in | Tom Lane | 2008-07-23 |
* | 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 |
* | Minor improvements to the Gin internal documentation. | Neil Conway | 2008-07-08 |
* | Fix initialization of GinScanEntryData.partialMatch | Teodor Sigaev | 2008-07-04 |
* | Fix recovery.conf boolean variables to take the same range of string | Bruce Momjian | 2008-06-30 |
* | Remove unnecessary coziness of GIN code with datum copying. Now that | Tom Lane | 2008-06-29 |
* | Improve our #include situation by moving pointer types away from the | Alvaro Herrera | 2008-06-19 |
* | Fix 64-bit problem in recent patch. | Tom Lane | 2008-06-15 |
* | Improve the various elog messages in tuptoaster.c to report which TOAST table | Tom Lane | 2008-06-13 |
* | Refactor XLogOpenRelation() and XLogReadBuffer() in preparation for relation | Heikki Linnakangas | 2008-06-12 |