summaryrefslogtreecommitdiff
path: root/src/backend/access
AgeCommit message (Expand)Author
2009-04-23Change the default value of max_prepared_transactions to zero, and addTom Lane
2009-04-22After archive recovery, mark the last WAL segment from the parent timelineHeikki Linnakangas
2009-04-07Add an optional parameter to pg_start_backup() that specifies whether to doTom Lane
2009-04-06Fix 'all at one page bug' in picksplit method of R-tree emulation. Add defenseTeodor Sigaev
2009-04-05Fix infinite loop while checking of partial match in pending list.Teodor Sigaev
2009-04-04Remove the recently added node types ReloptElem and OptionDefElem in favorTom Lane
2009-04-04Disallow setting fillfactor for TOAST tables.Alvaro Herrera
2009-04-02Revert DTrace patch from Robert LorBruce Momjian
2009-04-02Add support for additional DTrace probes.Bruce Momjian
2009-03-30Fix an oversight in the support for storing/retrieving "minimal tuples" inTom Lane
2009-03-25Adjust the APIs for GIN opclass support functions to allow the extractQuery()Tom Lane
2009-03-24Install a search tree depth limit in GIN bulk-insert operations, to preventTom Lane
2009-03-24Implement "fastupdate" support for GIN indexes, in which we try to accumulateTom Lane
2009-03-23Const-ify the parse table passed to fillRelOptions. The previous codingTom Lane
2009-03-11Code review for dtrace probes added (so far) to 8.4. Adjust placement ofTom Lane
2009-03-04Reload config file in startup process on SIGHUP.Heikki Linnakangas
2009-02-28Reduce the maximum value of vacuum_cost_delay and autovacuum_vacuum_cost_delayTom Lane
2009-02-23Change the signaling of end-of-recovery. Startup process now indicates endHeikki Linnakangas
2009-02-18Start background writer during archive recovery. Background writer now performsHeikki Linnakangas
2009-02-09Adopt Bob Jenkins' improved hash function for hash_any(). This changes theTom Lane
2009-02-09Update autovacuum to use reloptions instead of a system catalog, forAlvaro Herrera
2009-02-07Fix obsolete comment. Zdenek KotalaHeikki Linnakangas
2009-02-02Allow reloption names to have qualifiers, initially supporting a TOASTAlvaro Herrera
2009-01-26Allow extracting and parsing of reloptions from a bare pg_class tuple, andAlvaro Herrera
2009-01-23Put back fast-path for the case that there's no backup blocks inHeikki Linnakangas
2009-01-22Support column-level privileges, as required by SQL standard.Tom Lane
2009-01-20Add a new option to RestoreBkpBlocks() to indicate if a cleanup lock shouldHeikki Linnakangas
2009-01-12Simplify the writing of amoptions routines by introducing a convenienceAlvaro Herrera
2009-01-11Re-enable the old code in xlog.c that tried to use posix_fadvise(), so thatTom Lane
2009-01-10Revise the TIDBitmap API to support multiple concurrent iterations over aTom Lane
2009-01-08A couple further reloptions improvements, per KaiGai Kohei: add a validationAlvaro Herrera
2009-01-06Fix string reloption handling, per KaiGai Kohei.Alvaro Herrera
2009-01-06Suppress compiler warning in a different way, per Alvaro.Bruce Momjian
2009-01-06Supress compiler warning.Bruce Momjian
2009-01-05Change the reloptions machinery to use a table-based parser, and provideAlvaro Herrera
2009-01-01Update copyright for 2009.Bruce Momjian
2008-12-24Change the name of dtrace wal tracepoints:Bruce Momjian
2008-12-17The attached patch contains a couple of fixes in the existing probes andBruce Momjian
2008-12-16Make heap_update() set newtup->t_tableOid correctly, for consistency withTom Lane
2008-12-11To reduce confusion over whether VACUUM FULL is needed for anti-wraparoundTom Lane
2008-12-09Revert SIGUSR1 multiplexing patch, per Tom's objection.Heikki Linnakangas
2008-12-09Provide support for multiplexing SIGUSR1 signal. The upcoming synchronousHeikki Linnakangas
2008-12-06MAPSIZE macro needs to use MAXALIGN(SizeOfPageHeaderData) instead ofHeikki Linnakangas
2008-12-04Fix a couple of snapshot management bugs in the new ResourceOwner world:Alvaro Herrera
2008-12-04Initialize GISTScanOpaque->qual_ok even if there is no conditions.Teodor Sigaev
2008-12-03Introduce visibility map. The visibility map is a bitmap with one bit perHeikki Linnakangas
2008-12-03If pg_stop_backup() is called just after switching to a new xlog file,Heikki Linnakangas
2008-11-30Clean up the API for DestReceiver objects by eliminating the assumptionTom Lane
2008-11-26Rely on relcache invalidation to update the cached size of the FSM.Heikki Linnakangas
2008-11-19Rethink the way FSM truncation works. Instead of WAL-logging FSMHeikki Linnakangas