summaryrefslogtreecommitdiff
path: root/src/include/commands/sequence.h
Commit message (Expand)AuthorAgeFilesLines
* Allow each C include file to compile on its own by including any neededBruce Momjian2006-07-111-1/+2
* Arrange to emit a description of the current XLOG record as error contextTom Lane2006-03-241-2/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* > gettimeofday.c:35: warning: integer constant is too large for "long"Bruce Momjian2006-03-041-6/+2
* Change nextval and other sequence functions to specify their sequenceTom Lane2005-10-021-4/+5
* Add a function lastval(), which returns the value returned by theNeil Conway2005-06-071-1/+2
* Remove the mostly-stubbed-out-anyway support routines for WAL UNDO.Tom Lane2005-06-061-2/+1
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-091-1/+3
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-081-2/+2
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-2/+2
* Todo items:Bruce Momjian2003-03-201-1/+2
* > > - Move SEQ_MAXVALUE, SEQ_MINVALUE definitions to sequence.hBruce Momjian2003-03-201-1/+14
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Modify sequence state storage to eliminate dangling-pointer problemTom Lane2002-05-221-2/+1
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-1/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-2/+1
* Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-typeTom Lane2001-08-161-2/+27
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-4/+4
* Rename int4 to int32 in a few places.Bruce Momjian2001-01-231-6/+6
* New WAL version - CRC and data blocks backup.Vadim B. Mikheev2000-12-281-2/+1
* XLOG stuff for sequences.Vadim B. Mikheev2000-11-301-2/+33
* Added new SQL function setval(seq,val,bool) to restore is_called as well as v...Philip Warner2000-10-111-0/+1
* Clean up #include's.Bruce Momjian2000-06-151-1/+0
* Update sequence-related functions to new fmgr style. Remove downcasing,Tom Lane2000-06-111-4/+6
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-1/+1
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-2/+2
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-251-0/+1
* Cleanup up include files.Bruce Momjian1997-11-261-0/+2
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-1/+1
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-4/+4
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-18/+18
* Prototypes for sequence.cVadim B. Mikheev1997-04-021-0/+33