Age | Commit message (Expand) | Author |
2002-09-18 | Extend pg_cast castimplicit column to a three-way value; this allows us | Tom Lane |
2002-09-04 | pgindent run. | Bruce Momjian |
2002-08-31 | Code review for domain-constraints patch. Use a new ConstraintTest node | Tom Lane |
2002-08-26 | Modify array operations to include array's element type OID in the | Tom Lane |
2002-08-08 | Cause schema-qualified FROM items and schema-qualified variable references | Tom Lane |
2002-08-04 | Implement IS OF type predicate. Can now do queries of the form: | Thomas G. Lockhart |
2002-07-18 | Back out BETWEEN node patch, was causing initdb failure. | Bruce Momjian |
2002-07-18 | Finished the Between patch Christopher started. | Bruce Momjian |
2002-07-06 | I've fixed up the way domain constraints (not null and type length) | Bruce Momjian |
2002-07-04 | Implement the IS DISTINCT FROM operator per SQL99. | Thomas G. Lockhart |
2002-06-20 | Update copyright to 2002. | Bruce Momjian |
2002-05-17 | Get rid of the last few uses of typeidTypeName() rather than | Tom Lane |
2002-05-12 | Get rid of long-since-vestigial Iter node type, in favor of adding a | Tom Lane |
2002-04-28 | Make ruleutils.c use format_type for printing typenames. Minor tweaks | Tom Lane |
2002-04-16 | Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR take | Tom Lane |
2002-04-11 | Restructure representation of aggregate functions so that they have pg_proc | Tom Lane |
2002-04-09 | Functions live in namespaces. Qualified function names work, eg | Tom Lane |
2002-03-29 | pg_type has a typnamespace column; system now supports creating types | Tom Lane |
2002-03-21 | First phase of SCHEMA changes, concentrating on fixing the grammar and | Tom Lane |
2002-03-20 | Code review for DOMAIN patch. | Tom Lane |
2002-03-19 | Add DOMAIN support. Includes manual pages and regression tests, from | Bruce Momjian |
2002-03-12 | Restructure representation of join alias variables. An explicit JOIN | Tom Lane |
2002-03-07 | Back out domain patch until it works properly. | Bruce Momjian |
2002-03-06 | Ok. Updated patch attached. | Bruce Momjian |
2001-11-12 | If the alternatives for a CASE construct all have the same typmod, | Tom Lane |
2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian |
2001-10-08 | Fix transformExpr() to not scribble on its input datastructure while | Tom Lane |
2001-09-28 | Measure the current transaction time to milliseconds. | Thomas G. Lockhart |
2001-09-20 | Suppress gcc warning. | Tom Lane |
2001-09-20 | Provide tunable knob for x = NULL -> x IS NULL transformation, default to off. | Peter Eisentraut |
2001-08-09 | Use format_type sibling in backend error messages, so the user sees | Peter Eisentraut |
2001-06-19 | Add IS UNKNOWN, IS NOT UNKNOWN boolean tests, fix the existing boolean | Tom Lane |
2001-06-04 | This patch adds support for %TYPE in CREATE FUNCTION argument and return | Bruce Momjian |
2001-05-21 | Print error on SELECT tab FROM tab: | Bruce Momjian |
2001-05-19 | New comment. This func/column things has always confused me. | Bruce Momjian |
2001-05-18 | Rename ParseFuncOrColumn() to ParseColumnOrFunc(). | Bruce Momjian |
2001-05-18 | Small code cleanups,formatting. | Bruce Momjian |
2001-03-22 | pgindent run. Make it all clean. | Bruce Momjian |
2001-02-16 | Clean up two rather nasty bugs in operator selection code. | Tom Lane |
2001-02-14 | Change scoping of table and join refnames to conform to SQL92: a JOIN | Tom Lane |
2001-01-24 | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian |
2000-11-16 | Change SearchSysCache coding conventions so that a reference count is | Tom Lane |
2000-11-16 | Add support for casting bit string constants. | Peter Eisentraut |
2000-10-07 | Arrange that no database accesses are attempted during parser() --- this | 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-12 | First cut at full support for OUTER JOINs. There are still a few loose | Tom Lane |
2000-08-08 | Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist' | Tom Lane |
2000-06-15 | Clean up #include's. | Bruce Momjian |
2000-06-05 | Latest round of fmgr updates. All functions with bool,char, or int2 | Tom Lane |