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
/
indexcmds.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Get rid of IndexIsUniqueNoCache() kluge by the simple expedient of
Tom Lane
2000-06-17
1
-7
/
+7
*
Fix performance problems with pg_index lookups (see, for example,
Tom Lane
2000-06-17
1
-1
/
+8
*
Clean up #include's.
Bruce Momjian
2000-06-15
1
-1
/
+2
*
Remove unused include files. Do not touch /port or includes used by defines.
Bruce Momjian
2000-05-30
1
-3
/
+1
*
First round of changes for new fmgr interface. fmgr itself and the
Tom Lane
2000-05-28
1
-2
/
+3
*
change reindex ERROR/NOTICE message
Hiroshi Inoue
2000-04-25
1
-5
/
+7
*
Check that user-specified opclass in CREATE INDEX corresponds to operators
Tom Lane
2000-04-25
1
-2
/
+41
*
Produce an appropriate error message when opclass is not supported by
Tom Lane
2000-04-23
1
-37
/
+86
*
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-12
1
-26
/
+33
*
Fix longstanding bug that kept functional indexes from working when you
Tom Lane
2000-02-25
1
-95
/
+114
*
Implement reindex command
Hiroshi Inoue
2000-02-18
1
-1
/
+170
*
Add:
Bruce Momjian
2000-01-26
1
-2
/
+3
*
Defend against > INDEX_MAX_KEYS keys in an index.
Tom Lane
2000-01-12
1
-8
/
+11
*
More cleanups. Still doesn't work.
Bruce Momjian
2000-01-11
1
-3
/
+3
*
Make number of args to a function configurable.
Bruce Momjian
2000-01-10
1
-2
/
+2
*
Some changes to prepare for LONG attributes.
Jan Wieck
1999-12-16
1
-2
/
+2
*
Rename several destroy* functions/tags to drop*.
Bruce Momjian
1999-12-10
1
-2
/
+2
*
Add system indexes to match all caches.
Bruce Momjian
1999-11-22
1
-3
/
+3
*
New NameStr macro to convert Name to Str. No need for var.data anymore.
Bruce Momjian
1999-11-07
1
-2
/
+2
*
Allow CREATE FUNCTION's WITH clause to be used for all language types,
Tom Lane
1999-10-02
1
-9
/
+7
*
Mega-commit to make heap_open/heap_openr/heap_close take an
Tom Lane
1999-09-18
1
-4
/
+4
*
Further planner/optimizer cleanups. Move all set_tlist_references
Tom Lane
1999-08-22
1
-3
/
+4
*
Move some system includes into c.h, and remove duplicates.
Bruce Momjian
1999-07-17
1
-2
/
+1
*
Final cleanup.
Bruce Momjian
1999-07-16
1
-6
/
+6
*
Update #include cleanups
Bruce Momjian
1999-07-16
1
-2
/
+2
*
Change #include's to use <> and "" as appropriate.
Bruce Momjian
1999-07-15
1
-16
/
+16
*
Remove unused #includes in *.c files.
Bruce Momjian
1999-07-15
1
-9
/
+1
*
pgindent run over code.
Bruce Momjian
1999-05-25
1
-7
/
+7
*
Change error messages to oids come out as %u and not %d. Change has no
Bruce Momjian
1999-05-10
1
-4
/
+3
*
Hello,
Bruce Momjian
1999-03-14
1
-1
/
+4
*
Fix problem with selectivity error in added columns with ALTER TABLE.
Bruce Momjian
1999-02-24
1
-0
/
+576