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
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
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
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:
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
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)
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
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
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
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
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
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
12 matches
Mail list logo