aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Adjust the APIs for GIN opclass support functions to allow the extractQuery()Tom Lane2009-03-25
* Install a search tree depth limit in GIN bulk-insert operations, to preventTom Lane2009-03-24
* Implement "fastupdate" support for GIN indexes, in which we try to accumulateTom Lane2009-03-24
* Const-ify the parse table passed to fillRelOptions. The previous codingTom Lane2009-03-23
* Code review for dtrace probes added (so far) to 8.4. Adjust placement ofTom Lane2009-03-11
* Reload config file in startup process on SIGHUP.Heikki Linnakangas2009-03-04
* Reduce the maximum value of vacuum_cost_delay and autovacuum_vacuum_cost_delayTom Lane2009-02-28
* Change the signaling of end-of-recovery. Startup process now indicates endHeikki Linnakangas2009-02-23
* Start background writer during archive recovery. Background writer now performsHeikki Linnakangas2009-02-18
* Adopt Bob Jenkins' improved hash function for hash_any(). This changes theTom Lane2009-02-09
* Update autovacuum to use reloptions instead of a system catalog, forAlvaro Herrera2009-02-09
* Fix obsolete comment. Zdenek KotalaHeikki Linnakangas2009-02-07
* Allow reloption names to have qualifiers, initially supporting a TOASTAlvaro Herrera2009-02-02
* Allow extracting and parsing of reloptions from a bare pg_class tuple, andAlvaro Herrera2009-01-26
* Put back fast-path for the case that there's no backup blocks inHeikki Linnakangas2009-01-23
* Support column-level privileges, as required by SQL standard.Tom Lane2009-01-22
* Add a new option to RestoreBkpBlocks() to indicate if a cleanup lock shouldHeikki Linnakangas2009-01-20
* Simplify the writing of amoptions routines by introducing a convenienceAlvaro Herrera2009-01-12
* Re-enable the old code in xlog.c that tried to use posix_fadvise(), so thatTom Lane2009-01-11
* Revise the TIDBitmap API to support multiple concurrent iterations over aTom Lane2009-01-10
* A couple further reloptions improvements, per KaiGai Kohei: add a validationAlvaro Herrera2009-01-08
* Fix string reloption handling, per KaiGai Kohei.Alvaro Herrera2009-01-06
* Suppress compiler warning in a different way, per Alvaro.Bruce Momjian2009-01-06
* Supress compiler warning.Bruce Momjian2009-01-06
* Change the reloptions machinery to use a table-based parser, and provideAlvaro Herrera2009-01-05
* Update copyright for 2009.Bruce Momjian2009-01-01
* Change the name of dtrace wal tracepoints:Bruce Momjian2008-12-24
* The attached patch contains a couple of fixes in the existing probes andBruce Momjian2008-12-17
* Make heap_update() set newtup->t_tableOid correctly, for consistency withTom Lane2008-12-16
* To reduce confusion over whether VACUUM FULL is needed for anti-wraparoundTom Lane2008-12-11
* Revert SIGUSR1 multiplexing patch, per Tom's objection.Heikki Linnakangas2008-12-09
* Provide support for multiplexing SIGUSR1 signal. The upcoming synchronousHeikki Linnakangas2008-12-09
* MAPSIZE macro needs to use MAXALIGN(SizeOfPageHeaderData) instead ofHeikki Linnakangas2008-12-06
* Fix a couple of snapshot management bugs in the new ResourceOwner world:Alvaro Herrera2008-12-04
* Initialize GISTScanOpaque->qual_ok even if there is no conditions.Teodor Sigaev2008-12-04
* Introduce visibility map. The visibility map is a bitmap with one bit perHeikki Linnakangas2008-12-03
* If pg_stop_backup() is called just after switching to a new xlog file,Heikki Linnakangas2008-12-03
* Clean up the API for DestReceiver objects by eliminating the assumptionTom Lane2008-11-30
* Rely on relcache invalidation to update the cached size of the FSM.Heikki Linnakangas2008-11-26
* Rethink the way FSM truncation works. Instead of WAL-logging FSMHeikki Linnakangas2008-11-19
* Replace the usage of heap_addheader to create pg_attribute tuples with regularAlvaro Herrera2008-11-14
* Prevent synchronous scan during GIN index build, because GIN is optimizedTom Lane2008-11-13
* Fix sloppy omission of now-required #include's.Tom Lane2008-11-11
* Change error messages to print the physical path, likeHeikki Linnakangas2008-11-11
* Add a startup check that pg_xlog and pg_xlog/archive_status exist.Tom Lane2008-11-09
* Improve bulk-insert performance by keeping the current target buffer pinnedTom Lane2008-11-06
* The logic in systable_beginscan to translate heap attribute numbers toHeikki Linnakangas2008-11-06
* Clean up the messy semantics (not to mention inefficiency) of PageGetTempPageTom Lane2008-11-03
* Fix silly typo in previous commit.Alvaro Herrera2008-11-03
* Fix TransactionIdSetStatusBit so that it doesn't try to change a transactionAlvaro Herrera2008-11-03