Mailing lists [pgsql-committers]
- pgsql: Add missing "static" marker to internal_ping(). Tom Lane
- pgsql: Fix a couple more missing "static" markers. Tom Lane
- pgsql: Suppress some "variable might be clobbered by longjmp" warnings. Tom Lane
- pgsql: Tighten pg_upgrade check for pre-8.4 toast table name matching. Bruce Momjian
- pgsql: Silence compiler warning about undefined function when compiling Heikki Linnakangas
- Re: pgsql: Efficient transaction-controlled synchronous replication. Fujii Masao
- pgsql: Begin error message with lower-case letter. Heikki Linnakangas
- pgsql: Document the DEFERRABLE option in SET TRANSACTION command. Heikki Linnakangas
- Re: pgsql: Efficient transaction-controlled synchronous replication. Simon Riggs
- pgsql: Zero out vacuum_count and related counters in pgstat_recv_tabsta Tom Lane
- pgsql: Synchronous replication doc corrections. Robert Haas
- pgsql: Reword alpha release note item on SSI. Robert Haas
- pgsql: If recovery_target_timeline is set to 'latest' and standby mode Heikki Linnakangas
- pgsql: Minor copy-editing in CREATE TRIGGER reference page. Tom Lane
- pgsql: Improve description of inquiry functions that accept regclass. Tom Lane
- pgsql: Fix behavior when raising plpy.Fatal() Peter Eisentraut
- pgsql: Report Python errors from iterators with PLy_elog Peter Eisentraut
- Re: pgsql: Basic Recovery Control functions for use in Hot Standby. Pause, Jaime Casanova