aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/sequence.c
Commit message (Expand)AuthorAge
* WriteBuffer return value:Bruce Momjian2002-06-15
* This patch wraps all accesses to t_xmin, t_cmin, t_xmax, and t_cmax inBruce Momjian2002-06-15
* Modify sequence state storage to eliminate dangling-pointer problemTom Lane2002-05-22
* Remove global variable scanCommandId in favor of storing a command IDTom Lane2002-05-21
* The contents of command.c, creatinh.c, define.c, remove.c and rename.cTom Lane2002-04-15
* Further cleanups for relations in schemas: teach nextval and otherTom Lane2002-03-30
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-29
* A little further progress on schemas: push down RangeVars intoTom Lane2002-03-22
* Change the aclchk.c routines to uniformly use OIDs to identify theTom Lane2002-03-21
* First phase of SCHEMA changes, concentrating on fixing the grammar andTom Lane2002-03-21
* Repair two problems with WAL logging of sequence nextvalI() ops, asTom Lane2002-03-15
* Change made to elog:Bruce Momjian2002-03-06
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-02
* Fix sequence creation to set the t_xmin of a sequence's tuple toTom Lane2002-01-11
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Replace useless strcasecmp's by strcmp's.Peter Eisentraut2001-09-19
* Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-typeTom Lane2001-08-16
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-10
* Further work on connecting the free space map (which is still just aTom Lane2001-06-29
* Add TEMPORARY sequences and have SERIAL on a temp table have a temporaryBruce Momjian2001-06-23
* Fix compile failure when --enable-multibyte.Bruce Momjian2001-06-13
* get_seq_name should truncate name to NAMEDATALEN, so that this works:Tom Lane2001-06-06
* Check for malloc failure.Tom Lane2001-06-01
* Make UPDATE and DELETE privileges distinct. Add REFERENCES and TRIGGERPeter Eisentraut2001-05-27
* Avoid unnecessary lseek() calls by cleanups in md.c. mdfd_lstbcnt wasTom Lane2001-05-10
* Have to lock buffer while changing page' LSN.Vadim B. Mikheev2001-04-04
* Log sequence creation (to initialize magic number on recovery).Vadim B. Mikheev2001-04-03
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* 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