| Commit message (Expand) | Author | Age | Files | Lines |
| * | This patch implements holdable cursors, following the proposal | Bruce Momjian | 2003-03-27 | 1 | -1/+8 |
| * | Restructure parsetree representation of DECLARE CURSOR: now it's a | Tom Lane | 2003-03-10 | 1 | -56/+34 |
| * | Parser was dropping foreign-key constraints on the floor if present in | Tom Lane | 2003-02-13 | 1 | -10/+13 |
| * | Arrange to give error when a SetOp member statement refers to a variable | Tom Lane | 2003-02-13 | 1 | -1/+15 |
| * | Use a varno not chosen at random for dummy variables in the top-level | Tom Lane | 2003-02-11 | 1 | -3/+8 |
| * | Create a distinction between Lists of integers and Lists of OIDs, to get | Tom Lane | 2003-02-09 | 1 | -10/+10 |
| * | Fix parse_agg.c to detect ungrouped Vars in sub-SELECTs; remove code | Tom Lane | 2003-01-17 | 1 | -12/+12 |
| * | Enforces NOT NULL constraints to be applied against new PRIMARY KEY | Tom Lane | 2003-01-02 | 1 | -26/+10 |
| * | To suppress memory leakage in long-lived Lists, lremove() should pfree | Tom Lane | 2002-12-17 | 1 | -13/+20 |
| * | Phase 3 of read-only-plans project: ExecInitExpr now builds expression | Tom Lane | 2002-12-13 | 1 | -4/+1 |
| * | Preliminary code review for domain CHECK constraints patch: add documentation, | Tom Lane | 2002-12-12 | 1 | -2/+2 |
| * | Phase 2 of read-only-plans project: restructure expression-tree nodes | Tom Lane | 2002-12-12 | 1 | -6/+6 |
| * | Add DOMAIN check constraints. | Bruce Momjian | 2002-11-15 | 1 | -2/+2 |
| * | Fix places that were using IsTransactionBlock() as an (inadequate) check | Tom Lane | 2002-10-21 | 1 | -21/+1 |
| * | Disallow aggregate functions in rule WHERE clauses. Per gripe from | Tom Lane | 2002-10-20 | 1 | -1/+5 |
| * | Adjust handling of command status strings in the presence of rules, | Tom Lane | 2002-10-14 | 1 | -3/+3 |
| * | Move most of the error checking for foreign-key constraints out of | Tom Lane | 2002-09-22 | 1 | -416/+38 |
| * | Extend pg_cast castimplicit column to a three-way value; this allows us | Tom Lane | 2002-09-18 | 1 | -17/+13 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -75/+80 |
| * | I checked all the previous string handling errors and most of them were | Bruce Momjian | 2002-09-02 | 1 | -2/+2 |
| * | Remove #ifdef MULTIBYTE per hackers list discussion. | Tatsuo Ishii | 2002-08-29 | 1 | -5/+1 |
| * | backend where a statically sized buffer is written to. Most of these | Bruce Momjian | 2002-08-28 | 1 | -2/+2 |
| * | PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzing | Tom Lane | 2002-08-27 | 1 | -1/+139 |
| * | This patches replaces a few more usages of strcpy() and sprintf() when | Bruce Momjian | 2002-08-27 | 1 | -3/+3 |
| * | Fix pg_dump to dump serial columns as serials. Per pghackers discussion, | Tom Lane | 2002-08-19 | 1 | -11/+5 |
| * | Remove Ident nodetype in favor of using String nodes; this fixes some | Tom Lane | 2002-08-19 | 1 | -62/+42 |
| * | ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, | Tom Lane | 2002-08-02 | 1 | -13/+12 |
| * | Add more dependency insertions --- this completes the basic pg_depend | Tom Lane | 2002-07-16 | 1 | -1/+7 |
| * | Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. | Tom Lane | 2002-07-12 | 1 | -206/+26 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Repair for bug #691 --- CREATE TABLE AS column aliases fail to be | Tom Lane | 2002-06-13 | 1 | -1/+9 |
| * | In default nextval('foo') expression for a SERIAL column, use double | Tom Lane | 2002-05-28 | 1 | -3/+2 |
| * | First pass at set-returning-functions in FROM, by Joe Conway with | Tom Lane | 2002-05-12 | 1 | -3/+3 |
| * | Second try at fixing join alias variables. Instead of attaching miscellaneous | Tom Lane | 2002-04-28 | 1 | -12/+7 |
| * | Reports missing values as bad. | Bruce Momjian | 2002-04-24 | 1 | -5/+7 |
| * | 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 | 1 | -5/+7 |
| * | Tweak error message wording. | Tom Lane | 2002-04-12 | 1 | -5/+5 |
| * | Functions live in namespaces. Qualified function names work, eg | Tom Lane | 2002-04-09 | 1 | -17/+23 |
| * | Add INSERT(..., DEFAULT, ). | Bruce Momjian | 2002-04-05 | 1 | -4/+20 |
| * | Tweak SERIAL column creation to emit a fully qualified sequence name | Tom Lane | 2002-04-02 | 1 | -23/+27 |
| * | Reimplement temp tables using schemas. The temp table map is history; | Tom Lane | 2002-03-31 | 1 | -5/+1 |
| * | pg_type has a typnamespace column; system now supports creating types | Tom Lane | 2002-03-29 | 1 | -143/+20 |
| * | pg_class has a relnamespace column. You can create and access tables | Tom Lane | 2002-03-26 | 1 | -18/+15 |
| * | A little further progress on schemas: push down RangeVars into | Tom Lane | 2002-03-22 | 1 | -9/+9 |
| * | First phase of SCHEMA changes, concentrating on fixing the grammar and | Tom Lane | 2002-03-21 | 1 | -107/+215 |
| * | Restructure representation of join alias variables. An explicit JOIN | Tom Lane | 2002-03-12 | 1 | -14/+30 |
| * | Add DEFAULT_INDEX_TYPE == "btree", for clarity. | Bruce Momjian | 2002-03-10 | 1 | -2/+3 |
| * | Remove unnecessary inclusion. | Tom Lane | 2002-03-08 | 1 | -2/+1 |
| * | Change made to elog: | Bruce Momjian | 2002-03-06 | 1 | -8/+8 |