summaryrefslogtreecommitdiff
path: root/src/backend/commands/analyze.c
Commit message (Expand)AuthorAgeFilesLines
* Fix old bug in log_autovacuum_min_duration code: it was relying on being ableTom Lane2009-08-121-9/+9
* Add ALTER TABLE ... ALTER COLUMN ... SET STATISTICS DISTINCTTom Lane2009-08-021-1/+9
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-41/+45
* Improve the IndexVacuumInfo/IndexBulkDeleteResult API to allow somewhat saneTom Lane2009-06-061-2/+3
* Update relpages and reltuples estimates in stand-alone ANALYZE, even ifHeikki Linnakangas2009-05-191-12/+3
* Avoid integer overflow in the loop that extracts histogram entries fromTom Lane2009-05-051-4/+28
* Modify the relcache to record the temp status of both local and nonlocalTom Lane2009-03-311-2/+2
* Implement "fastupdate" support for GIN indexes, in which we try to accumulateTom Lane2009-03-241-1/+23
* Support column-level privileges, as required by SQL standard.Tom Lane2009-01-221-4/+5
* Clarify a confusing comment about MCVs vs histogram entries.Tom Lane2009-01-061-2/+4
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Don't reset pg_class.reltuples and relpages in VACUUM, if any pages wereHeikki Linnakangas2008-12-171-12/+23
* Increase the default value of default_statistics_target from 10 to 100,Tom Lane2008-12-131-4/+4
* Make relhasrules and relhastriggers work like relhasindex, namely we letTom Lane2008-11-101-7/+5
* Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple,Tom Lane2008-11-021-9/+9
* Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBufferHeikki Linnakangas2008-10-311-2/+3
* Move exprType(), exprTypmod(), expression_tree_walker(), and related routinesTom Lane2008-08-251-2/+2
* Rearrange the querytree representation of ORDER BY/GROUP BY/DISTINCT itemsTom Lane2008-08-021-22/+10
* Extend VacAttrStats to allow typanalyze functions to store statistic valuesHeikki Linnakangas2008-07-011-5/+32
* Move BufferGetPageSize and BufferGetPage from bufpage.h to bufmgr.h. It isAlvaro Herrera2008-06-081-1/+2
* Put back bufmgr.h in bufpage.h -- it is needed by some macros.Alvaro Herrera2008-05-121-2/+1
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-121-1/+2
* Allow float8, int8, and related datatypes to be passed by value on machinesTom Lane2008-04-211-2/+2
* Modify the float4 datatype to be pass-by-val. Along the way, remove the lastAlvaro Herrera2008-04-181-2/+2
* Teach ANALYZE to distinguish dead and in-doubt tuples, which it formerlyTom Lane2008-04-031-30/+110
* Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera2008-03-261-1/+2
* Improve error messages emitted when VACUUM and ANALYZE skip a table.Alvaro Herrera2008-02-201-4/+16
* Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX,Tom Lane2008-01-031-9/+22
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-151-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-3/+3
* Rearrange vacuum-related bits in PGPROC as a bitmask, to better supportAlvaro Herrera2007-10-241-1/+15
* Simplify and rename some GUC variables, per various recent discussions:Tom Lane2007-09-241-6/+6
* Make large sequential scans and VACUUMs work in a limited-size "ring" ofTom Lane2007-05-301-3/+9
* Implement rate-limiting logic on how often backends will attempt to sendTom Lane2007-04-301-18/+4
* Silence compiler warnings, per Bruce.Alvaro Herrera2007-04-191-2/+2
* Enable configurable log of autovacuum actions. Initial patch from SimonAlvaro Herrera2007-04-181-1/+42
* Support varlena fields with single-byte headers and unaligned storage.Tom Lane2007-04-061-3/+3
* Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LASTTom Lane2007-01-091-7/+7
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Fix recently-understood problems with handling of XID freezing, particularlyTom Lane2006-11-051-3/+3
* Make use of qsort_arg in several places that were formerly using klugyTom Lane2006-10-051-21/+24
* pgindent run for 8.2.Bruce Momjian2006-10-041-9/+8
* Change ANALYZE to take ShareUpdateExclusiveLock not AccessShareLock onTom Lane2006-09-171-19/+19
* Now that we've rearranged relation open to get a lock before touchingTom Lane2006-08-181-10/+6
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-5/+1
* Allow include files to compile own their own.Bruce Momjian2006-07-131-1/+2
* Improve vacuum code to track minimum Xids per table instead of per database.Alvaro Herrera2006-07-101-5/+6
* Add error location info to ResTarget parse nodes. Allows error cursor to be ...Tom Lane2006-03-231-1/+6
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2