[COMMITTERS] pgsql: Fix snapshot management, take two.

2009-10-07 Thread Alvaro Herrera
Log Message: --- Fix snapshot management, take two. Partially revert the previous patch I installed and replace it with a more general fix: any time a snapshot is pushed as Active, we need to ensure that it will not be modified in the future. This means that if the same snapshot is used a

[COMMITTERS] pgsql: Fix snapshot management, take two.

2009-10-07 Thread Alvaro Herrera
Log Message: --- Fix snapshot management, take two. Partially revert the previous patch I installed and replace it with a more general fix: any time a snapshot is pushed as Active, we need to ensure that it will not be modified in the future. This means that if the same snapshot is used a

[COMMITTERS] pgsql: Make it possibly to specify GUC params per user and per database.

2009-10-07 Thread Alvaro Herrera
Log Message: --- Make it possibly to specify GUC params per user and per database. Create a new catalog pg_db_role_setting where they are now stored, and better encapsulate the code that deals with settings into its realm. The old datconfig and rolconfig columns are removed. psql has gai

[COMMITTERS] pgsql: Support use of function argument names to identify which actual

2009-10-07 Thread Tom Lane
Log Message: --- Support use of function argument names to identify which actual arguments match which function parameters. The syntax uses AS, for example funcname(value AS arg1, anothervalue AS arg2) Pavel Stehule Modified Files: -- pgsql/doc/src/sgml/ref:

[COMMITTERS] pgsql: Update plhandler.sgml to describe validators and inline handlers

2009-10-07 Thread Tom Lane
Log Message: --- Update plhandler.sgml to describe validators and inline handlers for procedural languages. Modified Files: -- pgsql/doc/src/sgml: plhandler.sgml (r1.7 -> r1.8) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/plhandler.sgml?r1=1

[COMMITTERS] pgsql: Fix off-by-one bug in bitncmp(): When comparing a number of bits

2009-10-07 Thread Heikki Linnakangas
Log Message: --- Fix off-by-one bug in bitncmp(): When comparing a number of bits divisible by 8, bitncmp() may dereference a pointer one byte out of bounds. Chris Mikkelson (bug #5101) Modified Files: -- pgsql/src/backend/utils/adt: network.c (r1.74 -> r1.75)

[COMMITTERS] pgsql: Fix off-by-one bug in bitncmp(): When comparing a number of bits

2009-10-07 Thread Heikki Linnakangas
Log Message: --- Fix off-by-one bug in bitncmp(): When comparing a number of bits divisible by 8, bitncmp() may dereference a pointer one byte out of bounds. Chris Mikkelson (bug #5101) Tags: REL8_4_STABLE Modified Files: -- pgsql/src/backend/utils/adt: netwo

[COMMITTERS] pgsql: Fix off-by-one bug in bitncmp(): When comparing a number of bits

2009-10-07 Thread Heikki Linnakangas
Log Message: --- Fix off-by-one bug in bitncmp(): When comparing a number of bits divisible by 8, bitncmp() may dereference a pointer one byte out of bounds. Chris Mikkelson (bug #5101) Tags: REL8_2_STABLE Modified Files: -- pgsql/src/backend/utils/adt: netwo

[COMMITTERS] pgsql: Fix off-by-one bug in bitncmp(): When comparing a number of bits

2009-10-07 Thread Heikki Linnakangas
Log Message: --- Fix off-by-one bug in bitncmp(): When comparing a number of bits divisible by 8, bitncmp() may dereference a pointer one byte out of bounds. Chris Mikkelson (bug #5101) Tags: REL8_1_STABLE Modified Files: -- pgsql/src/backend/utils/adt: netwo

[COMMITTERS] pgsql: Fix off-by-one bug in bitncmp(): When comparing a number of bits

2009-10-07 Thread Heikki Linnakangas
Log Message: --- Fix off-by-one bug in bitncmp(): When comparing a number of bits divisible by 8, bitncmp() may dereference a pointer one byte out of bounds. Chris Mikkelson (bug #5101) Tags: REL8_0_STABLE Modified Files: -- pgsql/src/backend/utils/adt: netwo

[COMMITTERS] pgsql: Fix off-by-one bug in bitncmp(): When comparing a number of bits

2009-10-07 Thread Heikki Linnakangas
Log Message: --- Fix off-by-one bug in bitncmp(): When comparing a number of bits divisible by 8, bitncmp() may dereference a pointer one byte out of bounds. Chris Mikkelson (bug #5101) Tags: REL7_4_STABLE Modified Files: -- pgsql/src/backend/utils/adt: netwo

[COMMITTERS] pgsql: Fix off-by-one bug in bitncmp(): When comparing a number of bits

2009-10-07 Thread Heikki Linnakangas
Log Message: --- Fix off-by-one bug in bitncmp(): When comparing a number of bits divisible by 8, bitncmp() may dereference a pointer one byte out of bounds. Chris Mikkelson (bug #5101) Tags: REL8_3_STABLE Modified Files: -- pgsql/src/backend/utils/adt: netwo