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