aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/sequence.c
Commit message (Expand)AuthorAge
* Repair a number of places that didn't bother to check whether PageAddItemTom Lane2001-03-07
* Added some comments to setval, setval_is_called and do_setvalPhilip Warner2001-02-13
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Add more critical-section calls: all code sections that hold spinlocksTom Lane2001-01-12
* New WAL version - CRC and data blocks backup.Vadim B. Mikheev2000-12-28
* Add missing copyright and RCS identification header.Tom Lane2000-12-08
* Remove error check that disallowed setval() on a sequence with cacheTom Lane2000-12-08
* Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane2000-12-03
* Disable elog(ERROR|FATAL) in signal handlers inVadim B. Mikheev2000-12-03
* XLOG stuff for sequences.Vadim B. Mikheev2000-11-30
* Remove NO_SECURITY define.Bruce Momjian2000-10-16
* Fix prototype declaration based on patch from David ReidPhilip Warner2000-10-15
* Added new SQL function setval(seq,val,bool) to restore is_called as well as v...Philip Warner2000-10-11
* Code cleanup of user name and user id handling in the backend. The currentPeter Eisentraut2000-09-06
* More functions updated to new fmgr style --- money, name, tid datatypes.Tom Lane2000-08-03
* Update textin() and textout() to new fmgr style. This is just phaseTom Lane2000-07-05
* Big warnings cleanup for Solaris/GCC. Down to about 40 now, butPeter Eisentraut2000-06-14
* Update sequence-related functions to new fmgr style. Remove downcasing,Tom Lane2000-06-11
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Fixed all elog related warnings, as well as a few others.Peter Eisentraut2000-01-15
* Revise init_sequence so that it doesn't leak memory if the requestedTom Lane1999-12-31
* Reimplement parsing and storage of default expressions and constraintTom Lane1999-10-03
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-18
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Final cleanup.Bruce Momjian1999-07-16
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* pgindent run over code.Bruce Momjian1999-05-25
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Initial MVCC code.Vadim B. Mikheev1998-12-15
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-27
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-25
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-19
* Make large objects their own relkind type. Fix dups in pg_class_mbBruce Momjian1998-08-06
* Remove un-needed braces around single statements.Bruce Momjian1998-06-15
* The buffer overrun while creating sequences turns out to be a readBruce Momjian1998-03-30
* There's a patch attached to fix gcc 2.8.x warnings, except for theBruce Momjian1998-03-30
* atttypmod now -1.Bruce Momjian1998-02-07
* New pg_attribute.atttypmod for type-specific information likeBruce Momjian1998-01-16
* Change some ABORTS to ERROR. Add line number when COPY Failure.Bruce Momjian1998-01-05
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-05
* Remove archive stuff.Bruce Momjian1997-11-21
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
* Add typdefs to pgindent run.Bruce Momjian1997-09-08
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* Turn constraints off for sequences & viewsVadim B. Mikheev1997-08-22
* Oracle like currval behaviour.Vadim B. Mikheev1997-06-02