| Commit message (Expand) | Author | Age | Files | Lines |
| * | Change the name of dtrace wal tracepoints: | Bruce Momjian | 2008-12-24 | 1 | -3/+3 |
| * | The attached patch contains a couple of fixes in the existing probes and | Bruce Momjian | 2008-12-17 | 1 | -1/+15 |
| * | Make heap_update() set newtup->t_tableOid correctly, for consistency with | Tom Lane | 2008-12-16 | 1 | -1/+2 |
| * | To reduce confusion over whether VACUUM FULL is needed for anti-wraparound | Tom Lane | 2008-12-11 | 1 | -3/+3 |
| * | Revert SIGUSR1 multiplexing patch, per Tom's objection. | Heikki Linnakangas | 2008-12-09 | 1 | -2/+1 |
| * | Provide support for multiplexing SIGUSR1 signal. The upcoming synchronous | Heikki Linnakangas | 2008-12-09 | 1 | -1/+2 |
| * | MAPSIZE macro needs to use MAXALIGN(SizeOfPageHeaderData) instead of | Heikki Linnakangas | 2008-12-06 | 1 | -2/+2 |
| * | Fix a couple of snapshot management bugs in the new ResourceOwner world: | Alvaro Herrera | 2008-12-04 | 1 | -1/+7 |
| * | Initialize GISTScanOpaque->qual_ok even if there is no conditions. | Teodor Sigaev | 2008-12-04 | 1 | -2/+3 |
| * | Introduce visibility map. The visibility map is a bitmap with one bit per | Heikki Linnakangas | 2008-12-03 | 4 | -14/+624 |
| * | If pg_stop_backup() is called just after switching to a new xlog file, | Heikki Linnakangas | 2008-12-03 | 1 | -4/+10 |
| * | Clean up the API for DestReceiver objects by eliminating the assumption | Tom Lane | 2008-11-30 | 1 | -19/+31 |
| * | Rely on relcache invalidation to update the cached size of the FSM. | Heikki Linnakangas | 2008-11-26 | 1 | -2/+2 |
| * | Rethink the way FSM truncation works. Instead of WAL-logging FSM | Heikki Linnakangas | 2008-11-19 | 10 | -77/+85 |
| * | Replace the usage of heap_addheader to create pg_attribute tuples with regular | Alvaro Herrera | 2008-11-14 | 1 | -54/+1 |
| * | Prevent synchronous scan during GIN index build, because GIN is optimized | Tom Lane | 2008-11-13 | 4 | -9/+12 |
| * | Fix sloppy omission of now-required #include's. | Tom Lane | 2008-11-11 | 1 | -1/+2 |
| * | Change error messages to print the physical path, like | Heikki Linnakangas | 2008-11-11 | 2 | -32/+43 |
| * | Add a startup check that pg_xlog and pg_xlog/archive_status exist. | Tom Lane | 2008-11-09 | 1 | -1/+56 |
| * | Improve bulk-insert performance by keeping the current target buffer pinned | Tom Lane | 2008-11-06 | 4 | -55/+131 |
| * | The logic in systable_beginscan to translate heap attribute numbers to | Heikki Linnakangas | 2008-11-06 | 1 | -17/+27 |
| * | Clean up the messy semantics (not to mention inefficiency) of PageGetTempPage | Tom Lane | 2008-11-03 | 7 | -40/+13 |
| * | Fix silly typo in previous commit. | Alvaro Herrera | 2008-11-03 | 1 | -2/+2 |
| * | Fix TransactionIdSetStatusBit so that it doesn't try to change a transaction | Alvaro Herrera | 2008-11-03 | 1 | -5/+21 |
| * | Fix mistakes in comment headers | Alvaro Herrera | 2008-11-03 | 1 | -3/+3 |
| * | Remove the last vestiges of the MAKE_PTR/MAKE_OFFSET mechanism. We haven't | Tom Lane | 2008-11-02 | 1 | -12/+12 |
| * | Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple, | Tom Lane | 2008-11-02 | 2 | -410/+37 |
| * | Update FSM on WAL replay. This is a bit limited; the FSM is only updated | Heikki Linnakangas | 2008-10-31 | 1 | -7/+58 |
| * | Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBuffer | Heikki Linnakangas | 2008-10-31 | 7 | -60/+87 |
| * | Fix recoveryLastXTime logic so that it actually does what one would expect. | Tom Lane | 2008-10-30 | 1 | -4/+12 |
| * | 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 |