Added new version of ecpg's parser generator script. This one was written by
Andy Colson .
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/32fce70564999a90d48a27c4279a8908e90f3ece
Modified Files
--
src/interfaces/ecpg/preproc/Makefile |4 +-
src/i
Run a portal's cleanup hook immediately when pushing it to DONE state.
This works around the problem noted by Yamamoto Takashi in bug #5906,
that there were code paths whereby we could reach AtCleanup_Portals
with a portal's cleanup hook still unexecuted. The changes I made
a few days ago were in
Fix citext's upgrade-from-unpackaged script to set its collation correctly.
Although there remains some debate about how CREATE TYPE should represent
the collation property, this doesn't really affect what we need to do in
citext's script, so go ahead and fix that.
Branch
--
master
Details
-
Further refine patch for commenting operator implementation functions.
Instead of manually maintaining the "implementation of XXX operator"
comments in pg_proc.h, delete all those entries and let initdb create
them via a join. To let initdb figure out which name to use when there
is a conflict, c
Add a comment explaining the recent fix for plpython breakage in commit 4c966d9.
Mostly text supplied by Jan UrbaĆski.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/12bf602f3fe963a9d155778b9385186c3a0b5ed3
Modified Files
--
src/pl/plpython/plpython.c |
Log Message:
---
Allow to set correct client encoding to libpq params.
Previously, pg_statsinfo always used SQL_ASCII encoding for libpq.
Therefore, encoding-errors were occurred if monitoring db and the
repository db are different encoding.
Modified Files:
--
pg_sta
Log Message:
---
* Fix some problems for pg_statsinfo on the standby server.
- PostgreSQL sometimes output stderr messages to *.log through system(),
so in a few cases, pg_statsinfo's logger will go into infinit-loop for
these unexpected messages...
- On standby server, pg_stats
Log Message:
---
* Ooops, a typo was remained...
Modified Files:
--
pg_statsinfo/bin:
logger.c (r1.25 -> r1.26)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgstatsinfo/pg_statsinfo/bin/logger.c?r1=1.25&r2=1.26)
--
Sent via pgsql-committers mailing list (