[COMMITTERS] pgsql: Improve git_changelog's handling of inconsistent commit ordering

2011-10-23 Thread Tom Lane
Improve git_changelog's handling of inconsistent commit orderings. Use the CommitDate not the AuthorDate, as the former is representative of the order in which things went into the main repository, and the latter isn't very; we now have instances where the AuthorDate is as much as a month before t

[COMMITTERS] pgsql: Make psql support tab completion of EXECUTE

2011-10-23 Thread Tom Lane
Make psql support tab completion of EXECUTE . Andreas Karlsson, reviewed by Josh Kupershmidt Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/8140c1bcf355c4925114cc127de476384053dc96 Modified Files -- src/bin/psql/tab-complete.c | 13 - 1 fil