Skip site navigation (1)
Skip section navigation (2)
pgsql-committers 2011-03 Thread Index (1/2)
Last updated: Wed Jan 18 01:49:14 2012
353 messages
- pgsql: Fix a tiny race condition in predicate locking. Need to hold the Heikki Linnakangas (Thu 31 15:45)
- pgsql: Increase SHMEM_INDEX_SIZE from 32 to 64. We're currently at 40 e Heikki Linnakangas (Thu 31 10:41)
- pgsql: Don't leak the temporary PLyProcedure struct we create for inlin Heikki Linnakangas (Thu 31 09:43)
- pgsql: Reword the phrase on zero replication_timeout in the docs. Heikki Linnakangas (Thu 31 07:20)
- pgsql: Improve error message when WAL ends before reaching end of onlin Heikki Linnakangas (Thu 31 07:10)
- pgsql: Mention pg_upgrade sets autovacuum_freeze_max_age to maximum. Bruce Momjian (Wed 30 21:46)
- pgsql: Expand comment on how pg_upgrade is turning off autovacuum. Bruce Momjian (Wed 30 21:37)
- pgsql: Attempt to unbreak windows builds broken by commit 754baa2. Andrew Dunstan (Wed 30 20:44)
- pgsql: Check that we've reached end-of-backup also when we're not perfo Heikki Linnakangas (Wed 30 07:55)
- pgsql: Automatically terminate replication connections that are idle fo Heikki Linnakangas (Wed 30 07:25)
- pgsql: Adjust error message, now that we expect other message types tha Heikki Linnakangas (Wed 30 05:59)
- pgsql: Update SQL features list Peter Eisentraut (Tue 29 20:31)
- pgsql: In pg_upgrade, add C comment about how autovacuum is disabled. Bruce Momjian (Tue 29 15:15)
- pgstatsinfo - pg_statsinfo: Fix some comments typo and Add some User Kasahara (Tue 29 05:56)
- pgsql: Add maintainer-check target Peter Eisentraut (Mon 28 19:57)
- pgsql: Make duplicate_oids return nonzero exit status if duplicates wer Peter Eisentraut (Mon 28 19:57)
- pgsql: Prevent a rowtype from being included in itself. Tom Lane (Mon 28 19:46)
- pgsql: Add 9.1 release note link for synchronous replication. Bruce Momjian (Mon 28 18:50)
- pgsql: Tag refs/tags/REL9_1_ALPHA5 was created pgsql (Mon 28 18:11)
- pgsql: Mark up release notes using <link>. Robert Haas (Mon 28 14:02)
- pgsql: Add missing #include Alvaro Herrera (Mon 28 13:38)
- pgsql: Get rid of links that don't work when building HISTORY. Tom Lane (Mon 28 13:35)
- pgsql: Typo fix in SSI docs. Robert Haas (Mon 28 01:37)
- pgsql: Correct "characters" to "bytes" in createdb docs. Robert Haas (Mon 28 01:30)
- pgsql: fix up a couple non-prototypes of the form foo() to be foo(void) Greg Stark (Sun 27 20:32)
- pgsql: Fix check_exclusion_constraint() to insert correct collations in Tom Lane (Sun 27 17:30)
- pgsql: Fix plpgsql to release SPI plans when a function or DO block is Tom Lane (Sun 27 16:51)
- pgsql: Remove disclaimer stating that fsync=off slows down sync rep. Robert Haas (Sun 27 01:19)
- pgsql: Update release notes for latest commits. Robert Haas (Sun 27 01:14)
- pgsql: Clean up cruft around collation initialization for tupdescs and Tom Lane (Sat 26 22:29)
- pgsql: More collations cleanup, from trawling for missed collation assi Tom Lane (Sat 26 20:35)
- pgsql: Clean up a few failures to set collation fields in expression no Tom Lane (Sat 26 18:26)
- pgsql: Additional test for each commit in sync rep path to plug minute Simon Riggs (Sat 26 10:15)
- pgsql: Pass collation to makeConst() instead of looking it up internall Tom Lane (Sat 26 00:11)
- pgsql: Fix failure to propagate collation in negate_clause(). Tom Lane (Fri 25 22:45)
- pgsql: Document collation handling in SQL and plpgsql functions. Tom Lane (Fri 25 22:22)
- pgsql: Fix collation handling in plpgsql functions. Tom Lane (Fri 25 19:07)
- libpqtypes - libpqtypes: renamed libpqtypes to libpqtypes.esilo.com User Achernow (Fri 25 17:47)
- pgsql: Remove alpha release notes. Robert Haas (Fri 25 15:53)
- pgsql: Make walreceiver send a reply after receiving data but before fl Robert Haas (Fri 25 15:32)
- pgsql: Fix broken markup, and remove tabs Alvaro Herrera (Fri 25 15:24)
- pgbulkload - pgbulkload: Add new restriction: the password must be User Masao_fujii (Fri 25 06:03)
- pgsql: Documented some ecpg command line options that were missing: Michael Meskes (Fri 25 02:02)
- npgsql - Npgsql2: Updated release notes for beta1 release of Npgsql User Fxjr (Fri 25 01:53)
- npgsql - Npgsql2: updated for 2.0.11.91 beta release User Jbcooley (Fri 25 01:50)
- npgsql - Npgsql2: updated change log. User Jbcooley (Fri 25 01:33)
- npgsql - Npgsql2: Changed from HashSet to Dictionary so we can build a User Jbcooley (Fri 25 01:23)
- npgsql - Npgsql2: Changed assembly version info to indicate a beta1 User Fxjr (Fri 25 00:55)
- pgsql: Fix handling of collation in SQL-language functions. Tom Lane (Fri 25 00:30)
- npgsql - Npgsql2: Updated copyright year User Fxjr (Fri 25 00:23)
- npgsql - Npgsql2: Removed 2005 project and solution as no longer User Jbcooley (Fri 25 00:15)
- pgsql: Add post-creation hook for extensions, consistent with other obj Robert Haas (Thu 24 22:45)
- pgsql: Edits to 9.1 release notes. Robert Haas (Thu 24 20:59)
- pgsql: Clean up handling of COLLATE clauses in index column definitions Tom Lane (Thu 24 19:50)
- pgsql: Improve user-defined-aggregates documentation. Tom Lane (Wed 23 20:58)
- pgsql: Minor changes to recovery pause behaviour. Simon Riggs (Wed 23 19:40)
- pgsql: Fix ancient typo in user-defined-aggregates documentation. Tom Lane (Wed 23 16:34)
- pgsql: Remove synchronous_replication/max_wal_senders cross-check. Robert Haas (Wed 23 15:53)
- pgsql: Prevent intermittent hang in recovery from bgwriter interaction. Simon Riggs (Wed 23 13:31)
- pgsql: Cosmetic capitalization fix Peter Eisentraut (Wed 23 02:04)
- pgsql: Make FKs valid at creation when added as column constraints. Simon Riggs (Tue 22 23:12)
- pgsql: Make initdb ignore locales for client-only encodings. Tom Lane (Tue 22 21:26)
- pgsql: Improve reporting of run-time-detected indeterminate-collation e Tom Lane (Tue 22 20:56)
- pgsql: Throw error for indeterminate collation of an ORDER/GROUP/DISTIN Tom Lane (Tue 22 19:58)
- pgsql: Avoid potential deadlock in InitCatCachePhase2(). Tom Lane (Tue 22 17:01)
- pgsql: Update docs to say you need fsync to make sync rep work fast. Simon Riggs (Tue 22 16:38)
- pgsql: Reimplement planner's handling of MIN/MAX aggregate optimization Tom Lane (Tue 22 04:35)
- orafce - orafce: Fix pointer arithmetic in ora_sinit(). User Hlinnaka (Mon 21 12:49)
- pgsql: When two base backups are started at the same time with pg_baseb Heikki Linnakangas (Mon 21 09:28)
- pgsql: Markup and wording improvements for 9.1 release notes. Bruce Momjian (Mon 21 03:17)
- pgsql: Another 9.1 release note typo fix. Bruce Momjian (Sun 20 23:37)
- pgsql: Fix snapshot isolation level typo in 9.1 release notes. Bruce Momjian (Sun 20 23:35)
- pgsql: Reorder some 9.1 release item documentation entries, fix some aw Bruce Momjian (Sun 20 21:43)
- pgsql: Add some platform-independent tests for the collation feature. Tom Lane (Sun 20 18:36)
- pgsql: Suppress platform-dependent unused-variable warning. Tom Lane (Sun 20 17:35)
- pgsql: Fix up handling of C/POSIX collations. Tom Lane (Sun 20 16:44)
- pgsql: Move PITR and StreamingRep up one level of heading in the 9.1 re Bruce Momjian (Sun 20 13:34)
- pgsql: Misc minor fixes to 9.1 release notes Magnus Hagander (Sun 20 12:28)
- pgsql: Word-wrap 9.1 release note lines. Bruce Momjian (Sun 20 04:28)
- pgsql: Add links to documentation from 9.1 release notes. Bruce Momjian (Sun 20 03:59)
- pgsql: Revise collation derivation method and expression-tree represent Tom Lane (Sun 20 00:31)
- pgsql: Add SGML markup for keywords, terms, functions, commands, etc. Bruce Momjian (Sat 19 21:22)
- pgsql: Initial version of PG 9.1 release notes. Bruce Momjian (Sat 19 20:39)
- pgsql: Rename ident authentication over local connections to peer Magnus Hagander (Sat 19 17:48)
- pgsql: Properly clear the verbose output of pg_basebackup Magnus Hagander (Sat 19 15:46)
- pgsql: Remove "all balls" mention of network address; change IPv6 addr Bruce Momjian (Sat 19 14:05)
- pgsql: Fix possible "tuple concurrently updated" error in ALTER TABLE. Robert Haas (Sat 19 02:12)
- pgsql: Move synchronous_standbys_defined updates from WAL writer to BG Robert Haas (Sat 19 01:47)
- pgsql: Woops. Previous patch to remove -X options missed getopt_long c Robert Haas (Sat 19 01:23)
- pgsql: Document that the timestamp returned by pg_last_xact_replay_time Bruce Momjian (Fri 18 23:18)
- pgsql: Document the all-balls IPv6 address. Bruce Momjian (Fri 18 22:41)
- pgsql: Make synchronous replication query cancel/die messages more cons Robert Haas (Fri 18 14:23)
- pgsql: Remove ancient -X options to pg_dump, pg_dumpall, pg_restore. Robert Haas (Fri 18 13:46)
- pgsql: Remove bogus semicolons in recoveryPausesHere. Robert Haas (Fri 18 12:10)
- pgsql: Minor fixes for high availability documentation. Robert Haas (Thu 17 19:47)
- pgsql: Protocol documentation for Hot Standby feedback messages. Robert Haas (Thu 17 19:11)
- pgsql: Remove bogus comment. Robert Haas (Thu 17 18:44)
- pgsql: Raise maximum value of several timeout parameters Peter Eisentraut (Thu 17 18:25)
- pgsql: Fix PL/Python memory leak involving array slices Alvaro Herrera (Thu 17 18:25)
- pgsql: Add pause_at_recovery_target to recovery.conf.sample; improve do Robert Haas (Thu 17 18:04)
- pgsql: Fix various possible problems with synchronous replication. Robert Haas (Thu 17 17:12)
- pgsql: Document guc context values, and reference them from the config Bruce Momjian (Thu 17 04:27)
- pgsql: Use correct PATH separator for Cygwin in pg_regress.c. Andrew Dunstan (Thu 17 04:16)
- pgsql: Tab completion for \pset format and \pset linestyle. Robert Haas (Wed 16 21:48)
- pgsql: Corrections to CREATE FOREIGN TABLE documentation. Robert Haas (Wed 16 12:13)
- pgsql: Improve handling of unknown-type literals in UNION/INTERSECT/EXC Tom Lane (Wed 16 01:52)
- pgsql: Remove unused copy_dir() function from pg_upgrade. Bruce Momjian (Wed 16 00:53)
- pgsql: Adjust doc wording about the casting exceptions for composite ty Bruce Momjian (Wed 16 00:48)
- pgsql: Add hint suggesting the use of EXECUTE CREATE TABLE ... AS for E Bruce Momjian (Wed 16 00:19)
- pgsql: Fix spelling error in fuzzystrmatch docs. Bruce Momjian (Tue 15 23:50)
- pgsql: Wording adjustment for restart_after_crash entry Bruce Momjian (Tue 15 16:44)
- pgsql: Add database comments to template0 and postgres databases, and i Bruce Momjian (Tue 15 15:27)
- pgsql: Minor sync rep documentation improvements. Robert Haas (Tue 15 15:26)
- psqlodbc - psqlodbc: Convert large integer strings properly. User Hinoue (Tue 15 14:31)
- pgsql: Remove 13 keywords that are used only for ROLE options. Robert Haas (Tue 15 14:24)
- npgsql - Npgsql2: [#1010997] Consider using System.Threading.Timer User Fxjr (Tue 15 01:25)
- npgsql - Npgsql2: [#1010986] Endless recursion on hanging connection in User Fxjr (Tue 15 01:06)
- psqlodbc - psqlodbc: Fix the bug that Access autonumber fields are not User Hinoue (Mon 14 21:50)
- pgsql: Remove special case allowing parameters to ident auth for initdb Magnus Hagander (Mon 14 18:52)
- pgsql: Adjust regression test to avoid platform-dependent failure. Tom Lane (Mon 14 16:52)
- pgsql: Remove duplicate time-based macros recently added. Bruce Momjian (Mon 14 14:40)
- pgsql: Simplify list traversal logic in add_path(). Tom Lane (Sun 13 16:57)
- pgsql: Make all comparisons done for/with statistics use the default co Tom Lane (Sat 12 21:30)
- pgsql: Use "backend process" rather than "backend server", where approp Bruce Momjian (Sat 12 14:39)
- pgsql: Use macros for time-based constants, rather than constants. Bruce Momjian (Sat 12 14:36)
- pgsql: Add test case for collation mismatch in recursive query Peter Eisentraut (Sat 12 08:14)
- pgsql: On further reflection, we'd better do the same in int.c. Tom Lane (Sat 12 00:04)
Mail converted by MHonArc