summaryrefslogtreecommitdiff
path: root/src/backend/commands/sequence.c
Commit message (Expand)AuthorAgeFilesLines
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Message style improvementsPeter Eisentraut2006-10-061-3/+3
* pgindent run for 8.2.Bruce Momjian2006-10-041-8/+8
* Fix all known problems with pg_dump's handling of serial sequencesTom Lane2006-08-211-7/+126
* Change the relation_open protocol so that we obtain lock on a relationTom Lane2006-07-311-21/+24
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-2/+1
* Allow include files to compile own their own.Bruce Momjian2006-07-131-1/+4
* Alphabetically order reference to include files, "N" - "S".Bruce Momjian2006-07-111-2/+2
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-031-12/+2
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-021-3/+13
* Clean up WAL/buffer interactions as per my recent proposal. Get rid of theTom Lane2006-03-311-14/+16
* Clean up and document the API for XLogOpenRelation and XLogReadBuffer.Tom Lane2006-03-291-9/+3
* Arrange to emit a description of the current XLOG record as error contextTom Lane2006-03-241-5/+5
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-141-19/+12
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Add GRANT ON SEQUENCE syntax to support sequence-only permissions.Bruce Momjian2006-01-211-4/+7
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-7/+7
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-44/+42
* Change nextval and other sequence functions to specify their sequenceTom Lane2005-10-021-43/+59
* Add a function lastval(), which returns the value returned by theNeil Conway2005-06-071-31/+83
* Modify XLogInsert API to make callers specify whether pages to be backedTom Lane2005-06-061-9/+9
* Remove the mostly-stubbed-out-anyway support routines for WAL UNDO.Tom Lane2005-06-061-7/+2
* Remove second argument from textToQualifiedNameList(), as it is no longerNeil Conway2005-05-271-9/+5
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* There is no need for ReadBuffer() call sites to check that the returnedNeil Conway2004-11-141-8/+1
* 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