aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/analyze.c
Commit message (Expand)AuthorAge
* Change ANALYZE to take ShareUpdateExclusiveLock not AccessShareLock onTom Lane2006-09-17
* Now that we've rearranged relation open to get a lock before touchingTom Lane2006-08-18
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Allow include files to compile own their own.Bruce Momjian2006-07-13
* Improve vacuum code to track minimum Xids per table instead of per database.Alvaro Herrera2006-07-10
* Add error location info to ResTarget parse nodes. Allows error cursor to be ...Tom Lane2006-03-23
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Update random() usage so ranges are inclusive/exclusive as required.Bruce Momjian2006-02-03
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Clean up a number of autovacuum loose ends. Make the stats collectorTom Lane2005-07-29
* Integrate autovacuum functionality into the backend. There's still aTom Lane2005-07-14
* For some reason access/tupmacs.h has been #including utils/memutils.h,Tom Lane2005-05-06
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-14
* Convert index-related tuple handling routines from char 'n'/' ' to boolTom Lane2005-03-21
* Revise TupleTableSlot code to avoid unnecessary construction and disassemblyTom Lane2005-03-16
* Fix ANALYZE to accumulate some minimal statistics for an all-null column.Tom Lane2005-02-11
* Change heap_modifytuple() to require a TupleDesc rather than aNeil Conway2005-01-27
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* There is no need for ReadBuffer() call sites to check that the returnedNeil Conway2004-11-14
* Make heap_fetch API more consistent by having the buffer remain pinnedTom Lane2004-10-26
* Adjust index locking rules as per my proposal of earlier today. YouTom Lane2004-09-30
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Tweak palloc/repalloc to allow zero bytes to be requested, as per recentTom Lane2004-06-05
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-26
* New two-stage sampling method for ANALYZE, as per discussions a few weeksTom Lane2004-05-23
* Get rid of rd_nblocks field in relcache entries. Turns out this wasTom Lane2004-05-08
* First steps towards statistics on expressional (nee functional) indexes.Tom Lane2004-02-15
* After further thought about support for gathering stats on functionalTom Lane2004-02-13
* Add hooks for type-specific calculation of ANALYZE statistics. Idea andTom Lane2004-02-12
* Centralize implementation of delay code by creating a pg_usleep()Tom Lane2004-02-10
* Code cleanup, mostly in the smgr:Neil Conway2004-01-06
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Simplify loop test to avoid bug in AIX compiler, per Andreas.Tom Lane2003-10-18
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Message in the other exit from acquire_sample_rows(), as per updateTom Lane2003-09-11
* Try to make recently-added analyze log message look something likeTom Lane2003-09-11
* Attached is a (very small) patch to make analyze display someBruce Momjian2003-08-26
* Create a 'type cache' that keeps track of the data needed for any particularTom Lane2003-08-17
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Another round of error message editing, covering backend/commands/.Tom Lane2003-07-20
* First batch of object rename commands.Peter Eisentraut2003-06-27
* Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian2003-05-27
* Make [VACUUM] ANALYZE safe on zero-column tables.Tom Lane2003-04-25
* Instead of storing pg_statistic stavalues entries as text strings, storeTom Lane2003-03-23
* Tighten selection of equality and ordering operators for groupingTom Lane2002-11-29
* Add new palloc0 call as merge of palloc and MemSet(0).Bruce Momjian2002-11-13
* Back out use of palloc0 in place if palloc/MemSet. Seems constant lenBruce Momjian2002-11-11