Log Message:
---
Update journaling performance docs based on comments by Michael Renner.
Modified Files:
--
pgsql/doc/src/sgml:
wal.sgml (r1.54 -> r1.55)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/wal.sgml?r1=1.54&r2=1.55)
--
Sent via pg
Log Message:
---
Tweak the tree descent loop in fsm_search_avail to not look at the
right child if it doesn't need to. This saves some miniscule number
of cycles, but the ulterior motive is to avoid an optimization bug
known to exist in SCO's C compiler (and perhaps others?)
Modified File
Log Message:
---
Fix for internal NOTICE messages in production
Modified Files:
--
src/pl:
sqlLookup.pl (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/snapshot/src/pl/sqlLookup.pl.diff?r1=1.2&r2=1.3)
--
Sent via pgsql-committers mailing list
Log Message:
---
Cosmetic fix
Modified Files:
--
src/pl:
createSnapshotLogEntryColumns.pl (r1.1.1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/snapshot/src/pl/createSnapshotLogEntryColumns.pl.diff?r1=1.1.1.1&r2=1.2)
--
Sent via pgsql-committers
Log Message:
---
Append major version number and for libraries soname major version number
to the gettext domain name, to simplify parallel installations.
Also, rename set_text_domain() to pg_bindtextdomain(), because that is what
it does.
Modified Files:
--
pgsql: