Mailing lists [pgsql-committers]
- pgsql: Remove last references to the crypt auth method, per Andreas tgl@postgresql.org (Tom Lane)
- pgsql: Index some array functions, per Mario Splivalo. tgl@postgresql.org (Tom Lane)
- pgsql: Update comment to reflect that LC_COLLATE and LC_CTYPE are now heikki@postgresql.org (Heikki Linnakangas)
- npgsql - Npgsql2: [#1010379] NpgsqlDataAdapter.Update - Return value is fxjr@pgfoundry.org (User Fxjr)
- pgsql: Improve pg_dump's query for retrieving BLOB comments to be more tgl@postgresql.org (Tom Lane)
- pgsql: Improve pg_dump's query for retrieving BLOB comments to be more tgl@postgresql.org (Tom Lane)
- pgsql: plpgsql's exec_simple_cast_value() mistakenly supposed that it tgl@postgresql.org (Tom Lane)
- pgsql: plpgsql's exec_simple_cast_value() mistakenly supposed that it tgl@postgresql.org (Tom Lane)
- pgsql: plpgsql's exec_simple_cast_value() mistakenly supposed that it tgl@postgresql.org (Tom Lane)
- pgsql: Fix GUC's reports of assign_hook failure to always include the tgl@postgresql.org (Tom Lane)
- pgsql: Fix GUC's reports of assign_hook failure to always include the tgl@postgresql.org (Tom Lane)
- pglogparser - pglogparser: New Directory kpierno@pgfoundry.org (User Kpierno)
- pglogparser - pglogparser: Initial checking to cvs kpierno@pgfoundry.org (User Kpierno)
- pglogparser - pglogparser: New Directory kpierno@pgfoundry.org (User Kpierno)
- pgsql: Change psql \d* display so 'S' _or_ a pattern include system momjian@postgresql.org (Bruce Momjian)
- pgsql: Fix SetClientEncoding() to maintain a cache of previously tgl@postgresql.org (Tom Lane)
- pgsql: Do not show information_schema in \d* commands, unless 'S' or momjian@postgresql.org (Bruce Momjian)
- pgsql: Fix memory allocation for output of hstore type. teodor@postgresql.org (Teodor Sigaev)
- pgsql: Fix memory allocation for output of hstore type. teodor@postgresql.org (Teodor Sigaev)
- pgsql: Fix memory allocation for output of hstore type. teodor@postgresql.org (Teodor Sigaev)
- pgsql: Add support for additional DTrace probes. momjian@postgresql.org (Bruce Momjian)
- pgsql: Have PL/pgSQL FETCH set DIAGNOSTICS ROW_COUNT. momjian@postgresql.org (Bruce Momjian)
- pgsql: Give a better error message when trying to change momjian@postgresql.org (Bruce Momjian)
- pgsql: Minor code beautification/consolidation. tgl@postgresql.org (Tom Lane)
- pgsql: Revert DTrace patch from Robert Lor momjian@postgresql.org (Bruce Momjian)
- pgsql: Refactor ExecProject and associated routines so that fast-path tgl@postgresql.org (Tom Lane)
- pgsql: Document that Solaris can't use effective_io_concurrency because momjian@postgresql.org (Bruce Momjian)
- npgsql - Npgsql2: Fix resource manager lifetime. jbcooley@pgfoundry.org (User Jbcooley)
- npgsql - Npgsql2: Fix missing cast from previous commit. jbcooley@pgfoundry.org (User Jbcooley)
- npgsql - Npgsql2: Added test based on forum post. jbcooley@pgfoundry.org (User Jbcooley)
- pgsql: Make directory name comparisons on Win32 case insensitive. mha@postgresql.org (Magnus Hagander)
- pgsql: Make directory name comparisons on Win32 case insensitive. mha@postgresql.org (Magnus Hagander)
- pgsql: Make directory name comparisons on Win32 case insensitive. mha@postgresql.org (Magnus Hagander)
- edb-debugger - server: Initialise plugin_info for all functions, not dpage@pgfoundry.org (Dave Page)
- edb-debugger - server: Initialise plugin_info for all functions, not dpage@pgfoundry.org (Dave Page)
- Re: pgsql: Make directory name comparisons on Win32 case insensitive. Tom Lane
- pglogparser - pglogparser: Added the Perl DBD SQLite module for kpierno@pgfoundry.org (User Kpierno)
- pgsql: Defend against possible crash if a plpython function does not tgl@postgresql.org (Tom Lane)
- pgsql: Add a comment documenting the question of whether PrefetchBuffer tgl@postgresql.org (Tom Lane)
- pgsql: Use (unsigned char) cast in argument of pg_tolower(). tgl@postgresql.org (Tom Lane)
- pgsql: Use (unsigned char) cast in argument of pg_tolower(). tgl@postgresql.org (Tom Lane)
- pgsql: Use (unsigned char) cast in argument of pg_tolower(). tgl@postgresql.org (Tom Lane)
- pgsql: Add missing help output for \ef option. tgl@postgresql.org (Tom Lane)
- pgsql: Minor wordsmithing on descriptions of some \d commands. tgl@postgresql.org (Tom Lane)
- pgsql: Make \dt \di and friends more consistent about the treatment of tgl@postgresql.org (Tom Lane)
- pgsql: Improve obsolete comment. tgl@postgresql.org (Tom Lane)
- pgsql: Disallow setting fillfactor for TOAST tables. alvherre@postgresql.org (Alvaro Herrera)
- pgsql: Rewrite interval_hash() so that the hashcodes are equal for tgl@postgresql.org (Tom Lane)
- pgsql: Rewrite interval_hash() so that the hashcodes are equal for tgl@postgresql.org (Tom Lane)
- pgsql: Rewrite interval_hash() so that the hashcodes are equal for tgl@postgresql.org (Tom Lane)
- pgsql: Rewrite interval_hash() so that the hashcodes are equal for tgl@postgresql.org (Tom Lane)
- pgsql: Rewrite interval_hash() so that the hashcodes are equal for tgl@postgresql.org (Tom Lane)
- pgsql: Rewrite interval_hash() so that the hashcodes are equal for tgl@postgresql.org (Tom Lane)
- Re: pgsql: Make directory name comparisons on Win32 case insensitive. Magnus Hagander
- psqlodbc - psqlodbc: Improve the transactional control under hinoue@pgfoundry.org (User Hinoue)
- psqlodbc - psqlodbc: take some notes. h-saito@pgfoundry.org (User H-saito)
- psqlodbc - psqlodbc: Fix an infinite loop in utf8_to_ucs2(). hinoue@pgfoundry.org (User Hinoue)
- pgsql: A session that does not have any live snapshots does not have to tgl@postgresql.org (Tom Lane)
- pgsql: Remove the recently added node types ReloptElem and OptionDefElem tgl@postgresql.org (Tom Lane)
- pgsql: Make an attempt at fixing our current Solaris 11 breakage: add a tgl@postgresql.org (Tom Lane)
- pgsql: Hmm, baiji thinks we need explicit 'extern' here. tgl@postgresql.org (Tom Lane)
- pgsql: Remove contrib/intarray's definitions of the <@ and @> operators, tgl@postgresql.org (Tom Lane)
- pgsql: I had always wondered why pg_config.h.win32 claimed that Windows tgl@postgresql.org (Tom Lane)
- pgsql: Remove a boatload of useless definitions of 'int optreset'. tgl@postgresql.org (Tom Lane)
- pgsql: Fix infinite loop while checking of partial match in pending teodor@postgresql.org (Teodor Sigaev)
- pgsql: Change EXPLAIN output so that subplans and initplans tgl@postgresql.org (Tom Lane)
- pgfouine - pgfouine: applied [#1010529] Error in normalize for bigint gsmet@pgfoundry.org (User Gsmet)
- pgfouine - pgfouine: applied a patch from Max Valjanski to support large gsmet@pgfoundry.org (User Gsmet)
- pgsql: Make ExecInitExpr build the list of SubPlans found in a plan tree tgl@postgresql.org (Tom Lane)
- pgfouine - pgfouine: applied a patch from Steve Woodcock to fix a long gsmet@pgfoundry.org (User Gsmet)
- pgsql: Change cardinality() into a C-code function, instead of a tgl@postgresql.org (Tom Lane)
- textsearch-ja - textsearch-ja: Remove trailing dashes for 4 charactor itagaki@pgfoundry.org (User Itagaki)
- pgsql: Rename the new CREATE DATABASE options to set collation and ctype heikki@postgresql.org (Heikki Linnakangas)
- eehab hamzeh
- Re: eehab hamzeh
- pgsql: Fix 'all at one page bug' in picksplit method of R-tree teodor@postgresql.org (Teodor Sigaev)
- pgsql: Fix 'all at one page bug' in picksplit method of R-tree teodor@postgresql.org (Teodor Sigaev)
- pgsql: Fix 'all at one page bug' in picksplit method of R-tree teodor@postgresql.org (Teodor Sigaev)
- pgsql: Correct keywords table for status of COLLATE vs LC_COLLATE. tgl@postgresql.org (Tom Lane)
- pgtcl - libpgtcl: Mark that we're releasing version 1.7. karl@pgfoundry.org (User Karl)
- pgsql: Document the fact that fuzzystrmatch doesn't work in multibyte tgl@postgresql.org (Tom Lane)
- pgsql: Adjust psql tab completion for new \d 'S' flag behavior; adjust momjian@postgresql.org (Bruce Momjian)
- Re: Robert Haas
- eehab hamzeh
- pgsql: Add documentation mention of 'check_postgres.pl' in Routine momjian@postgresql.org (Bruce Momjian)
- pgsql: Doc change in new patch, stand-alone -> standalone momjian@postgresql.org (Bruce Momjian)
- pgsql: Display postgresql.conf unit options in an easier-to-understand, momjian@postgresql.org (Bruce Momjian)
- pgsql: Document in postgresql.conf that the default units for momjian@postgresql.org (Bruce Momjian)
- pgsql: Properly align equals signs in new postgresql.conf units momjian@postgresql.org (Bruce Momjian)
- pgsql: Add entry in the encoding number to OS name table for KOI8-U. petere@postgresql.org (Peter Eisentraut)
- pgsql: Add unit documentation for various postgresql.conf settings. momjian@postgresql.org (Bruce Momjian)
- psqlodbc - psqlodbc: Improve the handling of error messages at hinoue@pgfoundry.org (User Hinoue)
- psqlodbc - psqlodbc: Forgot to commit a file. hinoue@pgfoundry.org (User Hinoue)
- pgsql: Add an optional parameter to pg_start_backup() that specifies tgl@postgresql.org (Tom Lane)
- pgsql: Add doc link to section about how to compile triggers. momjian@postgresql.org (Bruce Momjian)
- pgbouncer - pgbouncer: Fix broken alignment in src/slab.c Alignment mkz@pgfoundry.org (User Mkz)
- slony1-ctl - slony-ctl: Translation of README in progress sas@pgfoundry.org (User Sas)
- pgsql: Defend against non-ASCII letters in fuzzystrmatch code. tgl@postgresql.org (Tom Lane)
- pgsql: Defend against non-ASCII letters in fuzzystrmatch code. tgl@postgresql.org (Tom Lane)
- pgsql: Defend against non-ASCII letters in fuzzystrmatch code. tgl@postgresql.org (Tom Lane)
- pgsql: Defend against non-ASCII letters in fuzzystrmatch code. tgl@postgresql.org (Tom Lane)
- pgsql: Defend against non-ASCII letters in fuzzystrmatch code. tgl@postgresql.org (Tom Lane)
- pgsql: Defend against non-ASCII letters in fuzzystrmatch code. tgl@postgresql.org (Tom Lane)
- psqlodbc - psqlodbc: Prep 08.04.0100. h-saito@pgfoundry.org (User H-saito)
- pgsql: Fix 'all at one page bug' in picksplit method of R-tree teodor@postgresql.org (Teodor Sigaev)
- pgsql: Fix 'all at one page bug' in picksplit method of R-tree teodor@postgresql.org (Teodor Sigaev)
- pgsql: Fix 'all at one page bug' in picksplit method of R-tree teodor@postgresql.org (Teodor Sigaev)
- pgsql: Remove useless (leftover?) extern declaration. tgl@postgresql.org (Tom Lane)
- pgsql: Fix contrib/pg_freespacemap's underestimate of the number of tgl@postgresql.org (Tom Lane)
- pgsql: Fix contrib/pg_freespacemap's underestimate of the number of tgl@postgresql.org (Tom Lane)
- pgsql: Support Perl 5.10 and TCL 8.5 in MSVC builds. mha@postgresql.org (Magnus Hagander)
- pgsql: Remove FAQ and FAQ_DEV ASCII and HTML files from CVS; now on the momjian@postgresql.org (Bruce Momjian)
- pgsql: Add release note item: Add Japanese message translations momjian@postgresql.org (Bruce Momjian)
- pgsql: Add attribution for: Add Japanese message translations momjian@postgresql.org (Bruce Momjian)
- pgsql: More GUC units doc updates. momjian@postgresql.org (Bruce Momjian)
- pgsql: Disable effective_io_concurrency on Solaris because momjian@postgresql.org (Bruce Momjian)
- pgsql: Revert addition of units to GUC descriptions; doesn't affect momjian@postgresql.org (Bruce Momjian)
- pgsql: Improve tab completion for \ef. momjian@postgresql.org (Bruce Momjian)
- pgsql: Tell gettext which codeset to use by calling heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Oops, mustn't call textdomain() when compiling without heikki@postgresql.org (Heikki Linnakangas)
- psqlodbc - psqlodbc: Prep 08.04.0100. h-saito@pgfoundry.org (User H-saito)
- slony1-ctl - slony-ctl: forgotten files... sas@pgfoundry.org (User Sas)
- pgsql: Quote string literals correctly in the new CREATE SERVER heikki@postgresql.org (Heikki Linnakangas)
- slony1-ctl - slony-ctl: Some cleaning of inclusion files sas@pgfoundry.org (User Sas)
- pgsql: XMLATTRIBUTES() should send the attribute values through petere@postgresql.org (Peter Eisentraut)
- pgsql: Allow leading and trailing spaces around NaN in numeric_in. tgl@postgresql.org (Tom Lane)
- pgsql: Remove psql's ancient hack that suppressed functions taking or tgl@postgresql.org (Tom Lane)
- pgsql: Fix the plpgsql memory leak exhibited in bug #4677. tgl@postgresql.org (Tom Lane)
- pgsql: Treat EOF like \n for line-counting purposes in ParseConfigFile, tgl@postgresql.org (Tom Lane)
- pgsql: Improve documentation about how checkpoint spreads I/O activity. momjian@postgresql.org (Bruce Momjian)
- pg-migrator - src: bmomjian@pgfoundry.org (User Bmomjian)
- pgsql: Remove SQL-compatibility function cardinality(). tgl@postgresql.org (Tom Lane)
- pgsql: New Directory petere@postgresql.org (Peter Eisentraut)
- pgsql: New Directory petere@postgresql.org (Peter Eisentraut)
- pgsql: New Directory petere@postgresql.org (Peter Eisentraut)
- pgsql: New Directory petere@postgresql.org (Peter Eisentraut)
- pgsql: Update GIN limitations documentation to match current reality. tgl@postgresql.org (Tom Lane)
- pgsql: New Directory petere@postgresql.org (Peter Eisentraut)
- pgsql: Translation updates for 8.4 beta petere@postgresql.org (Peter Eisentraut)
- pgsql: Update time zone data files to tzdata release 2009e: DST law tgl@postgresql.org (Tom Lane)
- pgsql: Update time zone data files to tzdata release 2009e: DST law tgl@postgresql.org (Tom Lane)
- pgsql: Update time zone data files to tzdata release 2009e: DST law tgl@postgresql.org (Tom Lane)
- pgsql: Update time zone data files to tzdata release 2009e: DST law tgl@postgresql.org (Tom Lane)
- pgsql: Update time zone data files to tzdata release 2009e: DST law tgl@postgresql.org (Tom Lane)
- pgsql: Update config.guess and config.sub petere@postgresql.org (Peter Eisentraut)
- pgsql: Add URL for config.guess/sub updates petere@postgresql.org (Peter Eisentraut)
- pgsql: No more need to update FAQs. momjian@postgresql.org (Bruce Momjian)
- pgsql: Clarify documentation references to pg_stat_get_blocks_fetched momjian@postgresql.org (Bruce Momjian)
- pgsql: Update release notes through yesterday; some minor wordsmithing. tgl@postgresql.org (Tom Lane)
- pgsql: commit and tag beta1 scrappy@postgresql.org (Marc G. Fournier)
- pgsql: Document how *_blks_read statistics columns are computed. momjian@postgresql.org (Bruce Momjian)
- pgsql: Add cross-references from the DECLARE and FETCH reference pages tgl@postgresql.org (Tom Lane)
- npgsql - Npgsql2: Add support for edm canonical string function "Right" jbcooley@pgfoundry.org (User Jbcooley)
- pgsql: Clarify SSL _user_ authentication in release notes. momjian@postgresql.org (Bruce Momjian)
- pgsql: Wording improvement for SSL user certificate authentication. momjian@postgresql.org (Bruce Momjian)
- pgsql: Wording improvement. momjian@postgresql.org (Bruce Momjian)
- npgsql - Npgsql2: Fix skip (offset) when used with a join jbcooley@pgfoundry.org (User Jbcooley)
- pgsql: Better document libpq sslverify behavior as requiring root.crt. momjian@postgresql.org (Bruce Momjian)
- pgsql: Message improvement petere@postgresql.org (Peter Eisentraut)
- pgsql: Message fix (I guess this was a cruise replace mistake.) petere@postgresql.org (Peter Eisentraut)
- pgsql: More wording clarification of sslverify setting. momjian@postgresql.org (Bruce Momjian)
- pgsql: Make string more alike other similar messages. alvherre@postgresql.org (Alvaro Herrera)
- pgsql: Fix pg_dumpall so that when --clean is specified, it drops roles tgl@postgresql.org (Tom Lane)
- pgfouine - pgfouine: implemented a simple garbage collector mechanism gsmet@pgfoundry.org (User Gsmet)
- pgsql: Fix logic to detect conflicts or blocks involving exclusive locks adunstan@postgresql.org (Andrew Dunstan)
- pgsql: Make a copy-editing pass over the 8.4 release notes. tgl@postgresql.org (Tom Lane)
- textsearch-ja - textsearch_senna: workaround for 8.2 and 8.3. itagaki@pgfoundry.org (User Itagaki)
- pgsql: Make new strings more alike previously existing messages. alvherre@postgresql.org (Alvaro Herrera)
- Re: pgsql: Make new strings more alike previously existing messages. Tom Lane
- pgsql: pg_restore -jN does not equate "multiple jobs", so partly revert alvherre@postgresql.org (Alvaro Herrera)
- Re: pgsql: Make new strings more alike previously existing messages. Alvaro Herrera
- pgsql: Do some copy-editing on description of ts_headline(). tgl@postgresql.org (Tom Lane)
- libpqtypes - libpqtypes: fixed bug in array.c. achernow@pgfoundry.org (User Achernow)
- libpqtypes - libpqtypes: Added NULL composite array item test and achernow@pgfoundry.org (User Achernow)
- pginstaller - pginst: Update release process - use pg84-specific config dpage@pgfoundry.org (Dave Page)
- pginstaller - pginst: Couple more updates for 8.4 dpage@pgfoundry.org (Dave Page)
- pginstaller - pginst: Prep for 8.4 beta 1 dpage@pgfoundry.org (Dave Page)
- pginstaller - pginst: Tip of the day has been removed from pgAdmin dpage@pgfoundry.org (Dave Page)
- pginstaller - pginst: int_aggregate is just an SQL wrapper now. dpage@pgfoundry.org (Dave Page)
- Re: pgsql: pg_restore -jN does not equate "multiple jobs", so partly revert Simon Riggs
- pginstaller - pginst: Add new contrib modules in PG 8.4 dpage@pgfoundry.org (Dave Page)
- Re: pgsql: pg_restore -jN does not equate "multiple jobs", so partly revert Andrew Dunstan
- pginstaller - pginst: Fix filename dpage@pgfoundry.org (Dave Page)
- pgsql: Add libpq error message text on how to handle missing root.crt momjian@postgresql.org (Bruce Momjian)
- pgsql: Reformat 'sslmode' options into an SGML table; improve wording. momjian@postgresql.org (Bruce Momjian)
- pgsql: Fix broken {xufailed} production that made HEAD fail on select tgl@postgresql.org (Tom Lane)
- npgsql - Npgsql2: [#1010558] Added callback to provide client fxjr@pgfoundry.org (User Fxjr)
- pgbulkload - pgbulkload: Fix profiling framework. itagaki@pgfoundry.org (User Itagaki)
- pgsql: Fix SGML markup I broke yesterday. momjian@postgresql.org (Bruce Momjian)
- pgsql: Remove beer-ware license from crypt-md5.c, per approval from mha@postgresql.org (Magnus Hagander)
- pgsql: Remove beer-ware license from crypt-md5.c, per approval from mha@postgresql.org (Magnus Hagander)
- pgsql: Remove beer-ware license from crypt-md5.c, per approval from mha@postgresql.org (Magnus Hagander)
- pgsql: Remove beer-ware license from crypt-md5.c, per approval from mha@postgresql.org (Magnus Hagander)
- pgsql: Remove beer-ware license from crypt-md5.c, per approval from mha@postgresql.org (Magnus Hagander)
- pgsql: Remove beer-ware license from crypt-md5.c, per approval from mha@postgresql.org (Magnus Hagander)
- pgsql: Add missing periods. alvherre@postgresql.org (Alvaro Herrera)
- pgsql: Add missing gettext calls around some strings. alvherre@postgresql.org (Alvaro Herrera)
- pgsql: Remove mention of pre-7.1 inheritance behavior from /ref pages; momjian@postgresql.org (Bruce Momjian)
- pgsql: Substitute extraneous underscores with spaces. alvherre@postgresql.org (Alvaro Herrera)
- reorg - pg_reorg: Modify LOCK to LOCK-NOWAIT-and-loop at swap tables to itagaki@pgfoundry.org (User Itagaki)
- Re: pgsql: Substitute extraneous underscores with spaces. Andrew Dunstan
- Re: pgsql: Substitute extraneous underscores with spaces. Alvaro Herrera
- pgsql: Fix the regression test error message for array_fill, too. alvherre@postgresql.org (Alvaro Herrera)
- pgsql: Fix planner to restore its previous level of intelligence about tgl@postgresql.org (Tom Lane)
- pgsql: Fix planner to restore its previous level of intelligence about tgl@postgresql.org (Tom Lane)
- pgsql: Bump disable_cost up from 1e8 to 1e10, per gripe from Kris Jurka. tgl@postgresql.org (Tom Lane)
- pgsql: Add Ron Mayer as primary contributor for: Support the momjian@postgresql.org (Bruce Momjian)
- pgfouine - pgfouine: synchronized .spec file with latest fedora one gsmet@pgfoundry.org (User Gsmet)
- pgfouine - pgfouine: bumped version to 1.1 gsmet@pgfoundry.org (User Gsmet)
- pgfouine - pgfouine: added year into the log files to make tests more gsmet@pgfoundry.org (User Gsmet)
- pgfouine - pgfouine: added a new test gsmet@pgfoundry.org (User Gsmet)
- pgfouine - pgfouine: added support for lists and regexps in -user and gsmet@pgfoundry.org (User Gsmet)
- pgfouine - pgfouine: updated GeSHi to 1.0.8.3 gsmet@pgfoundry.org (User Gsmet)
- pgfouine - www: fixed log_line_prefix for user/database filtering gsmet@pgfoundry.org (User Gsmet)
- pgfouine - www: age += 2 gsmet@pgfoundry.org (User Gsmet)
- pgsql: Mention as a potential incompatibility the fact that SELECT tgl@postgresql.org (Tom Lane)
- pgsql: Revise plpgsql's scanner to process comments and string literals tgl@postgresql.org (Tom Lane)
- pgsql: Fix estimate_num_groups() to not fail on PlaceHolderVars, per tgl@postgresql.org (Tom Lane)
- pgsql: Fix textsearch documentation examples to not recommend tgl@postgresql.org (Tom Lane)
- pgsql: Fix textsearch documentation examples to not recommend tgl@postgresql.org (Tom Lane)
- pgsql: Fix de-escaping checks so that we will reject \000 as well as tgl@postgresql.org (Tom Lane)
- pgsql: Rethink the idea of having plpgsql depend on parser/gram.h. tgl@postgresql.org (Tom Lane)
- pgsql: Assorted portability fixes for Borland C, from Pavel Golub. tgl@postgresql.org (Tom Lane)
- pgbulkload - pgbulkload: Preparing Release 2.4.0. itagaki@pgfoundry.org (User Itagaki)
- pgsql: Read nls.nk files to determine the proper name of NLS catalogs to mha@postgresql.org (Magnus Hagander)
- slony1-ctl - slony-ctl: Some minor improvements in information sas@pgfoundry.org (User Sas)
- pgbulkload - pgbulkload: Report conflicted values for duplicate keys. itagaki@pgfoundry.org (User Itagaki)
- pgbulkload - pgbulkload: New Directory itagaki@pgfoundry.org (User Itagaki)
- pgbulkload - pgbulkload: New Directory itagaki@pgfoundry.org (User Itagaki)
- pgbulkload - pgbulkload: New Directory itagaki@pgfoundry.org (User Itagaki)
- pgbulkload - pgbulkload: New Directory itagaki@pgfoundry.org (User Itagaki)
- pgbulkload - pgbulkload: add regression tests. itagaki@pgfoundry.org (User Itagaki)
- slony1-ctl - slony-ctl: Adding the possibility to drop objects from an sas@pgfoundry.org (User Sas)
- pgsql: Add agg/normal/trigger/window flags for psql \df and in \df momjian@postgresql.org (Bruce Momjian)
- pgsql: Merge psql \df options into a single \? line, and update docs. momjian@postgresql.org (Bruce Momjian)
- pgsql: Improve psql \df error handling. momjian@postgresql.org (Bruce Momjian)
- pgsql: Fix obsolete cross-reference (this file isn't called alpha.c tgl@postgresql.org (Tom Lane)
- pgsql: Remove the long-obsolete homebrew dl*() functions for AIX, in tgl@postgresql.org (Tom Lane)
- orafce - orafce: Use AllocateFile and FreeFile instead of fopen and itagaki@pgfoundry.org (User Itagaki)
- pgbulkload - pgbulkload: Use AllocateFile and FreeFile instead of fopen itagaki@pgfoundry.org (User Itagaki)
- reorg - pg_reorg: New Directory itagaki@pgfoundry.org (User Itagaki)
- reorg - pg_reorg: Support PGXS. itagaki@pgfoundry.org (User Itagaki)
- pgbulkload - pgbulkload: Partial support for PGXS, because itagaki@pgfoundry.org (User Itagaki)
- slony1-ctl - slony-ctl: Sample file for objects-to-drop specification sas@pgfoundry.org (User Sas)
- pgsql: Use brackets in psql \df \? help. momjian@postgresql.org (Bruce Momjian)
- pgsql: After archive recovery, mark the last WAL segment from the parent heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Change the default value of max_prepared_transactions to zero, tgl@postgresql.org (Tom Lane)
- reorg - pg_reorg: Fix compile errors on Linux. itagaki@pgfoundry.org (User Itagaki)
- pgbulkload - pgbulkload: Fix compile errors on Linux. itagaki@pgfoundry.org (User Itagaki)
- pgsql: varstr_cmp and any comparison function that piggybacks on it can heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Improve the documentation on 8.4 visibility map related VACUUM heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Mention that tables have a visibility map fork alongside the main heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Don't use the result of strcmp as if it were a boolean. tgl@postgresql.org (Tom Lane)
- deny-updates - trunk: Fix think-o in README decibel@pgfoundry.org (User Decibel)
- pgsql: Suppress some 'variable may be used uninitialized' warnings from tgl@postgresql.org (Tom Lane)
- autodoc - autodoc: Use datarootdir instead of datadir rbt@pgfoundry.org (User Rbt)
- autodoc - autodoc: Dramatically simplify installation process (Thanks rbt@pgfoundry.org (User Rbt)
- autodoc - autodoc: Minor fixes for named functions for newer DBD::Pg's. rbt@pgfoundry.org (User Rbt)
- autodoc - autodoc: Remove support for PostgreSQL versions earlier than rbt@pgfoundry.org (User Rbt)
-
autodoc - autodoc: Add -m
to only output structures or functions rbt@pgfoundry.org (User Rbt) - autodoc - autodoc: Improve wording for --table help (Jamie Nicholson) rbt@pgfoundry.org (User Rbt)
- slony1-ctl - slony-ctl: Bug reported by Bastian Voigt sas@pgfoundry.org (User Sas)
- pgsql: Move gettext encoding names into encnames.c, so we only have one mha@postgresql.org (Magnus Hagander)
- pgsql: Remove sslverify parameter again, replacing it with two new mha@postgresql.org (Magnus Hagander)
- slony1-ctl - slony-ctl: One more bug discovered by Bastian Voigt. sas@pgfoundry.org (User Sas)
- pgsql: Remove sslverify parameter from release notes, mention that mha@postgresql.org (Magnus Hagander)
- pgsql: More clearly document what the different sslmode options mean, mha@postgresql.org (Magnus Hagander)
- pgsql: Fix some more 'variable may be used uninitialized' warnings from tgl@postgresql.org (Tom Lane)
- pgsql: Improve server spoofing wording, per request from Magnus. momjian@postgresql.org (Bruce Momjian)
- psqlodbc - psqlodbc: 1. hinoue@pgfoundry.org (User Hinoue)
- psqlodbc - psqlodbc: some adjustment. h-saito@pgfoundry.org (User H-saito)
- pgsql: Remove HELIOS Software GmbH name and copyright from AIX dynloader momjian@postgresql.org (Bruce Momjian)
- pgsql: Remove HELIOS Software GmbH name and copyright from AIX dynloader momjian@postgresql.org (Bruce Momjian)
- pgsql: Remove HELIOS Software GmbH name and copyright from AIX dynloader momjian@postgresql.org (Bruce Momjian)
- pgsql: Remove HELIOS Software GmbH name and copyright from AIX dynloader momjian@postgresql.org (Bruce Momjian)
- pgsql: Remove HELIOS Software GmbH name and copyright from AIX dynloader momjian@postgresql.org (Bruce Momjian)
- pgsql: Fix the handling of sub-SELECTs appearing in the arguments of an tgl@postgresql.org (Tom Lane)
- pgsql: Fix the handling of sub-SELECTs appearing in the arguments of an tgl@postgresql.org (Tom Lane)
- pgsql: Fix the handling of sub-SELECTs appearing in the arguments of an tgl@postgresql.org (Tom Lane)
- pgsql: Fix the handling of sub-SELECTs appearing in the arguments of an tgl@postgresql.org (Tom Lane)
- pgsql: Fix the handling of sub-SELECTs appearing in the arguments of an tgl@postgresql.org (Tom Lane)
- pgsql: Fix the handling of sub-SELECTs appearing in the arguments of an tgl@postgresql.org (Tom Lane)
- pgfouine - pgfouine: set the garbage collection timeout to 60 seconds gsmet@pgfoundry.org (User Gsmet)
- pgfouine - pgfouine: preparing tomorrow's release gsmet@pgfoundry.org (User Gsmet)
- pgfouine - pgfouine: fixed INSTALL instructions gsmet@pgfoundry.org (User Gsmet)
- pgfouine - www: preparing tomorrow's release gsmet@pgfoundry.org (User Gsmet)
- pgfouine - www: reorganized the tutorial a bit gsmet@pgfoundry.org (User Gsmet)
- pgfouine - pgfouine: backported BRANCH_1_0 fixes gsmet@pgfoundry.org (User Gsmet)
- pgfouine - www: added Russell Smith to the thanks list gsmet@pgfoundry.org (User Gsmet)
- pgfouine - www: in fact, fastpath function calls were already supported gsmet@pgfoundry.org (User Gsmet)
- pgfouine - pgfouine: fixed an oversight in stderr parser related to gsmet@pgfoundry.org (User Gsmet)
- pgfouine - pgfouine: fixed the unit tests gsmet@pgfoundry.org (User Gsmet)
- pgfouine - pgfouine: added release instructions gsmet@pgfoundry.org (User Gsmet)
- pgsql: Update citext expected output to exactly match the real output, tgl@postgresql.org (Tom Lane)
- pgsql: Typo fix. tgl@postgresql.org (Tom Lane)
- pgfouine - pgfouine: added normalization of IN() clauses gsmet@pgfoundry.org (User Gsmet)
- pgfouine - pgfouine: changed the default order of reports gsmet@pgfoundry.org (User Gsmet)
- pgfouine - pgfouine: fixed typo gsmet@pgfoundry.org (User Gsmet)
- pgfouine - pgfouine: raised the default memory limit to 256 MB gsmet@pgfoundry.org (User Gsmet)
- pgfouine - pgfouine: in fact, let's raise it directly to 512 MB gsmet@pgfoundry.org (User Gsmet)
- pgsql: Remove Windows-specific definition of S_ISDIR(). tgl@postgresql.org (Tom Lane)
- autodoc - autodoc: Don't need relhasindexes, relhasrules, or rbt@pgfoundry.org (User Rbt)
- pgfouine - www: added the final links gsmet@pgfoundry.org (User Gsmet)
- pgsql: Some more work on the 8.4 release notes. tgl@postgresql.org (Tom Lane)
- deny-updates - trunk: Change to using a text string of options decibel@pgfoundry.org (User Decibel)
- pgbulkload - pgbulkload: New Directory itagaki@pgfoundry.org (User Itagaki)
- pgbulkload - pgbulkload: pg_bulkload 2.4beta2. itagaki@pgfoundry.org (User Itagaki)
- deny-updates - trunk: Add the option of allowing updates if the field decibel@pgfoundry.org (User Decibel)
- deny-updates - trunk: Small mod to README decibel@pgfoundry.org (User Decibel)
- libpqtypes - libpqtypes: Changed email addresses in AUTHORS file #2 achernow@pgfoundry.org (User Achernow)
- libpqtypes - libpqtypes: Changed email addresses in AUTHORS file achernow@pgfoundry.org (User Achernow)
- libpqtypes - libpqtypes: Bumped version to 1.3.2 achernow@pgfoundry.org (User Achernow)
- pgsql: Proofreading adjustments for first two parts of documentation momjian@postgresql.org (Bruce Momjian)
- pgsql: In VACUUM, FREEZE must be before ANALYZE; fix this in vacuumdb. momjian@postgresql.org (Bruce Momjian)
- pg-migrator - src: Fix bugs in testing; improve debugging capabilities. bmomjian@pgfoundry.org (User Bmomjian)
- pg-migrator - src: pgindent run with proper typedefs. bmomjian@pgfoundry.org (User Bmomjian)
- pg-migrator - src: Trim funcs Makefile of old comments. bmomjian@pgfoundry.org (User Bmomjian)
- orafce - orafce: Prepare to release 3.0RC1. itagaki@pgfoundry.org (User Itagaki)
- pgsql: Move SERVER to the right place in the alphabetically sorted heikki@postgresql.org (Heikki Linnakangas)
- textsearch-ja - textsearch-ja: Prepare to release 8.4.1. itagaki@pgfoundry.org (User Itagaki)
- textsearch-ja - textsearch_senna: Add include files for Linux. itagaki@pgfoundry.org (User Itagaki)
- pgloader - pgloader: python-support is needed for pgloader to run, not dim@pgfoundry.org (User Dim)
- pg-migrator - src: Build fixes; fixes for checking of pg_migrator.so bmomjian@pgfoundry.org (User Bmomjian)
- pg-migrator - src: Log file improvements, Makefile instruction cleanup bmomjian@pgfoundry.org (User Bmomjian)
- pg-migrator - src: Wording fix. bmomjian@pgfoundry.org (User Bmomjian)
- pgsql: Blank line Makefile cleanups. momjian@postgresql.org (Bruce Momjian)
- pg-migrator - src: Fix Makefile rules for funcs, with help of Peter bmomjian@pgfoundry.org (User Bmomjian)
- pg-migrator - src: More cleanups. bmomjian@pgfoundry.org (User Bmomjian)
- pg-migrator - src: Improve error checking, make sure binary was compiled bmomjian@pgfoundry.org (User Bmomjian)
- pgsql: Improve pull_up_subqueries logic so that it doesn't insert tgl@postgresql.org (Tom Lane)
- pgsql: Add check_keyword.pl script to perform some basic sanity checks heikki@postgresql.org (Heikki Linnakangas)
- npgsql - Npgsql2: #1010599 - update xml docs (fix typo in Clone) Thanks jbcooley@pgfoundry.org (User Jbcooley)
- deny-updates - trunk: Move old parameter checks outside of the options alexk@pgfoundry.org (User Alexk)
- pgsql: Clean up check_keywords.pl script, making it 'strict' and heikki@postgresql.org (Heikki Linnakangas)
- pg-migrator - src: Check for invalid 'name' user columns. bmomjian@pgfoundry.org (User Bmomjian)
- pg-migrator - src: Add checks for non-btree and bpchar_pattern_ops bmomjian@pgfoundry.org (User Bmomjian)