aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
...
* Request XLOG switch before writing checkpoint in pg_start_backup(). OtherwiseHeikki Linnakangas2009-05-07
* Insert CHECK_FOR_INTERRUPTS() calls into btree and hash index scans at theTom Lane2009-05-05
* Update comment for _bt_relandgetbuf.Tom Lane2009-05-05
* Change the default value of max_prepared_transactions to zero, and addTom Lane2009-04-23
* After archive recovery, mark the last WAL segment from the parent timelineHeikki Linnakangas2009-04-22
* Add an optional parameter to pg_start_backup() that specifies whether to doTom Lane2009-04-07
* Fix 'all at one page bug' in picksplit method of R-tree emulation. Add defenseTeodor Sigaev2009-04-06
* Fix infinite loop while checking of partial match in pending list.Teodor Sigaev2009-04-05
* Remove the recently added node types ReloptElem and OptionDefElem in favorTom Lane2009-04-04
* Disallow setting fillfactor for TOAST tables.Alvaro Herrera2009-04-04
* Revert DTrace patch from Robert LorBruce Momjian2009-04-02
* Add support for additional DTrace probes.Bruce Momjian2009-04-02
* Fix an oversight in the support for storing/retrieving "minimal tuples" inTom Lane2009-03-30
* 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