Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-10-31 | Use appendStringInfoString instead of appendStringInfo where possible. | Robert Haas | |
This shaves a few cycles, and generally seems like good programming practice. David Rowley | |||
2013-05-29 | pgindent run for release 9.3 | Bruce Momjian | |
This is the first run of the Perl-based pgindent script. Also update pgindent instructions. | |||
2013-01-01 | Update copyrights for 2013 | Bruce Momjian | |
Fully update git head, and update back branches in ./COPYRIGHT and legal.sgml files. | |||
2012-11-28 | Split out rmgr rm_desc functions into their own files | Alvaro Herrera | |
This is necessary (but not sufficient) to have them compilable outside of a backend environment. |