summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/ruleutils.c
Commit message (Expand)AuthorAgeFilesLines
* Tweak heap.c to refuse attempts to create table columns of standaloneTom Lane2002-09-191-12/+2
* Department of second thoughts: suppressing implicit casts everywhere inTom Lane2002-09-191-58/+79
* Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane2002-09-181-120/+82
* pgindent run.Bruce Momjian2002-09-041-188/+194
* Code review for domain-constraints patch. Use a new ConstraintTest nodeTom Lane2002-08-311-1/+13
* Fix ruleutils to dump column definition lists for anonymous record typesTom Lane2002-08-291-2/+54
* Modify array operations to include array's element type OID in theTom Lane2002-08-261-2/+2
* Make pg_dump output more portable and more pleasing to look at.Peter Eisentraut2002-08-181-6/+35
* Modify pg_dump to dump foreign-key constraints as constraints, not asTom Lane2002-08-161-1/+217
* Make domain types indexable. Rod Taylor & Tom Lane.Tom Lane2002-08-161-1/+5
* Cause view/rule display to work as expected after rename of an underlyingTom Lane2002-08-081-39/+76
* Cause schema-qualified FROM items and schema-qualified variable referencesTom Lane2002-08-081-16/+104
* pg_cast table, and standards-compliant CREATE/DROP CAST commands, plusPeter Eisentraut2002-07-181-22/+23
* Back out BETWEEN node patch, was causing initdb failure.Bruce Momjian2002-07-181-26/+1
* Finished the Between patch Christopher started.Bruce Momjian2002-07-181-1/+26
* Implement the IS DISTINCT FROM operator per SQL99.Thomas G. Lockhart2002-07-041-1/+16
* Further tweaks to support display of sort keys in EXPLAIN --- initialTom Lane2002-06-131-24/+8
* Queries used by ruleutils were not schema-proof.Tom Lane2002-05-281-3/+3
* Add display of sort keys to the default EXPLAIN output.Tom Lane2002-05-181-1/+22
* Merge the last few variable.c configuration variables into the genericTom Lane2002-05-171-13/+32
* Get rid of long-since-vestigial Iter node type, in favor of adding aTom Lane2002-05-121-5/+1
* First pass at set-returning-functions in FROM, by Joe Conway withTom Lane2002-05-121-14/+9
* Make ruleutils.c schema-aware. Displayed names are schema-qualifiedTom Lane2002-05-031-164/+332
* Tweak scanner/grammar interface so that the keyword-as-identifier rulesTom Lane2002-05-021-2/+2
* Make ruleutils.c use format_type for printing typenames. Minor tweaksTom Lane2002-04-281-38/+27
* Implement types regprocedure, regoper, regoperator, regclass, regtypeTom Lane2002-04-251-24/+38
* Change naming rule for ON SELECT rules of views: they're all justTom Lane2002-04-191-5/+2
* Rule names are now unique per-relation, rather than unique globally.Tom Lane2002-04-181-58/+91
* Restructure representation of aggregate functions so that they have pg_procTom Lane2002-04-111-13/+42
* A little further progress on schemas: push down RangeVars intoTom Lane2002-03-221-29/+54
* First phase of SCHEMA changes, concentrating on fixing the grammar andTom Lane2002-03-211-22/+19
* Restructure representation of join alias variables. An explicit JOINTom Lane2002-03-121-304/+167
* Modify ALTER TABLE OWNER to change index ownership; code cleanup.Bruce Momjian2002-03-061-27/+2
* Change made to elog:Bruce Momjian2002-03-061-2/+2
* A bunch of changes aimed at reducing backend startup time...Tom Lane2002-02-191-8/+10
* Change display of FieldSelect nodes from arg.field to field(arg),Tom Lane2001-11-261-8/+16
* Repair problem with listing rules that have a WHERE condition andTom Lane2001-11-261-7/+20
* Tweak format_type so that we get good behavior for both column typeTom Lane2001-11-191-6/+4
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-54/+51
* Fix ruleutils to depend on format_type, rather than having a privateTom Lane2001-10-081-34/+90
* Ooops, I was a little too enthusiastic about suppressing defaultTom Lane2001-10-041-10/+16
* Extend pg_get_indexdef() to know about index predicates. Also, tweakTom Lane2001-10-011-104/+84
* Make ALTER TABLE RENAME on a view rename the view's on-select rule too.Tom Lane2001-08-121-2/+2
* Fix optimizer to not try to push WHERE clauses down into a sub-SELECT thatTom Lane2001-07-311-33/+4
* Partial indexes work again, courtesy of Martijn van Oosterhout.Tom Lane2001-07-161-1/+60
* Remove unnecessarily enthusiastic parenthesizing in reverse-listing ofTom Lane2001-07-101-11/+11
* Add IS UNKNOWN, IS NOT UNKNOWN boolean tests, fix the existing booleanTom Lane2001-06-191-21/+55
* Make rule lister do the right thing with Vars representing whole tuples.Tom Lane2001-04-181-9/+22
* Constant expressions that appear in ORDER BY, GROUP BY, DISTINCT ONTom Lane2001-04-151-19/+39
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-221-99/+59