Skip site navigation (1)
Skip section navigation (2)
pgsql-committers 2010-04 Chronological Index (1/2)
Last updated: Wed Jan 18 01:49:42 2012
270 messages
29 April 2010
pg-migrator - pg_migrator: Update code to use 9.0 version numbering, User Bmomjian (22:19)
pgsql: Documentation fix: CREATE TRIGGER 'WHERE' -> 'WHEN' Selena Bruce Momjian (22:03)
pgsql: Adjust error checks in pg_start_backup and pg_stop_backup to make Tom Lane (21:49)
pgsql: Rename the parameter recovery_connections to hot_standby, to Tom Lane (21:36)
pgsql: Doc fix -- last major item should not be a bullet. Bruce Momjian (21:02)
pgsql: Move alpha release notes into a separate file; re-align sgml Bruce Momjian (20:54)
pgsql: Update 9.0 release notes to current; add major items and Bruce Momjian (20:43)
pgsql: Install a workaround for 'TeX capacity exceeded' problem when Tom Lane (16:32)
28 April 2010
pgsql: Modify information_schema._pg_keysequal() to avoid search path Tom Lane (21:18)
pgsql: Minor editorializing on pg_controldata and pg_resetxlog: adjust Tom Lane (19:39)
Re: pgsql: Introduce wal_level GUC to explicitly control if information Thom Brown (17:39)
Re: pgsql: Introduce wal_level GUC to explicitly control if information Tom Lane (17:38)
pgsql: pg_controldata needs #define FRONTEND, same as pg_resetxlog. Tom Lane (17:35)
Re: pgsql: Introduce wal_level GUC to explicitly control if information Heikki Linnakangas (17:31)
pgsql: Modify ShmemInitStruct and ShmemInitHash to throw errors Tom Lane (16:54)
pgsql: Make pg_stats example query result a bit less wide, and add Alvaro Herrera (16:48)
Re: pgsql: Introduce wal_level GUC to explicitly control if information Thom Brown (16:26)
pgsql: Introduce wal_level GUC to explicitly control if information Heikki Linnakangas (16:10)
pgsql: Fix contrib/tsearch2 expected results to match recent changes in Tom Lane (15:08)
pgsql: Fix typo that had the code check the same thing twice. Magnus Hagander (13:46)
pgsql: Add recovery.conf parameters to the documentation index, per Heikki Linnakangas (07:34)
pgsql: Modify the built-in text search parser to handle URLs more nearly Tom Lane (02:04)
pgsql: Fix stupid typo in refnameRangeTblEntry() --- mea maxima culpa. Tom Lane (00:46)
pgsql: Add CP949 as an alias for UHC encoding. Takahiro Itagaki (00:29)
pgsql: Replace the KnownAssignedXids hash table with a sorted-array data Tom Lane (00:09)
27 April 2010
pgsql: If a base backup is cancelled by server shutdown or crash, throw Heikki Linnakangas (09:25)
26 April 2010
pgsql: Document that pgpool can be used with master/slave servers to Bruce Momjian (19:09)
pgsql: Add missing newlines in WPARSER_TRACE output. Tom Lane (18:33)
pgsql: Reorder pg_stat_activity columns to be more consistent, using Bruce Momjian (14:22)
pgsql: Add comments about why we set LC_CTYPE in WIN32 for time when we Bruce Momjian (14:18)
pgsql: When we're restricting who can connect, don't allow new Robert Haas (10:52)
24 April 2010
Re: [HACKERS] Re: pgsql: Add missing optimizer hooks for function cost and number of rows. Simon Riggs (17:14)
Re: [HACKERS] Re: pgsql: Add missing optimizer hooks for function cost and number of rows. Tom Lane (16:59)
Re: [HACKERS] Re: pgsql: Add missing optimizer hooks for function cost and number of rows. Simon Riggs (16:41)
pgsql: Patch revoked because of objections. Simon Riggs (16:20)
Re: [HACKERS] Re: pgsql: Add missing optimizer hooks for function cost and number of rows. Tom Lane (15:18)
Re: [HACKERS] Re: pgsql: Add missing optimizer hooks for function cost and number of rows. Robert Haas (11:10)
Re: pgsql: Add missing optimizer hooks for function cost and number of rows. Simon Riggs (07:34)
23 April 2010
Re: [HACKERS] pgsql: Add missing optimizer hooks for function cost and number of rows. Robert Haas (22:59)
Re: pgsql: Add missing optimizer hooks for function cost and number of rows. Tom Lane (22:56)
Re: [HACKERS] Re: pgsql: Make CheckRequiredParameterValues() depend upon correct Tom Lane (22:25)
pgsql: Add missing optimizer hooks for function cost and number of rows. Simon Riggs (22:23)
Re: [HACKERS] Re: pgsql: Make CheckRequiredParameterValues() depend upon correct Simon Riggs (21:36)
Re: [HACKERS] Re: pgsql: Make CheckRequiredParameterValues() depend upon correct Robert Haas (21:27)
Re: [HACKERS] Re: pgsql: Make CheckRequiredParameterValues() depend upon correct Tom Lane (20:44)
Re: pgsql: Make CheckRequiredParameterValues() depend upon correct Simon Riggs (20:25)
pgsql: Previous patch revoked following objections. Simon Riggs (20:21)
Re: pgsql: Make CheckRequiredParameterValues() depend upon correct Simon Riggs (20:12)
Re: pgsql: Make CheckRequiredParameterValues() depend upon correct Robert Haas (20:06)
Re: pgsql: Make CheckRequiredParameterValues() depend upon correct Tom Lane (20:04)
pgsql: Make CheckRequiredParameterValues() depend upon correct Simon Riggs (19:57)
pgbouncer - pgbouncer: v1.3.3rc1 User Mkz (14:45)
pgbouncer - pgbouncer: Now actually improve few disconnect messages. User Mkz (13:52)
pgbouncer - pgbouncer: Let disconnect_server/client() take printf style User Mkz (13:51)
pgbouncer - pgbouncer: gcc braindamage: -Wformat-security is not turned User Mkz (13:50)
pgbouncer - pgbouncer: Increase size of various startup-related buffers. User Mkz (13:48)
22 April 2010
pgsql: Optimise btree delete processing when no active backends. Simon Riggs (08:06)
orafce - orafce: Adjust aggregate functions to PostgreSQL 9.0. User Itagaki (03:31)
pgsql: Further reductions in Hot Standby conflict processing. Simon Riggs (02:15)
pgsql: Fix encoding issue when lc_monetary or lc_numeric are different Takahiro Itagaki (01:56)
reorg - pg_reorg: pg_reorg 1.1.1. User Itagaki (01:29)
reorg - pg_reorg: New Directory User Itagaki (01:28)
reorg - pg_batch: pg_batch 1.2.1. User Itagaki (01:28)
reorg - pg_batch: New Directory User Itagaki (01:27)
Re: pgsql: Only send cleanup_info messages if VACUUM removes any tuples. Simon Riggs (01:09)
Re: pgsql: Only send cleanup_info messages if VACUUM removes any tuples. Tom Lane (01:03)
21 April 2010
pgsql: Only send cleanup_info messages if VACUUM removes any tuples. Simon Riggs (19:53)
pgsql: Relax locking during GetCurrentVirtualXIDs(). Simon Riggs (19:09)
pgsql: Fix oversight in collecting values for cleanup_info records. Simon Riggs (17:21)
pgbouncer - pgbouncer: Make listen(2) backlog argument configurable. User Mkz (10:09)
reorg - pg_reorg: Fix two bugs. User Itagaki (09:25)
pgsql: Fix pg_hba.conf matching so that replication connections only Tom Lane (03:33)
pgsql: Move the check for whether walreceiver has authenticated as a Tom Lane (00:52)
20 April 2010
pgsql: Fix code that doesn't work on machines with strict alignment Tom Lane (22:55)
pgsql: Rename standby_keep_segments to wal_keep_segments. Robert Haas (11:15)
pgsql: Move the responsibility for calling StartupXLOG into Tom Lane (01:39)
Re: pgsql: Update docs as to when WAL logging can be skipped. Robert Haas (00:29)
pgsql: Update docs as to when WAL logging can be skipped. Robert Haas (00:26)
19 April 2010
pgsql: Check RecoveryInProgress() while holding ProcArrayLock during Simon Riggs (18:04)
pgsql: Fix uninitialized local variables. Tom Lane (17:55)
pgsql: Add wrapper function libpqrcv_PQexec() in the walreceiver that Magnus Hagander (14:10)
Re: pgsql: Tune GetSnapshotData() during Hot Standby by avoiding loop Heikki Linnakangas (07:36)
pgbouncer - pgbouncer: Dont let logging change errno. User Mkz (07:08)
pgbouncer - pgbouncer: Increase room for DateStyle storage. User Mkz (07:05)
pgsql: Add an 'enable_material' GUC. Robert Haas (00:55)
pgsql: Provide better guidance for adjusting shared_buffers. Robert Haas (00:01)
pgsql: Provide better guidance for adjusting shared_buffers. Robert Haas (00:00)
18 April 2010
pgsql: Improve sequence and sense of messages from pg_stop_backup(). Simon Riggs (18:45)
pgsql: Remove some additional changes in previous commit that belong Simon Riggs (18:22)
pgsql: Tune GetSnapshotData() during Hot Standby by avoiding loop Simon Riggs (18:06)
17 April 2010
16 April 2010
Re: pgsql: Provide better guidance for adjusting shared_buffers. David Fetter (23:17)
pgsql: Provide better guidance for adjusting shared_buffers. Robert Haas (21:46)
pgsql: On Windows, syslogger runs in two threads. Heikki Linnakangas (09:52)
pgsql: On Windows, syslogger runs in two threads. Heikki Linnakangas (09:52)
pgsql: On Windows, syslogger runs in two threads. Heikki Linnakangas (09:52)
pgsql: On Windows, syslogger runs in two threads. Heikki Linnakangas (09:52)
pgsql: In standby mode, suppress repeated LOG messages about a corrupt Heikki Linnakangas (08:58)
textsearch-ja - textsearch_senna: Fix a bug that the second or later User Itagaki (06:33)
pgsql: Document that autovacuum cannot vacuum or analyze temporary Bruce Momjian (02:23)
15 April 2010
pgsql: Fix psql's \copy to not insert spaces around dots and commas in Tom Lane (21:05)
pgsql: Fix psql's \copy to not insert spaces around dots and commas in Tom Lane (21:05)
pgsql: Improve punctuation Peter Eisentraut (20:56)
pgsql: IP port -> TCP port backpatched to 8.1, where this first Peter Eisentraut (20:48)
pgsql: IP port -> TCP port backpatched to 8.1, where this first Peter Eisentraut (20:47)
pgsql: IP port -> TCP port backpatched to 8.1, where this first Peter Eisentraut (20:47)
pgsql: IP port -> TCP port backpatched to 8.1, where this first Peter Eisentraut (20:46)
pgsql: IP port -> TCP port backpatched to 8.1, where this first Peter Eisentraut (20:45)
pgsql: Improve message style for messages associated with not being able Tom Lane (18:46)
pgsql: Fix typo, spotted by Erik Rijkers. Heikki Linnakangas (16:25)
pgsql: Add script to enumerate the timezones in the Windows registry and Magnus Hagander (11:00)
pgsql: Update XML features list Peter Eisentraut (05:45)
npgsql - Npgsql2: vs 2010 rtm User Jbcooley (04:00)
npgsql - Npgsql2: vs 2010 rtm User Jbcooley (03:54)
npgsql - Npgsql2: updated for build 2.0.9 User Jbcooley (03:32)
Re: pgsql: Fix minor typo in comment in xlog.c Bruce Momjian (03:15)
pgsql: Doc change: effect -> affect, per Robert Haas Bruce Momjian (03:15)
14 April 2010
pgsql: Fix plpgsql's exec_eval_expr() to ensure it returns a sane type Tom Lane (23:52)
pgtcl - libpgtcl: * Added new option to pg_dbinfo, "sql_count", returns User Karl (23:24)
pgsql: Fix a problem introduced by my patch of 2010-01-12 that revised Tom Lane (21:31)
pgsql: Fix a problem introduced by my patch of 2010-01-12 that revised Tom Lane (21:31)
pgsql: Fix a problem introduced by my patch of 2010-01-12 that revised Tom Lane (21:31)
pgsql: Fix a problem introduced by my patch of 2010-01-12 that revised Tom Lane (21:31)
pgsql: Typo fix. Robert Haas (20:17)
Re: pgsql: Fix minor typo in comment in xlog.c Robert Haas (11:24)
pgsql: Fix minor typo in comment in xlog.c Simon Riggs (10:29)
pgbouncer - pgbouncer: Explicitly detect V2 protocol request and close User Mkz (08:09)
pgbouncer - pgbouncer: Move fast-fail relaunch logic around. User Mkz (08:09)
pgsql: Doc change: anyways -> anyway; Erik Rijkers Bruce Momjian (02:36)
13 April 2010
npgsql - Npgsql2: Update to 2.0.9 release User Fxjr (23:18)
npgsql - Npgsql2: Updated AssemblyInfo file with generated information. User Fxjr (23:12)
pgsql: Allow Hot Standby to begin from a shutdown checkpoint. Heikki Linnakangas (14:17)
pgsql: Add "SSD" acronym mention for solid state drive mention. Bruce Momjian (14:15)
pgsql: Fix typo. Magnus Hagander (08:19)
pgsql: Only try to do a graceful disconnect if we've successfully loaded Magnus Hagander (08:16)
pgtcl - libpgtcl: * Changed direct struct access to errorLine to the Tcl User Bschwarz (03:37)
12 April 2010
pgsql: Spell out full archive directory specification in 'test -f' Bruce Momjian (19:08)
pgsql: Update the location of last removed WAL segment in shared memory Heikki Linnakangas (10:40)
pgsql: Need to use the start pointer of a block we read from WAL segment Heikki Linnakangas (10:19)
pgsql: Adjust paragraph about monitoring streaming replication, now that Heikki Linnakangas (10:01)
pgsql: Change the logic to decide when to delete old WAL segments, so Heikki Linnakangas (09:52)
textsearch-ja - textsearch_senna: Fix a bug that the number of result User Itagaki (01:53)
10 April 2010
npgsql - Npgsql2: [ npgsql-Bugs-1010788 ] NpgsqlCommand and User Fxjr (17:29)
09 April 2010
pgsql: Clean up inconsistent commas Magnus Hagander (11:50)
pgsql: Clean up inconsistent commas Magnus Hagander (11:50)
pgsql: Clean up inconsistent commas Magnus Hagander (11:50)
pgsql: Clean up inconsistent commas Magnus Hagander (11:50)
pgsql: Update list of Windows timezones we try to match localized names Magnus Hagander (11:46)
pgsql: Update list of Windows timezones we try to match localized names Magnus Hagander (11:46)