summaryrefslogtreecommitdiff
path: root/src/backend/commands/sequence.c
Commit message (Expand)AuthorAgeFilesLines
* Initial MVCC code.Vadim B. Mikheev1998-12-151-24/+18
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-271-3/+3
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-13/+16
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-20/+20
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-251-0/+48
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-191-3/+3
* Make large objects their own relkind type. Fix dups in pg_class_mbBruce Momjian1998-08-061-13/+1
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-2/+0
* The buffer overrun while creating sequences turns out to be a readBruce Momjian1998-03-301-1/+3
* There's a patch attached to fix gcc 2.8.x warnings, except for theBruce Momjian1998-03-301-0/+6
* atttypmod now -1.Bruce Momjian1998-02-071-1/+1
* New pg_attribute.atttypmod for type-specific information likeBruce Momjian1998-01-161-0/+1
* Change some ABORTS to ERROR. Add line number when COPY Failure.Bruce Momjian1998-01-051-20/+20
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-20/+20
* Remove archive stuff.Bruce Momjian1997-11-211-2/+0
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-8/+8
* Add typdefs to pgindent run.Bruce Momjian1997-09-081-2/+2
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-102/+102
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-454/+470
* Turn constraints off for sequences & viewsVadim B. Mikheev1997-08-221-0/+3
* Oracle like currval behaviour.Vadim B. Mikheev1997-06-021-21/+7
* Sequence numbers generators code.Vadim B. Mikheev1997-04-021-0/+552