[COMMITTERS] pgsql: Move PGAC_LDAP_SAFE to config/programs.m4.

2014-07-25 Thread Noah Misch
Move PGAC_LDAP_SAFE to config/programs.m4. This restores the style of keeping configure.in free of AC_DEFUN. Per gripe from Tom Lane. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/e565ff7553e60b3d13dde410ef96f5256c5525eb Modified Files -- config/progr

[COMMITTERS] pgsql: Handle WAIT_IO_COMPLETION return from WaitForMultipleObjectsEx()

2014-07-25 Thread Noah Misch
Handle WAIT_IO_COMPLETION return from WaitForMultipleObjectsEx(). This return code is possible wherever we pass bAlertable = TRUE; it arises when Windows caused the current thread to run an "I/O completion routine" or an "asynchronous procedure call". PostgreSQL does not provoke either of those W

[COMMITTERS] pgsql: Fix a performance problem in pg_dump's dump order selection logi

2014-07-25 Thread Tom Lane
Fix a performance problem in pg_dump's dump order selection logic. findDependencyLoops() was not bright about cases where there are multiple dependency paths between the same two dumpable objects. In most scenarios this did not hurt us too badly; but since the introduction of section boundary pse

[COMMITTERS] pgsql: Fix a performance problem in pg_dump's dump order selection logi

2014-07-25 Thread Tom Lane
Fix a performance problem in pg_dump's dump order selection logic. findDependencyLoops() was not bright about cases where there are multiple dependency paths between the same two dumpable objects. In most scenarios this did not hurt us too badly; but since the introduction of section boundary pse

[COMMITTERS] pgsql: Fix a performance problem in pg_dump's dump order selection logi

2014-07-25 Thread Tom Lane
Fix a performance problem in pg_dump's dump order selection logic. findDependencyLoops() was not bright about cases where there are multiple dependency paths between the same two dumpable objects. In most scenarios this did not hurt us too badly; but since the introduction of section boundary pse

[COMMITTERS] pgsql: Fix a performance problem in pg_dump's dump order selection logi

2014-07-25 Thread Tom Lane
Fix a performance problem in pg_dump's dump order selection logic. findDependencyLoops() was not bright about cases where there are multiple dependency paths between the same two dumpable objects. In most scenarios this did not hurt us too badly; but since the introduction of section boundary pse

[COMMITTERS] pgsql: Fix a performance problem in pg_dump's dump order selection logi

2014-07-25 Thread Tom Lane
Fix a performance problem in pg_dump's dump order selection logic. findDependencyLoops() was not bright about cases where there are multiple dependency paths between the same two dumpable objects. In most scenarios this did not hurt us too badly; but since the introduction of section boundary pse