Age | Commit message (Expand) | Author |
2001-09-17 | Simplify and clean up FigureColname; make it work without coredumping | Tom Lane |
2001-09-10 | Bug #1: attribute name when column is type cast: | Bruce Momjian |
2001-08-09 | Use format_type sibling in backend error messages, so the user sees | Peter Eisentraut |
2001-06-24 | Back out BYTEA binary compatibility changes. | Bruce Momjian |
2001-06-23 | > Marko Kreen <marko@l-t.ee> writes: | Bruce Momjian |
2001-05-21 | Print error on SELECT tab FROM tab: | Bruce Momjian |
2001-03-22 | pgindent run. Make it all clean. | Bruce Momjian |
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-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-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-14 | Implement column aliases on views "CREATE VIEW name (collist)". | Thomas G. Lockhart |
2000-03-09 | Trial implementation of ALTER DROP COLUMN. | Hiroshi Inoue |
2000-02-15 | Carry column aliases from the parser frontend. Enables queries like | Thomas G. Lockhart |
2000-01-26 | Add: | Bruce Momjian |
2000-01-17 | Pass atttypmod to CoerceTargetExpr, so that it can pass it on to | Tom Lane |
2000-01-17 | Create a new parsetree node type, TypeCast, so that transformation of | Tom Lane |
2000-01-10 | Make number of args to a function configurable. | Bruce Momjian |
1999-12-10 | Teach grammar and parser about aggregate(DISTINCT ...). No implementation | Tom Lane |
1999-11-22 | Add system indexes to match all caches. | Bruce Momjian |
1999-11-07 | New NameStr macro to convert Name to Str. No need for var.data anymore. | Bruce Momjian |
1999-11-01 | Eliminate local inefficiencies in updateTargetListEntry, make_var, and | Tom Lane |
1999-07-19 | Rewrite parser's handling of INSERT ... SELECT so that processing | Tom Lane |
1999-07-17 | Move some system includes into c.h, and remove duplicates. | Bruce Momjian |
1999-07-16 | Final cleanup. | Bruce Momjian |
1999-07-15 | Remove unused #includes in *.c files. | Bruce Momjian |
1999-06-17 | Defend against function calls with more than 8 arguments (code | Tom Lane |
1999-05-29 | Avoid redundant SysCache searches in coerce_type, for another | Tom Lane |
1999-05-25 | pgindent run over code. | Bruce Momjian |
1999-05-23 | Do not assign output columns to junk attributes created from | Tom Lane |
1999-05-22 | Fix for DEFAULT ''. | Bruce Momjian |
1999-05-17 | Change resjunk to a boolean. | Bruce Momjian |
1999-05-17 | SELECT * error message fix. | Bruce Momjian |
1999-04-29 | Defend against 'update oid'. Someday we might want to support | Tom Lane |
1999-02-03 | Cleanup of source files where 'return' or 'var =' is alone on a line. | Bruce Momjian |
1999-01-24 | Rename Aggreg to Aggref. | Bruce Momjian |
1998-12-13 | Improve CASE statement support. | Thomas G. Lockhart |
1998-12-04 | Implement CASE expression. | Thomas G. Lockhart |
1998-10-08 | Make functions static or ifdef NOT_USED. Prevent pg_version creation. | Bruce Momjian |
1998-09-25 | Clean up code in analyze.c for SERIAL data type. | Thomas G. Lockhart |
1998-09-02 | Fix for indexing problems. | Bruce Momjian |
1998-09-01 | OK, folks, here is the pgindent output. | Bruce Momjian |
1998-09-01 | Renaming cleanup, no pgindent yet. | Bruce Momjian |
1998-08-26 | Fix for select bug. | Bruce Momjian |
1998-08-25 | Cleanup of target file. | Bruce Momjian |
1998-08-25 | Make sure resdomno for update/insert match attribute number for | Bruce Momjian |