aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/ruleutils.c
Commit message (Expand)AuthorAge
* 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
* Ooops, I was a little too enthusiastic about suppressing defaultTom Lane2001-10-04
* Extend pg_get_indexdef() to know about index predicates. Also, tweakTom Lane2001-10-01
* Make ALTER TABLE RENAME on a view rename the view's on-select rule too.Tom Lane2001-08-12
* Fix optimizer to not try to push WHERE clauses down into a sub-SELECT thatTom Lane2001-07-31
* Partial indexes work again, courtesy of Martijn van Oosterhout.Tom Lane2001-07-16
* Remove unnecessarily enthusiastic parenthesizing in reverse-listing ofTom Lane2001-07-10
* Add IS UNKNOWN, IS NOT UNKNOWN boolean tests, fix the existing booleanTom Lane2001-06-19
* Make rule lister do the right thing with Vars representing whole tuples.Tom Lane2001-04-18
* Constant expressions that appear in ORDER BY, GROUP BY, DISTINCT ONTom Lane2001-04-15
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-22
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change case-folding of keywords to conform to SQL99 and fix misbehaviorTom Lane2001-02-21
* Change scoping of table and join refnames to conform to SQL92: a JOINTom Lane2001-02-14
* Fix breakage of rules using NOTIFY actions, per bug report and patchTom Lane2001-01-03
* Suppress 'comparison-is-always-true' warning on machinesTom Lane2000-11-18
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-16
* Allow ORDER BY, LIMIT in sub-selects. Fix most (not all) cases whereTom Lane2000-11-05
* Re-implement LIMIT/OFFSET as a plan node type, instead of a hack inTom Lane2000-10-26
* Fix silly typo that led to 'tleIsArrayAssign: I'm confused' message.Tom Lane2000-10-05
* Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet theTom Lane2000-10-05
* Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane2000-09-29
* Use variable aliases, if supplied, rather than real column names inTom Lane2000-09-25
* Make rule lister use aliases from FROM clause when a table column hasTom Lane2000-09-18
* First cut at full support for OUTER JOINs. There are still a few looseTom Lane2000-09-12
* O.K. -Bruce Momjian2000-09-12
* Fix ruleutils to produce correct output for array assignment, suchTom Lane2000-08-12
* Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist'Tom Lane2000-08-08
* Correct unsafe use of strcmp(). See rant of same date posted to pghackers.Tom Lane2000-07-06
* Functions on 'text' type updated to new fmgr style. 'text' isTom Lane2000-07-06
* TOASTJan Wieck2000-07-03
* Another batch of fmgr updates. I think I have gotten all old-styleTom Lane2000-06-13
* Rename rule CURRENT to OLD in source tree. Add mapping for backwardBruce Momjian2000-06-12
* Update rule dumper for the brave new world of ONLY.Tom Lane2000-06-10
* Another round of updates for new fmgr, mostly in the datetime code.Tom Lane2000-06-09
* Third round of fmgr updates: eliminate calls using fmgr() andTom Lane2000-05-30
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-30
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Fix a bunch of minor portability problems and maybe-bugs revealed byTom Lane2000-03-17
* Update comment obsoleted by Thomas's latest fixes.Tom Lane2000-03-15
* Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart2000-03-14
* Change rule dumper to produce reasonable output for casts that assignTom Lane2000-02-26
* Quick hack solution so that pg_dump of views works. Needs repair afterTom Lane2000-02-21
* Create a new expression node type RelabelType, which exists solely toTom Lane2000-02-20
* Repair bogus rule display of attr lists.Tom Lane2000-02-15
* Carry column aliases from the parser frontend. Enables queries likeThomas G. Lockhart2000-02-15