aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/ruleutils.c
Commit message (Expand)AuthorAge
* Determine the set of constraints applied to a domain at executorTom Lane2003-02-03
* Don't print NO ACTION foreign key actions in dumps and psql \d.Bruce Momjian2003-02-03
* Further tweaking of parsetree & plantree representation of SubLinks.Tom Lane2003-01-10
* Adjust parser so that 'x NOT IN (subselect)' is converted toTom Lane2003-01-09
* Fix dumping of DEFERRABLE/INITIALLY DEFERRED:Bruce Momjian2003-01-08
* Clean up plantree representation of SubPlan-s --- SubLink does not appearTom Lane2002-12-14
* Phase 2 of read-only-plans project: restructure expression-tree nodesTom Lane2002-12-12
* Use Params, rather than run-time-modified Const nodes, to handleTom Lane2002-11-26
* Remove unused constisset and constiscast fields of Const nodes. CleanTom Lane2002-11-25
* Add DOMAIN check constraints.Bruce Momjian2002-11-15
* Tweak heap.c to refuse attempts to create table columns of standaloneTom Lane2002-09-19
* Department of second thoughts: suppressing implicit casts everywhere inTom Lane2002-09-19
* Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane2002-09-18
* pgindent run.Bruce Momjian2002-09-04
* Code review for domain-constraints patch. Use a new ConstraintTest nodeTom Lane2002-08-31
* Fix ruleutils to dump column definition lists for anonymous record typesTom Lane2002-08-29
* Modify array operations to include array's element type OID in theTom Lane2002-08-26
* Make pg_dump output more portable and more pleasing to look at.Peter Eisentraut2002-08-18
* Modify pg_dump to dump foreign-key constraints as constraints, not asTom Lane2002-08-16
* Make domain types indexable. Rod Taylor & Tom Lane.Tom Lane2002-08-16
* Cause view/rule display to work as expected after rename of an underlyingTom Lane2002-08-08
* Cause schema-qualified FROM items and schema-qualified variable referencesTom Lane2002-08-08
* pg_cast table, and standards-compliant CREATE/DROP CAST commands, plusPeter Eisentraut2002-07-18
* Back out BETWEEN node patch, was causing initdb failure.Bruce Momjian2002-07-18
* Finished the Between patch Christopher started.Bruce Momjian2002-07-18
* Implement the IS DISTINCT FROM operator per SQL99.Thomas G. Lockhart2002-07-04
* Further tweaks to support display of sort keys in EXPLAIN --- initialTom Lane2002-06-13
* Queries used by ruleutils were not schema-proof.Tom Lane2002-05-28
* Add display of sort keys to the default EXPLAIN output.Tom Lane2002-05-18
* Merge the last few variable.c configuration variables into the genericTom Lane2002-05-17
* Get rid of long-since-vestigial Iter node type, in favor of adding aTom Lane2002-05-12
* First pass at set-returning-functions in FROM, by Joe Conway withTom Lane2002-05-12
* Make ruleutils.c schema-aware. Displayed names are schema-qualifiedTom Lane2002-05-03
* Tweak scanner/grammar interface so that the keyword-as-identifier rulesTom Lane2002-05-02
* Make ruleutils.c use format_type for printing typenames. Minor tweaksTom Lane2002-04-28
* Implement types regprocedure, regoper, regoperator, regclass, regtypeTom Lane2002-04-25
* Change naming rule for ON SELECT rules of views: they're all justTom Lane2002-04-19
* Rule names are now unique per-relation, rather than unique globally.Tom Lane2002-04-18
* Restructure representation of aggregate functions so that they have pg_procTom Lane2002-04-11
* A little further progress on schemas: push down RangeVars intoTom Lane2002-03-22
* First phase of SCHEMA changes, concentrating on fixing the grammar andTom Lane2002-03-21
* Restructure representation of join alias variables. An explicit JOINTom Lane2002-03-12
* Modify ALTER TABLE OWNER to change index ownership; code cleanup.Bruce Momjian2002-03-06
* Change made to elog:Bruce Momjian2002-03-06
* A bunch of changes aimed at reducing backend startup time...Tom Lane2002-02-19
* Change display of FieldSelect nodes from arg.field to field(arg),Tom Lane2001-11-26
* Repair problem with listing rules that have a WHERE condition andTom Lane2001-11-26
* Tweak format_type so that we get good behavior for both column typeTom Lane2001-11-19
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Fix ruleutils to depend on format_type, rather than having a privateTom Lane2001-10-08