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
/
sequence.c
Commit message (
Expand
)
Author
Age
*
Change my-function-name-- to my_function_name, and optimizer renames.
Bruce Momjian
1999-02-13
*
Initial MVCC code.
Vadim B. Mikheev
1998-12-15
*
New HeapTuple structure/interface.
Vadim B. Mikheev
1998-11-27
*
OK, folks, here is the pgindent output.
Bruce Momjian
1998-09-01
*
Renaming cleanup, no pgindent yet.
Bruce Momjian
1998-09-01
*
From: Massimo Dal Zotto <dz@cs.unitn.it>
Marc G. Fournier
1998-08-25
*
heap_fetch requires buffer pointer, must be released; heap_getnext
Bruce Momjian
1998-08-19
*
Make large objects their own relkind type. Fix dups in pg_class_mb
Bruce Momjian
1998-08-06
*
Remove un-needed braces around single statements.
Bruce Momjian
1998-06-15
*
The buffer overrun while creating sequences turns out to be a read
Bruce Momjian
1998-03-30
*
There's a patch attached to fix gcc 2.8.x warnings, except for the
Bruce Momjian
1998-03-30
*
atttypmod now -1.
Bruce Momjian
1998-02-07
*
New pg_attribute.atttypmod for type-specific information like
Bruce Momjian
1998-01-16
*
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
*
Remove archive stuff.
Bruce Momjian
1997-11-21
*
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
*
Turn constraints off for sequences & views
Vadim B. Mikheev
1997-08-22
*
Oracle like currval behaviour.
Vadim B. Mikheev
1997-06-02
*
Sequence numbers generators code.
Vadim B. Mikheev
1997-04-02