Mailing lists [pgsql-committers]
- pgsql: Tag 9.0.1 Marc G. Fournier
- pgsql: Tag 7.4.30 Marc G. Fournier
- pgsql: Tag 8.4.5 Marc G. Fournier
- pgsql: Tag 8.3.12 Marc G. Fournier
- pgsql: Tag 8.2.18 Marc G. Fournier
- pgsql: Tag 8.1.22 Marc G. Fournier
- pgsql: Tag 8.0.26 Marc G. Fournier
- pgsql: Fix back-branch breakage from ill-advised last-minute commit. Tom Lane
- pgsql: Throw an appropriate error if ALTER COLUMN TYPE finds a dependen Tom Lane
- pgsql: Throw an appropriate error if ALTER COLUMN TYPE finds a dependen Tom Lane
- pgsql: Remove excess argument to open(2). Tom Lane
- pgsql: Remove excess argument to open(2). Tom Lane
- pgsql: Remove excess argument to open(2). Tom Lane
- pgsql: Behave correctly if INSERT ... VALUES is decorated with addition Tom Lane
- pgsql: Behave correctly if INSERT ... VALUES is decorated with addition Tom Lane
- pgsql: Behave correctly if INSERT ... VALUES is decorated with addition Tom Lane
- pgsql: Behave correctly if INSERT ... VALUES is decorated with addition Tom Lane
- pgsql: Behave correctly if INSERT ... VALUES is decorated with addition Tom Lane
- libpqtypes - libpqtypes: Fixed crash bug in events.c during PQreset achernow@pgfoundry.org (User Achernow)
- pgsql: Tag refs/tags/REL8_3_12 was created pgsql@postgresql.org
- pgsql: Tag refs/tags/REL8_1_22 was created pgsql@postgresql.org
- pgsql: Tag refs/tags/REL8_0_26 was created pgsql@postgresql.org
- pgsql: Tag refs/tags/REL8_2_18 was created pgsql@postgresql.org
- pgsql: Tag refs/tags/REL8_4_5 was created pgsql@postgresql.org
- pgsql: Tag refs/tags/REL9_0_1 was created pgsql@postgresql.org
- pgsql: Tag refs/tags/REL7_4_30 was created pgsql@postgresql.org
- pginstaller - pginst: Update for 8.2.18 dpage@pgfoundry.org (Dave Page)
- pginstaller - pginst: Update for 8.3.12 dpage@pgfoundry.org (Dave Page)
- psqlodbc - psqlodbc: Remove a compilation error and some compiler hinoue@pgfoundry.org (User Hinoue)
- psqlodbc - psqlodbc: Make sure the support of the backward-compatibility hinoue@pgfoundry.org (User Hinoue)
- pgsql: Use a separate interpreter for each calling SQL userid in plperl Tom Lane
- pgsql: Use a separate interpreter for each calling SQL userid in plperl Tom Lane
- pgsql: Use a separate interpreter for each calling SQL userid in plperl Tom Lane
- pgsql: Use a separate interpreter for each calling SQL userid in plperl Tom Lane
- pgsql: Use a separate interpreter for each calling SQL userid in plperl Tom Lane
- pgsql: Use a separate interpreter for each calling SQL userid in plperl Tom Lane
- pgsql: Use a separate interpreter for each calling SQL userid in plperl Tom Lane
- pgsql: Use a separate interpreter for each calling SQL userid in plperl Tom Lane
- psqlodbc - psqlodbc: Update win64.mak so that gssapi support is hinoue@pgfoundry.org (User Hinoue)
- pgsql: Undo some poorly-thought-out "proofreading improvements". Tom Lane
- pgsql: Undo some poorly-thought-out "proofreading improvements". Tom Lane
- pgsql: Correct docs for behaviour of ALTER DATABASE .. RENAME during Ho Simon Riggs
- pgsql: Correct docs for behaviour of ALTER DATABASE .. RENAME during Ho Simon Riggs
- psqlodbc - psqlodbc: this was applied for release preparation. h-saito@pgfoundry.org (Hiroshi Saito)
- pgsql: Reduce the memory requirement for large ispell dictionaries. Tom Lane
- pgsql: Clean up temporary-memory management during ispell dictionary lo Tom Lane
- pgbulkload - pgbulkload: Fixed problem with interactive authentication masao_fujii@pgfoundry.org (User Masao_fujii)
- pgbulkload - pgbulkload: Fix memory leak and wrong usage of StringInfo itagaki@pgfoundry.org (User Itagaki)
- pgbouncer - pgbouncer: client_login_timeout: check wait_for_welcome mkz@pgfoundry.org (User Mkz)
- psqlodbc - psqlodbc: Oops, garbage is removed... h-saito@pgfoundry.org (Hiroshi Saito)
- psqlodbc - psqlodbc: Ahh. h-saito@pgfoundry.org (Hiroshi Saito)
- pgsql: Improve WAL reliability documentation, and add more cross-refere Robert Haas
- pgsql: Improve WAL reliability documentation, and add more cross-refere Robert Haas
- pgsql: Improve WAL reliability documentation, and add more cross-refere Robert Haas
- pgsql: Improve WAL reliability documentation, and add more cross-refere Robert Haas
- pgsql: Teach CLUSTER to use seqscan-and-sort when it's faster than inde Tom Lane
- pgsql: Eliminate some repetitive coding in tuplesort.c. Tom Lane
- pgsql: Improve logging in VACUUM FULL VERBOSE and CLUSTER VERBOSE. Tom Lane
- pgstatsinfo - pg_statsinfo: Fixed problem with interactive kasahara@pgfoundry.org (User Kasahara)
- pgstatsinfo - pg_reporter: Fixed problem with interactive authentication kasahara@pgfoundry.org (User Kasahara)
- pgsql: Warn that views can be safely used to hide columns, but not rows Robert Haas
- pgsql: Warn that views can be safely used to hide columns, but not rows Robert Haas
- pgsql: Warn that views can be safely used to hide columns, but not rows Robert Haas
- pgsql: Warn that views can be safely used to hide columns, but not rows Robert Haas
- pgsql: Warn that views can be safely used to hide columns, but not rows Robert Haas
- pgsql: Warn that views can be safely used to hide columns, but not rows Robert Haas
- pgbuildfarm - client-code: Support using git-cvsserver for clients andrewd@pgfoundry.org (User Andrewd)
- pgstatspack - pgstatspack: uwebartels@pgfoundry.org (User Uwebartels)
- pgstatspack - pgstatspack: uwebartels@pgfoundry.org (User Uwebartels)
- pgbuildfarm - client-code: Report git-cvsserver changesets correctly andrewd@pgfoundry.org (User Andrewd)
- pgsql: Fix sloppy usage of TRIGGER_FIRED_BEFORE/TRIGGER_FIRED_AFTER. Tom Lane
- pgbuildfarm - client-code: Fix a typo, and make update mode the default andrewd@pgfoundry.org (User Andrewd)
- pgsql: Single-word clarification in postgresql.conf log_truncate_on_rot Bruce Momjian
- pgsql: Adjust EXPLAIN documentation, so that it's not unreasonably wide Robert Haas
- pgsql: Adjust EXPLAIN documentation, so that it's not unreasonably wide Robert Haas
- pgsql: Extensive ECPG documentation improvements Peter Eisentraut
- psqlodbc - psqlodbc: Oops forgot to add files for GSSAPI authentication. hinoue@pgfoundry.org (User Hinoue)
- pgsql: Support triggers on views. Tom Lane
- pgsql: Teach psql to do tab completion for names of psql variables. Tom Lane
- psqlodbc - psqlodbc: add gssapi to extra list. h-saito@pgfoundry.org (Hiroshi Saito)
- psqlodbc - psqlodbc: Fixed syntax error. h-saito@pgfoundry.org (Hiroshi Saito)
- psqlodbc - psqlodbc: Fixed lib of ver9.0 path. h-saito@pgfoundry.org (Hiroshi Saito)
- pgsql: Improve the planner's simplification of NOT constructs. Tom Lane
- pgsql: Fix assorted bugs in GIN's WAL replay logic. Tom Lane
- pgsql: Fix assorted bugs in GIN's WAL replay logic. Tom Lane
- pgsql: Fix assorted bugs in GIN's WAL replay logic. Tom Lane
- pgsql: Fix assorted bugs in GIN's WAL replay logic. Tom Lane
- pgsql: Fix assorted bugs in GIN's WAL replay logic. Tom Lane
- pgsql: Fix plpython so that it again honors typmod while assigning to t Tom Lane
- pgsql: Fix plpython so that it again honors typmod while assigning to t Tom Lane
- pgbulkload - pgbulkload: pg_bulkload 3.0 bata 2. mhasegawa@pgfoundry.org (User Mhasegawa)
- pgsql: Fix typo Alvaro Herrera
- pgsql: Remove some unnecessary tests of pgstat_track_counts. Tom Lane
- pgsql: Accept 'public' as a pseudo-role name in has_table_privilege() a Itagaki Takahiro
- psqlodbc - psqlodbc: Add the specification of GSSPI option. h-saito@pgfoundry.org (Hiroshi Saito)
- pgsql: Make title capitalization consistent with surroundings Peter Eisentraut
- pgsql: Put per-letter quicklinks at the top of the HTML bookindex page Peter Eisentraut
- pgsql: Add index entries for pg_stat* views Peter Eisentraut
- pgsql: Make title capitalization consistent with surroundings Peter Eisentraut
- pgsql: Remove executable permission from files where it doesn't belong Peter Eisentraut
- pgsql: Mention the default pg_ctl wait time in the -t option documentat Peter Eisentraut
- Re: pgsql: Put per-letter quicklinks at the top of the HTML bookindex page Thom Brown
- textsearch-ja - textsearch_groonga: Shared locks on read are no longer itagaki@pgfoundry.org (User Itagaki)
- psqlodbc - psqlodbc: Some specification changes. h-saito@pgfoundry.org (Hiroshi Saito)
- pgbuildfarm - client-code: fix error message position andrewd@pgfoundry.org (User Andrewd)
- pgsql: Applied patch by Itagaki Takahiro to fix incorrect status calcul Michael Meskes
- pgsql: Applied patch by Itagaki Takahiro to fix incorrect status calcul Michael Meskes
- pgsql: Applied patch by Itagaki Takahiro to fix incorrect status calcul Michael Meskes
- pgsql: Fix bug in comment of timeline history file. Simon Riggs
- pgsql: Fix bug in comment of timeline history file. Simon Riggs
- pgsql: Make startup process respond to signals to cancel waiting on lat Simon Riggs
- pgsql: Improvements to docs about pg_archive_cleanup and use of archive Simon Riggs
- pgsql: Fix makefile logic to not break the build when xgettext is missi Peter Eisentraut
- pgsql: Complete the documentation of the USAGE privilege for foreign se Peter Eisentraut
- pgsql: Remove reference.ced Peter Eisentraut
- pgsql: Document (compositeval).* field selection syntax Peter Eisentraut
- pgsql: Complete the documentation of the USAGE privilege for foreign se Peter Eisentraut
- pgsql: Complete the documentation of the USAGE privilege for foreign se Peter Eisentraut
- pgsql: Support MergeAppend plans, to allow sorted output from append re Tom Lane
- pgsql: Improvements to docs about pg_archive_cleanup and use of archive Simon Riggs
- pgsql: Add pg_user_mappings to the table of system views. Robert Haas
- pgsql: Add pg_user_mappings to the table of system views. Robert Haas
- pgsql: Add pg_user_mappings to the table of system views. Robert Haas
- pgsql: Improve comment about ignoring 128 error code on Windows: Bruce Momjian
- pgsql: Correct WAL space calculation formula in docs. Simon Riggs
- pgsql: Correct WAL space calculation formula in docs. Simon Riggs
- pgbuildfarm - client-code: facility to add notes for member on server andrewd@pgfoundry.org (User Andrewd)
- pgsql: Fix low-risk potential denial of service against RADIUS login. Magnus Hagander
- pgsql: Fix low-risk potential denial of service against RADIUS login. Magnus Hagander
- Re: pgsql: Fix low-risk potential denial of service against RADIUS login. Thom Brown
- psqlodbc - psqlodbc: Ooops, forget to take... h-saito@pgfoundry.org (Hiroshi Saito)
- psqlodbc - psqlodbc: Re-release will be packed up with my mistake.. h-saito@pgfoundry.org (Hiroshi Saito)
- psqlodbc - psqlodbc: one more. h-saito@pgfoundry.org (Hiroshi Saito)
- pgsql: Allow pg_ctl to register the service in either AUTO or DEMAND st Alvaro Herrera
- pgsql: Document the DISTINCT noise word in the UNION/INTERSECT/EXCEPT c Tom Lane
- pgsql: Change references to SQL/XML:2003 to :2008 and renumber sections Peter Eisentraut
- pgsql: Support host names in pg_hba.conf Peter Eisentraut
- pgsql: Allow WITH clauses to be attached to INSERT, UPDATE, DELETE stat Tom Lane
- pgsql: Document that translate() removes characters in "from" that don' Alvaro Herrera
- pgsql: Fix recent changes to not break non-IPV6-aware systems. Tom Lane
- pgsql: Fix msvc build for localized versions of Visual C++ Magnus Hagander
- pgsql: Fix msvc build for localized versions of Visual C++ Magnus Hagander
- pgsql: Improve GIN indexscan cost estimation. Tom Lane
- pgsql: Fix a passel of inappropriately-named global functions in GIN. Tom Lane
- pgbulkload - pgbulkload: Add common include file. mhasegawa@pgfoundry.org (User Mhasegawa)
- npgsql - Npgsql2: Bug #1010650 - support metadata for indexes. jbcooley@pgfoundry.org (User Jbcooley)
- Re: pgsql: Support host names in pg_hba.conf Fujii Masao
- pgsql: Change example pg_hba.conf in docs to match altered pg_hba.conf. Robert Haas
- Re: pgsql: Support host names in pg_hba.conf Robert Haas
- pgsql: Document the tablespace directory "should" be empty, rather than Bruce Momjian
- pgsql: Document the tablespace directory "should" be empty, rather than Bruce Momjian
- pgsql: Remove tab from SGML. Bruce Momjian
- pgsql: Support key word 'all' in host column of pg_hba.conf Peter Eisentraut
- pgsql: In pg_upgrade, rename macro EXEC_EXT to SHELL_EXT for clarity. Bruce Momjian
- pgsql: In pg_upgrade, rename macro EXEC_EXT to SHELL_EXT for clarity. Bruce Momjian
- orafce - orafce: Remove noisy NOTICE logs for debug in to_multi_byte(). itagaki@pgfoundry.org (User Itagaki)
- pgsql: Unbreak comments on composite type attributes. Robert Haas
- pgsql: Add levenshtein_less_equal, optimized version for small distance Robert Haas
- pgsql: Add mention of using tools/fsync to test fsync methods. Restruct Bruce Momjian
- pgsql: Add mention of using tools/fsync to test fsync methods. Restruct Bruce Momjian
- pgsql: Add mention of using tools/fsync to test fsync methods. Restruct Bruce Momjian
- Re: pgsql: Add mention of using tools/fsync to test fsync methods. Restruct Tom Lane
- pgsql: Add mention of using tools/fsync to test fsync methods. Restruct Bruce Momjian
- Re: pgsql: Add mention of using tools/fsync to test fsync methods. Restruct Bruce Momjian
- pgsql: Add removal of PG_VERSION to optional old cluster deletion scrip Bruce Momjian
- pgsql: Add removal of PG_VERSION to optional old cluster deletion scrip Bruce Momjian
- pgsql: In pg_upgrade, rename SHELL_EXT to SCRIPT_EXT, for clarity. Bruce Momjian
- pgsql: Fix incorrect generation of whole-row variables in planner. Tom Lane
- pgsql: Fix incorrect generation of whole-row variables in planner. Tom Lane
- pgsql: Restructure the pg_upgrade code to use several global structures Bruce Momjian
- pgsql: Pgindent run on pg_upgrade source after restructuring. Bruce Momjian
- pgsql: In pg_upgrade, use cached copy of directory listing, rather than Bruce Momjian
- pgsql: Cache most recent relfilenode lookups, for speed, after report o Bruce Momjian
- pgsql: Fix for new pg_upgrade cache code. Bruce Momjian
- pgsql: Update storage.sgml to describe the 9.0 tablespace directory lay Tom Lane
- pgsql: Update storage.sgml to describe the 9.0 tablespace directory lay Tom Lane
- pgsql: Further speed up pg_upgrade lookups. Bruce Momjian
- pgsql: Rename pg_upgrade 'log' to 'log_opts', to avoid platform naming Bruce Momjian
- pgsql: Updates to contrib/isn ISBN tables. Robert Haas
- pgsql: Add some caveats to the contrib/isn docs. Robert Haas
- pgsql: Fix ecpg test building process to not generate *.dSYM junk on Ma Tom Lane
- pgsql: Fix ecpg test building process to not generate *.dSYM junk on Ma Tom Lane
- pgsql: Fix ecpg test building process to not generate *.dSYM junk on Ma Tom Lane
- pgsql: Fix ecpg test building process to not generate *.dSYM junk on Ma Tom Lane
- pgsql: Fix ecpg test building process to not generate *.dSYM junk on Ma Tom Lane
- textsearch-ja - textsearch_groonga: Support timestamp and timestamptz. itagaki@pgfoundry.org (User Itagaki)
- textsearch-ja - textsearch_groonga: New Directory itagaki@pgfoundry.org (User Itagaki)
- textsearch-ja - textsearch_groonga: Add documentation. itagaki@pgfoundry.org (User Itagaki)
- pgsql: Remove AtStart_Cache() call in CommandCounterIncrement(). Alvaro Herrera
- pgsql: Don't try to fetch database name when SetTransactionIdLimit() is Tom Lane
- pgsql: Don't try to fetch database name when SetTransactionIdLimit() is Tom Lane
- pgsql: If pk is NULL, the backend would segfault when accessing ->algo Heikki Linnakangas
- pgsql: If pk is NULL, the backend would segfault when accessing ->algo Heikki Linnakangas
- pgsql: If pk is NULL, the backend would segfault when accessing ->algo Heikki Linnakangas
- pgsql: If pk is NULL, the backend would segfault when accessing ->algo Heikki Linnakangas
- pgsql: If pk is NULL, the backend would segfault when accessing ->algo Heikki Linnakangas
- pgsql: If pk is NULL, the backend would segfault when accessing ->algo Heikki Linnakangas
- pgsql: Clean up pg_upgrade cache lookup code; remove useless NULL poin Bruce Momjian
- pgsql: Remove obsolete comment, per Josh Kupershmidt. Tom Lane
- pgsql: Remove obsolete comment, per Josh Kupershmidt. Tom Lane
- reorg - pg_reorg: Fix memory leak and wrong usage of StringInfo in sakamotomsh@pgfoundry.org (User Sakamotomsh)
- reorg - pg_batch: Fix memory leak and wrong usage of StringInfo in sakamotomsh@pgfoundry.org (User Sakamotomsh)
- textsearch-ja - textsearch-ja: Adjust regression test to work on all itagaki@pgfoundry.org (User Itagaki)
- pgsql: Improve handling of domains over arrays. Tom Lane
- pgsql: Mention limited usefulness of .pgpass database field. Bruce Momjian
- Re: pgsql: Fix ecpg test building process to not generate *.dSYM junk on Ma Bruce Momjian
- Re: pgsql: Fix ecpg test building process to not generate *.dSYM junk on Ma Tom Lane
- pgsql: Make OFF keyword unreserved. It's not hard to imagine wanting to Heikki Linnakangas
- pgsql: Make OFF keyword unreserved. It's not hard to imagine wanting to Heikki Linnakangas
- Re: pgsql: Make OFF keyword unreserved. It's not hard to imagine wanting to Tom Lane
- Re: pgsql: Make OFF keyword unreserved. It's not hard to imagine wanting to Heikki Linnakangas
- pgsql: Add semicolon, missed in previous patch. And update the keyword Heikki Linnakangas
- pgsql: Add semicolon, missed in previous patch. And update the keyword Heikki Linnakangas
- Re: pgsql: Make OFF keyword unreserved. It's not hard to imagine wanting to Tom Lane
- pgsql: Correct a mistake in levenshtein_less_equal() multibyte characte Robert Haas
- psqlodbc - psqlodbc: Fix a bug about sizeof(). hinoue@pgfoundry.org (User Hinoue)
- psqlodbc - psqlodbc: Return 0 for the column size when the size of hinoue@pgfoundry.org (User Hinoue)
- psqlodbc - psqlodbc: Change to use 'if' instead of an inappropriate hinoue@pgfoundry.org (User Hinoue)
- psqlodbc - psqlodbc: Remember to set permanent flag to holdable cursors hinoue@pgfoundry.org (User Hinoue)
- psqlodbc - psqlodbc: Fix a bug about the handling of the hinoue@pgfoundry.org (User Hinoue)
- psqlodbc - psqlodbc: some bug fixation. h-saito@pgfoundry.org (Hiroshi Saito)
- pgsql: Support suffix matching of host names in pg_hba.conf Peter Eisentraut
- npgsql - Npgsql2: [#1010921] Data corrupted transferring bytea data fxjr@pgfoundry.org (User Fxjr)
- pgsql: Allow new values to be added to an existing enum type. Tom Lane
- pgsql: Remove unnecessary use of trigger flag to hash plperl functions Andrew Dunstan
- pgsql: Work around rounding misbehavior exposed by buildfarm. Tom Lane
- pgsql: find -path is not portable, so use grep -v instead. Alvaro Herrera
- pgsql: Fix inline_set_returning_function() to preserve the invalItems l Tom Lane
- pgsql: Fix inline_set_returning_function() to preserve the invalItems l Tom Lane
- pgsql: Fix overly-enthusiastic Assert in printing of Param reference ex Tom Lane
- pgsql: Refactor typenameTypeId() Peter Eisentraut
- pgrpm - pgrpm: - don't use temp file to load header from binary string nanardon@pgfoundry.org (User Nanardon)
- pgsql: Add .gitignore for contrib/uuid-ossp. Itagaki Takahiro
- pgsql: Fix typos "are are". Itagaki Takahiro
- pgrpm - pgrpm: - load rpm config, fix some memleaks nanardon@pgfoundry.org (User Nanardon)
- pgsql: Add missing newlines at end of files Peter Eisentraut
- pgsql: Before removing backup_label and irrevocably changing pg_control Heikki Linnakangas
- pgsql: Before removing backup_label and irrevocably changing pg_control Heikki Linnakangas
- pgsql: Before removing backup_label and irrevocably changing pg_control Heikki Linnakangas
- pgsql: Before removing backup_label and irrevocably changing pg_control Heikki Linnakangas
- pgsql: Before removing backup_label and irrevocably changing pg_control Heikki Linnakangas
- pgsql: Before removing backup_label and irrevocably changing pg_control Heikki Linnakangas
- pgsql: Fix dumb typo in SECURITY LABEL error message. Robert Haas
- pgsql: Note explicitly that hash indexes are also not replicated becaus Heikki Linnakangas
- pgsql: Note explicitly that hash indexes are also not replicated becaus Heikki Linnakangas
- pgsql: Minor fixups for psql's process_file() function. Robert Haas
- pgsql: Add a client authentication hook. Robert Haas
- pgsql: Note that effective_io_concurrency only affects bitmap heap scan Robert Haas
- pgsql: Fix up some oversights in psql's Unicode-escape support. Tom Lane
- pgsql: Fix up some oversights in psql's Unicode-escape support. Tom Lane
- pgsql: Fix long-standing segfault when accept() or one of the calls mad Heikki Linnakangas
- pgsql: Fix long-standing segfault when accept() or one of the calls mad Heikki Linnakangas
- pgsql: Fix long-standing segfault when accept() or one of the calls mad Heikki Linnakangas
- pgsql: Fix long-standing segfault when accept() or one of the calls mad Heikki Linnakangas
- psqlodbc - psqlodbc: Fix a bug introduced by the previous change. hinoue@pgfoundry.org (User Hinoue)
- pgsql: Previous patch had no detectable virtue other than being a one-l Tom Lane
- pgsql: Reorganize OS-specific details about write caching into a list. Robert Haas
- pgsql: Revert "Correct WAL space calculation formula in docs." Robert Haas
- pgsql: Remove obsolete release-alpha.sgml Peter Eisentraut
- pgsql: Remove tabs from SGML Peter Eisentraut
- pgsql: Release notes for 9.1alpha2 Peter Eisentraut
- pgsql: Fix plpgsql's handling of "simple" expression evaluation. Tom Lane
- pgsql: Fix plpgsql's handling of "simple" expression evaluation. Tom Lane
- pgsql: Fix plpgsql's handling of "simple" expression evaluation. Tom Lane
- pgsql: Fix plpgsql's handling of "simple" expression evaluation. Tom Lane
- pgsql: Fix plpgsql's handling of "simple" expression evaluation. Tom Lane
- pgsql: Fix plpgsql's handling of "simple" expression evaluation. Tom Lane
- pgsql: Save a few cycles in plpgsql simple-expression initialization. Tom Lane
- pgsql: Make \? output of \dg and \du the same Peter Eisentraut
- pgsql: Add tab completion for psql \dg and \z Peter Eisentraut
- pgsql: Allow generic record arguments to plperl functions Andrew Dunstan
- pgsql: Give a more specific error message if you try to COMMIT, ROLLBAC Heikki Linnakangas
- textsearch-ja - textsearch_groonga: New Directory itagaki@pgfoundry.org (User Itagaki)
- textsearch-ja - textsearch_groonga: Preprocess installer script with C itagaki@pgfoundry.org (User Itagaki)
- psqlodbc - psqlodbc: Move the setting of folder name of libpq or gssapi hinoue@pgfoundry.org (User Hinoue)
- pgsql: Avoid creation of useless EquivalenceClasses during planning. Tom Lane
- psqlodbc - psqlodbc: some bug fix note is added. h-saito@pgfoundry.org (Hiroshi Saito)
- pgsql: Oops, missed one fix for EquivalenceClass rearrangement. Tom Lane
- pgsql: Fix comparisons of pointers with zero to compare with NULL inste Tom Lane
- psqlodbc - psqlodbc: Correct the handling of parameters in the installer hinoue@pgfoundry.org (User Hinoue)
- psqlodbc - psqlodbc: Fix a bug which returns incorrect values for hinoue@pgfoundry.org (User Hinoue)
- psqlodbc - psqlodbc: Prep release 09.00.0200 h-saito@pgfoundry.org (Hiroshi Saito)
- pgsql: Last-minute updates to 9.1alpha2 release notes Peter Eisentraut
- pgsql: Change version number in release notes to 9.1alpha2 Peter Eisentraut