summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/ruleutils.c
Commit message (Expand)AuthorAgeFilesLines
* Aggregate functions now support multiple input arguments. I also tookTom Lane2006-07-271-5/+19
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-10/+1
* Fix typos in comments.Neil Conway2006-07-041-3/+3
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-031-31/+42
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-021-2/+58
* Fix problems with cached tuple descriptors disappearing while still in useTom Lane2006-06-161-4/+7
* Fix up pg_dump to do string escaping fully correctly for client encodingTom Lane2006-05-281-29/+19
* Use E'' strings internally only when standard_conforming_strings =Bruce Momjian2006-05-261-6/+9
* 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