summaryrefslogtreecommitdiff
path: root/src/backend/commands/sequence.c
Commit message (Expand)AuthorAgeFilesLines
* Restructure subtransaction handling to reduce resource consumption,Tom Lane2004-09-161-18/+44
* Pgindent run for 8.0.Bruce Momjian2004-08-291-9/+5
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Invent WAL timelines, as per recent discussion, to make point-in-timeTom Lane2004-07-211-6/+6
* Remove TABLESPACE option of CREATE SEQUENCE; sequences will now alwaysTom Lane2004-07-121-2/+2
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-181-5/+6
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-261-2/+2
* Get rid of rd_nblocks field in relcache entries. Turns out this wasTom Lane2004-05-081-5/+1
* ALTER SEQUENCE RESTART did the wrong thing if sequence last_value wasTom Lane2004-04-061-21/+12
* Implement "WITH / WITHOID OIDS" clause for CREATE TABLE AS. This isNeil Conway2004-01-101-2/+2
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-071-9/+9
* I posted some bufmgr cleanup a few weeks ago, but it conflicted withNeil Conway2003-12-141-2/+3
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Overdue code review for ALTER SEQUENCE patch. Don't generate illegal NodeTom Lane2003-11-241-48/+65
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-7/+7
* 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-27/+27
* Adjust 'permission denied' messages to be more useful and consistent.Tom Lane2003-08-011-6/+7
* A visit from the message-style police ...Tom Lane2003-07-281-4/+4
* Another round of error message editing, covering backend/commands/.Tom Lane2003-07-201-66/+98
* Brief note about sequence cache not being cleared in other backends.Bruce Momjian2003-06-121-1/+6
* Fix sequence casting.Bruce Momjian2003-03-211-12/+12
* Todo items:Bruce Momjian2003-03-201-37/+146
* > > - Move SEQ_MAXVALUE, SEQ_MINVALUE definitions to sequence.hBruce Momjian2003-03-201-14/+1
* Add start time to pg_stat_activityBruce Momjian2003-03-201-13/+13
* Adds in NO MAXVALUE and NO MINVALUE options for create sequence per 200XBruce Momjian2003-02-131-3/+29
* Code review for ON COMMIT patch. Make the actual on-commit action happenTom Lane2002-11-111-1/+2
* Tweak CREATE SEQUENCE grammar to be more SQL1999 standards compliant.Bruce Momjian2002-11-101-6/+2
* Replace pg_attribute.attisinherited with attislocal and attinhcountTom Lane2002-09-221-2/+3
* pgindent run.Bruce Momjian2002-09-041-31/+44
* Workaround for format strings that are concatenated from macrosPeter Eisentraut2002-09-031-15/+48
* Add attisinherited column to pg_attribute; use it to guard againstTom Lane2002-08-301-1/+2
* Restructure local-buffer handling per recent pghackers discussion.Tom Lane2002-08-061-2/+18
* Add more dependency insertions --- this completes the basic pg_dependTom Lane2002-07-161-2/+6
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* WriteBuffer return value:Bruce Momjian2002-06-151-5/+3
* This patch wraps all accesses to t_xmin, t_cmin, t_xmax, and t_cmax inBruce Momjian2002-06-151-3/+3
* Modify sequence state storage to eliminate dangling-pointer problemTom Lane2002-05-221-130/+118
* Remove global variable scanCommandId in favor of storing a command IDTom Lane2002-05-211-2/+2
* The contents of command.c, creatinh.c, define.c, remove.c and rename.cTom Lane2002-04-151-2/+2
* Further cleanups for relations in schemas: teach nextval and otherTom Lane2002-03-301-113/+57
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-291-13/+15
* A little further progress on schemas: push down RangeVars intoTom Lane2002-03-221-3/+4
* Change the aclchk.c routines to uniformly use OIDs to identify theTom Lane2002-03-211-14/+15
* First phase of SCHEMA changes, concentrating on fixing the grammar andTom Lane2002-03-211-6/+5
* Repair two problems with WAL logging of sequence nextvalI() ops, asTom Lane2002-03-151-7/+29
* Change made to elog:Bruce Momjian2002-03-061-2/+2
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-021-4/+4
* Fix sequence creation to set the t_xmin of a sequence's tuple toTom Lane2002-01-111-9/+45