| Age | Commit message (Expand) | Author |
| 2005-06-05 | Remove planner's private fields from Query struct, and put them into | Tom Lane |
| 2005-06-05 | Replace the parser's namespace tree (which formerly had the same | Tom Lane |
| 2005-06-04 | Add comment for multi-byte computation. | Bruce Momjian |
| 2005-06-04 | Change expandRTE() and ResolveNew() back to taking just the single | Tom Lane |
| 2005-06-03 | Revise handling of dropped columns in JOIN alias lists to avoid a | Tom Lane |
| 2005-06-02 | The no-lexer-backup speedup hadn't been there a week before somebody | Tom Lane |
| 2005-06-02 | Add support for \x hex escapes in backend strings. Octal was already | Bruce Momjian |
| 2005-05-31 | ParseComplexProjection should make use of expandRecordVariable so that | Tom Lane |
| 2005-05-30 | Change the UNKNOWN type to have an internal representation matching | Tom Lane |
| 2005-05-29 | Remove typeidIsValid() checks in can_coerce_type(). These checks | Tom Lane |
| 2005-05-29 | expandRTE and get_rte_attribute_type mistakenly always imputed typmod -1 | Tom Lane |
| 2005-05-26 | Tweak the backend scanner (and psqlscan.l, which must track the backend | Tom Lane |
| 2005-05-24 | Inserting 5 characters into char(10) does not produce 5 padding spaces | Tatsuo Ishii |
| 2005-05-07 | Add COPY WITH CVS HEADER to allow a heading line as the first line in | Bruce Momjian |
| 2005-05-06 | Update comment to mention "Name classification hierarchy" as place to | Bruce Momjian |
| 2005-05-05 | Allow implicit cast from any named composite type to RECORD. At the | Tom Lane |
| 2005-04-28 | Implement sharable row-level locks, and use them for foreign key references | Tom Lane |
| 2005-04-25 | On further experimentation, there were still a couple of bugs in | Tom Lane |
| 2005-04-25 | Fix ExpandIndirectionStar to handle cases where the expression to be | Tom Lane |
| 2005-04-23 | Remove useless argtype_inherit() code, and make consequent simplifications. | Tom Lane |
| 2005-04-23 | Allow -2147483648 to be treated as an INT4 rather than INT8 constant. | Tom Lane |
| 2005-04-23 | Define the right-hand input of AT TIME ZONE as a full a_expr instead of | Tom Lane |
| 2005-04-14 | Completion of project to use fixed OIDs for all system catalogs and | Tom Lane |
| 2005-04-13 | Change addRangeTableEntryForRelation() to take a Relation pointer instead | Tom Lane |
| 2005-04-07 | Add a "USING" clause to DELETE, which is equivalent to the FROM clause | Neil Conway |
| 2005-04-06 | Merge Resdom nodes into TargetEntry nodes to simplify code and save a | Tom Lane |
| 2005-03-31 | First phase of OUT-parameters project. We can now define and use SQL | Tom Lane |
| 2005-03-29 | Fix grammar for IN/OUT/INOUT parameters. This commit doesn't actually | Tom Lane |
| 2005-03-29 | Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set the | Tom Lane |
| 2005-03-29 | Convert oidvector and int2vector into variable-length arrays. This | Tom Lane |
| 2005-03-26 | Use a bitmapset instead of a list for duplicate-column checking in | Tom Lane |
| 2005-03-14 | Allow ALTER FUNCTION to change a function's strictness, volatility, and | Neil Conway |
| 2005-03-11 | Add fprintf() custom version to libpgport. | Bruce Momjian |
| 2005-03-10 | Make the behavior of HAVING without GROUP BY conform to the SQL spec. | Tom Lane |
| 2005-02-22 | Use _() macro consistently rather than gettext(). Add translation | Bruce Momjian |
| 2005-02-19 | Ensure that the resolved datatype of any unknown Param is propagated | Tom Lane |
| 2005-02-02 | Add support for temporary views, including documentation and regression | Neil Conway |
| 2005-01-27 | Generalize TRUNCATE to support truncating multiple tables in one | Tom Lane |
| 2005-01-19 | Refactor transformExpr() by creating separate functions for most of the | Neil Conway |
| 2005-01-13 | get_names_for_var didn't do recursion for unnamed JOIN vars quite right; | Tom Lane |
| 2005-01-12 | Re-allow an untyped literal as the test expression of a CASE, ie | Tom Lane |
| 2004-12-31 | Tag appropriate files for rc3 | PostgreSQL Daemon |
| 2004-12-15 | Disallow SETOF in the input of parseTypeString(). Formerly it was | Tom Lane |
| 2004-12-11 | Instead of supposing (wrongly, in the general case) that the rowtype | Tom Lane |
| 2004-11-16 | Prevent a backend crash when processing CREATE TABLE commands with | Neil Conway |
| 2004-11-08 | Kris Jurka pointed out that the qualified_name production wasn't | Tom Lane |
| 2004-11-06 | When implementing a coercion to a domain type with a combined | Tom Lane |
| 2004-11-05 | Create 'default_tablespace' GUC variable that supplies a TABLESPACE | Tom Lane |
| 2004-10-25 | Make error message more verbose, in hopes of avoiding misunderstandings | Tom Lane |
| 2004-10-20 | Allow functions returning void or cstring to appear in FROM clause, | Tom Lane |