summaryrefslogtreecommitdiff
path: root/src/include/commands/sequence.h
AgeCommit message (Expand)Author
2014-11-20Revamp the WAL record format.Heikki Linnakangas
2014-11-06Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas
2014-09-19Add rmgr callback to name xlog record types for display purposes.Andres Freund
2014-06-14Change the signature of rm_desc so that it's passed a XLogRecord.Heikki Linnakangas
2014-01-07Update copyright for 2014Bruce Momjian
2013-10-03Add DISCARD SEQUENCES command.Robert Haas
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-23Adjust many backend functions to return OID rather than void.Robert Haas
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-09-09Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane
2011-09-04Clean up the #include mess a little.Tom Lane
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-01-02Implement remaining fields of information_schema.sequences viewPeter Eisentraut
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-11-17Make TRUNCATE ... RESTART IDENTITY restart sequences transactionally.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-01-07Remove all the special-case code for INT64_IS_BUSTED, per decision thatTom Lane
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-01-01Update copyright for 2009.Bruce Momjian
2008-05-16Add a RESTART (without parameter) option to ALTER SEQUENCE, allowing aTom Lane
2008-03-27Reduce the need for frontend programs to include "postgres.h" by refactoringTom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-07-11Allow each C include file to compile on its own by including any neededBruce Momjian
2006-03-24Arrange to emit a description of the current XLOG record as error contextTom Lane
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2006-03-04> gettimeofday.c:35: warning: integer constant is too large for "long"Bruce Momjian
2005-10-02Change nextval and other sequence functions to specify their sequenceTom Lane
2005-06-07Add a function lastval(), which returns the value returned by theNeil Conway
2005-06-06Remove the mostly-stubbed-out-anyway support routines for WAL UNDO.Tom Lane
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-08-29Update copyright to 2004.Bruce Momjian
2003-11-29make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon
2003-11-09Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane
2003-08-08Another pgindent run with updated typedefs.Bruce Momjian
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-03-20Todo items:Bruce Momjian
2003-03-20> > - Move SEQ_MAXVALUE, SEQ_MINVALUE definitions to sequence.hBruce Momjian
2002-06-20Update copyright to 2002.Bruce Momjian
2002-05-22Modify sequence state storage to eliminate dangling-pointer problemTom Lane
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-08-16Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-typeTom Lane
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-01-23Rename int4 to int32 in a few places.Bruce Momjian
2000-12-28New WAL version - CRC and data blocks backup.Vadim B. Mikheev
2000-11-30XLOG stuff for sequences.Vadim B. Mikheev