[COMMITTERS] pgsql: Fix minor bug in regexp makesearch() function.

2015-09-09 Thread Tom Lane
Fix minor bug in regexp makesearch() function. The list-wrangling here was done wrong, allowing the same state to get put into the list twice. The following loop then would clone it twice. The second clone would wind up with no inarcs, so that there was no observable misbehavior AFAICT, but a use

[COMMITTERS] pgsql: Fix minor bug in regexp makesearch() function.

2015-09-09 Thread Tom Lane
Fix minor bug in regexp makesearch() function. The list-wrangling here was done wrong, allowing the same state to get put into the list twice. The following loop then would clone it twice. The second clone would wind up with no inarcs, so that there was no observable misbehavior AFAICT, but a use

[COMMITTERS] pgsql: Fix minor bug in regexp makesearch() function.

2015-09-09 Thread Tom Lane
Fix minor bug in regexp makesearch() function. The list-wrangling here was done wrong, allowing the same state to get put into the list twice. The following loop then would clone it twice. The second clone would wind up with no inarcs, so that there was no observable misbehavior AFAICT, but a use

[COMMITTERS] pgsql: Fix minor bug in regexp makesearch() function.

2015-09-09 Thread Tom Lane
Fix minor bug in regexp makesearch() function. The list-wrangling here was done wrong, allowing the same state to get put into the list twice. The following loop then would clone it twice. The second clone would wind up with no inarcs, so that there was no observable misbehavior AFAICT, but a use

[COMMITTERS] pgsql: Fix minor bug in regexp makesearch() function.

2015-09-09 Thread Tom Lane
Fix minor bug in regexp makesearch() function. The list-wrangling here was done wrong, allowing the same state to get put into the list twice. The following loop then would clone it twice. The second clone would wind up with no inarcs, so that there was no observable misbehavior AFAICT, but a use

[COMMITTERS] pgsql: Fix minor bug in regexp makesearch() function.

2015-09-09 Thread Tom Lane
Fix minor bug in regexp makesearch() function. The list-wrangling here was done wrong, allowing the same state to get put into the list twice. The following loop then would clone it twice. The second clone would wind up with no inarcs, so that there was no observable misbehavior AFAICT, but a use

[COMMITTERS] pgsql: Fix minor bug in regexp makesearch() function.

2015-09-09 Thread Tom Lane
Fix minor bug in regexp makesearch() function. The list-wrangling here was done wrong, allowing the same state to get put into the list twice. The following loop then would clone it twice. The second clone would wind up with no inarcs, so that there was no observable misbehavior AFAICT, but a use

[COMMITTERS] pgsql: Fix oversight in 013ebc0a7b7ea9c1b1ab7a3d4dd75ea121ea8ba7 commit

2015-09-09 Thread Teodor Sigaev
Fix oversight in 013ebc0a7b7ea9c1b1ab7a3d4dd75ea121ea8ba7 commit Declaration of varibale inside ÓÝ×Õ Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/223936e22691ccae02be7e2980b6f565518bff19 Modified Files -- src/backend/access/gist/gistget.c |4 +++-

[COMMITTERS] pgsql: Microvacuum for GIST

2015-09-09 Thread Teodor Sigaev
Microvacuum for GIST Mark index tuple as dead if it's pointed by kill_prior_tuple during ordinary (search) scan and remove it during insert process if there is no enough space for new tuple to insert. This improves select performance because index will not return tuple marked as dead and improves

[COMMITTERS] pgsql: Remove files signaling a standby promotion request at postmaster

2015-09-09 Thread Fujii Masao
Remove files signaling a standby promotion request at postmaster startup This commit makes postmaster forcibly remove the files signaling a standby promotion request. Otherwise, the existence of those files can trigger a promotion too early, whether a user wants that or not. This removal of files

[COMMITTERS] pgsql: Remove files signaling a standby promotion request at postmaster

2015-09-09 Thread Fujii Masao
Remove files signaling a standby promotion request at postmaster startup This commit makes postmaster forcibly remove the files signaling a standby promotion request. Otherwise, the existence of those files can trigger a promotion too early, whether a user wants that or not. This removal of files

[COMMITTERS] pgsql: Remove files signaling a standby promotion request at postmaster

2015-09-09 Thread Fujii Masao
Remove files signaling a standby promotion request at postmaster startup This commit makes postmaster forcibly remove the files signaling a standby promotion request. Otherwise, the existence of those files can trigger a promotion too early, whether a user wants that or not. This removal of files

[COMMITTERS] pgsql: Remove files signaling a standby promotion request at postmaster

2015-09-09 Thread Fujii Masao
Remove files signaling a standby promotion request at postmaster startup This commit makes postmaster forcibly remove the files signaling a standby promotion request. Otherwise, the existence of those files can trigger a promotion too early, whether a user wants that or not. This removal of files

[COMMITTERS] pgsql: Remove files signaling a standby promotion request at postmaster

2015-09-09 Thread Fujii Masao
Remove files signaling a standby promotion request at postmaster startup This commit makes postmaster forcibly remove the files signaling a standby promotion request. Otherwise, the existence of those files can trigger a promotion too early, whether a user wants that or not. This removal of files

[COMMITTERS] pgsql: Remove files signaling a standby promotion request at postmaster

2015-09-09 Thread Fujii Masao
Remove files signaling a standby promotion request at postmaster startup This commit makes postmaster forcibly remove the files signaling a standby promotion request. Otherwise, the existence of those files can trigger a promotion too early, whether a user wants that or not. This removal of files