| Commit message (Expand) | Author | Age |
* | Implement "WITH / WITHOID OIDS" clause for CREATE TABLE AS. This is | Neil Conway | 2004-01-10 |
* | More janitorial work: remove the explicit casting of NULL literals to a | Neil Conway | 2004-01-07 |
* | I posted some bufmgr cleanup a few weeks ago, but it conflicted with | Neil Conway | 2003-12-14 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Overdue code review for ALTER SEQUENCE patch. Don't generate illegal Node | Tom Lane | 2003-11-24 |
* | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 |
* | Another pgindent run with updated typedefs. | Bruce Momjian | 2003-08-08 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | Adjust 'permission denied' messages to be more useful and consistent. | Tom Lane | 2003-08-01 |
* | A visit from the message-style police ... | Tom Lane | 2003-07-28 |
* | Another round of error message editing, covering backend/commands/. | Tom Lane | 2003-07-20 |
* | Brief note about sequence cache not being cleared in other backends. | Bruce Momjian | 2003-06-12 |
* | Fix sequence casting. | Bruce Momjian | 2003-03-21 |
* | Todo items: | Bruce Momjian | 2003-03-20 |
* | > > - Move SEQ_MAXVALUE, SEQ_MINVALUE definitions to sequence.h | Bruce Momjian | 2003-03-20 |
* | Add start time to pg_stat_activity | Bruce Momjian | 2003-03-20 |
* | Adds in NO MAXVALUE and NO MINVALUE options for create sequence per 200X | Bruce Momjian | 2003-02-13 |
* | Code review for ON COMMIT patch. Make the actual on-commit action happen | Tom Lane | 2002-11-11 |
* | Tweak CREATE SEQUENCE grammar to be more SQL1999 standards compliant. | Bruce Momjian | 2002-11-10 |
* | Replace pg_attribute.attisinherited with attislocal and attinhcount | Tom Lane | 2002-09-22 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Workaround for format strings that are concatenated from macros | Peter Eisentraut | 2002-09-03 |
* | Add attisinherited column to pg_attribute; use it to guard against | Tom Lane | 2002-08-30 |
* | Restructure local-buffer handling per recent pghackers discussion. | Tom Lane | 2002-08-06 |
* | Add more dependency insertions --- this completes the basic pg_depend | Tom Lane | 2002-07-16 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | WriteBuffer return value: | Bruce Momjian | 2002-06-15 |
* | This patch wraps all accesses to t_xmin, t_cmin, t_xmax, and t_cmax in | Bruce Momjian | 2002-06-15 |
* | Modify sequence state storage to eliminate dangling-pointer problem | Tom Lane | 2002-05-22 |
* | Remove global variable scanCommandId in favor of storing a command ID | Tom Lane | 2002-05-21 |
* | The contents of command.c, creatinh.c, define.c, remove.c and rename.c | Tom Lane | 2002-04-15 |
* | Further cleanups for relations in schemas: teach nextval and other | Tom Lane | 2002-03-30 |
* | pg_type has a typnamespace column; system now supports creating types | Tom Lane | 2002-03-29 |
* | A little further progress on schemas: push down RangeVars into | Tom Lane | 2002-03-22 |
* | Change the aclchk.c routines to uniformly use OIDs to identify the | Tom Lane | 2002-03-21 |
* | First phase of SCHEMA changes, concentrating on fixing the grammar and | Tom Lane | 2002-03-21 |
* | Repair two problems with WAL logging of sequence nextvalI() ops, as | Tom Lane | 2002-03-15 |
* | Change made to elog: | Bruce Momjian | 2002-03-06 |
* | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian | 2002-03-02 |
* | Fix sequence creation to set the t_xmin of a sequence's tuple to | Tom Lane | 2002-01-11 |
* | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 |
* | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | Replace useless strcasecmp's by strcmp's. | Peter Eisentraut | 2001-09-19 |
* | Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-type | Tom Lane | 2001-08-16 |
* | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane | 2001-08-10 |
* | Further work on connecting the free space map (which is still just a | Tom Lane | 2001-06-29 |
* | Add TEMPORARY sequences and have SERIAL on a temp table have a temporary | Bruce Momjian | 2001-06-23 |
* | Fix compile failure when --enable-multibyte. | Bruce Momjian | 2001-06-13 |