| Commit message (Expand) | Author | Age | Files | Lines |
| * | Implement subselects in target lists. Also, relax requirement that | Tom Lane | 1999-11-15 | 3 | -357/+84 |
| * | New NameStr macro to convert Name to Str. No need for var.data anymore. | Bruce Momjian | 1999-11-07 | 5 | -13/+13 |
| * | Eliminate local inefficiencies in updateTargetListEntry, make_var, and | Tom Lane | 1999-11-01 | 3 | -73/+101 |
| * | Make USING in COPY optional. | Bruce Momjian | 1999-10-29 | 1 | -4/+8 |
| * | Fix wording. | Bruce Momjian | 1999-10-29 | 1 | -5/+5 |
| * | Fix compile after COMMENT problem. | Bruce Momjian | 1999-10-26 | 1 | -9/+13 |
| * | Hello. | Bruce Momjian | 1999-10-26 | 1 | -13/+87 |
| * | I have a patch for postgresql-snapshot(1999-10-22). | Bruce Momjian | 1999-10-22 | 1 | -5/+11 |
| * | Remove fixed-size literal buffer from scan.l, and repair | Tom Lane | 1999-10-18 | 2 | -62/+73 |
| * | This patch implements ORACLE's COMMENT SQL command. | Bruce Momjian | 1999-10-15 | 2 | -4/+34 |
| * | Allow \r as whitespace. | Bruce Momjian | 1999-10-09 | 1 | -2/+2 |
| * | Fix for "--" comment and no trailing newline, as seen in Perl. | Bruce Momjian | 1999-10-08 | 1 | -2/+2 |
| * | Fix planner and rewriter to follow SQL semantics for tables that are | Tom Lane | 1999-10-07 | 6 | -167/+125 |
| * | Allow comment-only lines, and ;;; lines too. | Bruce Momjian | 1999-10-05 | 1 | -8/+19 |
| * | Reimplement parsing and storage of default expressions and constraint | Tom Lane | 1999-10-03 | 2 | -442/+117 |
| * | Teach parse_coerce about non-cachable functions (actually, | Tom Lane | 1999-10-02 | 1 | -32/+17 |
| * | Allow CREATE FUNCTION's WITH clause to be used for all language types, | Tom Lane | 1999-10-02 | 1 | -2/+1 |
| * | Disable new FROM-clause warning. | Bruce Momjian | 1999-09-29 | 2 | -2/+8 |
| * | This is part #1 for of the DEFERRED CONSTRAINT TRIGGER support. | Jan Wieck | 1999-09-29 | 2 | -6/+162 |
| * | Add subquery mention in auto-create table entry. | Bruce Momjian | 1999-09-28 | 2 | -5/+11 |
| * | More cleanup for | and ^. | Bruce Momjian | 1999-09-28 | 1 | -13/+9 |
| * | More cleanup for | and ^. | Bruce Momjian | 1999-09-28 | 1 | -7/+67 |
| * | Fix for creation of operator |. | Bruce Momjian | 1999-09-28 | 1 | -5/+25 |
| * | I have been working with user defined types and user defined c | Bruce Momjian | 1999-09-28 | 1 | -3/+9 |
| * | Reverse out last scan.l patch for minus handling.\ | Bruce Momjian | 1999-09-28 | 3 | -7/+7 |
| * | Sorry, guys. Here is the ultimate patch which keeps the entire | Bruce Momjian | 1999-09-27 | 1 | -2/+2 |
| * | Following advice from Michael Ansley, I broke up the patch in | Bruce Momjian | 1999-09-27 | 1 | -97/+10 |
| * | Emit warning on SELECT pg_language.* | Bruce Momjian | 1999-09-27 | 2 | -5/+14 |
| * | Add TRUNCATE command, with psql help and sgml additions. | Bruce Momjian | 1999-09-23 | 2 | -5/+21 |
| * | Mega-commit to make heap_open/heap_openr/heap_close take an | Tom Lane | 1999-09-18 | 5 | -55/+41 |
| * | Allow ISOLATION and LEVEL as column names. These are SQL92 reserved words | Thomas G. Lockhart | 1999-09-14 | 1 | -1/+3 |
| * | Allow CASE statement to contain *only* untyped result clauses or nulls. | Thomas G. Lockhart | 1999-09-13 | 1 | -2/+3 |
| * | Eliminate token length assumption in scanstr(). | Tom Lane | 1999-09-11 | 2 | -7/+9 |
| * | Mike Ansley's fixes for long queries. This change just | Tom Lane | 1999-09-07 | 1 | -17/+11 |
| * | Clean up some bugs in oper_select_candidate(), notably the | Tom Lane | 1999-08-26 | 1 | -24/+29 |
| * | Revise implementation of SubLinks so that there is a consistent, | Tom Lane | 1999-08-25 | 1 | -20/+46 |
| * | coerce_type() failed to guard against trying to convert a NULL | Tom Lane | 1999-08-24 | 1 | -17/+17 |
| * | Remove bogus code in oper_exact --- if it didn't find an exact | Tom Lane | 1999-08-23 | 2 | -100/+29 |
| * | Further planner/optimizer cleanups. Move all set_tlist_references | Tom Lane | 1999-08-22 | 2 | -7/+6 |
| * | Major revision of sort-node handling: push knowledge of query | Tom Lane | 1999-08-21 | 4 | -132/+144 |
| * | Old multi-byte bug. Forgot to rename #ifdef MB to #ifdef MULTIBYTE | Tatsuo Ishii | 1999-08-18 | 1 | -2/+2 |
| * | Small updates to #include lists for pending optimizer checkin. | Tom Lane | 1999-08-16 | 2 | -3/+4 |
| * | Move funcid_get_rettype() to lsyscache. | Tom Lane | 1999-08-16 | 1 | -23/+3 |
| * | Repair the check for redundant UNIQUE and PRIMARY KEY indices. | Thomas G. Lockhart | 1999-08-15 | 1 | -13/+33 |
| * | Revise parse_coerce() to handle coercion of int and float | Tom Lane | 1999-08-05 | 4 | -235/+110 |
| * | Allow a_expr not just AexprConst in the right-hand list of | Tom Lane | 1999-07-28 | 1 | -46/+49 |
| * | First cut at doing LIKE/regex indexing optimization in | Tom Lane | 1999-07-27 | 1 | -156/+4 |
| * | Complain about INSERT ... SELECT ... ORDER BY, which we do not | Tom Lane | 1999-07-20 | 1 | -86/+110 |
| * | Rewrite parser's handling of INSERT ... SELECT so that processing | Tom Lane | 1999-07-19 | 6 | -1254/+772 |
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 16 | -48/+17 |