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
/
opclasscmds.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix wrong dependency on owner created by ALTER OPCLASS OWNER.
Tom Lane
2005-08-23
1
-2
/
+3
*
Fix unwanted denial of ALTER OWNER rights to superusers. There was some
Tom Lane
2005-08-22
1
-15
/
+19
*
Adjust permissions checking for ALTER OWNER commands: instead of
Tom Lane
2005-07-14
1
-6
/
+16
*
Track dependencies on shared objects (which is to say, roles; we already
Tom Lane
2005-07-07
1
-1
/
+7
*
Replace pg_shadow and pg_group by new role-capable catalogs pg_authid
Tom Lane
2005-06-28
1
-5
/
+5
*
Completion of project to use fixed OIDs for all system catalogs and
Tom Lane
2005-04-14
1
-17
/
+17
*
First phase of project to use fixed OIDs for all system catalogs and
Tom Lane
2005-04-14
1
-4
/
+4
*
Convert oidvector and int2vector into variable-length arrays. This
Tom Lane
2005-03-29
1
-4
/
+4
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
1
-2
/
+2
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
1
-16
/
+23
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
1
-2
/
+2
*
Support renaming of tablespaces, and changing the owners of
Tom Lane
2004-06-25
1
-1
/
+90
*
Reimplement the linked list data structure used throughout the backend.
Neil Conway
2004-05-26
1
-6
/
+6
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
1
-1
/
+1
*
Cross-data-type comparisons are now indexable by btrees, pursuant to my
Tom Lane
2003-11-12
1
-72
/
+217
*
Add operator strategy and comparison-value datatype fields to ScanKey.
Tom Lane
2003-11-09
1
-8
/
+12
*
Various message fixes, among those fixes for the previous round of fixes
Peter Eisentraut
2003-09-26
1
-3
/
+3
*
Message editing: remove gratuitous variations in message wording, standardize
Peter Eisentraut
2003-09-25
1
-2
/
+2
*
Fix missed message update, per Alvaro Herrera.
Tom Lane
2003-09-11
1
-2
/
+2
*
Create a 'type cache' that keeps track of the data needed for any particular
Tom Lane
2003-08-17
1
-2
/
+4
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
1
-2
/
+2
*
pgindent run.
Bruce Momjian
2003-08-04
1
-9
/
+9
*
Adjust 'permission denied' messages to be more useful and consistent.
Tom Lane
2003-08-01
1
-8
/
+14
*
A visit from the message-style police ...
Tom Lane
2003-07-28
1
-3
/
+3
*
Another round of error message editing, covering backend/commands/.
Tom Lane
2003-07-20
1
-2
/
+2
*
First bits of work on error message editing.
Tom Lane
2003-07-18
1
-42
/
+74
*
Some early work on error message editing. Operator-not-found and
Tom Lane
2003-07-04
1
-11
/
+7
*
First batch of object rename commands.
Peter Eisentraut
2003-06-27
1
-2
/
+93
*
Add new palloc0 call as merge of palloc and MemSet(0).
Bruce Momjian
2002-11-13
1
-7
/
+4
*
Back out use of palloc0 in place if palloc/MemSet. Seems constant len
Bruce Momjian
2002-11-11
1
-4
/
+7
*
Merge palloc()/MemSet(0) calls into a single palloc0() call.
Bruce Momjian
2002-11-10
1
-7
/
+4
*
Restrict CREATE OPERATOR CLASS to superusers, per discussion some weeks
Tom Lane
2002-10-04
1
-1
/
+14
*
pgindent run.
Bruce Momjian
2002-09-04
1
-48
/
+47
*
Add a bunch of pseudo-types to replace the behavior formerly associated
Tom Lane
2002-08-22
1
-2
/
+2
*
Restructure system-catalog index updating logic. Instead of having
Tom Lane
2002-08-05
1
-26
/
+4
*
Centralize code for interpreting schema references, which had gotten
Tom Lane
2002-07-29
1
-35
/
+6
*
Implement CREATE/DROP OPERATOR CLASS. Work still remains: need more
Tom Lane
2002-07-29
1
-0
/
+639