OSDN Git Service

Implement types regprocedure, regoper, regoperator, regclass, regtype
[pg-rex/syncrep.git] / src / backend / utils / adt / ruleutils.c
2002-04-25 Tom LaneImplement types regprocedure, regoper, regoperator...
2002-04-19 Tom LaneChange naming rule for ON SELECT rules of views: they...
2002-04-18 Tom LaneRule names are now unique per-relation, rather than...
2002-04-11 Tom LaneRestructure representation of aggregate functions so...
2002-03-22 Tom LaneA little further progress on schemas: push down RangeVa...
2002-03-21 Tom LaneFirst phase of SCHEMA changes, concentrating on fixing...
2002-03-12 Tom LaneRestructure representation of join alias variables...
2002-03-06 Bruce MomjianModify ALTER TABLE OWNER to change index ownership...
2002-03-06 Bruce MomjianChange made to elog:
2002-02-19 Tom LaneA bunch of changes aimed at reducing backend startup...
2001-11-26 Tom LaneChange display of FieldSelect nodes from arg.field...
2001-11-26 Tom LaneRepair problem with listing rules that have a WHERE...
2001-11-19 Tom LaneTweak format_type so that we get good behavior for...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-08 Tom LaneFix ruleutils to depend on format_type, rather than...
2001-10-04 Tom LaneOoops, I was a little too enthusiastic about suppressin...
2001-10-01 Tom LaneExtend pg_get_indexdef() to know about index predicates...
2001-08-12 Tom LaneMake ALTER TABLE RENAME on a view rename the view's...
2001-07-31 Tom LaneFix optimizer to not try to push WHERE clauses down...
2001-07-16 Tom LanePartial indexes work again, courtesy of Martijn van...
2001-07-10 Tom LaneRemove unnecessarily enthusiastic parenthesizing in...
2001-06-19 Tom LaneAdd IS UNKNOWN, IS NOT UNKNOWN boolean tests, fix the...
2001-04-18 Tom LaneMake rule lister do the right thing with Vars represent...
2001-04-15 Tom LaneConstant expressions that appear in ORDER BY, GROUP...
2001-03-22 Bruce MomjianRemove dashes in comments that don't need them, rewrap...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-21 Tom LaneChange case-folding of keywords to conform to SQL99...
2001-02-14 Tom LaneChange scoping of table and join refnames to conform...
2001-01-03 Tom LaneFix breakage of rules using NOTIFY actions, per bug...
2000-11-18 Tom LaneSuppress 'comparison-is-always-true' warning on machines
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-11-05 Tom LaneAllow ORDER BY, LIMIT in sub-selects. Fix most (not...
2000-10-26 Tom LaneRe-implement LIMIT/OFFSET as a plan node type, instead...
2000-10-05 Tom LaneFix silly typo that led to 'tleIsArrayAssign: I'm confu...
2000-10-05 Tom LaneReimplementation of UNION/INTERSECT/EXCEPT. INTERSECT...
2000-09-29 Tom LaneSubselects in FROM clause, per ISO syntax: FROM (SELECT...
2000-09-25 Tom LaneUse variable aliases, if supplied, rather than real...
2000-09-18 Tom LaneMake rule lister use aliases from FROM clause when...
2000-09-12 Tom LaneFirst cut at full support for OUTER JOINs. There are...
2000-09-12 Bruce MomjianO.K. -
2000-08-12 Tom LaneFix ruleutils to produce correct output for array assig...
2000-08-08 Tom LaneRemove 'func_tlist' from Func expression nodes, likewis...
2000-07-06 Tom LaneCorrect unsafe use of strcmp(). See rant of same date...
2000-07-06 Tom LaneFunctions on 'text' type updated to new fmgr style...
2000-07-03 Jan WieckTOAST
2000-06-13 Tom LaneAnother batch of fmgr updates. I think I have gotten...
2000-06-12 Bruce MomjianRename rule CURRENT to OLD in source tree. Add mapping...
2000-06-10 Tom LaneUpdate rule dumper for the brave new world of ONLY.
2000-06-09 Tom LaneAnother round of updates for new fmgr, mostly in the...
2000-05-30 Tom LaneThird round of fmgr updates: eliminate calls using...
2000-05-30 Bruce MomjianRemove unused include files. Do not touch /port or...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-03-17 Tom LaneFix a bunch of minor portability problems and maybe...
2000-03-15 Tom LaneUpdate comment obsoleted by Thomas's latest fixes.
2000-03-14 Thomas G. LockhartImplement column aliases on views "CREATE VIEW name...
2000-02-26 Tom LaneChange rule dumper to produce reasonable output for...
2000-02-21 Tom LaneQuick hack solution so that pg_dump of views works...
2000-02-20 Tom LaneCreate a new expression node type RelabelType, which...
2000-02-15 Tom LaneRepair bogus rule display of attr lists.
2000-02-15 Thomas G. LockhartCarry column aliases from the parser frontend. Enables...
2000-01-15 Tom LaneFix a passel of problems with incorrect calls to typinp...
2000-01-15 Peter EisentrautFixed all elog related warnings, as well as a few others.
2000-01-05 Bruce MomjianFix it's and its to be correct.
1999-12-24 Tom LaneClean up handling of explicit NULL constants. Cases...
1999-12-13 Tom Laneaggregate(DISTINCT ...) works, per SQL spec.
1999-12-06 Tom LaneRule deparser needs to quote identifiers that are spell...
1999-11-24 Bruce MomjianAdd pg_statistic index, add missing Hiroshi file.
1999-11-22 Bruce MomjianAdd system indexes to match all caches.
1999-11-15 Tom LaneImplement subselects in target lists. Also, relax...
1999-11-07 Bruce MomjianNew NameStr macro to convert Name to Str. No need...
1999-10-31 Tom LaneRule dumper failed to affix '*' to inheritable RTEs.
1999-10-04 Tom LaneMake the rule deparser a little less quote-happy, so...
1999-10-03 Tom LaneReimplement parsing and storage of default expressions...
1999-10-02 Tom LaneRevise rule-printing routines to use expandable StringI...
1999-09-02 Tom LaneRule deparser didn't handle unary operators correctly.
1999-08-28 Tom LaneFix several problems in rule deparsing: didn't handle...
1999-08-25 Tom LaneRevise implementation of SubLinks so that there is...
1999-08-21 Tom LaneMajor revision of sort-node handling: push knowledge...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-06-02 Jan WieckChanged "current." into "old." in rule string backparsing
1999-05-25 Bruce MomjianAnother pgindent run. Sorry folks.
1999-05-25 Bruce MomjianMake 0x007f -> (unsigned)0x7f to make pgindent happy.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-25 Jan WieckFixed bug in rules event qualification output.
1999-05-12 Jan WieckFixed small bug in ruleutils and added output of pg_vie...
1999-05-12 Jan WieckReplaced targetlist entry in GroupClause by reference...
1999-05-10 Bruce MomjianChange error messages to oids come out as %u and not...
1999-05-03 Bruce Momjianhere are some patches for 6.5.0 which I already submitt...
1999-04-29 Jan WieckBugfix (bug by me in 1.4) in backparsing INSERT .....
1999-01-25 Bruce MomjianAgg/Aggreg cleanup and datetime.sql patch.
1999-01-24 Bruce MomjianRename Aggreg to Aggref.
1998-10-26 Tom LaneGet rid of some minor compiler warnings.
1998-10-06 Bruce Momjian Playing around with pg_dump for a while resulted...
1998-10-02 Bruce Momjian Here's a combination of all the patches I'm current...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-24 Bruce Momjian This is the final state of the rule system for...