| Commit message (Expand) | Author | Age |
* | Convert cvsignore to gitignore, and add .gitignore for build targets. | Magnus Hagander | 2010-09-22 |
* | Improved version of patch to protect pg_get_expr() against misuse: | Tom Lane | 2010-07-30 |
* | Make FOR UPDATE/SHARE in the primary query not propagate into WITH queries; | Tom Lane | 2009-10-27 |
* | Fix bug with WITH RECURSIVE immediately inside WITH RECURSIVE. 99% of the | Tom Lane | 2009-09-09 |
* | Modify the definition of window-function PARTITION BY and ORDER BY clauses | Tom Lane | 2009-08-27 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Do some minor code refactoring in preparation for changing the APIs of | Tom Lane | 2009-05-12 |
* | Rethink the idea of having plpgsql depend on parser/gram.h. Aside from the | Tom Lane | 2009-04-19 |
* | Rename the new CREATE DATABASE options to set collation and ctype into | Heikki Linnakangas | 2009-04-06 |
* | Separate the key word list that lived in keywords.c into a new header file | Alvaro Herrera | 2009-03-07 |
* | Support column-level privileges, as required by SQL standard. | Tom Lane | 2009-01-22 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Support window functions a la SQL:2008. | Tom Lane | 2008-12-28 |
* | Code review for function default parameters patch. Fix numerous problems as | Tom Lane | 2008-12-18 |
* | Fix failure to ensure that a snapshot is available to datatype input functions | Tom Lane | 2008-12-13 |
* | Default values for function arguments | Peter Eisentraut | 2008-12-04 |
* | Modify the parser's error reporting to include a specific hint for the case | Tom Lane | 2008-10-08 |
* | Fix GetCTEForRTE() to deal with the possibility that the RTE it's given came | Tom Lane | 2008-10-06 |
* | Fix the implicit-RTE code to be able to handle implicit RTEs for CTEs, as | Tom Lane | 2008-10-06 |
* | Implement SQL-standard WITH clauses, including WITH RECURSIVE. | Tom Lane | 2008-10-04 |
* | Add a bunch of new error location reports to parse-analysis error messages. | Tom Lane | 2008-09-01 |
* | Extend the parser location infrastructure to include a location field in | Tom Lane | 2008-08-28 |
* | Move exprType(), exprTypmod(), expression_tree_walker(), and related routines | Tom Lane | 2008-08-25 |
* | Teach the system how to use hashing for UNION. (INTERSECT/EXCEPT will follow, | Tom Lane | 2008-08-07 |
* | Rearrange the querytree representation of ORDER BY/GROUP BY/DISTINCT items | Tom Lane | 2008-08-02 |
* | Fix parser so that we don't modify the user-written ORDER BY list in order | Tom Lane | 2008-07-31 |
* | Replace the hard-wired type knowledge in TypeCategory() and IsPreferredType() | Tom Lane | 2008-07-30 |
* | Support "variadic" functions, which can accept a variable number of arguments | Tom Lane | 2008-07-16 |
* | Add a function pg_get_keywords() to let clients find out the set of keywords | Tom Lane | 2008-07-03 |
* | Improve our #include situation by moving pointer types away from the | Alvaro Herrera | 2008-06-19 |
* | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera | 2008-05-12 |
* | Convert backslash_quote guc to use enum. | Magnus Hagander | 2008-04-04 |
* | The original implementation of polymorphic aggregates didn't really get the | Tom Lane | 2008-01-11 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian | 2007-11-15 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Ensure that typmod decoration on a datatype name is validated in all cases, | Tom Lane | 2007-11-11 |
* | Remove the hack in the grammar that "optimized away" DEFAULT NULL clauses. | Tom Lane | 2007-10-29 |
* | Separate parse-analysis for utility commands out of parser/analyze.c | Tom Lane | 2007-06-23 |
* | Arrange for quote_identifier() and pg_dump to not quote keywords that are | Tom Lane | 2007-06-18 |
* | Downgrade implicit casts to text to be assignment-only, except for the ones | Tom Lane | 2007-06-05 |
* | Support enum data types. Along the way, use macros for the values of | Tom Lane | 2007-04-02 |
* | Fix array coercion expressions to ensure that the correct volatility is | Tom Lane | 2007-03-27 |
* | First phase of plan-invalidation project: create a plan cache management | Tom Lane | 2007-03-13 |
* | Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST | Tom Lane | 2007-01-09 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | Support type modifiers for user-defined types, and pull most knowledge | Tom Lane | 2006-12-30 |
* | Code review for XML patch. Instill a bit of sanity in the location of | Tom Lane | 2006-12-24 |
* | Initial SQL/XML support: xml data type and initial set of functions. | Peter Eisentraut | 2006-12-21 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |