Mailing lists [pgsql-committers]
- pgsql: Fix WAL redo of FSM truncation. heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Suppress an uninitialized-variable warning (not all versions of tgl@postgresql.org (Tom Lane)
- pgsql: Link libpq with libgssapi if configure finds it, as required by mha@postgresql.org (Magnus Hagander)
- pgsql: Link libpq with libgssapi if configure finds it, as required by mha@postgresql.org (Magnus Hagander)
- pgsql: Improve tuplestore.c to support multiple concurrent read tgl@postgresql.org (Tom Lane)
- pgsql: Allow pg_regress to be run outside the build tree. petere@postgresql.org (Peter Eisentraut)
- Re: pgsql: Allow pg_regress to be run outside the build tree. Tom Lane
- orafce - orafce: Fix bus error in DBMS_PIPE. itagaki@pgfoundry.org (User Itagaki)
- pgsql: Update pg_regress calls in PL checks to handle vpath builds. petere@postgresql.org (Peter Eisentraut)
- pgsql: Fix function name in pg_freespacemap docs. heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Make the blkno arguments bigints instead of int4s. heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Partial fix for contrib vpath breakage. tgl@postgresql.org (Tom Lane)
- pgsql: Fix improper display of fractional seconds in interval values tgl@postgresql.org (Tom Lane)
- pgsql: Fix improper display of fractional seconds in interval values tgl@postgresql.org (Tom Lane)
- pgsql: Fix improper display of fractional seconds in interval values tgl@postgresql.org (Tom Lane)
- pgsql: Fix improper display of fractional seconds in interval values tgl@postgresql.org (Tom Lane)
- pgsql: Fix improper display of fractional seconds in interval values tgl@postgresql.org (Tom Lane)
- pgsql: Fix improper display of fractional seconds in interval values tgl@postgresql.org (Tom Lane)
- npgsql - Npgsql2: Fixed misleading timeout error message. fxjr@pgfoundry.org (User Fxjr)
- pgsql: Update README.HOT to reflect new snapshot tracking and xmin momjian@postgresql.org (Bruce Momjian)
- pgsql: Add relation fork support to pg_relation_size() function. heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Put back the copying of some of the regression test data files petere@postgresql.org (Peter Eisentraut)
- pgsql: Fix coverage targets so that HTML view is reliably updated when petere@postgresql.org (Peter Eisentraut)
- pgsql: Add regression test for macaddr type. petere@postgresql.org (Peter Eisentraut)
- pgsql: Add a note about how to check for bare < and & in SGML docs, tgl@postgresql.org (Tom Lane)
- orafce - orafce: Add regression tests for utl_file. itagaki@pgfoundry.org (User Itagaki)
- npgsql - Npgsql2: Removed build of asp.net providers as well as fxjr@pgfoundry.org (User Fxjr)
- pgsql: Additional string function tests for coverage of oracle_compat.c petere@postgresql.org (Peter Eisentraut)
- pgsql: Implement SQL-standard WITH clauses, including WITH RECURSIVE. tgl@postgresql.org (Tom Lane)
- pgsql: Additional test coverage for boolean type (bool.c) petere@postgresql.org (Peter Eisentraut)
- pgsql: Additional test coverage for int8 type (int8.c) petere@postgresql.org (Peter Eisentraut)
- Re: pgsql: Additional test coverage for int8 type (int8.c) Tom Lane
- pgsql: Reverse int8.out and int8-exp-three-digits.out mixup. petere@postgresql.org (Peter Eisentraut)
- npgsql - Npgsql2: Changed tabs to spaces (4) fxjr@pgfoundry.org (User Fxjr)
- pgsql: Remove obsolete internal functions istrue, isfalse, isnottrue, petere@postgresql.org (Peter Eisentraut)
- npgsql - Npgsql2: [#1010488] NgsqlParameter of type containing DBNull fxjr@pgfoundry.org (User Fxjr)
- pgsql: Remove some unportable tests petere@postgresql.org (Peter Eisentraut)
- pgsql: Fix markTargetListOrigin() to not fail on a simple-Var reference tgl@postgresql.org (Tom Lane)
- pgsql: Improve behavior of WITH RECURSIVE with an untyped literal in the tgl@postgresql.org (Tom Lane)
- pgsql: Tweak the overflow checks in integer division functions to tgl@postgresql.org (Tom Lane)
- pgsql: Fix a missed case in int8-exp-three-digits.out, per buildfarm tgl@postgresql.org (Tom Lane)
- orafce - orafce: Fix out-of-range access in dbms_pipe.db_pipes. itagaki@pgfoundry.org (User Itagaki)
- pgsql: Fix the implicit-RTE code to be able to handle implicit RTEs for tgl@postgresql.org (Tom Lane)
- pgsql: Experimental patch to see if it fixes MSVC builds ... tgl@postgresql.org (Tom Lane)
- npgsql - Npgsql2: removed dependencies on System.Web jbcooley@pgfoundry.org (User Jbcooley)
- npgsql - Npgsql2: updated to 2.0 for final release. jbcooley@pgfoundry.org (User Jbcooley)
- npgsql - Npgsql2: Updated for 2.0 release jbcooley@pgfoundry.org (User Jbcooley)
- pgsql: Random speculation about the reason for PPC64 buildfarm failures: tgl@postgresql.org (Tom Lane)
- pgsql: Index FSMs needs to be vacuumed as well. heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Add columns boot_val and reset_val to the pg_settings view, to mha@postgresql.org (Magnus Hagander)
- pgsql: Editorial improvements to description of pg_settings view. tgl@postgresql.org (Tom Lane)
- pgsql: Use fork names instead of numbers in the file names for heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Fix GetCTEForRTE() to deal with the possibility that the RTE it's tgl@postgresql.org (Tom Lane)
- orafce - orafce: Improve alligment correctness in pipe.c. hlipa@pgfoundry.org (User Hlipa)
- pgsql: When expanding a whole-row Var into a RowExpr during tgl@postgresql.org (Tom Lane)
- pgsql: Fix up ruleutils.c for CTE features. tgl@postgresql.org (Tom Lane)
- psqlodbc - psqlodbc: Remove some compiler warnings thanks to Zoltan hinoue@pgfoundry.org (User Hinoue)
- pgsql: Fix oversight in recent patch to support multiple read positions tgl@postgresql.org (Tom Lane)
- pgsql: Improve backend flowchart to show more detail. momjian@postgresql.org (Bruce Momjian)
- npgsql - Npgsql2: Provide type information for arrays and ensure that jbcooley@pgfoundry.org (User Jbcooley)
- npgsql - Npgsql2: Test for GetFieldType with arrays. jbcooley@pgfoundry.org (User Jbcooley)
- orafce - orafce: Add bitand() and fix regression tests. itagaki@pgfoundry.org (User Itagaki)
- pgsql: Improve parser error location for cases where an INSERT or UPDATE tgl@postgresql.org (Tom Lane)
- pgsql: When a relation is moved to another tablespace, we can't assume heikki@postgresql.org (Heikki Linnakangas)
- pgsql: When a relation is moved to another tablespace, we can't assume heikki@postgresql.org (Heikki Linnakangas)
- pgsql: When a relation is moved to another tablespace, we can't assume heikki@postgresql.org (Heikki Linnakangas)
- pgsql: When a relation is moved to another tablespace, we can't assume heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Synced parser. meskes@postgresql.org (Michael Meskes)
- pgsql: Extend CTE patch to support recursive UNION (ie, without ALL). tgl@postgresql.org (Tom Lane)
- pgsql: Improve some of the comments in fsmpage.c. tgl@postgresql.org (Tom Lane)
- pgsql: Update Japanese FAQ. momjian@postgresql.org (Bruce Momjian)
- psqlodbc - psqlodbc: Suppress some complier warnings. hinoue@pgfoundry.org (User Hinoue)
- pgsql: Modify the parser's error reporting to include a specific hint tgl@postgresql.org (Tom Lane)
- orafce - orafce: Add sinh, cosh, tanh and nanvl. itagaki@pgfoundry.org (User Itagaki)
- orafce - orafce: Change message buffer size and item size from size_t to okbob@pgfoundry.org (User Okbob)
- pgsql: Force a checkpoint in CREATE DATABASE before starting to copy the heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Force a checkpoint in CREATE DATABASE before starting to copy the heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Fix crash in bytea-to-XML mapping when the source value is tgl@postgresql.org (Tom Lane)
- pgsql: Fix crash in bytea-to-XML mapping when the source value is tgl@postgresql.org (Tom Lane)
- pgsql: Fix overly tense optimization of PLpgSQL_func_hashkey: we must tgl@postgresql.org (Tom Lane)
- pgsql: Fix overly tense optimization of PLpgSQL_func_hashkey: we must tgl@postgresql.org (Tom Lane)
- pgsql: Fix overly tense optimization of PLpgSQL_func_hashkey: we must tgl@postgresql.org (Tom Lane)
- pgsql: Fix overly tense optimization of PLpgSQL_func_hashkey: we must tgl@postgresql.org (Tom Lane)
- pgsql: Fix overly tense optimization of PLpgSQL_func_hashkey: we must tgl@postgresql.org (Tom Lane)
- pgsql: Improve translatability of error messages for external modules by alvherre@postgresql.org (Alvaro Herrera)
- pgsql: New Directory alvherre@postgresql.org (Alvaro Herrera)
- pgsql: Add initial plpgsql translation (with lots of fuzzies) alvherre@postgresql.org (Alvaro Herrera)
- pgsql: Improve the recently-added code for inlining set-returning tgl@postgresql.org (Tom Lane)
- pgsql: Fix two flaws in comments I just introduced, pointed out by Tom. alvherre@postgresql.org (Alvaro Herrera)
- pgsql: Un-break non-NLS builds. tgl@postgresql.org (Tom Lane)
- pgsql: Fixed "create role" parsing to accept optional "with" argument. meskes@postgresql.org (Michael Meskes)
- pgsql: Optional argument should be optional. meskes@postgresql.org (Michael Meskes)
- pgsql: Optional argument should be optional. meskes@postgresql.org (Michael Meskes)
- pgsql: Optional arguments should be optional. meskes@postgresql.org (Michael Meskes)
- pgsql: Optional arguments should be optional. meskes@postgresql.org (Michael Meskes)
- pgsql: Optional arguments should be optional. meskes@postgresql.org (Michael Meskes)
- pgsql: Fix omission of DiscardStmt in GetCommandLogLevel, per report tgl@postgresql.org (Tom Lane)
- pgsql: Fix omission of DiscardStmt in GetCommandLogLevel, per report tgl@postgresql.org (Tom Lane)
- pgsql: Fix small query-lifespan memory leak introduced by 8.4 change in tgl@postgresql.org (Tom Lane)
- pgsql: Fix COPY documentation to not imply that HEADER can be used tgl@postgresql.org (Tom Lane)
- pgsql: Fix COPY documentation to not imply that HEADER can be used tgl@postgresql.org (Tom Lane)
- pgsql: Fix COPY documentation to not imply that HEADER can be used tgl@postgresql.org (Tom Lane)
- pgsql: Fix COPY documentation to not imply that HEADER can be used tgl@postgresql.org (Tom Lane)
- pgsql: Add missing header. alvherre@postgresql.org (Alvaro Herrera)
- npgsql - Npgsql2: Fixed a bug where boolean values were being quoted fxjr@pgfoundry.org (User Fxjr)
- Re: pgsql: Add missing header. Tom Lane
- pllolcode - pllolcode: (Finally) make PL/LOLCODE use variables as eggyknap@pgfoundry.org (User Eggyknap)
- pgsql: Fix corner case wherein a WorkTableScan node could get tgl@postgresql.org (Tom Lane)
- pgsql: Fix bogus comment emitted by make_oidjoins_check, per Greg Stark. tgl@postgresql.org (Tom Lane)
- pgsql: Update oidjoins test to match CVS HEAD. tgl@postgresql.org (Tom Lane)
- pgsql: Implement comparison of generic records (composite types), and tgl@postgresql.org (Tom Lane)
- Re: pgsql: Add missing header. Alvaro Herrera
- pgsql: Eliminate unnecessary array[] decoration in examples of recursive tgl@postgresql.org (Tom Lane)
- pgsql: Add docs and regression test about sorting the output of a tgl@postgresql.org (Tom Lane)
- pgsql: Fix oversight in the relation forks patch: forgot to copy fork heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Fixed parsing of parameters. meskes@postgresql.org (Michael Meskes)
- pgsql: Fix EncodeSpecialTimestamp to throw error on unrecognized input, tgl@postgresql.org (Tom Lane)
- pgsql: Extend the date type to support infinity and -infinity, tgl@postgresql.org (Tom Lane)
- pgsql: Ensure that CLUSTER leaves the toast table and index with alvherre@postgresql.org (Alvaro Herrera)
- pgsql: Update citext expected output for recent change in error message tgl@postgresql.org (Tom Lane)
- pgsql: Add a defense to prevent storing pseudo-type data into index tgl@postgresql.org (Tom Lane)
- pgsql: Make the system-attributes loop in AddNewAttributeTuples depend tgl@postgresql.org (Tom Lane)
- npgsql - Npgsql2: Create test for boolean literal support in parameters. jbcooley@pgfoundry.org (User Jbcooley)
- orafce - orafce: Function prototype of errstart() is changed in 8.4dev. itagaki@pgfoundry.org (User Itagaki)
- orafce - orafce: Adjust platform dependent regression test. itagaki@pgfoundry.org (User Itagaki)
- pgsql: Fix SPI_getvalue and SPI_getbinval to range-check the given tgl@postgresql.org (Tom Lane)
- pgsql: Fix SPI_getvalue and SPI_getbinval to range-check the given tgl@postgresql.org (Tom Lane)
- pgsql: Fix SPI_getvalue and SPI_getbinval to range-check the given tgl@postgresql.org (Tom Lane)
- pgsql: Fix SPI_getvalue and SPI_getbinval to range-check the given tgl@postgresql.org (Tom Lane)
- pgsql: Fix SPI_getvalue and SPI_getbinval to range-check the given tgl@postgresql.org (Tom Lane)
- pgsql: Fix SPI_getvalue and SPI_getbinval to range-check the given tgl@postgresql.org (Tom Lane)
- pgsql: Reduce chatter from _dosmaperr() when used in FRONTEND code. tgl@postgresql.org (Tom Lane)
- npgsql - Npgsql2: Fixed problem with literal boolean values. fxjr@pgfoundry.org (User Fxjr)
- xlogviewer - xlogdump: back to the original code. diogob@pgfoundry.org (User Diogob)
- xlogviewer - xlogdump: Patch to work in pg8.3 sent by Shigeru Hanada diogob@pgfoundry.org (User Diogob)
- pgsql: Fix a small memory leak in ExecReScanAgg() in the hashed neilc@postgresql.org (Neil Conway)
- pgsql: Fix a small memory leak in ExecReScanAgg() in the hashed neilc@postgresql.org (Neil Conway)
- pgsql: Fix a small memory leak in ExecReScanAgg() in the hashed neilc@postgresql.org (Neil Conway)
- pgsql: During repeated rescan of GiST index it's possible that scan key teodor@postgresql.org (Teodor Sigaev)
- pgsql: During repeated rescan of GiST index it's possible that scan key teodor@postgresql.org (Teodor Sigaev)
- pgsql: Fix small bug in headline generation. teodor@postgresql.org (Teodor Sigaev)
- pgsql: Fix small bug in headline generation. teodor@postgresql.org (Teodor Sigaev)
- pgsql: Fix small bug in headline generation. teodor@postgresql.org (Teodor Sigaev)
- pgsql: Fix small bug in headline generation. teodor@postgresql.org (Teodor Sigaev)
- pgsql: Fix small bug in headline generation. teodor@postgresql.org (Teodor Sigaev)
- pgsql: Fix small bug in headline generation. teodor@postgresql.org (Teodor Sigaev)
- pgsql: Improve headeline generation. teodor@postgresql.org (Teodor Sigaev)
- pgsql: Improve comments about RelOptInfo.reltargetlist. tgl@postgresql.org (Tom Lane)
- pgsql: Salvage a little bit of work from a failed patch: simplify and tgl@postgresql.org (Tom Lane)
- pgsql: Add a new column to pg_am to specify whether an index AM supports tgl@postgresql.org (Tom Lane)
- pgsql: Refactor some duplicate code to set up formatted_log_time and alvherre@postgresql.org (Alvaro Herrera)
- pgsql: Small correction SQL feature table petere@postgresql.org (Peter Eisentraut)
- pgsql: Remove useless mark/restore support in hash index AM, per tgl@postgresql.org (Tom Lane)
- pgsql: Update feature list for SQL:2008. petere@postgresql.org (Peter Eisentraut)
- pgsql: Fix broken SQL features data, per buildfarm results. tgl@postgresql.org (Tom Lane)
- pgsql: Update compatibility section of TRUNCATE for SQL:2008 final. petere@postgresql.org (Peter Eisentraut)
- varint - varint: New Directory jeremyd@pgfoundry.org (Jeremy Drake)
- varint - varint: New Directory jeremyd@pgfoundry.org (Jeremy Drake)
- varint - varint: implement varint division jeremyd@pgfoundry.org (Jeremy Drake)
- varint - varint: add some simple regression tests for arithmetic ops. jeremyd@pgfoundry.org (Jeremy Drake)
- npgsql - Npgsql2: Fix for a date and infinity values comparison. fxjr@pgfoundry.org (User Fxjr)
- npgsql - Npgsql2: Added tests for date and infinity comparisions. fxjr@pgfoundry.org (User Fxjr)
- pgbulkload - pgbulkload: Imported Sources itagaki@pgfoundry.org (User Itagaki)
- pgsql: AS is no longer required in SELECT list petere@postgresql.org (Peter Eisentraut)
- pgsql: Feature F402 "Named column joins for LOBs, arrays, and multisets" petere@postgresql.org (Peter Eisentraut)
- pgsql: Remove mark/restore support in GIN and GiST indexes. teodor@postgresql.org (Teodor Sigaev)
- pgsql: Feature T152 "DISTINCT predicate with negation" is supported. petere@postgresql.org (Peter Eisentraut)
- pgsql: Feature T411 is not found in SQL:2003 or 2008 anymore, so it must petere@postgresql.org (Peter Eisentraut)
- pgsql: SQL 200N -> SQL:2003 petere@postgresql.org (Peter Eisentraut)
- Re: pgsql: Feature T411 is not found in SQL:2003 or 2008 anymore, so it must Simon Riggs
- Re: pgsql: SQL 200N -> SQL:2003 Simon Riggs
- Re: pgsql: Feature T411 is not found in SQL:2003 or 2008 anymore, so it must Simon Riggs
- pgsql: Remove support of backward scan in GiST. teodor@postgresql.org (Teodor Sigaev)
- pgsql: Rework subtransaction commit protocol for hot standby. alvherre@postgresql.org (Alvaro Herrera)
- pgsql: These functions no longer return a value, per complaint from alvherre@postgresql.org (Alvaro Herrera)
- pgsql: Properly access a buffer's LSN using existing access macros alvherre@postgresql.org (Alvaro Herrera)
- varint - varint: create cast to get typmod working. jeremyd@pgfoundry.org (Jeremy Drake)
- varint - varint: add uninstall script jeremyd@pgfoundry.org (Jeremy Drake)
- pgsql: Allow SQL:2008 syntax ALTER TABLE ... petere@postgresql.org (Peter Eisentraut)
- pgsql: Use format_type_be() instead of TypeNameToString() for some more petere@postgresql.org (Peter Eisentraut)
- pgsql: Clean regression.out petere@postgresql.org (Peter Eisentraut)
- Re: pgsql: SQL 200N -> SQL:2003 Simon Riggs
- Re: pgsql: SQL 200N -> SQL:2003 Tom Lane
- Re: [HACKERS] pgsql: SQL 200N -> SQL:2003 Peter Eisentraut
- pgsql: Add a concept of "placeholder" variables to the planner. tgl@postgresql.org (Tom Lane)
- pgsql: SQL:2008 alternative syntax for LIMIT/OFFSET: OFFSET num petere@postgresql.org (Peter Eisentraut)
- pgsql: Fix GiST's killing tuple: GISTScanOpaque->curpos wasn't teodor@postgresql.org (Teodor Sigaev)
- pgsql: Fix GiST's killing tuple: GISTScanOpaque->curpos wasn't teodor@postgresql.org (Teodor Sigaev)
- pgsql: Fix GiST's killing tuple: GISTScanOpaque->curpos wasn't teodor@postgresql.org (Teodor Sigaev)
- pgsql: Fix GiST's killing tuple: GISTScanOpaque->curpos wasn't teodor@postgresql.org (Teodor Sigaev)
- pgsql: Dept of better ideas: refrain from creating the planner's tgl@postgresql.org (Tom Lane)
- pgsql: When estimating without benefit of MCV lists (suggesting that one tgl@postgresql.org (Tom Lane)
- pgsql: Feature T401 is not listed in the SQL standard. petere@postgresql.org (Peter Eisentraut)
- pgsql: Feature T173 "Extended LIKE clause in table definition" is petere@postgresql.org (Peter Eisentraut)
- pgsql: On second thought, let's not get involved in correcting the petere@postgresql.org (Peter Eisentraut)
- pgsql: * make pg_hba authoption be a set of 0 or more name=value pairs * mha@postgresql.org (Magnus Hagander)
- pgsql: Remove useless ps_OuterTupleSlot field from PlanState. tgl@postgresql.org (Tom Lane)
- pgsql: Fix an oversight in two different recent patches: nodes that tgl@postgresql.org (Tom Lane)
- pgsql: Fix memory leak when using gsslib parameter in libpq connections mha@postgresql.org (Magnus Hagander)
- pgsql: Fix memory leak when using gsslib parameter in libpq connections mha@postgresql.org (Magnus Hagander)
- pgsql: Remove large parts of the old SSL readme, that consisted of a mha@postgresql.org (Magnus Hagander)
- pgsql: Remove a "TODO-list" structure at the top of the file, referring mha@postgresql.org (Magnus Hagander)
- pgsql: Remove notes from the frontend SSL source that are incorrect or mha@postgresql.org (Magnus Hagander)
- pgsql: Replace now unnecessary goto statements by using return directly. mha@postgresql.org (Magnus Hagander)
- pgsql: Reduce the memory footprint of large pending-trigger-event lists, tgl@postgresql.org (Tom Lane)
- pgsql: Fix an old bug in after-trigger handling: AfterTriggerEndQuery tgl@postgresql.org (Tom Lane)
- pgsql: Fix an old bug in after-trigger handling: AfterTriggerEndQuery tgl@postgresql.org (Tom Lane)
- pgsql: Fix an old bug in after-trigger handling: AfterTriggerEndQuery tgl@postgresql.org (Tom Lane)
- pgsql: Fix an old bug in after-trigger handling: AfterTriggerEndQuery tgl@postgresql.org (Tom Lane)
- pgsql: Add a heuristic to transformAExprIn() to make it prefer expanding tgl@postgresql.org (Tom Lane)
- pgsql: Add a heuristic to transformAExprIn() to make it prefer expanding tgl@postgresql.org (Tom Lane)
- pgsql: Add a heuristic to transformAExprIn() to make it prefer expanding tgl@postgresql.org (Tom Lane)
- pgsql: Be a little smarter about qual handling for semi-joins: a qual tgl@postgresql.org (Tom Lane)
- pgsql: Better solution to the IN-list issue: instead of having an tgl@postgresql.org (Tom Lane)
- pgsql: Better solution to the IN-list issue: instead of having an tgl@postgresql.org (Tom Lane)
- pgsql: Better solution to the IN-list issue: instead of having an tgl@postgresql.org (Tom Lane)
- varint - varint: refactor operations on VarInts to functions with normal jeremyd@pgfoundry.org (Jeremy Drake)
- pgsql: Feature list update petere@postgresql.org (Peter Eisentraut)
- pgsql: Allow EXPLAIN on CREATE TABLE AS. petere@postgresql.org (Peter Eisentraut)
- pgsql: Update standalong libpq makefiles for msvc and bcc to work with mha@postgresql.org (Magnus Hagander)
- pgsql: SQL:2008 syntax CURRENT_CATALOG, CURRENT_SCHEMA, SET CATALOG, SET petere@postgresql.org (Peter Eisentraut)
- pgsql: Add support for multiple error messages from libpq, by simply mha@postgresql.org (Magnus Hagander)
- npgsql - Npgsql2: Changed tabs to spaces 4 fxjr@pgfoundry.org (User Fxjr)
- npgsql - Npgsql2: Changed public fields into properties. fxjr@pgfoundry.org (User Fxjr)
- pgbouncer - pgbouncer: asynctest: compat for CASSERT builds mkz@pgfoundry.org (User Mkz)
- pgbouncer - pgbouncer: log warning if timer problem mkz@pgfoundry.org (User Mkz)
- npgsql - Npgsql2: Changed at Miguel's request to provide same fxjr@pgfoundry.org (User Fxjr)
- pgsql: Install a more robust solution for the problem of infinite tgl@postgresql.org (Tom Lane)
- pgsql: Install a more robust solution for the problem of infinite tgl@postgresql.org (Tom Lane)
- pgsql: Install a more robust solution for the problem of infinite tgl@postgresql.org (Tom Lane)
- pgsql: Install a more robust solution for the problem of infinite tgl@postgresql.org (Tom Lane)
- pgsql: Install a more robust solution for the problem of infinite tgl@postgresql.org (Tom Lane)
- pgsql: Install a more robust solution for the problem of infinite tgl@postgresql.org (Tom Lane)
- pgsql: Make hba parsing error messages more specific. mha@postgresql.org (Magnus Hagander)
- pgsql: No need for extra code to log freezing zero tuples. alvherre@postgresql.org (Alvaro Herrera)
- pgsql: Downgrade can't-happen error reports to elog(). alvherre@postgresql.org (Alvaro Herrera)
- orafce - orafce: Now works on 8.2; remove concat() overloads on 8.2. itagaki@pgfoundry.org (User Itagaki)
- pgsql: Remove support for (insecure) crypt authentication. mha@postgresql.org (Magnus Hagander)
- pgsql: Add WITH [NO] DATA clause to CREATE TABLE AS, per SQL. petere@postgresql.org (Peter Eisentraut)
- pgsql: Arrange to squeeze out the MINIMAL_TUPLE_PADDING in the tuple tgl@postgresql.org (Tom Lane)
- pgsql: Change WorkTableScan to not support backward scan. tgl@postgresql.org (Tom Lane)
- pgsql: Extend ExecMakeFunctionResult() to support set-returning tgl@postgresql.org (Tom Lane)
- pgsql: Be more tense about not creating tuplestores with randomAccess = tgl@postgresql.org (Tom Lane)
- pgsql: Unicode escapes in strings and identifiers petere@postgresql.org (Peter Eisentraut)
- pgsql: Use Autoconf provided AS_HELP_STRING macro to automatically petere@postgresql.org (Peter Eisentraut)
- pgsql: Since SQL:2003, the array size specification in the SQL ARRAY petere@postgresql.org (Peter Eisentraut)
- pgsql: Update on array features support petere@postgresql.org (Peter Eisentraut)
- psqlodbc - psqlodbc: Oops I forgot to set the value to the buffer. hinoue@pgfoundry.org (User Hinoue)
- pgsql: Remove tab from sgml file. momjian@postgresql.org (Bruce Momjian)
- pgsql: Support for Sun Studio compiler on Linux This basically takes petere@postgresql.org (Peter Eisentraut)
- pgsql: Move forgotten comment closer to where it matters. petere@postgresql.org (Peter Eisentraut)
- orafce - orafce: - Add utl_file.fremove(). itagaki@pgfoundry.org (User Itagaki)
- pgsql: Fix recoveryLastXTime logic so that it actually does what one tgl@postgresql.org (Tom Lane)
- pgsql: Fix recoveryLastXTime logic so that it actually does what one tgl@postgresql.org (Tom Lane)
- pgsql: Improve new message petere@postgresql.org (Peter Eisentraut)
- pgsql: Missing space in error message petere@postgresql.org (Peter Eisentraut)
- pgsql: Missing space in error message petere@postgresql.org (Peter Eisentraut)
- pgsql: Missing space in error message petere@postgresql.org (Peter Eisentraut)
- pgsql: Missing space in error message petere@postgresql.org (Peter Eisentraut)
- pgsql: Missing space in error message petere@postgresql.org (Peter Eisentraut)
- pgsql: Update time zone data files to tzdata release 2008i (DST law tgl@postgresql.org (Tom Lane)
- pgsql: Update time zone data files to tzdata release 2008i (DST law tgl@postgresql.org (Tom Lane)
- pgsql: Update time zone data files to tzdata release 2008i (DST law tgl@postgresql.org (Tom Lane)
- pgsql: Update time zone data files to tzdata release 2008i (DST law tgl@postgresql.org (Tom Lane)
- pgsql: Update time zone data files to tzdata release 2008i (DST law tgl@postgresql.org (Tom Lane)
- pgsql: Revert previous patch to put the shared memory segment on win32 mha@postgresql.org (Magnus Hagander)
- pgsql: Revert previous patch to put the shared memory segment on win32 mha@postgresql.org (Magnus Hagander)
- pgsql: Translation updates petere@postgresql.org (Peter Eisentraut)
- pgsql: Translation updates petere@postgresql.org (Peter Eisentraut)
- pgsql: Translation updates petere@postgresql.org (Peter Eisentraut)
- pgsql: Translation updates petere@postgresql.org (Peter Eisentraut)
- pgsql: Translation updates petere@postgresql.org (Peter Eisentraut)
- pgsql: Update back-branch release notes. tgl@postgresql.org (Tom Lane)
- pgsql: Update back-branch release notes. tgl@postgresql.org (Tom Lane)
- pgsql: Update back-branch release notes. tgl@postgresql.org (Tom Lane)
- pgsql: Update back-branch release notes. tgl@postgresql.org (Tom Lane)
- pgsql: Update back-branch release notes. tgl@postgresql.org (Tom Lane)
- pgsql: Update back-branch release notes. tgl@postgresql.org (Tom Lane)
- pgsql: commit for 8.3.5 scrappy@postgresql.org (Marc G. Fournier)
- pgsql: tag 8.2.11 scrappy@postgresql.org (Marc G. Fournier)
- pgsql: tag 8.1.15 scrappy@postgresql.org (Marc G. Fournier)
- pgsql: tag for 8.0.19 scrappy@postgresql.org (Marc G. Fournier)
- pgsql: tag 7.4.23 scrappy@postgresql.org (Marc G. Fournier)
- pgsql: Message improvement (also backported to 8.3) petere@postgresql.org (Peter Eisentraut)
- pgsql: Add support for user-defined I/O conversion casts. heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Add test case for CREATE CAST. heikki@postgresql.org (Heikki Linnakangas)
- pginstaller - pginst: Prep for 8.2.11 dpage@pgfoundry.org (Dave Page)
- pginstaller - pginst: Add release process documentation for the 8.2 dpage@pgfoundry.org (Dave Page)
- pginstaller - pginst: Use a slightly more logical ordering of the build dpage@pgfoundry.org (Dave Page)
- pginstaller - pginst: Use a slightly more logical ordering of the build dpage@pgfoundry.org (Dave Page)
- pginstaller - pginst: Use a slightly more logical ordering of the build dpage@pgfoundry.org (Dave Page)
- pginstaller - pginst: Update for 8.3.5 dpage@pgfoundry.org (Dave Page)
- pgsql: The conversion rule from postgres.sgml to postgres.xml didn't petere@postgresql.org (Peter Eisentraut)
- pgsql: Unite ReadBufferWithFork, ReadBufferWithStrategy, and heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Added missing ';' meskes@postgresql.org (Michael Meskes)
- pgsql: Allow SQL-language functions to return the output of an tgl@postgresql.org (Tom Lane)
- pgsql: Update FSM on WAL replay. heikki@postgresql.org (Heikki Linnakangas)
- Re: pgsql: Unite ReadBufferWithFork, ReadBufferWithStrategy, and Simon Riggs
- pgsql: Simplify ExecutorRun's API and save some trivial number of cycles tgl@postgresql.org (Tom Lane)