index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
analyze.c
Commit message (
Expand
)
Author
Age
*
Clean up two rather nasty bugs in operator selection code.
Tom Lane
2001-02-16
*
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2001-01-24
*
Fix all the places that called heap_update() and heap_delete() without
Tom Lane
2001-01-23
*
Restructure backend SIGINT/SIGTERM handling so that 'die' interrupts
Tom Lane
2001-01-14
*
Avoid repeated detoasting (and possible memory leaks) when processing
Tom Lane
2000-12-02
*
Change SearchSysCache coding conventions so that a reference count is
Tom Lane
2000-11-16
*
Remove NO_SECURITY define.
Bruce Momjian
2000-10-16
*
Add proofreader's changes to docs.
Bruce Momjian
2000-10-05
*
Code cleanup of user name and user id handling in the backend. The current
Peter Eisentraut
2000-09-06
*
fmgr interface mopup work. Use new DatumGetBool and BoolGetDatum
Tom Lane
2000-08-21
*
Toast all the system-table columns that seem to need it. It turns out
Tom Lane
2000-08-06
*
Update textin() and textout() to new fmgr style. This is just phase
Tom Lane
2000-07-05
*
Third round of fmgr updates: eliminate calls using fmgr() and
Tom Lane
2000-05-30
*
Add analyze.c file for split.
Bruce Momjian
2000-05-29