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
/
opclasscmds.c
Commit message (
Expand
)
Author
Age
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
*
Support renaming of tablespaces, and changing the owners of
Tom Lane
2004-06-25
*
Reimplement the linked list data structure used throughout the backend.
Neil Conway
2004-05-26
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
*
Cross-data-type comparisons are now indexable by btrees, pursuant to my
Tom Lane
2003-11-12
*
Add operator strategy and comparison-value datatype fields to ScanKey.
Tom Lane
2003-11-09
*
Various message fixes, among those fixes for the previous round of fixes
Peter Eisentraut
2003-09-26
*
Message editing: remove gratuitous variations in message wording, standardize
Peter Eisentraut
2003-09-25
*
Fix missed message update, per Alvaro Herrera.
Tom Lane
2003-09-11
*
Create a 'type cache' that keeps track of the data needed for any particular
Tom Lane
2003-08-17
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
*
pgindent run.
Bruce Momjian
2003-08-04
*
Adjust 'permission denied' messages to be more useful and consistent.
Tom Lane
2003-08-01
*
A visit from the message-style police ...
Tom Lane
2003-07-28
*
Another round of error message editing, covering backend/commands/.
Tom Lane
2003-07-20
*
First bits of work on error message editing.
Tom Lane
2003-07-18
*
Some early work on error message editing. Operator-not-found and
Tom Lane
2003-07-04
*
First batch of object rename commands.
Peter Eisentraut
2003-06-27
*
Add new palloc0 call as merge of palloc and MemSet(0).
Bruce Momjian
2002-11-13
*
Back out use of palloc0 in place if palloc/MemSet. Seems constant len
Bruce Momjian
2002-11-11
*
Merge palloc()/MemSet(0) calls into a single palloc0() call.
Bruce Momjian
2002-11-10
*
Restrict CREATE OPERATOR CLASS to superusers, per discussion some weeks
Tom Lane
2002-10-04
*
pgindent run.
Bruce Momjian
2002-09-04
*
Add a bunch of pseudo-types to replace the behavior formerly associated
Tom Lane
2002-08-22
*
Restructure system-catalog index updating logic. Instead of having
Tom Lane
2002-08-05
*
Centralize code for interpreting schema references, which had gotten
Tom Lane
2002-07-29
*
Implement CREATE/DROP OPERATOR CLASS. Work still remains: need more
Tom Lane
2002-07-29