summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/ruleutils.c
Commit message (Expand)AuthorAgeFilesLines
* Improve the representation of FOR UPDATE/FOR SHARE so that we canTom Lane2006-04-301-18/+12
* Simplify ParamListInfo data structure to support only numbered parameters,Tom Lane2006-04-221-19/+2
* Fix EXPLAIN so that it can drill down through multiple levels of subplanTom Lane2006-04-081-97/+96
* Modify all callers of datatype input and receive functions so that if theseTom Lane2006-04-041-3/+2
* Clean up representation of function RTEs for functions returning RECORD.Tom Lane2006-03-161-33/+48
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-141-5/+8
* Remove copyright notices from Jan (per author approval), and those filesBruce Momjian2006-03-111-31/+1
* Remove the stub support we had for UNION JOIN; per discussion, this isTom Lane2006-03-071-11/+1
* Fix display of whole-row Var appearing at the top level of a SELECT list.Tom Lane2006-01-261-25/+56
* Repair EXPLAIN failure when trying to display a plan condition that involvesTom Lane2005-12-301-4/+26
* Implement SQL-compliant treatment of row comparisons for < <= > >= casesTom Lane2005-12-281-53/+107
* Teach deparsing of CASE expressions to cope with the simplified formsTom Lane2005-12-101-7/+32
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-5/+5
* Make SQL arrays support null elements. This commit fixes the core arrayTom Lane2005-11-171-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-188/+179
* When a function not returning RECORD has a single OUT parameter, useTom Lane2005-10-061-10/+38
* Add NOWAIT option to SELECT FOR UPDATE/SHARE.Tom Lane2005-08-011-4/+6
* Check for out-of-range varoattno in deparse_context_for_subplan.Tom Lane2005-07-151-5/+11
* Add E'' to internally created SQL strings that contain backslashes.Bruce Momjian2005-07-021-8/+17
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-281-15/+15
* Add Oracle-compatible GREATEST and LEAST functions. Pavel StehuleTom Lane2005-06-261-6/+27
* Replace the parser's namespace tree (which formerly had the sameTom Lane2005-06-051-7/+3
* Revise handling of dropped columns in JOIN alias lists to avoid aTom Lane2005-06-031-2/+15
* Teach ruleutils to drill down into RECORD-type Vars in the same wayTom Lane2005-05-311-32/+188
* Fix longstanding oversight in ruleutils.c: it doesn't regurgitateTom Lane2005-05-301-1/+23
* Remove second argument from textToQualifiedNameList(), as it is no longerNeil Conway2005-05-271-7/+4
* Change CREATE TYPE to require datatype output and send functions to haveTom Lane2005-05-011-7/+4
* GCC 4.0 includes a new warning option, -Wformat-literal, that emitsNeil Conway2005-04-301-11/+11
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-8/+7
* First phase of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-3/+3
* Add a "USING" clause to DELETE, which is equivalent to the FROM clauseNeil Conway2005-04-071-6/+14
* Merge Resdom nodes into TargetEntry nodes to simplify code and save aTom Lane2005-04-061-14/+13
* Convert oidvector and int2vector into variable-length arrays. ThisTom Lane2005-03-291-7/+20
* get_names_for_var didn't do recursion for unnamed JOIN vars quite right;Tom Lane2005-01-131-9/+16
* Avoid generating excess (and illegal) parentheses around an aliased JOINTom Lane2004-12-131-2/+3
* Instead of supposing (wrongly, in the general case) that the rowtypeTom Lane2004-12-111-1/+28
* Create 'default_tablespace' GUC variable that supplies a TABLESPACETom Lane2004-11-051-110/+1
* When displaying a Var that is a reference to a column of an unnamed join,Tom Lane2004-10-271-1/+24
* pg_get_indexdef() didn't do quite the right thing with identifyingTom Lane2004-10-171-4/+9
* Change get_rule_expr so that when the input is a List, it displays theTom Lane2004-10-071-70/+30
* Redesign query-snapshot timing so that volatile functions in READ COMMITTEDTom Lane2004-09-131-3/+3
* Tweak prettyprinting rules for saner indenting of UNION, INTERSECT,Tom Lane2004-09-011-13/+9
* Pgindent run for 8.0.Bruce Momjian2004-08-291-88/+102
* Repair some issues with column aliases and RowExpr construction in theTom Lane2004-08-191-29/+43
* Standardize on the assumption that the arguments of a RowExpr correspondTom Lane2004-08-171-6/+38
* Support USING INDEX TABLESPACE clause for PRIMARY KEY and UNIQUETom Lane2004-08-021-1/+87
* Fix broken logic for pretty-printing parenthesis-suppression in UNIONTom Lane2004-07-061-28/+28
* Add pg_get_serial_sequence() function, and cause pg_dump to use it.Tom Lane2004-06-251-1/+113
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-181-1/+19
* Represent type-specific length coercion functions as pg_cast entries,Tom Lane2004-06-161-68/+5