]> granicus.if.org Git - postgresql/history - src/backend/commands/analyze.c
Commit to match discussed elog() changes. Only update is that LOG is
[postgresql] / src / backend / commands / analyze.c
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.