| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add optional "validator" function to languages that can validate the | Peter Eisentraut | 2002-05-22 | 1 | -1/+2 |
| * | Restructure indexscan API (index_beginscan, index_getnext) per | Tom Lane | 2002-05-20 | 1 | -2/+1 |
| * | Extend syntax of CREATE FUNCTION to resemble SQL99. | Peter Eisentraut | 2002-05-17 | 2 | -7/+6 |
| * | Merge the last few variable.c configuration variables into the generic | Tom Lane | 2002-05-17 | 1 | -1/+2 |
| * | Get rid of long-since-vestigial Iter node type, in favor of adding a | Tom Lane | 2002-05-12 | 3 | -71/+46 |
| * | First pass at set-returning-functions in FROM, by Joe Conway with | Tom Lane | 2002-05-12 | 6 | -26/+111 |
| * | Second try at fixing join alias variables. Instead of attaching miscellaneous | Tom Lane | 2002-04-28 | 2 | -15/+8 |
| * | Attached is a patch for ALTER TRIGGER RENAME per the above thread. I | Bruce Momjian | 2002-04-24 | 1 | -6/+12 |
| * | Restructure AclItem representation so that we can have more than eight | Tom Lane | 2002-04-21 | 1 | -7/+35 |
| * | Rule names are now unique per-relation, rather than unique globally. | Tom Lane | 2002-04-18 | 2 | -14/+25 |
| * | Opclasses live in namespaces. I also took the opportunity to create | Tom Lane | 2002-04-17 | 1 | -2/+2 |
| * | Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR take | Tom Lane | 2002-04-16 | 2 | -5/+10 |
| * | Restructure representation of aggregate functions so that they have pg_proc | Tom Lane | 2002-04-11 | 1 | -8/+4 |
| * | Functions live in namespaces. Qualified function names work, eg | Tom Lane | 2002-04-09 | 2 | -23/+23 |
| * | Add INSERT(..., DEFAULT, ). | Bruce Momjian | 2002-04-05 | 2 | -2/+11 |
| * | ALTER TABLE SET/DROP NOT NULL, from Christopher Kings-Lynne. | Tom Lane | 2002-04-01 | 1 | -1/+3 |
| * | pg_type has a typnamespace column; system now supports creating types | Tom Lane | 2002-03-29 | 2 | -12/+23 |
| * | pg_class has a relnamespace column. You can create and access tables | Tom Lane | 2002-03-26 | 2 | -45/+45 |
| * | EXPLAIN output now comes out as a query result, not a NOTICE message. | Tom Lane | 2002-03-24 | 1 | -6/+8 |
| * | A little further progress on schemas: push down RangeVars into | Tom Lane | 2002-03-22 | 3 | -21/+8 |
| * | First phase of SCHEMA changes, concentrating on fixing the grammar and | Tom Lane | 2002-03-21 | 4 | -96/+137 |
| * | Code review for DOMAIN patch. | Tom Lane | 2002-03-20 | 2 | -22/+19 |
| * | Add DOMAIN support. Includes manual pages and regression tests, from | Bruce Momjian | 2002-03-19 | 2 | -2/+23 |
| * | Restructure representation of join alias variables. An explicit JOIN | Tom Lane | 2002-03-12 | 4 | -41/+125 |
| * | Fix copying/equality-check bugs in GrantStmt and ConstraintsSetStmt, | Tom Lane | 2002-03-08 | 1 | -576/+571 |
| * | Back out domain patch until it works properly. | Bruce Momjian | 2002-03-07 | 2 | -22/+2 |
| * | Ok. Updated patch attached. | Bruce Momjian | 2002-03-06 | 2 | -2/+22 |
| * | I attach a version of my toast-slicing patch, against current CVS | Bruce Momjian | 2002-03-05 | 1 | -1/+2 |
| * | User and database-specific session defaults for run-time configuration | Peter Eisentraut | 2002-03-01 | 2 | -3/+25 |
| * | Second thoughts dept: arrange to cache mergejoin scan selectivity | Tom Lane | 2002-03-01 | 1 | -1/+5 |
| * | Restructure command-completion-report code so that there is just one | Tom Lane | 2002-02-26 | 1 | -1/+3 |
| * | Add OWNER option to CREATE DATABASE, so superusers can create databases | Tom Lane | 2002-02-24 | 1 | -1/+2 |
| * | Privileges on functions and procedural languages | Peter Eisentraut | 2002-02-18 | 2 | -4/+24 |
| * | Spell 'precedes', 'preceding' correctly in various places. | Tom Lane | 2001-11-21 | 1 | -2/+2 |
| * | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 13 | -28/+28 |
| * | CREATE TABLE foo (x,y,z) AS SELECT ... can't apply target column names | Tom Lane | 2001-11-05 | 1 | -1/+2 |
| * | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 12 | -235/+244 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 13 | -268/+256 |
| * | Accept an INTERVAL argument for SET TIME ZONE per SQL99. | Thomas G. Lockhart | 2001-10-18 | 1 | -2/+2 |
| * | Break transformCreateStmt() into multiple routines and make | Tom Lane | 2001-10-12 | 1 | -3/+8 |
| * | Add CREATE OR REPLACE FUNCTION syntax to allow replacing a function | Tom Lane | 2001-10-02 | 1 | -1/+2 |
| * | Keep the contents of ItemPointerData not the pointers so that | Hiroshi Inoue | 2001-09-29 | 1 | -2/+2 |
| * | EXPLAIN ANALYZE feature to measure and show actual runtimes and tuple | Tom Lane | 2001-09-18 | 2 | -2/+15 |
| * | Transaction IDs wrap around, per my proposal of 13-Aug-01. More | Tom Lane | 2001-08-26 | 1 | -1/+2 |
| * | Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in | Tom Lane | 2001-08-21 | 2 | -6/+3 |
| * | Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-type | Tom Lane | 2001-08-16 | 1 | -3/+2 |
| * | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane | 2001-08-10 | 1 | -2/+3 |
| * | Patch to LOCK multiple tables in one LOCK command. | Bruce Momjian | 2001-08-10 | 1 | -2/+2 |
| * | Back out LOCK A,B,C patch at Tom's suggestion. | Bruce Momjian | 2001-08-04 | 1 | -2/+2 |
| * | Add LOCK A,B,C functionality as LOCK A;LOCK B;LOCK C; as agreed. | Bruce Momjian | 2001-08-04 | 1 | -2/+2 |