| Commit message (Expand) | Author | Age |
* | Fix an oversight in the support for storing/retrieving "minimal tuples" in | Tom Lane | 2009-03-30 |
* | Adjust the APIs for GIN opclass support functions to allow the extractQuery() | Tom Lane | 2009-03-25 |
* | Install a search tree depth limit in GIN bulk-insert operations, to prevent | Tom Lane | 2009-03-24 |
* | Implement "fastupdate" support for GIN indexes, in which we try to accumulate | Tom Lane | 2009-03-24 |
* | Const-ify the parse table passed to fillRelOptions. The previous coding | Tom Lane | 2009-03-23 |
* | Code review for dtrace probes added (so far) to 8.4. Adjust placement of | Tom Lane | 2009-03-11 |
* | Reload config file in startup process on SIGHUP. | Heikki Linnakangas | 2009-03-04 |
* | Reduce the maximum value of vacuum_cost_delay and autovacuum_vacuum_cost_delay | Tom Lane | 2009-02-28 |
* | Change the signaling of end-of-recovery. Startup process now indicates end | Heikki Linnakangas | 2009-02-23 |
* | Start background writer during archive recovery. Background writer now performs | Heikki Linnakangas | 2009-02-18 |
* | Adopt Bob Jenkins' improved hash function for hash_any(). This changes the | Tom Lane | 2009-02-09 |
* | Update autovacuum to use reloptions instead of a system catalog, for | Alvaro Herrera | 2009-02-09 |
* | Fix obsolete comment. Zdenek Kotala | Heikki Linnakangas | 2009-02-07 |
* | Allow reloption names to have qualifiers, initially supporting a TOAST | Alvaro Herrera | 2009-02-02 |
* | Allow extracting and parsing of reloptions from a bare pg_class tuple, and | Alvaro Herrera | 2009-01-26 |
* | Put back fast-path for the case that there's no backup blocks in | Heikki Linnakangas | 2009-01-23 |
* | Support column-level privileges, as required by SQL standard. | Tom Lane | 2009-01-22 |
* | Add a new option to RestoreBkpBlocks() to indicate if a cleanup lock should | Heikki Linnakangas | 2009-01-20 |
* | Simplify the writing of amoptions routines by introducing a convenience | Alvaro Herrera | 2009-01-12 |
* | Re-enable the old code in xlog.c that tried to use posix_fadvise(), so that | Tom Lane | 2009-01-11 |
* | Revise the TIDBitmap API to support multiple concurrent iterations over a | Tom Lane | 2009-01-10 |
* | A couple further reloptions improvements, per KaiGai Kohei: add a validation | Alvaro Herrera | 2009-01-08 |
* | Fix string reloption handling, per KaiGai Kohei. | Alvaro Herrera | 2009-01-06 |
* | Suppress compiler warning in a different way, per Alvaro. | Bruce Momjian | 2009-01-06 |
* | Supress compiler warning. | Bruce Momjian | 2009-01-06 |
* | Change the reloptions machinery to use a table-based parser, and provide | Alvaro Herrera | 2009-01-05 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Change the name of dtrace wal tracepoints: | Bruce Momjian | 2008-12-24 |
* | The attached patch contains a couple of fixes in the existing probes and | Bruce Momjian | 2008-12-17 |
* | Make heap_update() set newtup->t_tableOid correctly, for consistency with | Tom Lane | 2008-12-16 |
* | To reduce confusion over whether VACUUM FULL is needed for anti-wraparound | Tom Lane | 2008-12-11 |
* | Revert SIGUSR1 multiplexing patch, per Tom's objection. | Heikki Linnakangas | 2008-12-09 |
* | Provide support for multiplexing SIGUSR1 signal. The upcoming synchronous | Heikki Linnakangas | 2008-12-09 |
* | MAPSIZE macro needs to use MAXALIGN(SizeOfPageHeaderData) instead of | Heikki Linnakangas | 2008-12-06 |
* | Fix a couple of snapshot management bugs in the new ResourceOwner world: | Alvaro Herrera | 2008-12-04 |
* | Initialize GISTScanOpaque->qual_ok even if there is no conditions. | Teodor Sigaev | 2008-12-04 |
* | Introduce visibility map. The visibility map is a bitmap with one bit per | Heikki Linnakangas | 2008-12-03 |
* | If pg_stop_backup() is called just after switching to a new xlog file, | Heikki Linnakangas | 2008-12-03 |
* | Clean up the API for DestReceiver objects by eliminating the assumption | Tom Lane | 2008-11-30 |
* | 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 |