Age | Commit message (Expand) | Author |
2002-04-28 | Make ruleutils.c use format_type for printing typenames. Minor tweaks | Tom Lane |
2002-04-25 | Implement types regprocedure, regoper, regoperator, regclass, regtype | Tom Lane |
2002-04-19 | Change naming rule for ON SELECT rules of views: they're all just | Tom Lane |
2002-04-18 | Rule names are now unique per-relation, rather than unique globally. | Tom Lane |
2002-04-11 | Restructure representation of aggregate functions so that they have pg_proc | Tom Lane |
2002-03-22 | A little further progress on schemas: push down RangeVars into | Tom Lane |
2002-03-21 | First phase of SCHEMA changes, concentrating on fixing the grammar and | Tom Lane |
2002-03-12 | Restructure representation of join alias variables. An explicit JOIN | Tom Lane |
2002-03-06 | Modify ALTER TABLE OWNER to change index ownership; code cleanup. | Bruce Momjian |
2002-03-06 | Change made to elog: | Bruce Momjian |
2002-02-19 | A bunch of changes aimed at reducing backend startup time... | Tom Lane |
2001-11-26 | Change display of FieldSelect nodes from arg.field to field(arg), | Tom Lane |
2001-11-26 | Repair problem with listing rules that have a WHERE condition and | Tom Lane |
2001-11-19 | Tweak format_type so that we get good behavior for both column type | Tom Lane |
2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian |
2001-10-08 | Fix ruleutils to depend on format_type, rather than having a private | Tom Lane |
2001-10-04 | Ooops, I was a little too enthusiastic about suppressing default | Tom Lane |
2001-10-01 | Extend pg_get_indexdef() to know about index predicates. Also, tweak | Tom Lane |
2001-08-12 | Make ALTER TABLE RENAME on a view rename the view's on-select rule too. | Tom Lane |
2001-07-31 | Fix optimizer to not try to push WHERE clauses down into a sub-SELECT that | Tom Lane |
2001-07-16 | Partial indexes work again, courtesy of Martijn van Oosterhout. | Tom Lane |
2001-07-10 | Remove unnecessarily enthusiastic parenthesizing in reverse-listing of | Tom Lane |
2001-06-19 | Add IS UNKNOWN, IS NOT UNKNOWN boolean tests, fix the existing boolean | 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 |