index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
analyze.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Commit to match discussed elog() changes. Only update is that LOG is
Bruce Momjian
2002-03-02
1
-7
/
+6
*
Replace number-of-distinct-values estimator equation, per recent
Tom Lane
2002-02-18
1
-21
/
+45
*
Add CHECK_FOR_INTERRUPTS() in various strategic spots, per comments
Tom Lane
2002-01-06
1
-1
/
+8
*
Fix a couple of places where lack of parenthesization of a cast
Tom Lane
2001-10-25
1
-6
/
+6
*
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-10-25
1
-224
/
+247
*
Don't assume that max offset number stays fixed on a page when we're
Tom Lane
2001-07-05
1
-66
/
+67
*
Statistical system views (yet without the config stuff, but
Jan Wieck
2001-06-22
1
-2
/
+2
*
Allow a non-superuser database owner to vacuum all tables in his
Tom Lane
2001-06-13
1
-5
/
+7
*
Be a little smarter about deciding how many most-common values to save.
Tom Lane
2001-06-06
1
-13
/
+104
*
Tweak sorting so that nulls appear at the front of a descending sort
Tom Lane
2001-06-02
1
-21
/
+6
*
Rewrite of planner statistics-gathering code. ANALYZE is now available as
Tom Lane
2001-05-07
1
-454
/
+1426
*
Remove dashes in comments that don't need them, rewrap with pgindent.
Bruce Momjian
2001-03-22
1
-4
/
+3
*
pgindent run. Make it all clean.
Bruce Momjian
2001-03-22
1
-57
/
+56
*
Clean up two rather nasty bugs in operator selection code.
Tom Lane
2001-02-16
1
-11
/
+16
*
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2001-01-24
1
-2
/
+2
*
Fix all the places that called heap_update() and heap_delete() without
Tom Lane
2001-01-23
1
-2
/
+2
*
Restructure backend SIGINT/SIGTERM handling so that 'die' interrupts
Tom Lane
2001-01-14
1
-3
/
+2
*
Avoid repeated detoasting (and possible memory leaks) when processing
Tom Lane
2000-12-02
1
-13
/
+47
*
Change SearchSysCache coding conventions so that a reference count is
Tom Lane
2000-11-16
1
-15
/
+24
*
Remove NO_SECURITY define.
Bruce Momjian
2000-10-16
1
-3
/
+1
*
Add proofreader's changes to docs.
Bruce Momjian
2000-10-05
1
-6
/
+6
*
Code cleanup of user name and user id handling in the backend. The current
Peter Eisentraut
2000-09-06
1
-2
/
+2
*
fmgr interface mopup work. Use new DatumGetBool and BoolGetDatum
Tom Lane
2000-08-21
1
-3
/
+3
*
Toast all the system-table columns that seem to need it. It turns out
Tom Lane
2000-08-06
1
-30
/
+13
*
Update textin() and textout() to new fmgr style. This is just phase
Tom Lane
2000-07-05
1
-9
/
+11
*
Third round of fmgr updates: eliminate calls using fmgr() and
Tom Lane
2000-05-30
1
-78
/
+100
*
Add analyze.c file for split.
Bruce Momjian
2000-05-29
1
-0
/
+635