Mailing lists [pgsql-committers]
- pgsql: Provide interim statistics while in mid-checkpoint. Simon Riggs
- pgsql: Checkpointer starts before bgwriter to avoid missing fsync reque Simon Riggs
- Re: pgsql: Checkpointer starts before bgwriter to avoid missing fsync reque Heikki Linnakangas
- pgsql: After any checkpoint, close all smgr files handles in bgwriter Simon Riggs
- pginstaller - pginst: Update for 8.3.19 dpage@pgfoundry.org (Dave Page)
- pgsql: Copy editing of release notes for couple of my items. Simon Riggs
- pgsql: Clarify description of covering indexes in release notes Simon Riggs
- pgsql: Improve description of pg_stat_statements normalisation in relea Simon Riggs
- pgsql: Avoid early reuse of btree pages, causing incorrect query result Simon Riggs
- pgsql: Avoid early reuse of btree pages, causing incorrect query result Simon Riggs
- pgsql: Avoid early reuse of btree pages, causing incorrect query result Simon Riggs
- pgsql: Avoid early reuse of btree pages, causing incorrect query result Simon Riggs
- pgsql: Avoid early reuse of btree pages, causing incorrect query result Simon Riggs
- pgsql: In pg_upgrade, report pre-PG 8.1 plpython helper functions left Bruce Momjian
- pgtcl - libpgtcl: * Add new pg_dbinfo options "dbname", "user", "pass", karl@pgfoundry.org (User Karl)
- pgsql: Tag refs/tags/REL8_3_19 was created pgsql@postgresql.org
- pgsql: Tag refs/tags/REL9_0_8 was created pgsql@postgresql.org
- pgsql: Tag refs/tags/REL9_2_BETA2 was created pgsql@postgresql.org
- pgsql: Tag refs/tags/REL9_1_4 was created pgsql@postgresql.org
- pgsql: Tag refs/tags/REL8_4_12 was created pgsql@postgresql.org
- pgsql: Fix memory leaks in failure paths in buildACLCommands and parseA Tom Lane
- pgtcl - libpgtcl: Change dbinfo option "pass" to "password". karl@pgfoundry.org (User Karl)
- pgsql: Fix some more bugs in contrib/xml2's xslt_process(). Tom Lane
- pgsql: Fix some more bugs in contrib/xml2's xslt_process(). Tom Lane
- pgsql: Fix some more bugs in contrib/xml2's xslt_process(). Tom Lane
- pgsql: Fix some more bugs in contrib/xml2's xslt_process(). Tom Lane
- pgsql: Fix some more bugs in contrib/xml2's xslt_process(). Tom Lane
- pgsql: Fix bogus handling of control characters in json_lex_string(). Tom Lane
- Re: pgsql: pg_basebackup: Error message improvements. Magnus Hagander
- pgsql: Backpatch error message fix from 81f6bbe8ade8c90f23f9286ca9ca726 Magnus Hagander
- pgsql: Add example of archive_command to use with pg_receivexlog Magnus Hagander
- pgsql: Fix typo Magnus Hagander
- pgsql: Use strerror(errno) instead of %m Magnus Hagander
- npgsql - Npgsql2: [#1011200] Uses API not supported in MonoTouch. fxjr@pgfoundry.org (User Fxjr)
- pgsql: Fix more crash-safe visibility map bugs, and improve comments. Robert Haas
- pgsql: Wake WALSender to reduce data loss at failover for async commit. Simon Riggs
- pgsql: Wake WALSender to reduce data loss at failover for async commit. Simon Riggs
- pgsql: Wake WALSender to reduce data loss at failover for async commit. Simon Riggs
- pgsql: Do unlocked prechecks in bufmgr.c loops that scan the whole buff Tom Lane
- pgsql: Message style improvements Peter Eisentraut
- pgsql: Documentation spell and markup checking Peter Eisentraut
- pgsql: Scan the buffer pool just once, not once per fork, during relati Tom Lane
- pgsql: Revert "Wake WALSender to reduce data loss at failover for async Tom Lane
- pgsql: Documentation style improvements Peter Eisentraut
- pgsql: When using libpq URI syntax, error out on invalid parameter name Robert Haas
- pgsql: Fix bug in early startup of Hot Standby with subtransactions. Simon Riggs
- pgsql: Fix bug in early startup of Hot Standby with subtransactions. Simon Riggs
- pgsql: Fix bug in early startup of Hot Standby with subtransactions. Simon Riggs
- pgsql: Revert error message on GLOBAL/LOCAL pending further discussion Simon Riggs
- pgsql: Make include files work without having to include other ones fir Peter Eisentraut
- pgsql: Error message capitalization fix Magnus Hagander
- pgsql: Fix pg_basebackup/pg_receivexlog for floating point timestamps Magnus Hagander
- pgsql: Update pgindent install instructions and update typedef list. Bruce Momjian
- pgsql: Run pgindent on 9.2 source tree in preparation for first 9.3 Bruce Momjian
- pgsql: Revert behaviour of -x/--xlog to 9.1 semantics Magnus Hagander
- pgsql: Prevent non-streaming replication connections from being selecte Magnus Hagander
- pgsql: Prevent non-streaming replication connections from being selecte Magnus Hagander
- pgsql: pg_receivexlog: Rename option --dir to --directory Peter Eisentraut
- pgsql: Fix pg_dump output to a named tar-file archive. Tom Lane
- pgsql: Ensure pg_ctl behaves sanely when data directory is not specifie Tom Lane
- pgsql: Copy-editing of release notes. Robert Haas
- pgsql: Mark JSON error detail messages for translation. Robert Haas
- pgsql: Minor code review for json.c. Tom Lane
- pgsql: Improve documentation of postgres -C option Peter Eisentraut
- pgsql: In pg_upgrade, verify that the install user has the same oid on Bruce Momjian
- pgsql: In pg_upgrade, verify that the install user has the same oid on Bruce Momjian
- pgsql: In pg_upgrade, report pre-PG 8.1 plpython helper functions left Bruce Momjian
- pgsql: Support Linux's oom_score_adj API as well as the older oom_adj A Tom Lane
- pgsql: Deprecate use of GLOBAL and LOCAL in temp table creation. Tom Lane
- pgsql: Fix description of SQL-standard meaning of CREATE LOCAL TEMP TAB Tom Lane
- pgsql: Revert "Reduce checkpoints and WAL traffic on low activity datab Tom Lane
- pgsql: Remove release note entry for reverted patch. Tom Lane
- pgsql: Revisit error message details for JSON input parsing. Tom Lane
- pgsql: Branch refs/heads/REL9_2_STABLE was created pgsql@postgresql.org
- pgsql: Stamp HEAD as 9.3devel. Tom Lane
- pgsql: Stamp library minor versions for 9.3. Tom Lane
- pgsql: Flesh out RELEASE_CHANGES instructions for branching in git. Tom Lane
- pgsql: Add 9.2 branch to git_changelog's list. Tom Lane
- pgsql: Make \conninfo print SSL information. Robert Haas
- pgsql: Remove RELKIND_UNCATALOGED. Robert Haas
- pgsql: Remove misplaced sanity check from heap_create(). Robert Haas
- pgsql: Add new function log_newpage_buffer. Robert Haas
- pgsql: During transaction cleanup, release locks before deleting files. Robert Haas
- pgsql: New SQL functons pg_backup_in_progress() and pg_backup_start_tim Robert Haas
- pgsql: Doc corrections for pg_is_in_backup patch. Robert Haas
- pgsql: Improve readability and error messages in pg_backup_start_time. Robert Haas
- pgsql: Add more message pluralization Peter Eisentraut
- pgsql: Add more message pluralization Peter Eisentraut
- Re: pgsql: New SQL functons pg_backup_in_progress() and pg_backup_start_tim Magnus Hagander
- pgsql: Improve reporting of permission errors for array types Peter Eisentraut
- pgsql: Improve reporting of permission errors for array types Peter Eisentraut
- pgsql: Improve pg_upgrade wording for pg_ctl start failure; could be Bruce Momjian
- pgsql: Improve pg_upgrade wording for pg_ctl start failure; could be Bruce Momjian
- pgsql: Update pgindent Perl indentation instructions based on feedback Bruce Momjian
- pgsql: Update pgindent Perl indentation instructions based on feedback Bruce Momjian
- pgsql: In pgindent, suppress reading the perltidy RC file using --nopro Bruce Momjian
- pgsql: In pgindent, suppress reading the perltidy RC file using --nopro Bruce Momjian
- pgsql: Remove 'for' loop perltidy argument, and move args to perltidyrc Bruce Momjian
- pgsql: Remove 'for' loop perltidy argument, and move args to perltidyrc Bruce Momjian
- pgsql: Add missing subtitle for compressed archive logs Magnus Hagander
- pgsql: Reorder basebackup options, to list pg_basebackup first Magnus Hagander
- pgsql: Add missing subtitle for compressed archive logs Magnus Hagander
- pgsql: Reorder basebackup options, to list pg_basebackup first Magnus Hagander
- pgsql: Add missing subtitle for compressed archive logs Magnus Hagander
- pgsql: Fix stats collector to recover nicely when system clock goes bac Tom Lane
- pgsql: Make documentation of --help and --version options more consiste Peter Eisentraut
- pgsql: Make documentation of --help and --version options more consiste Peter Eisentraut
- pgsql: Refer to the default foreign key match style as MATCH SIMPLE int Tom Lane
- pgtcl - libpgtcl: * Add new -withoutnulls option to pg_select, if set karl@pgfoundry.org (User Karl)
- pgtcl - libpgtcl: Reference variable name as a string, not an object, karl@pgfoundry.org (User Karl)
- pgsql: Change ON UPDATE SET NULL/SET DEFAULT referential actions to mee Tom Lane
- pgsql: Update SQL spec references in ri_triggers code to match SQL:2008 Tom Lane
- pgsql: pg_dump: Add missing newlines at end of messages Peter Eisentraut
- pgsql: pg_dump: Add missing newlines at end of messages Peter Eisentraut
- pgsql: Remove derived fields from RI_QueryKey, and do a bit of other cl Tom Lane
- pgsql: Allow ON UPDATE/DELETE SET DEFAULT plans to be cached. Tom Lane
- pgsql: Improve comments about why SET DEFAULT triggers must recheck for Tom Lane
- pgsql: Share RI trigger code between NO ACTION and RESTRICT cases. Tom Lane
- pgsql: Update copyright year in forgotten places Peter Eisentraut
- pgsql: Remove confusing half sentence from legal notice Peter Eisentraut
- pgsql: Update copyright year in forgotten places Peter Eisentraut
- pgsql: Remove confusing half sentence from legal notice Peter Eisentraut
- pgsql: Update copyright year in forgotten places Peter Eisentraut
- pgsql: Update copyright year in forgotten places Peter Eisentraut
- pgsql: pg_dump: Fix verbosity level in LO progress messages Alvaro Herrera
- pgsql: pg_dump: Fix verbosity level in LO progress messages Alvaro Herrera
- pgsql: pg_dump: Fix verbosity level in LO progress messages Alvaro Herrera
- pgsql: pg_dump: Fix verbosity level in LO progress messages Alvaro Herrera
- pgsql: pg_dump: Fix verbosity level in LO progress messages Alvaro Herrera
- pgsql: Add pgbench option to add foreign key constraints to the standar Tom Lane
- pgsql: Improve tests for whether we can skip queueing RI enforcement tr Tom Lane
- Re: pgsql: Remove confusing half sentence from legal notice Magnus Hagander
- pgsql: Cache the results of ri_FetchConstraintInfo in a backend-local c Tom Lane
- pgsql: Increase MAX_SYSCACHE_CALLBACKS from 20 to 32. Tom Lane
- pgsql: Remove incomplete/incorrect support for zero-column foreign keys Tom Lane
- pgsql: Add a small cache of locks owned by a resource owner in Resource Heikki Linnakangas
- pgsql: Repair comment mangled by a pgindent run long ago Alvaro Herrera
- pgsql: Fix memory leak in ARRAY(SELECT ...) subqueries. Tom Lane
- pgsql: Fix memory leak in ARRAY(SELECT ...) subqueries. Tom Lane
- pgsql: Fix memory leak in ARRAY(SELECT ...) subqueries. Tom Lane
- pgsql: Fix memory leak in ARRAY(SELECT ...) subqueries. Tom Lane
- pgsql: Fix memory leak in ARRAY(SELECT ...) subqueries. Tom Lane
- pgsql: Fix memory leak in ARRAY(SELECT ...) subqueries. Tom Lane
- Re: pgsql: Remove confusing half sentence from legal notice Peter Eisentraut
- pgsql: Make placeholders in SQL command help more consistent and precis Peter Eisentraut
- pgsql: Make placeholders in SQL command help more consistent and precis Peter Eisentraut
- pgsql: Document that && can be used to search arrays. Robert Haas
- pgsql: Make pgbench -i emit only one-tenth as many status messages. Robert Haas
- pgsql: Move WAL continuation record information to WAL page header. Heikki Linnakangas
- pgsql: Allow WAL record header to be split across pages. Heikki Linnakangas
- pgsql: Don't waste the last segment of each 4GB logical log file. Heikki Linnakangas
- pgsql: Replace XLogRecPtr struct with a 64-bit integer. Heikki Linnakangas
- pgsql: Use LL suffix for 64-bit constants. Heikki Linnakangas
- pgsql: Oops. Remove stray paren. Heikki Linnakangas
- Re: pgsql: Remove confusing half sentence from legal notice Magnus Hagander
- pgsql: Use UINT64CONST for 64-bit integer constants. Heikki Linnakangas
- pgsql: I missed some references to xlogid/xrecoff in Win32-only code. F Heikki Linnakangas
- pgsql: Replace int2/int4 in C code with int16/int32 Peter Eisentraut
- pgsql: Fix warning for 64-bit literal on 32-bit build. Kevin Grittner
- pgsql: Remove sanity test in XRecOffIsValid. Robert Haas
- pgsql: Fix typo in DEBUG message, introduced by recent WAL refactoring. Robert Haas
- pgsql: Unbreak pg_resetxlog -l. Robert Haas
- pgsql: Unify calling conventions for postgres/postmaster sub-main funct Peter Eisentraut
- pgsql: Tighten up includes in sinvaladt.h, twophase.h, proc.h Alvaro Herrera
- pgsql: Improve pg_dump's dependency-sorting logic to enforce section du Tom Lane
- pgsql: Make pg_dump emit more accurate dependency information. Tom Lane
- pgsql: Make pg_dump emit more accurate dependency information. Tom Lane
- pgsql: Improve pg_dump's dependency-sorting logic to enforce section du Tom Lane
- pgsql: Improve pg_dump's dependency-sorting logic to enforce section du Tom Lane
- pgsql: Fix pg_upgrade, broken by the xlogid/segno -> 64-bit int refacto Heikki Linnakangas
- pgsql: Backport fsync queue compaction logic to all supported branches. Robert Haas
- pgsql: Backport fsync queue compaction logic to all supported branches. Robert Haas
- pgsql: Backport fsync queue compaction logic to all supported branches. Robert Haas
- pgsql: Reduce use of heavyweight locking inside hash AM. Robert Haas
- pgsql: Make DROP FUNCTION hint more informative. Robert Haas
- pgsql: Cope with smaller-than-normal BLCKSZ setting in SPGiST indexes o Tom Lane
- pgsql: Cope with smaller-than-normal BLCKSZ setting in SPGiST indexes o Tom Lane
- pgsql: When LWLOCK_STATS is defined, count spindelays. Robert Haas
- pgsql: Allow pg_terminate_backend() to be used on backends with matchin Robert Haas
- pgsql: Use system install program when available and usable Peter Eisentraut
- pgsql: Allow pg_terminate_backend() to be used on backends with matchin Robert Haas
- pgsql: Update release notes for pg_terminate_backend changes. Robert Haas
- pgsql: Update release notes for pg_terminate_backend changes. Robert Haas
- Re: pgsql: Use system install program when available and usable Tom Lane
- pgsql: I neglected many comments in the log+seg -> 64-bit segno patch. Heikki Linnakangas
- pgsql: Fix two more neglected comments, still referring to log/seg. Heikki Linnakangas
- pgsql: Fix install program detection Peter Eisentraut
- pgsql: Make UtilityContainsQuery recurse until it finds a non-utility Q Tom Lane
- pgsql: Make UtilityContainsQuery recurse until it finds a non-utility Q Tom Lane
- pgsql: Add missing space in event_source GUC description. Robert Haas
- pgsql: Dramatically reduce System V shared memory consumption. Robert Haas
- Re: pgsql: Fix install program detection Alvaro Herrera
- Re: pgsql: Fix install program detection Tom Lane
- Re: pgsql: Fix install program detection Robert Haas
- pgsql: Fix broken mmap failure-detection code, and improve error messag Robert Haas
- Re: pgsql: Fix install program detection Tom Lane
- pgsql: Further fix install program detection Peter Eisentraut
- pgsql: Update outdated commit; xlp_rem_len field is in page header now. Heikki Linnakangas
- pgsql: Provide MAP_FAILED if sys/mman.h doesn't. Tom Lane
- pgsql: pg_upgrade: fix off-by-one mistake in snprintf Alvaro Herrera
- pgsql: Fix NOTIFY to cope with I/O problems, such as out-of-disk-space. Tom Lane
- pgsql: Fix NOTIFY to cope with I/O problems, such as out-of-disk-space. Tom Lane
- pgsql: Fix NOTIFY to cope with I/O problems, such as out-of-disk-space. Tom Lane
- pgsql: Fix NOTIFY to cope with I/O problems, such as out-of-disk-space. Tom Lane
- pgsql: Make init-po and update-po recursive make targets Peter Eisentraut
- pgsql: pg_dump: Fix verbosity level in LO progress messages Alvaro Herrera
- pgsql: Make the pg_upgrade log files contain actual commands Alvaro Herrera
- pgsql: Make the pg_upgrade log files contain actual commands Alvaro Herrera
- pgsql: Initialize shared memory copy of ckptXidEpoch correctly when not Heikki Linnakangas
- pgsql: Initialize shared memory copy of ckptXidEpoch correctly when not Heikki Linnakangas
- pgsql: Initialize shared memory copy of ckptXidEpoch correctly when not Heikki Linnakangas
- pgsql: Initialize shared memory copy of ckptXidEpoch correctly when not Heikki Linnakangas
- Re: pgsql: pg_dump: Fix verbosity level in LO progress messages Alvaro Herrera
- Re: pgsql: Dramatically reduce System V shared memory consumption. Andres Freund
- pgsql: Fix confusion between "size" and "AnonymousShmemSize". Tom Lane
- Re: pgsql: Dramatically reduce System V shared memory consumption. Tom Lane
- pgsql: Validate xlog record header before enlarging the work area to st Heikki Linnakangas