Skip site navigation (1)
Skip section navigation (2)
pgsql-committers 2008-10 Thread Index (1/2)
Last updated: Wed Jan 18 01:50:31 2012
299 messages
- pgsql: Simplify ExecutorRun's API and save some trivial number of cycles Tom Lane (Fri 31 21:08)
- pgsql: Update FSM on WAL replay. Heikki Linnakangas (Fri 31 19:40)
- pgsql: Allow SQL-language functions to return the output of an Tom Lane (Fri 31 19:38)
- pgsql: Added missing ';' Michael Meskes (Fri 31 16:36)
- pgsql: Unite ReadBufferWithFork, ReadBufferWithStrategy, and Heikki Linnakangas (Fri 31 15:05)
- pgsql: The conversion rule from postgres.sgml to postgres.xml didn't Peter Eisentraut (Fri 31 14:35)
- pginstaller - pginst: Update for 8.3.5 Dave Page (Fri 31 11:34)
- pginstaller - pginst: Use a slightly more logical ordering of the build Dave Page (Fri 31 10:42)
- pginstaller - pginst: Add release process documentation for the 8.2 Dave Page (Fri 31 10:29)
- pginstaller - pginst: Prep for 8.2.11 Dave Page (Fri 31 09:58)
- pgsql: Add test case for CREATE CAST. Heikki Linnakangas (Fri 31 09:17)
- pgsql: Add support for user-defined I/O conversion casts. Heikki Linnakangas (Fri 31 08:39)
- pgsql: Message improvement (also backported to 8.3) Peter Eisentraut (Fri 31 07:15)
- pgsql: tag 7.4.23 Marc G. Fournier (Fri 31 03:15)
- pgsql: tag for 8.0.19 Marc G. Fournier (Fri 31 02:54)
- pgsql: tag 8.1.15 Marc G. Fournier (Fri 31 02:49)
- pgsql: tag 8.2.11 Marc G. Fournier (Fri 31 02:44)
- pgsql: commit for 8.3.5 Marc G. Fournier (Fri 31 02:38)
- pgsql: Update back-branch release notes. Tom Lane (Thu 30 22:22)
- pgsql: Translation updates Peter Eisentraut (Thu 30 19:19)
- pgsql: Revert previous patch to put the shared memory segment on win32 Magnus Hagander (Thu 30 17:04)
- pgsql: Update time zone data files to tzdata release 2008i (DST law Tom Lane (Thu 30 13:16)
- pgsql: Missing space in error message Peter Eisentraut (Thu 30 12:16)
- pgsql: Improve new message Peter Eisentraut (Thu 30 08:51)
- pgsql: Fix recoveryLastXTime logic so that it actually does what one Tom Lane (Thu 30 04:06)
- orafce - orafce: - Add utl_file.fremove(). User Itagaki (Thu 30 03:30)
- pgsql: Move forgotten comment closer to where it matters. Peter Eisentraut (Wed 29 16:23)
- pgsql: Support for Sun Studio compiler on Linux This basically takes Peter Eisentraut (Wed 29 16:07)
- pgsql: Remove tab from sgml file. Bruce Momjian (Wed 29 14:35)
- psqlodbc - psqlodbc: Oops I forgot to set the value to the buffer. User Hinoue (Wed 29 13:41)
- pgsql: Update on array features support Peter Eisentraut (Wed 29 11:33)
- pgsql: Since SQL:2003, the array size specification in the SQL ARRAY Peter Eisentraut (Wed 29 11:25)
- pgsql: Use Autoconf provided AS_HELP_STRING macro to automatically Peter Eisentraut (Wed 29 09:27)
- pgsql: Unicode escapes in strings and identifiers Peter Eisentraut (Wed 29 08:05)
- pgsql: Be more tense about not creating tuplestores with randomAccess = Tom Lane (Wed 29 00:00)
- pgsql: Extend ExecMakeFunctionResult() to support set-returning Tom Lane (Tue 28 22:02)
- pgsql: Change WorkTableScan to not support backward scan. Tom Lane (Tue 28 17:13)
- pgsql: Arrange to squeeze out the MINIMAL_TUPLE_PADDING in the tuple Tom Lane (Tue 28 15:51)
- pgsql: Add WITH [NO] DATA clause to CREATE TABLE AS, per SQL. Peter Eisentraut (Tue 28 14:10)
- pgsql: Remove support for (insecure) crypt authentication. Magnus Hagander (Tue 28 12:10)
- orafce - orafce: Now works on 8.2; remove concat() overloads on 8.2. User Itagaki (Tue 28 05:51)
- pgsql: Downgrade can't-happen error reports to elog(). Alvaro Herrera (Mon 27 22:15)
- pgsql: No need for extra code to log freezing zero tuples. Alvaro Herrera (Mon 27 21:50)
- pgsql: Make hba parsing error messages more specific. Magnus Hagander (Mon 27 20:04)
- pgsql: Install a more robust solution for the problem of infinite Tom Lane (Mon 27 19:37)
- npgsql - Npgsql2: Changed at Miguel's request to provide same User Fxjr (Mon 27 15:07)
- pgbouncer - pgbouncer: log warning if timer problem User Mkz (Mon 27 14:44)
- pgbouncer - pgbouncer: asynctest: compat for CASSERT builds User Mkz (Mon 27 14:43)
- npgsql - Npgsql2: Changed public fields into properties. User Fxjr (Mon 27 14:30)
- npgsql - Npgsql2: Changed tabs to spaces 4 User Fxjr (Mon 27 14:22)
- pgsql: Add support for multiple error messages from libpq, by simply Magnus Hagander (Mon 27 09:42)
- pgsql: SQL:2008 syntax CURRENT_CATALOG, CURRENT_SCHEMA, SET CATALOG, SET Peter Eisentraut (Mon 27 09:37)
- pgsql: Update standalong libpq makefiles for msvc and bcc to work with Magnus Hagander (Mon 27 09:10)
- pgsql: Allow EXPLAIN on CREATE TABLE AS. Peter Eisentraut (Mon 27 08:47)
- pgsql: Feature list update Peter Eisentraut (Mon 27 07:26)
- varint - varint: refactor operations on VarInts to functions with normal Jeremy Drake (Sun 26 12:28)
- pgsql: Better solution to the IN-list issue: instead of having an Tom Lane (Sun 26 02:46)
- pgsql: Be a little smarter about qual handling for semi-joins: a qual Tom Lane (Sat 25 19:51)
- pgsql: Add a heuristic to transformAExprIn() to make it prefer expanding Tom Lane (Sat 25 17:19)
- pgsql: Fix an old bug in after-trigger handling: AfterTriggerEndQuery Tom Lane (Sat 25 03:32)
- pgsql: Reduce the memory footprint of large pending-trigger-event lists, Tom Lane (Fri 24 23:42)
- pgsql: Replace now unnecessary goto statements by using return directly. Magnus Hagander (Fri 24 12:48)
- pgsql: Remove notes from the frontend SSL source that are incorrect or Magnus Hagander (Fri 24 12:29)
- pgsql: Remove a "TODO-list" structure at the top of the file, referring Magnus Hagander (Fri 24 12:24)
- pgsql: Remove large parts of the old SSL readme, that consisted of a Magnus Hagander (Fri 24 11:48)
- pgsql: Fix memory leak when using gsslib parameter in libpq connections Magnus Hagander (Thu 23 16:17)
- pgsql: Fix an oversight in two different recent patches: nodes that Tom Lane (Thu 23 15:29)
- pgsql: Remove useless ps_OuterTupleSlot field from PlanState. Tom Lane (Thu 23 14:34)
- pgsql: * make pg_hba authoption be a set of 0 or more name=value pairs * Magnus Hagander (Thu 23 13:31)
- pgsql: On second thought, let's not get involved in correcting the Peter Eisentraut (Thu 23 11:13)
- pgsql: Feature T173 "Extended LIKE clause in table definition" is Peter Eisentraut (Thu 23 08:52)
- pgsql: Feature T401 is not listed in the SQL standard. Peter Eisentraut (Thu 23 06:58)
- pgsql: When estimating without benefit of MCV lists (suggesting that one Tom Lane (Thu 23 00:24)
- pgsql: Dept of better ideas: refrain from creating the planner's Tom Lane (Wed 22 20:17)
- pgsql: Fix GiST's killing tuple: GISTScanOpaque->curpos wasn't Teodor Sigaev (Wed 22 12:54)
- pgsql: SQL:2008 alternative syntax for LIMIT/OFFSET: OFFSET num Peter Eisentraut (Wed 22 11:00)
- pgsql: Add a concept of "placeholder" variables to the planner. Tom Lane (Tue 21 20:42)
- pgsql: Clean regression.out Peter Eisentraut (Tue 21 10:51)
- pgsql: Use format_type_be() instead of TypeNameToString() for some more Peter Eisentraut (Tue 21 10:38)
- pgsql: Allow SQL:2008 syntax ALTER TABLE ... Peter Eisentraut (Tue 21 08:38)
- varint - varint: add uninstall script Jeremy Drake (Tue 21 06:51)
- varint - varint: create cast to get typmod working. Jeremy Drake (Tue 21 06:33)
- pgsql: Properly access a buffer's LSN using existing access macros Alvaro Herrera (Mon 20 21:11)
- pgsql: These functions no longer return a value, per complaint from Alvaro Herrera (Mon 20 20:38)
- pgsql: Rework subtransaction commit protocol for hot standby. Alvaro Herrera (Mon 20 19:18)
- pgsql: Remove support of backward scan in GiST. Teodor Sigaev (Mon 20 16:35)
- pgsql: SQL 200N -> SQL:2003 Peter Eisentraut (Mon 20 14:26)
- pgsql: Feature T411 is not found in SQL:2003 or 2008 anymore, so it must Peter Eisentraut (Mon 20 14:23)
- pgsql: Feature T152 "DISTINCT predicate with negation" is supported. Peter Eisentraut (Mon 20 13:58)
- pgsql: Remove mark/restore support in GIN and GiST indexes. Teodor Sigaev (Mon 20 13:39)
- pgsql: Feature F402 "Named column joins for LOBs, arrays, and multisets" Peter Eisentraut (Mon 20 12:47)
- pgsql: AS is no longer required in SELECT list Peter Eisentraut (Mon 20 12:12)
- pgbulkload - pgbulkload: Imported Sources User Itagaki (Mon 20 10:45)
- npgsql - Npgsql2: Added tests for date and infinity comparisions. User Fxjr (Sun 19 13:40)
- npgsql - Npgsql2: Fix for a date and infinity values comparison. User Fxjr (Sun 19 13:39)
- varint - varint: add some simple regression tests for arithmetic ops. Jeremy Drake (Sun 19 06:17)
- varint - varint: implement varint division Jeremy Drake (Sun 19 06:14)
- varint - varint: New Directory Jeremy Drake (Sun 19 06:12)
- pgsql: Update compatibility section of TRUNCATE for SQL:2008 final. Peter Eisentraut (Sat 18 07:49)
- pgsql: Fix broken SQL features data, per buildfarm results. Tom Lane (Sat 18 02:53)
- pgsql: Update feature list for SQL:2008. Peter Eisentraut (Sat 18 00:35)
- pgsql: Remove useless mark/restore support in hash index AM, per Tom Lane (Fri 17 23:51)
- pgsql: Small correction SQL feature table Peter Eisentraut (Fri 17 23:21)
- pgsql: Refactor some duplicate code to set up formatted_log_time and Alvaro Herrera (Fri 17 22:56)
- pgsql: Add a new column to pg_am to specify whether an index AM supports Tom Lane (Fri 17 22:10)
- pgsql: Salvage a little bit of work from a failed patch: simplify and Tom Lane (Fri 17 20:27)
- pgsql: Improve comments about RelOptInfo.reltargetlist. Tom Lane (Fri 17 20:23)
- pgsql: Improve headeline generation. Teodor Sigaev (Fri 17 18:05)
- pgsql: Fix small bug in headline generation. Teodor Sigaev (Fri 17 17:27)
- pgsql: During repeated rescan of GiST index it's possible that scan key Teodor Sigaev (Fri 17 17:02)
- pgsql: Fix a small memory leak in ExecReScanAgg() in the hashed Neil Conway (Thu 16 19:25)
- xlogviewer - xlogdump: Patch to work in pg8.3 sent by Shigeru Hanada User Diogob (Thu 16 16:36)
- xlogviewer - xlogdump: back to the original code. User Diogob (Thu 16 16:26)
- npgsql - Npgsql2: Fixed problem with literal boolean values. User Fxjr (Thu 16 14:05)
- pgsql: Reduce chatter from _dosmaperr() when used in FRONTEND code. Tom Lane (Thu 16 13:27)
- pgsql: Fix SPI_getvalue and SPI_getbinval to range-check the given Tom Lane (Thu 16 13:23)
- orafce - orafce: Adjust platform dependent regression test. User Itagaki (Wed 15 01:43)
- orafce - orafce: Function prototype of errstart() is changed in 8.4dev. User Itagaki (Wed 15 01:39)
- npgsql - Npgsql2: Create test for boolean literal support in parameters. User Jbcooley (Wed 15 00:17)
- pgsql: Make the system-attributes loop in AddNewAttributeTuples depend Tom Lane (Tue 14 23:27)
- pgsql: Add a defense to prevent storing pseudo-type data into index Tom Lane (Tue 14 21:47)
- pgsql: Update citext expected output for recent change in error message Tom Lane (Tue 14 21:39)
Mail converted by MHonArc