[COMMITTERS] pgsql: Remove unused tzn arguments for timestamp2tm()

2012-03-15 Thread Peter Eisentraut
Remove unused tzn arguments for timestamp2tm() Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/531e60aec02fa14d02185e42363b2277427e2119 Modified Files -- src/backend/utils/adt/date.c |9 +++-- src/backend/utils/adt/timestamp.c | 26 +

[COMMITTERS] pgsql: Add const qualifier to tzn returned by timestamp2tm()

2012-03-15 Thread Peter Eisentraut
Add const qualifier to tzn returned by timestamp2tm() The tzn value might come from tm->tm_zone, which libc declares as const, so it's prudent that the upper layers know about this as well. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/eb990a2b9efff853d0c68a9cf902b

[COMMITTERS] pgsql: sepgsql_setcon().

2012-03-15 Thread Robert Haas
sepgsql_setcon(). This is intended as infrastructure to allow sepgsql to cooperate with connection pooling software, by allowing the effective security label to be set for each new connection. KaiGai Kohei, reviewed by Yeb Havinga. Branch -- master Details --- http://git.postgresql.org/

[COMMITTERS] pgsql: Copy editing of sepgsql documentation.

2012-03-15 Thread Robert Haas
Copy editing of sepgsql documentation. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/d0ed9efdf713f1bd8cdb5897d3f0c825986ff3b4 Modified Files -- doc/src/sgml/sepgsql.sgml | 112 ++--- 1 files changed, 54 insertions

[COMMITTERS] pgsql: A couple more fixes for the sepgsql documentation.

2012-03-15 Thread Robert Haas
A couple more fixes for the sepgsql documentation. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/4012810a688f37ea12159f93d3ab0a1ed47ca3dc Modified Files -- doc/src/sgml/sepgsql.sgml |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) -- Se