Mailing lists [pgsql-committers]
- pgsql: Unbreak vpath builds broken by commit 474a42473adf9b18417242f1fc Andrew Dunstan
- pgsql: Rearrange snapshot handling to make rule expansion more consiste Tom Lane
- pgsql: Avoid excessive Hot Standby feedback messages. Robert Haas
- pgsql: Update discussion of EXPLAIN to reflect existence of ModifyTable Tom Lane
- pgsql: Update discussion of EXPLAIN to reflect existence of ModifyTable Tom Lane
- pgsql: Include the target table in EXPLAIN output for ModifyTable nodes Tom Lane
- pgsql: Dump the COLLATABLE attribute in CREATE TYPE Peter Eisentraut
- pgsql: Fix bugs in Serializable Snapshot Isolation. Heikki Linnakangas
- pgsql: Change pg_last_xlog_receive_location() not to move backwards. Th Heikki Linnakangas
- npgsql - Npgsql2: In Multi-threaded applications there is a race fxjr@pgfoundry.org (User Fxjr)
- pgsql: Additional PL/Python regression test expected file Peter Eisentraut
- pgsql: Fix plpython breakage detected on certain Fedora machines on bui Andrew Dunstan
- npgsql - Npgsql2: Added patches for connection leaks in tests. fxjr@pgfoundry.org (User Fxjr)
- pgsql: Correct mistaken claims about EXPLAIN ANALYZE's handling of trig Tom Lane
- pgsql: Correct mistaken claims about EXPLAIN ANALYZE's handling of trig Tom Lane
- pgsql: Fix erroneous documentation of the syntax of CREATE CONSTRAINT T Tom Lane
- pgsql: Support for DragonFly BSD Peter Eisentraut
- pgsql: Add KNNGIST support to contrib/btree_gist. Tom Lane
- pgsql: Add 'collatable' to the Parameters section of CREATE TYPE. Tom Lane
- pgsql: Add collations to information_schema.usage_privileges Peter Eisentraut
- reorg - pg_reorg: work around for 9.1. itagaki@pgfoundry.org (User Itagaki)
- pgsql: Mark operator implementation functions as such in their comments Tom Lane
- pgsql: Add -lm to SHLIB_LINK for contrib/btree_gist. Tom Lane
- pgsql: Add tab-completion for table name after JOIN. Heikki Linnakangas
- pgsql: Added new version of ecpg's parser generator script. This one wa Michael Meskes
- pgsql: Run a portal's cleanup hook immediately when pushing it to DONE Tom Lane
- pgsql: Fix citext's upgrade-from-unpackaged script to set its collation Tom Lane
- pgsql: Further refine patch for commenting operator implementation func Tom Lane
- pgsql: Add a comment explaining the recent fix for plpython breakage in Andrew Dunstan
- pgstatsinfo - pg_statsinfo: Allow to set correct client encoding to kasahara@pgfoundry.org (User Kasahara)
- pgstatsinfo - pg_statsinfo: * Fix some problems for pg_statsinfo on the kasahara@pgfoundry.org (User Kasahara)
- pgstatsinfo - pg_statsinfo: * Ooops, a typo was remained... kasahara@pgfoundry.org (User Kasahara)
- pgsql: You must hold a lock on the heap page when you call Heikki Linnakangas
- pgsql: In initialize_SSL, don't fail unnecessarily when home dir is una Tom Lane
- pgsql: In initialize_SSL, don't fail unnecessarily when home dir is una Tom Lane
- pgsql: When creating a collation, check that the locales can be loaded Peter Eisentraut
- pgsql: Allow non-superusers to create (some) extensions. Tom Lane
- pgsql: Don't allow CREATE TABLE AS to create a column with invalid coll Peter Eisentraut
- pgsql: Refactor seclabel.c to use the new check_object_ownership functi Robert Haas
- pgsql: Create extension infrastructure for the core procedural language Tom Lane
- pgsql: Update documentation to reflect that standard PLs are now extens Tom Lane
- pgsql: Remove emphasis from 9.1alpha3 items. Robert Haas
- pgsql: First cut at 9.1alpha4 release notes. Robert Haas
- pgsql: Add missing word. Robert Haas
- pgsql: Update of SQL feature conformance Peter Eisentraut
- pgsql: Remove one copy of duplicated alpha4 release note. Robert Haas
- pgsql: Convert createlang/droplang to use CREATE/DROP EXTENSION. Tom Lane
- pgsql: Make plpythonu language use plpython2 shared library directly. Tom Lane
- pgsql: Adjust documentation about pg_pltemplate to reflect latest think Tom Lane
- pgsql: Add PL extension files to MSVC Install procedure. Andrew Dunstan
- pgsql: Fix parallel gmake for extension directory addition in PL langua Bruce Momjian
- pgsql: Print clearer failure message when pg_upgrade fails due to a fat Bruce Momjian
- pgsql: Fix pg_upgrade to print the proper database name for file transf Bruce Momjian
- pgsql: Restructure pg_upgrade checks because pre-8.4 Postgres did not r Bruce Momjian
- pgsql: Update new pg_upgrade comment about pre-8.4 TOAST tables. Bruce Momjian
- pgsql: Improve pg_upgrade relation name check logic for pre-8.4 servers Bruce Momjian
- pgsql: Fix incorrect access to pg_index.indcollation. Tom Lane
- pgsql: Efficient transaction-controlled synchronous replication. Simon Riggs
- Re: pgsql: Efficient transaction-controlled synchronous replication. Andrew Dunstan
- pgsql: Fix pg_dump's dump order for collations versus extensions. Tom Lane
- Re: pgsql: Efficient transaction-controlled synchronous replication. Tom Lane
- Re: pgsql: Efficient transaction-controlled synchronous replication. Jaime Casanova
- Re: pgsql: Efficient transaction-controlled synchronous replication. Jaime Casanova
- pgsql: Add new files for syncrep missed in previous commit Simon Riggs
- pgsql: Catversion increment for pg_stat_replication changes for syncrep Simon Riggs
- Re: pgsql: Efficient transaction-controlled synchronous replication. Simon Riggs
- pgsql: Dynamic array required within pg_stat_replication. Simon Riggs
- 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
- Re: pgsql: Basic Recovery Control functions for use in Hot Standby. Pause, Fujii Masao
- Re: pgsql: Basic Recovery Control functions for use in Hot Standby. Pause, Tom Lane
- Re: pgsql: Basic Recovery Control functions for use in Hot Standby. Pause, Fujii Masao
- pgsql: Truncate predicate lock manager's SLRU lazily at checkpoint. Tha Heikki Linnakangas
- pgsql: Added new version of ecpg's parser test script which was written Michael Meskes
- npgsql - Npgsql2: Fixed problems with SSPI authentication when the fxjr@pgfoundry.org (User Fxjr)
- pgsql: Document that char() ignores spaces in non-pattern comparisons, Bruce Momjian
- pgsql: Adjust CHAR() doc mention of pattern matching issues for trailin Bruce Momjian
- pgsql: Don't throw a warning if vacuum sees PD_ALL_VISIBLE flag set on Heikki Linnakangas
- pgsql: Don't throw a warning if vacuum sees PD_ALL_VISIBLE flag set on Heikki Linnakangas
- pgsql: Don't throw a warning if vacuum sees PD_ALL_VISIBLE flag set on Heikki Linnakangas
- pgsql: Fix overly strict assertion in SummarizeOldestCommittedSxact(). Heikki Linnakangas
- pgsql: Ignore files built by coverage builds Peter Eisentraut
- pgsql: Add missing keywords to gram.y's unreserved_keywords list. Tom Lane
- pgsql: Fix parallel make when running make install before make all Peter Eisentraut
- pgsql: Assorted editing for collation documentation. Tom Lane
- pgsql: Create "replication and recovery" section in alpha release notes Robert Haas
- pgsql: Fix file descriptor leaks in pg_upgrade in failure code paths. Bruce Momjian
- pgsql: A bit more editing for collation documentation. Tom Lane
- pgsql: Update alpha release notes for latest commits. Robert Haas
- pgsql: Make alpha release notes more consistent as regards periods. Robert Haas
- pgsql: synchronous_standby_names is a string parameter. Itagaki Takahiro
- pgsql: Remove 's' from recovery_target_timeline's' from the release not Itagaki Takahiro
- pgsql: Improve wording of initdb and pg_controldata manual pages. Bruce Momjian
- pgsql: Remove '=' from initdb switch syntax. Bruce Momjian
- pgsql: Adjust the permissions required for COMMENT ON ROLE. Tom Lane
- pgsql: Tag refs/tags/REL9_1_ALPHA4 was created pgsql@postgresql.org
- Re: pgsql: synchronous_standby_names is a string parameter. Simon Riggs
- pgsql: Document that server single-user mode does not do checkpoints or Bruce Momjian
- Re: pgsql: Added new version of ecpg's parser generator script. This one wa Bruce Momjian
- pgsql: Remove collation information from TypeName, where it does not be Tom Lane
- Re: pgsql: Added new version of ecpg's parser generator script. This one wa Tom Lane
- pgsql: Mention gcc version in C comment. Bruce Momjian
- Re: pgsql: Suppress some "variable might be clobbered by longjmp" warnings. Bruce Momjian
- pgsql: Fix some oversights in distprep and maintainer-clean targets. Tom Lane
- pgsql: replication/repl_gram.h needs to be cleaned too ... Tom Lane
- Re: pgsql: Suppress some "variable might be clobbered by longjmp" warnings. Tom Lane
- pgsql: Cleanup copyright years and file names in the header comments of Itagaki Takahiro
- pgsql: Fix bugs in the isolation tester flex rules. Heikki Linnakangas
- Re: pgsql: Added new version of ecpg's parser generator script. This one wa Michael Meskes
- pgsql: Replication README updates. Robert Haas
- pgsql: Use '=' when documenting long options. Bruce Momjian
- Re: pgsql: Suppress some "variable might be clobbered by longjmp" warnings. Bruce Momjian
- pgsql: Add missing index terms for recovery control functions. Robert Haas
- pgsql: Emit a LOG message when pausing at the recovery target. Robert Haas
- pgsql: Minor sync rep corrections. Robert Haas
- pgsql: Remove obsolete comment. Robert Haas
- pgsql: More synchronous replication tweaks. Robert Haas
- Re: pgsql: Efficient transaction-controlled synchronous replication. Robert Haas
- pgsql: More synchronous replication typo fixes. Robert Haas
- pgsql: Make error handling of synchronous_standby_names consistent. Robert Haas
- pgsql: Revert addition of third argument to format_type(). Tom Lane
- pgsql: Add proper git-external-diff script to src/tools. Bruce Momjian
- pgsql: Clarify what commands are not allowed in SQL functions. Bruce Momjian
- pgsql: Improve SQL function disallowed command wording. Bruce Momjian
- pgsql: More wording improvements for disallowed SQL function commands. Bruce Momjian
- pgsql: Reference doc "examples" section for pg_dump options that often Bruce Momjian
- pgsql: Clarify C comment that O_SYNC/O_FSYNC are really the same settti Bruce Momjian
- pgsql: Modify pg_test_fsync to match the behavior of git head in regard Bruce Momjian
- pgsql: When a smart pg_ctl shutdown fails, mention -m fast as a tip. Bruce Momjian
- pgsql: Add C comment that new new pg_dump -X options are to be created. Bruce Momjian
- pgsql: Remove pg_dump -X options that are only in 9.1 and not needed fo Bruce Momjian
- pgsql: Change "TIP" to "HINT" to match backend message style, in pg_ctl Bruce Momjian
- pgsql: Add comment to tools/git-external-diff. Bruce Momjian
- pgsql: Document that the parenthesized VACUUM syntax is deprecated, not Bruce Momjian
- pgsql: Document that libpq's PQgetResult() should be called after a fat Bruce Momjian
- pgsql: Update C comment about O_DIRECT and fsync(). Bruce Momjian
- pgsql: Document that pg_dump --clean might generate some harmless error Bruce Momjian
- pgsql: Update kernel docs for Solaris 10. Bruce Momjian
- pgsql: Fix "unparenthesized" mention in vacuum docs. Bruce Momjian
- pgsql: Improve extract(day) documentation with interval values. Bruce Momjian
- pgsql: In plpsql docs, use RAISE rather than undefined log function. Bruce Momjian
- pgsql: Adds index entries for session_user and pg_describe_object Bruce Momjian
- pgsql: In ecpg preprocessor, don't try to look up constants in the test Heikki Linnakangas
- pgsql: In ecpg preprocessor, don't try to look up constants in the test Heikki Linnakangas
- pgsql: Document how listen_addresses can do only IPv4 or IPv6. Bruce Momjian
- pgsql: Document that to_char('FM') removes only trailing zeros. Bruce Momjian
- pgsql: Update documentation on FreeBSD write cache control. Bruce Momjian
- pgsql: Remove duplicate indexterm to silence openjade wrning. Tom Lane
- pgsql: Create an explicit concept of collations that work for any encod Tom Lane
- pgsql: In docs, rename "backwards compatibility" to "backward compatibi Bruce Momjian
- pgsql: Split CollateClause into separate raw and analyzed node types. Tom Lane
- pgsql: Put in some more safeguards against executing a division-by-zero Tom Lane
- pgsql: Put in some more safeguards against executing a division-by-zero Tom Lane
- pgsql: Put in some more safeguards against executing a division-by-zero Tom Lane
- pgsql: Put in some more safeguards against executing a division-by-zero Tom Lane
- pgsql: Put in some more safeguards against executing a division-by-zero Tom Lane
- pgsql: On further reflection, we'd better do the same in int.c. Tom Lane
- pgsql: On further reflection, we'd better do the same in int.c. Tom Lane
- pgsql: On further reflection, we'd better do the same in int.c. Tom Lane
- pgsql: On further reflection, we'd better do the same in int.c. Tom Lane
- pgsql: On further reflection, we'd better do the same in int.c. Tom Lane
- pgsql: Add test case for collation mismatch in recursive query Peter Eisentraut
- pgsql: Use macros for time-based constants, rather than constants. Bruce Momjian
- pgsql: Use "backend process" rather than "backend server", where approp Bruce Momjian
- pgsql: Make all comparisons done for/with statistics use the default co Tom Lane
- pgsql: Remove duplicate time-based macros recently added. Bruce Momjian
- pgsql: Adjust regression test to avoid platform-dependent failure. Tom Lane
- pgsql: Remove special case allowing parameters to ident auth for initdb Magnus Hagander
- psqlodbc - psqlodbc: Fix the bug that Access autonumber fields are not hinoue@pgfoundry.org (User Hinoue)
- npgsql - Npgsql2: [#1010986] Endless recursion on hanging connection in fxjr@pgfoundry.org (User Fxjr)
- npgsql - Npgsql2: [#1010997] Consider using System.Threading.Timer fxjr@pgfoundry.org (User Fxjr)
- pgsql: Remove 13 keywords that are used only for ROLE options. Robert Haas
- psqlodbc - psqlodbc: Convert large integer strings properly. hinoue@pgfoundry.org (User Hinoue)
- pgsql: Minor sync rep documentation improvements. Robert Haas
- pgsql: Add database comments to template0 and postgres databases, and i Bruce Momjian
- pgsql: Wording adjustment for restart_after_crash entry Bruce Momjian
- pgsql: Fix spelling error in fuzzystrmatch docs. Bruce Momjian
- pgsql: Add hint suggesting the use of EXECUTE CREATE TABLE ... AS for E Bruce Momjian
- pgsql: Adjust doc wording about the casting exceptions for composite ty Bruce Momjian
- pgsql: Remove unused copy_dir() function from pg_upgrade. Bruce Momjian
- pgsql: Improve handling of unknown-type literals in UNION/INTERSECT/EXC Tom Lane
- pgsql: Corrections to CREATE FOREIGN TABLE documentation. Robert Haas
- pgsql: Tab completion for \pset format and \pset linestyle. Robert Haas
- pgsql: Use correct PATH separator for Cygwin in pg_regress.c. Andrew Dunstan
- pgsql: Use correct PATH separator for Cygwin in pg_regress.c. Andrew Dunstan
- pgsql: Use correct PATH separator for Cygwin in pg_regress.c. Andrew Dunstan
- pgsql: Use correct PATH separator for Cygwin in pg_regress.c. Andrew Dunstan
- pgsql: Use correct PATH separator for Cygwin in pg_regress.c. Andrew Dunstan
- pgsql: Document guc context values, and reference them from the config Bruce Momjian
- pgsql: Fix various possible problems with synchronous replication. Robert Haas
- Re: pgsql: Fix various possible problems with synchronous replication. Thom Brown
- pgsql: Add pause_at_recovery_target to recovery.conf.sample; improve do Robert Haas
- pgsql: Fix PL/Python memory leak involving array slices Alvaro Herrera
- pgsql: Fix PL/Python memory leak involving array slices Alvaro Herrera
- pgsql: Raise maximum value of several timeout parameters Peter Eisentraut
- pgsql: Fix PL/Python memory leak involving array slices Alvaro Herrera
- pgsql: Fix PL/Python memory leak involving array slices Alvaro Herrera
- pgsql: Fix PL/Python memory leak involving array slices Alvaro Herrera
- pgsql: Remove bogus comment. Robert Haas
- pgsql: Protocol documentation for Hot Standby feedback messages. Robert Haas
- pgsql: Minor fixes for high availability documentation. Robert Haas
- pgsql: Remove bogus semicolons in recoveryPausesHere. Robert Haas
- pgsql: Remove ancient -X options to pg_dump, pg_dumpall, pg_restore. Robert Haas
- pgsql: Make synchronous replication query cancel/die messages more cons Robert Haas
- pgsql: Document the all-balls IPv6 address. Bruce Momjian
- Re: pgsql: Document the all-balls IPv6 address. Andrew Dunstan
- Re: pgsql: Raise maximum value of several timeout parameters Andrew Dunstan
- pgsql: Document that the timestamp returned by pg_last_xact_replay_time Bruce Momjian
- Re: pgsql: Raise maximum value of several timeout parameters Tom Lane
- Re: pgsql: Remove ancient -X options to pg_dump, pg_dumpall, pg_restore. Tom Lane
- Re: pgsql: Document the all-balls IPv6 address. Robert Haas
- Re: pgsql: Remove ancient -X options to pg_dump, pg_dumpall, pg_restore. Robert Haas
- pgsql: Woops. Previous patch to remove -X options missed getopt_long c Robert Haas
- pgsql: Move synchronous_standbys_defined updates from WAL writer to BG Robert Haas
- pgsql: Fix possible "tuple concurrently updated" error in ALTER TABLE. Robert Haas
- Re: pgsql: Document the all-balls IPv6 address. Andrew Dunstan
- Re: pgsql: Document the all-balls IPv6 address. Robert Haas
- Re: pgsql: Document the all-balls IPv6 address. Dave Page
- Re: pgsql: Raise maximum value of several timeout parameters Magnus Hagander
- Re: pgsql: Document the all-balls IPv6 address. Bruce Momjian
- Re: pgsql: Document the all-balls IPv6 address. Bruce Momjian
- pgsql: Properly clear the verbose output of pg_basebackup Magnus Hagander
- pgsql: Rename ident authentication over local connections to peer Magnus Hagander
- pgsql: Remove "all balls" mention of network address; change IPv6 addr Bruce Momjian
- pgsql: Initial version of PG 9.1 release notes. Bruce Momjian
- pgsql: Add SGML markup for keywords, terms, functions, commands, etc. Bruce Momjian
- pgsql: Revise collation derivation method and expression-tree represent Tom Lane
- pgsql: Add links to documentation from 9.1 release notes. Bruce Momjian
- pgsql: Word-wrap 9.1 release note lines. Bruce Momjian
- pgsql: Misc minor fixes to 9.1 release notes Magnus Hagander
- pgsql: Move PITR and StreamingRep up one level of heading in the 9.1 re Bruce Momjian
- pgsql: Fix up handling of C/POSIX collations. Tom Lane
- pgsql: Suppress platform-dependent unused-variable warning. Tom Lane
- pgsql: Add some platform-independent tests for the collation feature. Tom Lane
- pgsql: Reorder some 9.1 release item documentation entries, fix some aw Bruce Momjian
- Re: pgsql: Reorder some 9.1 release item documentation entries, fix some aw Thom Brown
- pgsql: Fix snapshot isolation level typo in 9.1 release notes. Bruce Momjian
- Re: pgsql: Reorder some 9.1 release item documentation entries, fix some aw Bruce Momjian
- pgsql: Another 9.1 release note typo fix. Bruce Momjian
- pgsql: Markup and wording improvements for 9.1 release notes. Bruce Momjian
- pgsql: When two base backups are started at the same time with pg_baseb Heikki Linnakangas
- orafce - orafce: Fix pointer arithmetic in ora_sinit(). hlinnaka@pgfoundry.org (User Hlinnaka)
- pgsql: Reimplement planner's handling of MIN/MAX aggregate optimization Tom Lane
- pgsql: Update docs to say you need fsync to make sync rep work fast. Simon Riggs
- pgsql: Avoid potential deadlock in InitCatCachePhase2(). Tom Lane
- pgsql: Avoid potential deadlock in InitCatCachePhase2(). Tom Lane
- pgsql: Avoid potential deadlock in InitCatCachePhase2(). Tom Lane
- pgsql: Avoid potential deadlock in InitCatCachePhase2(). Tom Lane
- pgsql: Avoid potential deadlock in InitCatCachePhase2(). Tom Lane
- pgsql: Throw error for indeterminate collation of an ORDER/GROUP/DISTIN Tom Lane
- pgsql: Improve reporting of run-time-detected indeterminate-collation e Tom Lane
- pgsql: Make initdb ignore locales for client-only encodings. Tom Lane
- pgsql: Make FKs valid at creation when added as column constraints. Simon Riggs
- pgsql: Cosmetic capitalization fix Peter Eisentraut
- pgsql: Prevent intermittent hang in recovery from bgwriter interaction. Simon Riggs
- pgsql: Prevent intermittent hang in recovery from bgwriter interaction. Simon Riggs
- pgsql: Remove synchronous_replication/max_wal_senders cross-check. Robert Haas
- pgsql: Fix ancient typo in user-defined-aggregates documentation. Tom Lane
- pgsql: Fix ancient typo in user-defined-aggregates documentation. Tom Lane
- pgsql: Fix ancient typo in user-defined-aggregates documentation. Tom Lane
- pgsql: Fix ancient typo in user-defined-aggregates documentation. Tom Lane
- pgsql: Fix ancient typo in user-defined-aggregates documentation. Tom Lane
- Re: pgsql: Fix ancient typo in user-defined-aggregates documentation. Thom Brown
- Re: pgsql: Fix ancient typo in user-defined-aggregates documentation. Tom Lane
- pgsql: Minor changes to recovery pause behaviour. Simon Riggs
- pgsql: Improve user-defined-aggregates documentation. Tom Lane
- pgsql: Improve user-defined-aggregates documentation. Tom Lane
- pgsql: Improve user-defined-aggregates documentation. Tom Lane
- pgsql: Improve user-defined-aggregates documentation. Tom Lane
- pgsql: Improve user-defined-aggregates documentation. Tom Lane
- Re: pgsql: Improve user-defined-aggregates documentation. Thom Brown
- pgsql: Clean up handling of COLLATE clauses in index column definitions Tom Lane
- pgsql: Edits to 9.1 release notes. Robert Haas
- pgsql: Add post-creation hook for extensions, consistent with other obj Robert Haas
- npgsql - Npgsql2: Removed 2005 project and solution as no longer jbcooley@pgfoundry.org (User Jbcooley)
- npgsql - Npgsql2: Updated copyright year fxjr@pgfoundry.org (User Fxjr)
- pgsql: Fix handling of collation in SQL-language functions. Tom Lane
- npgsql - Npgsql2: Changed assembly version info to indicate a beta1 fxjr@pgfoundry.org (User Fxjr)
- npgsql - Npgsql2: Changed from HashSet to Dictionary so we can build a jbcooley@pgfoundry.org (User Jbcooley)
- npgsql - Npgsql2: updated change log. jbcooley@pgfoundry.org (User Jbcooley)
- npgsql - Npgsql2: updated for 2.0.11.91 beta release jbcooley@pgfoundry.org (User Jbcooley)
- npgsql - Npgsql2: Updated release notes for beta1 release of Npgsql fxjr@pgfoundry.org (User Fxjr)
- pgsql: Documented some ecpg command line options that were missing: Michael Meskes
- pgbulkload - pgbulkload: Add new restriction: the password must be masao_fujii@pgfoundry.org (User Masao_fujii)
- pgsql: Fix broken markup, and remove tabs Alvaro Herrera
- pgsql: Make walreceiver send a reply after receiving data but before fl Robert Haas
- Re: pgsql: Documented some ecpg command line options that were missing: David Fetter
- pgsql: Remove alpha release notes. Robert Haas
- libpqtypes - libpqtypes: renamed libpqtypes to libpqtypes.esilo.com achernow@pgfoundry.org (User Achernow)
- Re: pgsql: Documented some ecpg command line options that were missing: Michael Meskes
- pgsql: Fix collation handling in plpgsql functions. Tom Lane
- pgsql: Document collation handling in SQL and plpgsql functions. Tom Lane
- pgsql: Fix failure to propagate collation in negate_clause(). Tom Lane
- pgsql: Pass collation to makeConst() instead of looking it up internall Tom Lane
- pgsql: Additional test for each commit in sync rep path to plug minute Simon Riggs
- pgsql: Clean up a few failures to set collation fields in expression no Tom Lane
- pgsql: More collations cleanup, from trawling for missed collation assi Tom Lane
- pgsql: Clean up cruft around collation initialization for tupdescs and Tom Lane
- pgsql: Update release notes for latest commits. Robert Haas
- pgsql: Remove disclaimer stating that fsync=off slows down sync rep. Robert Haas
- pgsql: Fix plpgsql to release SPI plans when a function or DO block is Tom Lane
- pgsql: Fix check_exclusion_constraint() to insert correct collations in Tom Lane
- pgsql: fix up a couple non-prototypes of the form foo() to be foo(void) Greg Stark
- pgsql: Correct "characters" to "bytes" in createdb docs. Robert Haas
- pgsql: Correct "characters" to "bytes" in createdb docs. Robert Haas
- pgsql: Correct "characters" to "bytes" in createdb docs. Robert Haas
- pgsql: Correct "characters" to "bytes" in createdb docs. Robert Haas
- pgsql: Correct "characters" to "bytes" in createdb docs. Robert Haas
- pgsql: Typo fix in SSI docs. Robert Haas
- Re: pgsql: Fix plpgsql to release SPI plans when a function or DO block is Heikki Linnakangas
- Re: pgsql: Fix plpgsql to release SPI plans when a function or DO block is Tom Lane
- pgsql: Get rid of links that don't work when building HISTORY. Tom Lane
- pgsql: Add missing #include Alvaro Herrera
- pgsql: Mark up release notes using . Robert Haas
- pgsql: Tag refs/tags/REL9_1_ALPHA5 was created pgsql@postgresql.org
- pgsql: Add 9.1 release note link for synchronous replication. Bruce Momjian
- pgsql: Prevent a rowtype from being included in itself. Tom Lane
- pgsql: Prevent a rowtype from being included in itself. Tom Lane
- pgsql: Prevent a rowtype from being included in itself. Tom Lane
- pgsql: Prevent a rowtype from being included in itself. Tom Lane
- pgsql: Make duplicate_oids return nonzero exit status if duplicates wer Peter Eisentraut
- pgsql: Add maintainer-check target Peter Eisentraut
- pgstatsinfo - pg_statsinfo: Fix some comments typo and Add some kasahara@pgfoundry.org (User Kasahara)
- pgsql: In pg_upgrade, add C comment about how autovacuum is disabled. Bruce Momjian
- pgsql: Update SQL features list Peter Eisentraut
- pgsql: Adjust error message, now that we expect other message types tha Heikki Linnakangas
- pgsql: Automatically terminate replication connections that are idle fo Heikki Linnakangas
- pgsql: Check that we've reached end-of-backup also when we're not perfo Heikki Linnakangas
- pgsql: Check that we've reached end-of-backup also when we're not perfo Heikki Linnakangas
- pgsql: Attempt to unbreak windows builds broken by commit 754baa2. Andrew Dunstan
- pgsql: Expand comment on how pg_upgrade is turning off autovacuum. Bruce Momjian
- pgsql: Mention pg_upgrade sets autovacuum_freeze_max_age to maximum. Bruce Momjian
- pgsql: Improve error message when WAL ends before reaching end of onlin Heikki Linnakangas
- pgsql: Reword the phrase on zero replication_timeout in the docs. Heikki Linnakangas
- pgsql: Don't leak the temporary PLyProcedure struct we create for inlin Heikki Linnakangas
- pgsql: Increase SHMEM_INDEX_SIZE from 32 to 64. We're currently at 40 e Heikki Linnakangas
- pgsql: Fix a tiny race condition in predicate locking. Need to hold the Heikki Linnakangas