Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-06 | pgindent run for 9.4 | Bruce Momjian | |
This includes removing tabs after periods in C comments, which was applied to back branches, so this change should not effect backpatching. | |||
2014-01-07 | Update copyright for 2014 | Bruce Momjian | |
Update all files in head, and files COPYRIGHT and legal.sgml in all back branches. | |||
2013-07-29 | Sync ECPG with WITH ORDINALITY changes | Greg Stark | |
2013-01-01 | Update copyrights for 2013 | Bruce Momjian | |
Fully update git head, and update back branches in ./COPYRIGHT and legal.sgml files. | |||
2012-01-01 | Update copyright notices for year 2012. | Bruce Momjian | |
2011-01-01 | Stamp copyrights for year 2011. | Bruce Momjian | |
2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander | |
2010-01-02 | Update copyright for the year 2010. | Bruce Momjian | |
2009-01-01 | Update copyright for 2009. | Bruce Momjian | |
2008-10-28 | Add WITH [NO] DATA clause to CREATE TABLE AS, per SQL. | Peter Eisentraut | |
Also, since WITH is now a reserved word, simplify the token merging code to only deal with WITH_TIME. by Tom Lane and myself | |||
2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian | |
2007-11-15 | pgindent run for 8.3. | Bruce Momjian | |
2007-10-26 | Avoid having backend-only code compiled into ecpg. Per Zdenek Kotala | Tom Lane | |