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