summaryrefslogtreecommitdiff
path: root/src/include/commands/sequence.h
Commit message (Expand)AuthorAgeFilesLines
* Change many routines to return ObjectAddress rather than OIDAlvaro Herrera2015-03-031-2/+3
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Revamp the WAL record format.Heikki Linnakangas2014-11-201-3/+3
* Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas2014-11-061-1/+2
* Add rmgr callback to name xlog record types for display purposes.Andres Freund2014-09-191-0/+1
* Change the signature of rm_desc so that it's passed a XLogRecord.Heikki Linnakangas2014-06-141-1/+1
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Add DISCARD SEQUENCES command.Robert Haas2013-10-031-0/+1
* pgindent run for release 9.3Bruce Momjian2013-05-291-2/+2
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Adjust many backend functions to return OID rather than void.Robert Haas2012-12-231-2/+2
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane2011-09-091-1/+2
* Clean up the #include mess a little.Tom Lane2011-09-041-0/+2
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-3/+0
* Implement remaining fields of information_schema.sequences viewPeter Eisentraut2011-01-021-0/+2
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Make TRUNCATE ... RESTART IDENTITY restart sequences transactionally.Tom Lane2010-11-171-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Remove all the special-case code for INT64_IS_BUSTED, per decision thatTom Lane2010-01-071-24/+1
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Add a RESTART (without parameter) option to ALTER SEQUENCE, allowing aTom Lane2008-05-161-13/+18
* Reduce the need for frontend programs to include "postgres.h" by refactoringTom Lane2008-03-271-10/+1
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* 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