summaryrefslogtreecommitdiff
path: root/src/backend/commands/analyze.c
Commit message (Expand)AuthorAgeFilesLines
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-021-7/+6
* Replace number-of-distinct-values estimator equation, per recentTom Lane2002-02-181-21/+45
* Add CHECK_FOR_INTERRUPTS() in various strategic spots, per commentsTom Lane2002-01-061-1/+8
* Fix a couple of places where lack of parenthesization of a castTom Lane2001-10-251-6/+6
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-224/+247
* Don't assume that max offset number stays fixed on a page when we'reTom Lane2001-07-051-66/+67
* Statistical system views (yet without the config stuff, butJan Wieck2001-06-221-2/+2
* Allow a non-superuser database owner to vacuum all tables in hisTom Lane2001-06-131-5/+7
* Be a little smarter about deciding how many most-common values to save.Tom Lane2001-06-061-13/+104
* Tweak sorting so that nulls appear at the front of a descending sortTom Lane2001-06-021-21/+6
* Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane2001-05-071-454/+1426
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-221-4/+3
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-57/+56
* Clean up two rather nasty bugs in operator selection code.Tom Lane2001-02-161-11/+16
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Fix all the places that called heap_update() and heap_delete() withoutTom Lane2001-01-231-2/+2
* Restructure backend SIGINT/SIGTERM handling so that 'die' interruptsTom Lane2001-01-141-3/+2
* Avoid repeated detoasting (and possible memory leaks) when processingTom Lane2000-12-021-13/+47
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-161-15/+24
* Remove NO_SECURITY define.Bruce Momjian2000-10-161-3/+1
* Add proofreader's changes to docs.Bruce Momjian2000-10-051-6/+6
* Code cleanup of user name and user id handling in the backend. The currentPeter Eisentraut2000-09-061-2/+2
* fmgr interface mopup work. Use new DatumGetBool and BoolGetDatumTom Lane2000-08-211-3/+3
* Toast all the system-table columns that seem to need it. It turns outTom Lane2000-08-061-30/+13
* Update textin() and textout() to new fmgr style. This is just phaseTom Lane2000-07-051-9/+11
* Third round of fmgr updates: eliminate calls using fmgr() andTom Lane2000-05-301-78/+100
* Add analyze.c file for split.Bruce Momjian2000-05-291-0/+635