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
/
indexcmds.c
Commit message (
Expand
)
Author
Age
*
Reindex of shared system indexes must be overwrite mode.
Hiroshi Inoue
2001-02-23
*
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2001-01-24
*
Remove a few remaining vestiges of elog(WARN).
Tom Lane
2000-12-15
*
REINDEX under WAL.
Hiroshi Inoue
2000-12-08
*
Change SearchSysCache coding conventions so that a reference count is
Tom Lane
2000-11-16
*
Make DROP TABLE rollback-able: postpone physical file delete until commit.
Tom Lane
2000-11-08
*
Some small polishing of Mark Hollomon's cleanup of DROP command: might
Tom Lane
2000-10-22
*
Code cleanup of user name and user id handling in the backend. The current
Peter Eisentraut
2000-09-06
*
Make functional indexes accept binary-compatible functions, for example
Tom Lane
2000-08-20
*
More functions updated to new fmgr style --- money, name, tid datatypes.
Tom Lane
2000-08-03
*
Cleanup of code for creating index entries. Functional indexes with
Tom Lane
2000-07-14
*
Update textin() and textout() to new fmgr style. This is just phase
Tom Lane
2000-07-05
*
Make toast-table creation and deletion work somewhat reliably.
Tom Lane
2000-07-04
*
First phase of memory management rewrite (see backend/utils/mmgr/README
Tom Lane
2000-06-28
*
Get rid of IndexIsUniqueNoCache() kluge by the simple expedient of
Tom Lane
2000-06-17
*
Fix performance problems with pg_index lookups (see, for example,
Tom Lane
2000-06-17
*
Clean up #include's.
Bruce Momjian
2000-06-15
*
Remove unused include files. Do not touch /port or includes used by defines.
Bruce Momjian
2000-05-30
*
First round of changes for new fmgr interface. fmgr itself and the
Tom Lane
2000-05-28
*
change reindex ERROR/NOTICE message
Hiroshi Inoue
2000-04-25
*
Check that user-specified opclass in CREATE INDEX corresponds to operators
Tom Lane
2000-04-25
*
Produce an appropriate error message when opclass is not supported by
Tom Lane
2000-04-23
*
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-12
*
Fix longstanding bug that kept functional indexes from working when you
Tom Lane
2000-02-25
*
Implement reindex command
Hiroshi Inoue
2000-02-18
*
Add:
Bruce Momjian
2000-01-26
*
Defend against > INDEX_MAX_KEYS keys in an index.
Tom Lane
2000-01-12
*
More cleanups. Still doesn't work.
Bruce Momjian
2000-01-11
*
Make number of args to a function configurable.
Bruce Momjian
2000-01-10
*
Some changes to prepare for LONG attributes.
Jan Wieck
1999-12-16
*
Rename several destroy* functions/tags to drop*.
Bruce Momjian
1999-12-10
*
Add system indexes to match all caches.
Bruce Momjian
1999-11-22
*
New NameStr macro to convert Name to Str. No need for var.data anymore.
Bruce Momjian
1999-11-07
*
Allow CREATE FUNCTION's WITH clause to be used for all language types,
Tom Lane
1999-10-02
*
Mega-commit to make heap_open/heap_openr/heap_close take an
Tom Lane
1999-09-18
*
Further planner/optimizer cleanups. Move all set_tlist_references
Tom Lane
1999-08-22
*
Move some system includes into c.h, and remove duplicates.
Bruce Momjian
1999-07-17
*
Final cleanup.
Bruce Momjian
1999-07-16
*
Update #include cleanups
Bruce Momjian
1999-07-16
*
Change #include's to use <> and "" as appropriate.
Bruce Momjian
1999-07-15
*
Remove unused #includes in *.c files.
Bruce Momjian
1999-07-15
*
pgindent run over code.
Bruce Momjian
1999-05-25
*
Change error messages to oids come out as %u and not %d. Change has no
Bruce Momjian
1999-05-10
*
Hello,
Bruce Momjian
1999-03-14
*
Fix problem with selectivity error in added columns with ALTER TABLE.
Bruce Momjian
1999-02-24