summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/ruleutils.c
Commit message (Expand)AuthorAgeFilesLines
* Use variable aliases, if supplied, rather than real column names inTom Lane2000-09-251-32/+1
* Make rule lister use aliases from FROM clause when a table column hasTom Lane2000-09-181-19/+49
* First cut at full support for OUTER JOINs. There are still a few looseTom Lane2000-09-121-216/+193
* O.K. -Bruce Momjian2000-09-121-20/+17
* Fix ruleutils to produce correct output for array assignment, suchTom Lane2000-08-121-4/+50
* Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist'Tom Lane2000-08-081-1/+27
* Correct unsafe use of strcmp(). See rant of same date posted to pghackers.Tom Lane2000-07-061-16/+16
* Functions on 'text' type updated to new fmgr style. 'text' isTom Lane2000-07-061-9/+11
* TOASTJan Wieck2000-07-031-5/+5
* Another batch of fmgr updates. I think I have gotten all old-styleTom Lane2000-06-131-8/+10
* Rename rule CURRENT to OLD in source tree. Add mapping for backwardBruce Momjian2000-06-121-8/+8
* Update rule dumper for the brave new world of ONLY.Tom Lane2000-06-101-8/+8
* Another round of updates for new fmgr, mostly in the datetime code.Tom Lane2000-06-091-4/+5
* Third round of fmgr updates: eliminate calls using fmgr() andTom Lane2000-05-301-6/+5
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-301-3/+1
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-56/+68
* Fix a bunch of minor portability problems and maybe-bugs revealed byTom Lane2000-03-171-4/+4
* Update comment obsoleted by Thomas's latest fixes.Tom Lane2000-03-151-13/+4
* Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart2000-03-141-4/+14
* Change rule dumper to produce reasonable output for casts that assignTom Lane2000-02-261-92/+82
* Quick hack solution so that pg_dump of views works. Needs repair afterTom Lane2000-02-211-12/+29
* Create a new expression node type RelabelType, which exists solely toTom Lane2000-02-201-19/+41
* Repair bogus rule display of attr lists.Tom Lane2000-02-151-6/+10
* Carry column aliases from the parser frontend. Enables queries likeThomas G. Lockhart2000-02-151-12/+22
* Fix a passel of problems with incorrect calls to typinput and typoutputTom Lane2000-01-151-3/+3
* Fixed all elog related warnings, as well as a few others.Peter Eisentraut2000-01-151-3/+3
* Fix it's and its to be correct.Bruce Momjian2000-01-051-4/+4
* Clean up handling of explicit NULL constants. Cases likeTom Lane1999-12-241-7/+14
* aggregate(DISTINCT ...) works, per SQL spec.Tom Lane1999-12-131-4/+8
* Rule deparser needs to quote identifiers that are spelled the same asTom Lane1999-12-061-3/+19
* Add pg_statistic index, add missing Hiroshi file.Bruce Momjian1999-11-241-2/+2
* Add system indexes to match all caches.Bruce Momjian1999-11-221-8/+8
* Implement subselects in target lists. Also, relax requirement thatTom Lane1999-11-151-8/+22
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-071-15/+16
* Rule dumper failed to affix '*' to inheritable RTEs.Tom Lane1999-10-311-20/+24
* Make the rule deparser a little less quote-happy, so thatTom Lane1999-10-041-63/+147
* Reimplement parsing and storage of default expressions and constraintTom Lane1999-10-031-145/+155
* Revise rule-printing routines to use expandable StringInfo buffers, so thatTom Lane1999-10-021-402/+340
* Rule deparser didn't handle unary operators correctly.Tom Lane1999-09-021-22/+74
* Fix several problems in rule deparsing: didn't handle arrayTom Lane1999-08-281-200/+199
* Revise implementation of SubLinks so that there is a consistent,Tom Lane1999-08-251-8/+9
* Major revision of sort-node handling: push knowledge of queryTom Lane1999-08-211-17/+6
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-5/+2
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-9/+1
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-2/+1
* Changed "current." into "old." in rule string backparsingJan Wieck1999-06-021-2/+2
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-251-20/+20
* Make 0x007f -> (unsigned)0x7f to make pgindent happy.Bruce Momjian1999-05-251-2/+2
* pgindent run over code.Bruce Momjian1999-05-251-84/+81
* Fixed bug in rules event qualification output.Jan Wieck1999-05-251-2/+2