]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/ruleutils.c
Update rule dumper for the brave new world of ONLY.
[postgresql] / src / backend / utils / adt / ruleutils.c
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...