Skip site navigation (1)
Skip section navigation (2)
pgsql-committers 2007-01 Thread Index (2/3)
Last updated: Wed Jan 18 01:51:37 2012
449 messages
- pgsql: Adjust pgbench so it won't spit up on non-select queries Tom Lane (Mon 22 02:17)
- pgsql: Add COST and ROWS options to CREATE/ALTER FUNCTION, plus Tom Lane (Mon 22 01:35)
- pgsql: Remove some unused variables Peter Eisentraut (Sun 21 09:23)
- pgsql: Put back libpq link, but make sure that libpq's in-tree directory Peter Eisentraut (Sun 21 09:19)
- pgsql: Refactor some lsyscache routines to eliminate duplicate code and Tom Lane (Sun 21 00:57)
- pgsql: Add bitmap index URL: > > Bruce Momjian (Sat 20 23:18)
- pgsql: Simplify pg_am representation of ordering-capable access methods: Tom Lane (Sat 20 23:13)
- pgsql: Add URL for dead space map: > > Bruce Momjian (Sat 20 23:08)
- pgsql: Update docs for recent change to setseed() return value. Neil Conway (Sat 20 21:59)
- pgsql: Make setseed() return void, rather than an int4 without any use. Neil Conway (Sat 20 21:47)
- pgsql: Add documentation of memory and time units to postgresql.conf. Bruce Momjian (Sat 20 21:42)
- pgsql: Don't use 'int' where you mean 'bool'. Tom Lane (Sat 20 21:40)
- pgsql: Update documentation about postgresqlconf to mention default Bruce Momjian (Sat 20 21:30)
- pgsql: Fix broken markup. Tom Lane (Sat 20 21:30)
- pgsql: List disabled triggers separately in psql's "\d <table>" output. Neil Conway (Sat 20 21:17)
- pgsql: Refactor planner's pathkeys data structure to create a separate, Tom Lane (Sat 20 20:45)
- pgsql: Refactor the index AM API slightly: move currentItemData and Neil Conway (Sat 20 18:43)
- pgsql: Update build time estimate. Peter Eisentraut (Sat 20 17:21)
- pgsql: Remove remains of old depend target. Peter Eisentraut (Sat 20 17:16)
- pgsql: Regression tests for large objects. Neil Conway (Sat 20 17:16)
- pgsql: Modify max_fsm_pages in postgresql.conf.sample to show a typical Bruce Momjian (Sat 20 17:12)
- pgsql: Teach psql's \lo slash commands to respect quiet mode, and to Neil Conway (Sat 20 16:57)
- pgsql: Document that to remove template1, datistemplate must be 'false'. Bruce Momjian (Sat 20 15:43)
- pgsql: The libpq library directory was mentioned here in the wrong Peter Eisentraut (Sat 20 15:26)
- pgsql: Only build ecpg test code when the test is to be performed, in Peter Eisentraut (Sat 20 15:25)
- pgsql: Move code that places LOG error level between ERROR and PANIC Bruce Momjian (Sat 20 14:45)
- pgsql: Fix xmlconcat regression test Peter Eisentraut (Sat 20 11:44)
- pgsql: Fix xmlconcat by properly merging the XML declarations. Peter Eisentraut (Sat 20 09:27)
- pgsql: Add wiki URL: < first. Bruce Momjian (Sat 20 02:18)
- pgsql: Add missing copyright blurb, make ruleutils.c use the standard Neil Conway (Sat 20 01:08)
- pgsql: Add items: > o Allow multiple vacuums so large tables do not Bruce Momjian (Fri 19 21:36)
- pgsql: Fix pg_regress breakage for PL and contrib tests, by not Alvaro Herrera (Fri 19 21:21)
- plpsm - plpgpsm: sqlstate behave fixes User Okbob (Fri 19 18:19)
- pgsql: Add URL for: * Add Globally/Universally Unique Identifier Bruce Momjian (Fri 19 18:13)
- pgsql: Add support for converting binary values (i.e. Peter Eisentraut (Fri 19 16:58)
- pgsql: Change the sed rules in the regression test for pg_regress Alvaro Herrera (Fri 19 16:42)
- pgloader - pgloader: Support partial columns definition for COPY User Dim (Fri 19 11:30)
- pgloader - pgloader: New Directory User Dim (Fri 19 11:28)
- pgsql: Optionally use xml2-config to detect installation locations of Peter Eisentraut (Thu 18 14:07)
- pgsql: Clean up encoding issues in the xml type: In text mode, encoding Peter Eisentraut (Thu 18 13:59)
- Re: pgsql: Fix failure due to accessing an Tatsuo Ishii (Thu 18 13:49)
- plpsm - plpgpsm: more regress test eVS: User Okbob (Wed 17 20:16)
- pgsql: Add a note pointing out that is_pseudo_constant_clause() doesn't Tom Lane (Wed 17 17:26)
- pgsql: Extend yesterday's patch so that the bgwriter is also told to Tom Lane (Wed 17 16:25)
- pgsql: Tweak the width_bucket() regression tests to avoid an unnecessary Neil Conway (Wed 17 16:19)
- plpsm - plpgpsm: regress test User Okbob (Wed 17 07:55)
- plpsm - plpgpsm: added regress tests User Okbob (Wed 17 07:49)
- plpsm - plpgpsm: New Directory User Okbob (Wed 17 07:48)
- pgsql: Mark TODO item "autovacuum on by default" as completed. Bruce Momjian (Wed 17 03:43)
- pgsql: Revise bgwriter fsync-request mechanism to improve robustness Tom Lane (Wed 17 00:17)
- pgsql: vcbuild updates from Magnus: * After Markos patch, now builds Neil Conway (Tue 16 21:43)
- pgsql: Implement width_bucket() for the float8 data type. Neil Conway (Tue 16 21:41)
- pgsql: Minor improvements to the TODO list. Neil Conway (Tue 16 20:58)
- plpsm - plpgpsm: consistent handling exit and continue handlers in User Okbob (Tue 16 19:52)
- pgsql: Fix incorrect permissions check in Tom Lane (Tue 16 18:32)
- pgsql: Enable autovacuum in the default configuration, per discussion. Alvaro Herrera (Tue 16 18:26)
- plpsm - plpgpsm: all kind of handlers for exceptions are supported User Okbob (Tue 16 18:06)
- pgsql: Arrange for autovacuum to be killed when another operation wants Alvaro Herrera (Tue 16 13:29)
- pgsql: Correct a minor inaccuracy in the pg_dumpall reference page: -g Neil Conway (Mon 15 17:22)
- pgsql: Fix localization support for multibyte encoding and C locale. Teodor Sigaev (Mon 15 15:16)
- pgsql: Add a note to the docs describing NaN's equality and ordering Neil Conway (Sun 14 22:38)
- pgsql: Fix reverse compilation of IS DOCUMENT expression. Peter Eisentraut (Sun 14 21:39)
- pgsql: Replace unnecessary DISABLE_ZLIB define in pgcrypto with Alvaro Herrera (Sun 14 20:55)
- pgsql: Fix autovacuum to avoid leaving non-permanent Xids in Alvaro Herrera (Sun 14 20:18)
- python - be: Preliminary 8.2 support. James William Pye (Sun 14 19:36)
- python - tin: Turn silent_mode off by default. James William Pye (Sun 14 19:33)
- python - tin: Add exit_message wrapper to inform user of negative exit James William Pye (Sun 14 19:21)
- pgsql: Add support for xmlval IS DOCUMENT expression. Peter Eisentraut (Sun 14 13:11)
- pghotbackup - pghotbackup: Using port variable when scanning pgpass User Wagnerch (Sat 13 19:17)
- pghotbackup - pghotbackup: Added ability to specify backup command, now User Wagnerch (Sat 13 18:26)
- pgsql: Remove completed items, and the last is unwanted: < o Fix Bruce Momjian (Sat 13 15:13)
- pgsql: Fix handling of CC (century) format spec in to_date/to_char. Tom Lane (Fri 12 23:34)
- pgsql: Fix compiler warning Peter Eisentraut (Fri 12 22:09)
- pgsql: Use XML output escaping also in XMLFOREST. Peter Eisentraut (Fri 12 21:47)
- pgsql: Update to_char("CC") description. Bruce Momjian (Fri 12 20:06)
- pgsql: Update error messsage wording. Bruce Momjian (Fri 12 19:34)
- pgsql: Update ORDER BY UNION function/exprssion wording (again). Bruce Momjian (Fri 12 19:23)
- pgsql: Add some notes about the basic mathematical laws that the system Tom Lane (Fri 12 17:05)
- pgsql: Allow for arbitrary data types as content in XMLELEMENT. Peter Eisentraut (Fri 12 16:29)
- pgsql: Missed two new files from Joachim's patch. Michael Meskes (Fri 12 11:31)
- pgsql: also adjust MinGW expected file to new setup create expected file Michael Meskes (Fri 12 11:27)
- pgsql: Simplified regression handling Added patch by Joachim to work Michael Meskes (Fri 12 10:00)
- pgsql: Fix a performance problem in databases with large numbers of Tom Lane (Thu 11 23:06)
- pgsql: Update UNION/INTERSECT/EXCEPT ORDER BY error wording for Bruce Momjian (Thu 11 20:05)
- pgsql: Improve error wording of ORDER BY in UNION that uses new Bruce Momjian (Thu 11 18:45)
- pgsql: Teach nodeMergejoin how to handle DESC and/or NULLS FIRST sort Tom Lane (Thu 11 17:19)
- pgsql: Applied Joachim's patch for a --regression option. Michael Meskes (Thu 11 15:47)
- pgsql: Add URL item for psql -c changes: > Bruce Momjian (Thu 11 04:49)
- pgsql: Add: > o Fix transaction restriction checks for CREATE DATABASE Bruce Momjian (Thu 11 04:48)
- pgsql: Add URL for PQexec() for disallowing multiple queries: > Bruce Momjian (Thu 11 04:42)
- pgsql: Add: > o Extend timezone code to allow 64-bit values so we can Bruce Momjian (Thu 11 04:27)
- pgsql: Add: > * Move NAMEDATALEN from postgres_ext.h to Bruce Momjian (Thu 11 03:01)
- pgsql: Allow Borland CC to compile libpq and psql. Bruce Momjian (Thu 11 02:40)
- pgsql: For pg_ctl -w, add reference to additional environment variables Bruce Momjian (Thu 11 02:30)
- pgsql: Remove SGML makefile .SECONDARY tag so html rules will work Bruce Momjian (Thu 11 00:02)
- pgsql: Use libxml's xmlwriter API for producing XML elements, instead of Peter Eisentraut (Wed 10 20:34)
- pgsql: Improve SGML build rules for non-HTML output, per Peter. Bruce Momjian (Wed 10 19:06)
- pgsql: Make sure BYTE_ORDER gets defined in 64-bit builds on Solaris, Tom Lane (Wed 10 18:23)
- pgsql: Change the planner-to-executor API so that the planner tells the Tom Lane (Wed 10 18:06)
- Re: pgsql: Change Windows rename and unlink substitutes so that they time Tom Lane (Wed 10 14:17)
- Re: pgsql: Change Windows rename and unlink Tatsuo Ishii (Wed 10 10:22)
- pginstaller - web: Updated Japanese FAQ from Honda Shigehiro User Dpage (Wed 10 09:59)
- pgsql: Attached patch fixes two problems: 1) gendef works from inside Neil Conway (Wed 10 04:02)
- pgsql: This patch enables verbose output when building all projects. Neil Conway (Wed 10 03:54)
- npgsql - Npgsql2: 2007-01-10 Francisco Figueiredo Jr. User Fxjr (Wed 10 03:40)
- npgsql - Npgsql2: New Directory User Fxjr (Wed 10 03:36)
- pgsql: Update copyright script to allow spaces around dash. Bruce Momjian (Wed 10 02:41)
- pgsql: In SGML Makefile, set proper targets for recursive calls. Bruce Momjian (Wed 10 01:57)
- pgsql: Back port patch. Tatsuo Ishii (Wed 10 01:44)
- pgsql: Backport patch. Tatsuo Ishii (Wed 10 01:20)
- pgsql: Update copyright year Tatsuo Ishii (Wed 10 01:18)
- pghotbackup - pghotbackup: Add .cvsignore file User Wagnerch (Tue 09 23:55)
- pgsql: Add: > > * Improve merge join performance by allowing Bruce Momjian (Tue 09 22:43)
- pgsql: Update the UTF-8 RFC reference. Bruce Momjian (Tue 09 22:23)
- pgsql: Build SGML documention output several times if necessary to have Bruce Momjian (Tue 09 22:19)
- pgsql: Have log_temp_files be in kilobytes, remove trace call. Bruce Momjian (Tue 09 22:16)
- pgsql: Remove trace macro call from new log_temp_files, until it gets Bruce Momjian (Tue 09 22:04)
- pgsql: Enable another five tuple status bits by using the high bits of Bruce Momjian (Tue 09 22:01)
- pgsql: Done: > * -Add ability to monitor the use of temporary sort Bruce Momjian (Tue 09 21:33)
- pgsql: Add GUC log_temp_files to log the use of temporary files. Bruce Momjian (Tue 09 21:31)
- pgsql: Marginal tweaks in the documentation for ORDER BY; in particular Tom Lane (Tue 09 16:59)
- pgsql: Add a citation to Seltzer and Yigit's Usenix '91 paper about hash Tom Lane (Tue 09 07:30)
- pgsql: Fix vcbuild to allow building without OpenSSL and/or zlib. Tom Lane (Tue 09 06:00)
- pgsql: vcbuild documentation from Magnus and Dave. Tom Lane (Tue 09 05:56)
- pgsql: Done: < * Allow the creation of indexes with mixed Bruce Momjian (Tue 09 03:43)
- pgsql: pltcl regression test needs to actually create an opclass, not Tom Lane (Tue 09 03:13)
- pgsql: Support ORDER BY ... Tom Lane (Tue 09 02:14)
- pgsql: Prevent duplicate attribute names in XMLELEMENT. Peter Eisentraut (Mon 08 23:42)
- pghotbackup - pghotbackup: Added perl Makefile.PL, more or less to User Wagnerch (Mon 08 23:33)
- pghotbackup - pghotbackup: Initial check in for pg_hotbackup. User Wagnerch (Mon 08 23:06)
- dbi-link - dbi-link: Updated copyright date. David Fetter (Mon 08 18:37)
- pgsql: Tweak joinlist creation to avoid generating useless one-element Tom Lane (Mon 08 16:47)
- pgsql: Remove cost_hashjoin's very ancient hack to discourage (once, Tom Lane (Mon 08 16:09)
- pgsql: Some fine-tuning of xmlpi in corner cases: - correct error codes Peter Eisentraut (Sun 07 22:50)
- pgsql: Check and document minimum required version of libxml. Peter Eisentraut (Sun 07 21:10)
- pginstaller - pginst: Add missing snprintf.o to the static libpq build. User Dpage (Sun 07 17:26)
- pginstaller - pginst: Update for 8.2.1 User Dpage (Sun 07 16:08)
- pginstaller - pginst: Update for 8.1.6 User Dpage (Sun 07 16:07)
- pginstaller - pginst: Update for 8.0.10 User Dpage (Sun 07 15:52)
- pgsql: Indent comments in makefiles better so they don't appear in the Peter Eisentraut (Sun 07 08:49)
- pgsql: Fix oversight in handling of row-comparison index keys: if the Tom Lane (Sun 07 01:56)
- pgsql: Allow XML fragment to contain a XML declaration. Peter Eisentraut (Sun 07 00:14)
- pgsql: Remove: < * %Allow the identifier length to be increased via a Bruce Momjian (Sat 06 22:55)
- pgsql: Updates for MONEY data type: < * Improve the MONEY data type > * Bruce Momjian (Sat 06 22:24)
- pgsql: Done: > * -Allow user-defined types to accept 'typmod' Bruce Momjian (Sat 06 22:19)
- pgsql: Add: > > * Make consistent use of long/short command options Bruce Momjian (Sat 06 22:18)
- pgsql: Add: > o Consider parsing the -c string into individual queries Bruce Momjian (Sat 06 21:58)
- plpsm - plpgpsm: For declared cursor in block is used unnamed portal, User Okbob (Sat 06 21:04)
- pgsql: Apply fix so pow() and exp() ERANGE is used only if result is not Bruce Momjian (Sat 06 20:21)
- pgsql: Already done in 8.2: < * Allow CREATE INDEX to take an Bruce Momjian (Sat 06 20:00)
- pgsql: Move INDEX inheritance out into a separate section: < * Allow Bruce Momjian (Sat 06 20:00)
- pgsql: Done: > * -Allow the pg_xlog directory location to be specified Bruce Momjian (Sat 06 19:41)
- pgsql: Allow initdb to specify the pg_xlog directory. Bruce Momjian (Sat 06 19:40)
- pgsql: Replace xmlroot with a properly functioning version that parses Peter Eisentraut (Sat 06 19:18)
- pgsql: Fix filtered_base_yylex() to save and restore base_yylval and Tom Lane (Sat 06 19:14)
- pgsql: Document problems with release links in early branches. Bruce Momjian (Sat 06 15:19)
- pgsql: Check for ERANGE in exp() as well. Bruce Momjian (Sat 06 15:18)
- plpsm - plpgpsm: refactoring fetch stmt, early (compile time) check User Okbob (Sat 06 09:22)
- pgsql: commit before tag ... PostgreSQL Daemon (Sat 06 06:40)
- pgsql: tag it PostgreSQL Daemon (Sat 06 06:18)
Mail converted by MHonArc