| Commit message (Expand) | Author | Age |
* | Add BETWEEN SYMMETRIC. | Bruce Momjian | 2005-06-14 |
* | Remove grammar productions for prefix and postfix % and ^ operators, | Tom Lane | 2005-06-08 |
* | 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-05 |
* | 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-04 |
* | Revise handling of dropped columns in JOIN alias lists to avoid a | Tom Lane | 2005-06-03 |
* | 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-06-02 |
* | ParseComplexProjection should make use of expandRecordVariable so that | Tom Lane | 2005-05-31 |
* | Change the UNKNOWN type to have an internal representation matching | Tom Lane | 2005-05-30 |
* | 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-29 |
* | Tweak the backend scanner (and psqlscan.l, which must track the backend | Tom Lane | 2005-05-26 |
* | Inserting 5 characters into char(10) does not produce 5 padding spaces | Tatsuo Ishii | 2005-05-24 |
* | Add COPY WITH CVS HEADER to allow a heading line as the first line in | Bruce Momjian | 2005-05-07 |
* | Update comment to mention "Name classification hierarchy" as place to | Bruce Momjian | 2005-05-06 |
* | Allow implicit cast from any named composite type to RECORD. At the | Tom Lane | 2005-05-05 |
* | Implement sharable row-level locks, and use them for foreign key references | Tom Lane | 2005-04-28 |
* | 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-25 |
* | 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-23 |
* | Completion of project to use fixed OIDs for all system catalogs and | Tom Lane | 2005-04-14 |
* | Change addRangeTableEntryForRelation() to take a Relation pointer instead | Tom Lane | 2005-04-13 |
* | Add a "USING" clause to DELETE, which is equivalent to the FROM clause | Neil Conway | 2005-04-07 |
* | Merge Resdom nodes into TargetEntry nodes to simplify code and save a | Tom Lane | 2005-04-06 |
* | First phase of OUT-parameters project. We can now define and use SQL | Tom Lane | 2005-03-31 |
* | 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-29 |
* | Use a bitmapset instead of a list for duplicate-column checking in | Tom Lane | 2005-03-26 |
* | Allow ALTER FUNCTION to change a function's strictness, volatility, and | Neil Conway | 2005-03-14 |
* | Add fprintf() custom version to libpgport. | Bruce Momjian | 2005-03-11 |
* | Make the behavior of HAVING without GROUP BY conform to the SQL spec. | Tom Lane | 2005-03-10 |
* | Use _() macro consistently rather than gettext(). Add translation | Bruce Momjian | 2005-02-22 |
* | Ensure that the resolved datatype of any unknown Param is propagated | Tom Lane | 2005-02-19 |
* | Add support for temporary views, including documentation and regression | Neil Conway | 2005-02-02 |
* | Generalize TRUNCATE to support truncating multiple tables in one | Tom Lane | 2005-01-27 |
* | Refactor transformExpr() by creating separate functions for most of the | Neil Conway | 2005-01-19 |
* | get_names_for_var didn't do recursion for unnamed JOIN vars quite right; | Tom Lane | 2005-01-13 |
* | Re-allow an untyped literal as the test expression of a CASE, ie | Tom Lane | 2005-01-12 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Disallow SETOF in the input of parseTypeString(). Formerly it was | Tom Lane | 2004-12-15 |
* | Instead of supposing (wrongly, in the general case) that the rowtype | Tom Lane | 2004-12-11 |
* | Prevent a backend crash when processing CREATE TABLE commands with | Neil Conway | 2004-11-16 |
* | Kris Jurka pointed out that the qualified_name production wasn't | Tom Lane | 2004-11-08 |
* | When implementing a coercion to a domain type with a combined | Tom Lane | 2004-11-06 |
* | Create 'default_tablespace' GUC variable that supplies a TABLESPACE | Tom Lane | 2004-11-05 |