| Commit message (Expand) | Author | Age | Files | Lines |
| * | Replace pg_attribute.attisinherited with attislocal and attinhcount | Tom Lane | 2002-09-22 | 4 | -11/+19 |
| * | Extend pg_cast castimplicit column to a three-way value; this allows us | Tom Lane | 2002-09-18 | 5 | -13/+44 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 5 | -42/+44 |
| * | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian | 2002-09-02 | 1 | -2/+1 |
| * | CREATE OR REPLACE VIEW, CREATE OR REPLACE RULE. | Tom Lane | 2002-09-02 | 2 | -2/+8 |
| * | Code review for domain-constraints patch. Use a new ConstraintTest node | Tom Lane | 2002-08-31 | 4 | -22/+93 |
| * | Add attisinherited column to pg_attribute; use it to guard against | Tom Lane | 2002-08-30 | 4 | -5/+13 |
| * | Code review for standalone composite types, query-specified composite | Tom Lane | 2002-08-29 | 1 | -5/+5 |
| * | PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzing | Tom Lane | 2002-08-27 | 2 | -2/+92 |
| * | Modify array operations to include array's element type OID in the | Tom Lane | 2002-08-26 | 4 | -17/+28 |
| * | The cstring datatype can now be copied, passed around, etc. The typlen | Tom Lane | 2002-08-24 | 1 | -11/+6 |
| * | Remove Ident nodetype in favor of using String nodes; this fixes some | Tom Lane | 2002-08-19 | 3 | -107/+3 |
| * | Clean up leftover bugs from recent COPY feature patch --- missed | Tom Lane | 2002-08-19 | 2 | -2/+5 |
| * | Add missing copyfuncs/equalfuncs entries, including T_Null which has | Tom Lane | 2002-08-19 | 2 | -3/+137 |
| * | Tom Lane wrote: | Bruce Momjian | 2002-08-15 | 2 | -2/+30 |
| * | > create view pg_locks as select l.relation, l.database, l.backendpid, | Bruce Momjian | 2002-08-10 | 2 | -3/+81 |
| * | Fix merge failures for anonymous-type patch. From Joe Conway. | Tom Lane | 2002-08-04 | 1 | -5/+4 |
| * | Fix compile failures for FRS composite tyhpe patch until Joe can fix it. | Bruce Momjian | 2002-08-04 | 1 | -2/+3 |
| * | Attached are two patches to implement and document anonymous composite | Bruce Momjian | 2002-08-04 | 4 | -4/+16 |
| * | The attached patch implements START TRANSACTION, per SQL99. The | Bruce Momjian | 2002-08-04 | 2 | -2/+5 |
| * | Implement CREATE/DROP OPERATOR CLASS. Work still remains: need more | Tom Lane | 2002-07-29 | 2 | -2/+111 |
| * | Remove unused system table columns: | Peter Eisentraut | 2002-07-24 | 2 | -6/+2 |
| * | Back out BETWEEN node patch, was causing initdb failure. | Bruce Momjian | 2002-07-18 | 4 | -147/+4 |
| * | Finished the Between patch Christopher started. | Bruce Momjian | 2002-07-18 | 4 | -4/+147 |
| * | Add more dependency insertions --- this completes the basic pg_depend | Tom Lane | 2002-07-16 | 3 | -3/+8 |
| * | Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. | Tom Lane | 2002-07-12 | 3 | -15/+25 |
| * | Implement the IS DISTINCT FROM operator per SQL99. | Thomas G. Lockhart | 2002-07-04 | 2 | -2/+7 |
| * | First phase of applying Rod Taylor's pg_depend patch. This just adds | Tom Lane | 2002-07-01 | 2 | -2/+17 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 10 | -20/+20 |
| * | Improve COPY syntax to use WITH clause, keep backward compatibility. | Bruce Momjian | 2002-06-20 | 2 | -17/+6 |
| * | Change CREATE DATABASE to use DefElem instead of constructing structure | Bruce Momjian | 2002-06-18 | 2 | -16/+4 |
| * | Add optional "validator" function to languages that can validate the | Peter Eisentraut | 2002-05-22 | 2 | -2/+5 |
| * | Extend syntax of CREATE FUNCTION to resemble SQL99. | Peter Eisentraut | 2002-05-17 | 2 | -16/+13 |
| * | Merge the last few variable.c configuration variables into the generic | Tom Lane | 2002-05-17 | 2 | -2/+5 |
| * | Fix typo in _copyAlterUserSetStmt. | Tom Lane | 2002-05-13 | 1 | -2/+2 |
| * | Get rid of long-since-vestigial Iter node type, in favor of adding a | Tom Lane | 2002-05-12 | 5 | -70/+35 |
| * | First pass at set-returning-functions in FROM, by Joe Conway with | Tom Lane | 2002-05-12 | 5 | -18/+139 |
| * | Second try at fixing join alias variables. Instead of attaching miscellaneous | Tom Lane | 2002-04-28 | 4 | -48/+11 |
| * | Attached is a patch for ALTER TRIGGER RENAME per the above thread. I | Bruce Momjian | 2002-04-24 | 2 | -5/+8 |
| * | Rule names are now unique per-relation, rather than unique globally. | Tom Lane | 2002-04-18 | 2 | -14/+17 |
| * | Opclasses live in namespaces. I also took the opportunity to create | Tom Lane | 2002-04-17 | 3 | -8/+7 |
| * | Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR take | Tom Lane | 2002-04-16 | 4 | -13/+44 |
| * | Restructure representation of aggregate functions so that they have pg_proc | Tom Lane | 2002-04-11 | 4 | -23/+11 |
| * | Functions live in namespaces. Qualified function names work, eg | Tom Lane | 2002-04-09 | 4 | -34/+58 |
| * | Add INSERT(..., DEFAULT, ). | Bruce Momjian | 2002-04-05 | 2 | -2/+23 |
| * | pg_type has a typnamespace column; system now supports creating types | Tom Lane | 2002-03-29 | 4 | -17/+38 |
| * | EXPLAIN output now comes out as a query result, not a NOTICE message. | Tom Lane | 2002-03-24 | 1 | -26/+128 |
| * | A little further progress on schemas: push down RangeVars into | Tom Lane | 2002-03-22 | 6 | -100/+105 |
| * | First phase of SCHEMA changes, concentrating on fixing the grammar and | Tom Lane | 2002-03-21 | 7 | -262/+455 |
| * | Code review for DOMAIN patch. | Tom Lane | 2002-03-20 | 3 | -13/+22 |