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
/
defind.c
Commit message (
Expand
)
Author
Age
*
Remove un-needed braces around single statements.
Bruce Momjian
1998-06-15
*
Change some ABORTS to ERROR. Add line number when COPY Failure.
Bruce Momjian
1998-01-05
*
Change elog(WARN) to elog(ERROR) and elog(ABORT).
Bruce Momjian
1998-01-05
*
Fix for select 1=1 or 2=2, select 1=1 and 2=2, and select sum(2+2).
Bruce Momjian
1997-12-22
*
Inline memset() as MemSet().
Bruce Momjian
1997-09-18
*
Used modified version of indent that understands over 100 typedefs.
Bruce Momjian
1997-09-08
*
Add typdefs to pgindent run.
Bruce Momjian
1997-09-08
*
Another PGINDENT run that changes variable indenting and case label indenting...
Bruce Momjian
1997-09-08
*
Massive commit to run PGINDENT on all *.c and *.h files.
Bruce Momjian
1997-09-07
*
Disallow to create multi-column indices using non-btree.
Vadim B. Mikheev
1997-03-26
*
Fix call to index_create in DefineIndex.
Vadim B. Mikheev
1997-03-19
*
Prevent UNIQUE indexes for non-btree access methods.
Bruce Momjian
1997-01-18
*
Commit of a *MAJOR* patch from Dan McGuirk <djm@indirect.com>
Marc G. Fournier
1996-11-13
*
Clean it up so that it compiles
Marc G. Fournier
1996-11-06
*
Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk>
Marc G. Fournier
1996-11-06
*
Another first pass at cleaning up the #includes
Marc G. Fournier
1996-11-03
*
Major code cleanups from D'arcy (-Wall -Werror)
Marc G. Fournier
1996-10-23
*
There, now we support GiST...now what? :)
Marc G. Fournier
1996-08-26
*
From: Dan McGuirk <mcguirk@indirect.com>
Marc G. Fournier
1996-08-19
*
Fixes a bug in 'create index'
Marc G. Fournier
1996-08-15
*
Postgres95 1.01 Distribution - Virgin Sources
PG95-1_01
Marc G. Fournier
1996-07-09