Age | Commit message (Expand) | Author |
---|---|---|
2012-01-01 | Update copyright notices for year 2012. | Bruce Momjian |
2011-04-10 | pgindent run before PG 9.1 beta 1. | Bruce Momjian |
2011-03-24 | Fix handling of collation in SQL-language functions. | Tom Lane |
2011-03-19 | Revise collation derivation method and expression-tree representation. | Tom Lane |
2011-02-08 | Per-column collation support | Peter Eisentraut |
2011-01-01 | Stamp copyrights for year 2011. | Bruce Momjian |
2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
2010-08-19 | Revert patch to coerce 'unknown' type parameters in the backend. As Tom | Heikki Linnakangas |
2010-08-18 | Coerce 'unknown' type parameters to the right type in the fixed-params | Heikki Linnakangas |
2010-02-26 | pgindent run for 9.0 | Bruce Momjian |
2010-01-13 | Make fixed_paramref_hook behave properly when there are 'unused' slots | Tom Lane |
2010-01-02 | Update copyright for the year 2010. | Bruce Momjian |
2009-10-31 | Implement parser hooks for processing ColumnRef and ParamRef nodes, as per my | Tom Lane |