| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make rule lister do the right thing with Vars representing whole tuples. | Tom Lane | 2001-04-18 | 1 | -9/+22 |
| * | Constant expressions that appear in ORDER BY, GROUP BY, DISTINCT ON | Tom Lane | 2001-04-15 | 1 | -19/+39 |
| * | Remove dashes in comments that don't need them, rewrap with pgindent. | Bruce Momjian | 2001-03-22 | 1 | -99/+59 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -54/+56 |
| * | Change case-folding of keywords to conform to SQL99 and fix misbehavior | Tom Lane | 2001-02-21 | 1 | -3/+3 |
| * | Change scoping of table and join refnames to conform to SQL92: a JOIN | Tom Lane | 2001-02-14 | 1 | -69/+409 |
| * | Fix breakage of rules using NOTIFY actions, per bug report and patch | Tom Lane | 2001-01-03 | 1 | -1/+26 |
| * | Suppress 'comparison-is-always-true' warning on machines | Tom Lane | 2000-11-18 | 1 | -2/+2 |
| * | Change SearchSysCache coding conventions so that a reference count is | Tom Lane | 2000-11-16 | 1 | -35/+63 |
| * | Allow ORDER BY, LIMIT in sub-selects. Fix most (not all) cases where | Tom Lane | 2000-11-05 | 1 | -2/+6 |
| * | Re-implement LIMIT/OFFSET as a plan node type, instead of a hack in | Tom Lane | 2000-10-26 | 1 | -3/+15 |
| * | Fix silly typo that led to 'tleIsArrayAssign: I'm confused' message. | Tom Lane | 2000-10-05 | 1 | -2/+2 |
| * | Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet the | Tom Lane | 2000-10-05 | 1 | -22/+190 |
| * | Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. | Tom Lane | 2000-09-29 | 1 | -15/+40 |
| * | Use variable aliases, if supplied, rather than real column names in | Tom Lane | 2000-09-25 | 1 | -32/+1 |
| * | Make rule lister use aliases from FROM clause when a table column has | Tom Lane | 2000-09-18 | 1 | -19/+49 |
| * | First cut at full support for OUTER JOINs. There are still a few loose | Tom Lane | 2000-09-12 | 1 | -216/+193 |
| * | O.K. - | Bruce Momjian | 2000-09-12 | 1 | -20/+17 |
| * | Fix ruleutils to produce correct output for array assignment, such | Tom Lane | 2000-08-12 | 1 | -4/+50 |
| * | Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist' | Tom Lane | 2000-08-08 | 1 | -1/+27 |
| * | Correct unsafe use of strcmp(). See rant of same date posted to pghackers. | Tom Lane | 2000-07-06 | 1 | -16/+16 |
| * | Functions on 'text' type updated to new fmgr style. 'text' is | Tom Lane | 2000-07-06 | 1 | -9/+11 |
| * | TOAST | Jan Wieck | 2000-07-03 | 1 | -5/+5 |
| * | Another batch of fmgr updates. I think I have gotten all old-style | Tom Lane | 2000-06-13 | 1 | -8/+10 |
| * | Rename rule CURRENT to OLD in source tree. Add mapping for backward | Bruce Momjian | 2000-06-12 | 1 | -8/+8 |
| * | Update rule dumper for the brave new world of ONLY. | Tom Lane | 2000-06-10 | 1 | -8/+8 |
| * | Another round of updates for new fmgr, mostly in the datetime code. | Tom Lane | 2000-06-09 | 1 | -4/+5 |
| * | Third round of fmgr updates: eliminate calls using fmgr() and | Tom Lane | 2000-05-30 | 1 | -6/+5 |
| * | Remove unused include files. Do not touch /port or includes used by defines. | Bruce Momjian | 2000-05-30 | 1 | -3/+1 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -56/+68 |
| * | Fix a bunch of minor portability problems and maybe-bugs revealed by | Tom Lane | 2000-03-17 | 1 | -4/+4 |
| * | Update comment obsoleted by Thomas's latest fixes. | Tom Lane | 2000-03-15 | 1 | -13/+4 |
| * | Implement column aliases on views "CREATE VIEW name (collist)". | Thomas G. Lockhart | 2000-03-14 | 1 | -4/+14 |
| * | Change rule dumper to produce reasonable output for casts that assign | Tom Lane | 2000-02-26 | 1 | -92/+82 |
| * | Quick hack solution so that pg_dump of views works. Needs repair after | Tom Lane | 2000-02-21 | 1 | -12/+29 |
| * | Create a new expression node type RelabelType, which exists solely to | Tom Lane | 2000-02-20 | 1 | -19/+41 |
| * | Repair bogus rule display of attr lists. | Tom Lane | 2000-02-15 | 1 | -6/+10 |
| * | Carry column aliases from the parser frontend. Enables queries like | Thomas G. Lockhart | 2000-02-15 | 1 | -12/+22 |
| * | Fix a passel of problems with incorrect calls to typinput and typoutput | Tom Lane | 2000-01-15 | 1 | -3/+3 |
| * | Fixed all elog related warnings, as well as a few others. | Peter Eisentraut | 2000-01-15 | 1 | -3/+3 |
| * | Fix it's and its to be correct. | Bruce Momjian | 2000-01-05 | 1 | -4/+4 |
| * | Clean up handling of explicit NULL constants. Cases like | Tom Lane | 1999-12-24 | 1 | -7/+14 |
| * | aggregate(DISTINCT ...) works, per SQL spec. | Tom Lane | 1999-12-13 | 1 | -4/+8 |
| * | Rule deparser needs to quote identifiers that are spelled the same as | Tom Lane | 1999-12-06 | 1 | -3/+19 |
| * | Add pg_statistic index, add missing Hiroshi file. | Bruce Momjian | 1999-11-24 | 1 | -2/+2 |
| * | Add system indexes to match all caches. | Bruce Momjian | 1999-11-22 | 1 | -8/+8 |
| * | Implement subselects in target lists. Also, relax requirement that | Tom Lane | 1999-11-15 | 1 | -8/+22 |
| * | New NameStr macro to convert Name to Str. No need for var.data anymore. | Bruce Momjian | 1999-11-07 | 1 | -15/+16 |
| * | Rule dumper failed to affix '*' to inheritable RTEs. | Tom Lane | 1999-10-31 | 1 | -20/+24 |
| * | Make the rule deparser a little less quote-happy, so that | Tom Lane | 1999-10-04 | 1 | -63/+147 |