]> granicus.if.org Git - postgresql/history - src/backend/commands/analyze.c
For some reason access/tupmacs.h has been #including utils/memutils.h,
[postgresql] / src / backend / commands / analyze.c
2005-05-06 Tom LaneFor some reason access/tupmacs.h has been #including...
2005-04-14 Tom LaneCompletion of project to use fixed OIDs for all system...
2005-03-21 Tom LaneConvert index-related tuple handling routines from...
2005-03-16 Tom LaneRevise TupleTableSlot code to avoid unnecessary constru...
2005-02-11 Tom LaneFix ANALYZE to accumulate some minimal statistics for...
2005-01-27 Neil ConwayChange heap_modifytuple() to require a TupleDesc rather...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-11-14 Neil ConwayThere is no need for ReadBuffer() call sites to check...
2004-10-26 Tom LaneMake heap_fetch API more consistent by having the buffe...
2004-09-30 Tom LaneAdjust index locking rules as per my proposal of earlie...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-06-05 Tom LaneTweak palloc/repalloc to allow zero bytes to be request...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-05-23 Tom LaneNew two-stage sampling method for ANALYZE, as per discu...
2004-05-08 Tom LaneGet rid of rd_nblocks field in relcache entries. Turns...
2004-02-15 Tom LaneFirst steps towards statistics on expressional (nee...
2004-02-13 Tom LaneAfter further thought about support for gathering stats...
2004-02-12 Tom LaneAdd hooks for type-specific calculation of ANALYZE...
2004-02-10 Tom LaneCentralize implementation of delay code by creating...
2004-01-06 Neil ConwayCode cleanup, mostly in the smgr:
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-10-18 Tom LaneSimplify loop test to avoid bug in AIX compiler, per...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-09-11 Tom LaneMessage in the other exit from acquire_sample_rows...
2003-09-11 Tom LaneTry to make recently-added analyze log message look...
2003-08-26 Bruce MomjianAttached is a (very small) patch to make analyze displa...
2003-08-17 Tom LaneCreate a 'type cache' that keeps track of the data...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-20 Tom LaneAnother round of error message editing, covering backen...
2003-06-27 Peter EisentrautFirst batch of object rename commands.
2003-05-27 Bruce MomjianMake debug_ GUC varables output DEBUG1 rather than...
2003-04-25 Tom LaneMake [VACUUM] ANALYZE safe on zero-column tables.
2003-03-23 Tom LaneInstead of storing pg_statistic stavalues entries as...
2002-11-29 Tom LaneTighten selection of equality and ordering operators...
2002-11-13 Bruce MomjianAdd new palloc0 call as merge of palloc and MemSet(0).
2002-11-11 Bruce MomjianBack out use of palloc0 in place if palloc/MemSet....
2002-11-10 Bruce MomjianMerge palloc()/MemSet(0) calls into a single palloc0...
2002-09-23 Tom LaneDisallow VACUUM, ANALYZE, TRUNCATE on temp tables belon...
2002-09-04 Bruce Momjianpgindent run.
2002-08-26 Tom LaneIncrease WIDTH_THRESHOLD from 256 to 1K. This addresse...
2002-08-26 Tom LaneModify array operations to include array's element...
2002-08-24 Tom LaneThe cstring datatype can now be copied, passed around...
2002-08-11 Tom LaneNow that we allow ANALYZE to run inside a transaction...
2002-08-05 Tom LaneRestructure system-catalog index updating logic. Inste...
2002-08-02 Tom LaneALTER TABLE DROP COLUMN works. Patch by Christopher...
2002-07-31 Tom LaneInstead of having a configure-time DEFAULT_ATTSTATTARGE...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-15 Tom LaneFix up memory leakage created by recent changes.
2002-06-13 Bruce MomjianAllow ANALYZE to run in a transaction.
2002-05-24 Tom LaneMark index entries "killed" when they are no longer...
2002-05-21 Tom LaneRemove global variable scanCommandId in favor of storin...
2002-05-20 Tom LaneRestructure indexscan API (index_beginscan, index_getne...
2002-04-16 Tom LaneOperators live in namespaces. CREATE/DROP/COMMENT...
2002-04-12 Tom LaneChecking to decide whether relations are system relatio...
2002-04-02 Tom LaneMake VACUUM handle schema-qualified relation names...
2002-03-21 Tom LaneChange the aclchk.c routines to uniformly use OIDs...
2002-03-06 Bruce MomjianChange made to elog:
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
2002-02-18 Tom LaneReplace number-of-distinct-values estimator equation...
2002-01-06 Tom LaneAdd CHECK_FOR_INTERRUPTS() in various strategic spots...
2001-10-25 Tom LaneFix a couple of places where lack of parenthesization...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-07-05 Tom LaneDon't assume that max offset number stays fixed on...
2001-06-22 Jan WieckStatistical system views (yet without the config stuff...
2001-06-13 Tom LaneAllow a non-superuser database owner to vacuum all...
2001-06-06 Tom LaneBe a little smarter about deciding how many most-common...
2001-06-02 Tom LaneTweak sorting so that nulls appear at the front of...
2001-05-07 Tom LaneRewrite of planner statistics-gathering code. ANALYZE...
2001-03-22 Bruce MomjianRemove dashes in comments that don't need them, rewrap...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-16 Tom LaneClean up two rather nasty bugs in operator selection...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-23 Tom LaneFix all the places that called heap_update() and heap_d...
2001-01-14 Tom LaneRestructure backend SIGINT/SIGTERM handling so that...
2000-12-02 Tom LaneAvoid repeated detoasting (and possible memory leaks...
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-10-16 Bruce MomjianRemove NO_SECURITY define.
2000-10-05 Bruce MomjianAdd proofreader's changes to docs.
2000-09-06 Peter EisentrautCode cleanup of user name and user id handling in the...
2000-08-21 Tom Lanefmgr interface mopup work. Use new DatumGetBool and...
2000-08-06 Tom LaneToast all the system-table columns that seem to need...
2000-07-05 Tom LaneUpdate textin() and textout() to new fmgr style. This...
2000-05-30 Tom LaneThird round of fmgr updates: eliminate calls using...
2000-05-29 Bruce MomjianAdd analyze.c file for split.