[COMMITTERS] pgsql: initdb: Suppress dynamic shared memory when probing for max_conn

2013-10-16 Thread Robert Haas
initdb: Suppress dynamic shared memory when probing for max_connections. This might not be the right long-term solution here, but it will hopefully turn the buildfarm green again. Oversight noted by Andres Freund Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/d41ab

[COMMITTERS] pgsql: Allow 5+ digit years for non-ISO timestamp/date strings, where a

2013-10-16 Thread Bruce Momjian
Allow 5+ digit years for non-ISO timestamp/date strings, where appropriate Report from Haribabu Kommi Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/7778ddc7a2d5b006edbfa69cdb44b8d8c24ec1ff Modified Files -- src/backend/utils/adt/datetime.c |