| Commit message (Expand) | Author | Age | Files | Lines |
| * | Restructure subtransaction handling to reduce resource consumption, | Tom Lane | 2004-09-16 | 1 | -18/+44 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -9/+5 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Invent WAL timelines, as per recent discussion, to make point-in-time | Tom Lane | 2004-07-21 | 1 | -6/+6 |
| * | Remove TABLESPACE option of CREATE SEQUENCE; sequences will now always | Tom Lane | 2004-07-12 | 1 | -2/+2 |
| * | Tablespaces. Alternate database locations are dead, long live tablespaces. | Tom Lane | 2004-06-18 | 1 | -5/+6 |
| * | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 | 1 | -2/+2 |
| * | Get rid of rd_nblocks field in relcache entries. Turns out this was | Tom Lane | 2004-05-08 | 1 | -5/+1 |
| * | ALTER SEQUENCE RESTART did the wrong thing if sequence last_value was | Tom Lane | 2004-04-06 | 1 | -21/+12 |
| * | Implement "WITH / WITHOID OIDS" clause for CREATE TABLE AS. This is | Neil Conway | 2004-01-10 | 1 | -2/+2 |
| * | More janitorial work: remove the explicit casting of NULL literals to a | Neil Conway | 2004-01-07 | 1 | -9/+9 |
| * | I posted some bufmgr cleanup a few weeks ago, but it conflicted with | Neil Conway | 2003-12-14 | 1 | -2/+3 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Overdue code review for ALTER SEQUENCE patch. Don't generate illegal Node | Tom Lane | 2003-11-24 | 1 | -48/+65 |
| * | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 | 1 | -7/+7 |
| * | Another pgindent run with updated typedefs. | Bruce Momjian | 2003-08-08 | 1 | -2/+2 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -27/+27 |
| * | Adjust 'permission denied' messages to be more useful and consistent. | Tom Lane | 2003-08-01 | 1 | -6/+7 |
| * | A visit from the message-style police ... | Tom Lane | 2003-07-28 | 1 | -4/+4 |
| * | Another round of error message editing, covering backend/commands/. | Tom Lane | 2003-07-20 | 1 | -66/+98 |
| * | Brief note about sequence cache not being cleared in other backends. | Bruce Momjian | 2003-06-12 | 1 | -1/+6 |
| * | Fix sequence casting. | Bruce Momjian | 2003-03-21 | 1 | -12/+12 |
| * | Todo items: | Bruce Momjian | 2003-03-20 | 1 | -37/+146 |
| * | > > - Move SEQ_MAXVALUE, SEQ_MINVALUE definitions to sequence.h | Bruce Momjian | 2003-03-20 | 1 | -14/+1 |
| * | Add start time to pg_stat_activity | Bruce Momjian | 2003-03-20 | 1 | -13/+13 |
| * | Adds in NO MAXVALUE and NO MINVALUE options for create sequence per 200X | Bruce Momjian | 2003-02-13 | 1 | -3/+29 |
| * | Code review for ON COMMIT patch. Make the actual on-commit action happen | Tom Lane | 2002-11-11 | 1 | -1/+2 |
| * | Tweak CREATE SEQUENCE grammar to be more SQL1999 standards compliant. | Bruce Momjian | 2002-11-10 | 1 | -6/+2 |
| * | Replace pg_attribute.attisinherited with attislocal and attinhcount | Tom Lane | 2002-09-22 | 1 | -2/+3 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -31/+44 |
| * | Workaround for format strings that are concatenated from macros | Peter Eisentraut | 2002-09-03 | 1 | -15/+48 |
| * | Add attisinherited column to pg_attribute; use it to guard against | Tom Lane | 2002-08-30 | 1 | -1/+2 |
| * | Restructure local-buffer handling per recent pghackers discussion. | Tom Lane | 2002-08-06 | 1 | -2/+18 |
| * | Add more dependency insertions --- this completes the basic pg_depend | Tom Lane | 2002-07-16 | 1 | -2/+6 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | WriteBuffer return value: | Bruce Momjian | 2002-06-15 | 1 | -5/+3 |
| * | This patch wraps all accesses to t_xmin, t_cmin, t_xmax, and t_cmax in | Bruce Momjian | 2002-06-15 | 1 | -3/+3 |
| * | Modify sequence state storage to eliminate dangling-pointer problem | Tom Lane | 2002-05-22 | 1 | -130/+118 |
| * | Remove global variable scanCommandId in favor of storing a command ID | Tom Lane | 2002-05-21 | 1 | -2/+2 |
| * | The contents of command.c, creatinh.c, define.c, remove.c and rename.c | Tom Lane | 2002-04-15 | 1 | -2/+2 |
| * | Further cleanups for relations in schemas: teach nextval and other | Tom Lane | 2002-03-30 | 1 | -113/+57 |
| * | pg_type has a typnamespace column; system now supports creating types | Tom Lane | 2002-03-29 | 1 | -13/+15 |
| * | A little further progress on schemas: push down RangeVars into | Tom Lane | 2002-03-22 | 1 | -3/+4 |
| * | Change the aclchk.c routines to uniformly use OIDs to identify the | Tom Lane | 2002-03-21 | 1 | -14/+15 |
| * | First phase of SCHEMA changes, concentrating on fixing the grammar and | Tom Lane | 2002-03-21 | 1 | -6/+5 |
| * | Repair two problems with WAL logging of sequence nextvalI() ops, as | Tom Lane | 2002-03-15 | 1 | -7/+29 |
| * | Change made to elog: | Bruce Momjian | 2002-03-06 | 1 | -2/+2 |
| * | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian | 2002-03-02 | 1 | -4/+4 |
| * | Fix sequence creation to set the t_xmin of a sequence's tuple to | Tom Lane | 2002-01-11 | 1 | -9/+45 |