Skip site navigation (1)
Skip section navigation (2)
pgsql-committers 2007-02 Chronological Index (2/3)
Last updated: Wed Jan 18 01:51:34 2012
521 messages
17 February 2007
pgsql: Remove rint() for to_char MS and US output. Bruce Momjian (03:11)
pgsql: Add: > * Allow holdable cursors in SPI Bruce Momjian (02:01)
pgsql: Cleanup of to_char() patch. Bruce Momjian (01:51)
pgsql: Add: > > o Allow row and record variables to be set to NULL Bruce Momjian (01:35)
pgsql: Remove installation mention that integer timestamps is less Bruce Momjian (01:26)
pgsql: Create AVG() aggregates for int8 and NUMERIC which do not compute Bruce Momjian (00:56)
16 February 2007
pgsql: Add: > o Consider reducing on-disk varlena length from four to Bruce Momjian (22:20)
pgsql: Fix new RI operator selection code to do the right thing when Tom Lane (22:04)
pgsql: Reduce the amount of memory "clobbered" for every process title Bruce Momjian (21:34)
pgsql: Adjust the definition of is_pushed_down so that it's always true Tom Lane (20:57)
pgsql: Adjust the definition of is_pushed_down so that it's always true Tom Lane (20:57)
Re: pgsql: Better fix for determining minimum and maximum int64 values that Alvaro Herrera (19:07)
pgsql: Better fix for determining minimum and maximum int64 values that Peter Eisentraut (18:37)
Re: pgsql: Functions for mapping table data and table schemas to XML (a.k.a. Teodor Sigaev (18:09)
pgsql: Install a more correct fix in the timestamp and timestamptz Alvaro Herrera (17:49)
pgsql: Code review for SSLKEY patch. Tom Lane (17:07)
pgsql: Fix markup, spelling, grammar, and explanations for SSLKEY patch. Tom Lane (16:38)
pgsql: Fix the timestamptz test problem, by moving the tests that use Alvaro Herrera (15:42)
Re: pgsql: Functions for mapping table data and table schemas to XML (a.k.a. Peter Eisentraut (14:32)
pgsql: Fix // comment Peter Eisentraut (10:55)
pgsql: Add stdint.h include Peter Eisentraut (10:42)
pgsql: Functions for mapping table data and table schemas to XML (a.k.a. Peter Eisentraut (07:46)
pgsql: Remove extra character erroneously added. Bruce Momjian (03:56)
pgsql: Remove tabs from SGML files to help tag alingment and improve Bruce Momjian (03:50)
pgsql: Fix another problem in 8.2 changes that allowed "one-time" qual Tom Lane (03:49)
pgsql: Fix another problem in 8.2 changes that allowed "one-time" qual Tom Lane (03:49)
pgsql: Add two new format fields for use with to_char(), to_date() and Bruce Momjian (03:39)
pgsql: SSL improvements: o read global SSL configuration file o add Bruce Momjian (02:59)
pgsql: Remove useless database name from bootstrap argument processing Alvaro Herrera (02:10)
pgsql: Restructure code that is responsible for ensuring that clauseless Tom Lane (00:14)
pgsql: Restructure code that is responsible for ensuring that clauseless Tom Lane (00:14)
pgsql: Restructure code that is responsible for ensuring that clauseless Tom Lane (00:14)
15 February 2007
plpsm - plpgpsm: contrib package completation User Okbob (20:49)
plpsm - plpgpsm: contrib cfg game User Okbob (20:26)
plpsm - plpgpsm: magic.c isn't necessery User Okbob (19:46)
plpsm - plpgpsm: move to contrib format User Okbob (19:39)
plpsm - plpgpsm: resignal statement support User Okbob (17:32)
plpsm - plpgpsm: allow older syntax for enhanced diagnostic statement User Okbob (14:48)
plpsm - plpgpsm: allows stacked diagnostics entry for exceptions get User Okbob (14:19)
pgsql: Add ORDER BY to a query on information_schema.views, to avoid Tom Lane (05:09)
pgsql: Repair oversight in 8.2 change that improved the handling of Tom Lane (03:07)
pgsql: Repair oversight in 8.2 change that improved the handling of Tom Lane (03:07)
14 February 2007
pgsql: Add: > > o Use LC_TIME for localized weekday/month names, Bruce Momjian (21:00)
pgsql: Add some discussion of sort ordering to indices.sgml, which Tom Lane (20:47)
pg-migrator - src: FB#6236 - correcting operation sequencing and a User Korryd (20:10)
pgsql: Fix typo Peter Eisentraut (18:46)
pgsql: Fix to_date()/to_timestamp() 'D' field for day of week, was off Bruce Momjian (05:10)
pgsql: Move fsync method macro defines into /include/access/xlogdefs.h Bruce Momjian (05:05)
pgsql: Minor editorialization on operator-family documentation: put some Tom Lane (04:30)
pgsql: Add: > * Clean up casting in /contrib/isn > > Bruce Momjian (04:24)
pgsql: Add: > * Improve logging of prepared statements recovered during Bruce Momjian (04:19)
pgsql: Fix capitalization and punctuation of two more GUC description Neil Conway (03:08)
pgsql: Add URL for: * Allow SQL-language functions to return results Bruce Momjian (02:49)
pgsql: Fix up foreign-key mechanism so that there is a sound semantic Tom Lane (01:59)
pgsql: Add URL for: > > Bruce Momjian (00:47)
13 February 2007
plpsm - plpgpsm: holdable cursor support User Okbob (20:56)
pgsql: Add: > * Improve failure message when DROP DATABASE is used on a Bruce Momjian (19:57)
pgsql: Disallow committing a prepared transaction unless we are in the Tom Lane (19:39)
pgsql: Disallow committing a prepared transaction unless we are in the Tom Lane (19:39)
pgsql: Disallow committing a prepared transaction unless we are in the Tom Lane (19:39)
pgsql: Improve postmaster's behavior if an accept() call fails. Tom Lane (19:19)
pgsql: Add URL for: * Update Bonjour to work with newer cross-platform Bruce Momjian (18:08)
pgsql: Add code so database scans are done in an order consistent with Bruce Momjian (18:06)
pgsql: Update /contrib/fuzzystrmatch error message to mention bytes, not Bruce Momjian (18:00)
pgsql: Add ORDER BY to vacummdb so databases are scaned in the same Bruce Momjian (17:39)
pgsql: Add: > * Update our code to handle 64-bit timezone files to Bruce Momjian (17:06)
pgsql: Un-break build on ANSI compilers (like msvc) by moving Assert to Magnus Hagander (15:56)
pgsql: Add script to run regression tests under vc++ without mingw. Magnus Hagander (15:36)
pgsql: One more fix for makefile := to : change. Magnus Hagander (15:34)
pgsql: Properly parse Makefile after change from := to =. Magnus Hagander (15:02)
pgsql: Repair bug in 8.2's new logic for planning outer joins: we have Tom Lane (02:31)
pgsql: Repair bug in 8.2's new logic for planning outer joins: we have Tom Lane (02:31)
pgsql: Add comment to explain why O_EXCL and O_TRUNC can be ignored in Bruce Momjian (02:06)
pgsql: Add comment that to_char() for broken glibc pt_BR might cause a Bruce Momjian (02:00)
12 February 2007
pgsql: Avoid infinite recursion when dumping new planner Tom Lane (17:19)
pgsql: Fix backend crash in parsing incorrect tsquery. Teodor Sigaev (14:19)
pgsql: Fix backend crash in parsing incorrect tsquery. Teodor Sigaev (14:18)
pgsql: Fix backend crash in parsing incorrect tsquery. Teodor Sigaev (14:17)
pgsql: Fix backend crash in parsing incorrect tsquery. Teodor Sigaev (14:15)
pgsql: Fix backend crash in parsing incorrect tsquery. Teodor Sigaev (14:14)
plpsm - plpgpsm: dynamic cursor support User Okbob (11:43)
plpsm - plpgpsm: small pl_func fix (porint onfo about tbl expr) User Okbob (10:11)
plpsm - plpgpsm: rollback removing ifndef for pre phantom version and User Okbob (10:03)
Re: pgsql: Fix for early log messages during postmaster startup getting lost Magnus Hagander (08:32)
Re: pgsql: Fix for early log messages during postmaster startup getting lost Tom Lane (04:47)
Re: pgsql: Fix for early log messages during postmaster startup getting lost Neil Conway (03:48)
11 February 2007
pg-migrator - src: Fixing a few usability issues, refactoring some User Korryd (20:01)
pgsql: Fix another erroneous =-for-:= substitution. Tom Lane (19:31)
pgsql: Fixed multibyte handling as reported by Michael Meskes (15:18)
pgsql: Fix for early log messages during postmaster startup getting lost Magnus Hagander (15:12)
pgsql: Fix for early log messages during postmaster startup getting lost Magnus Hagander (15:12)
pgcluster - 1.7: Imported Sources User Devrim (13:29)
pgcluster - 1.5: Imported Sources User Devrim (13:23)
pgsql: Fix for early log messages during postmaster startup getting lost Magnus Hagander (11:59)
10 February 2007
plpsm - plpgpsm: There's no need for the ifdefs. User Okbob (20:43)
pgsql: Fix pg_standby to build on msvc. User Mha (19:52)
pgsql: Add proper mapping of boolean type data to XML Schema. Peter Eisentraut (18:47)
pgsql: StrNCpy -> strlcpy (not complete) Peter Eisentraut (14:58)
pgsql: Put back some not-so-unnecessary-as-all-that := usages. Tom Lane (04:26)
pgsql: Hm, seems my hack on rowtypes regression test has made its output Tom Lane (04:18)
09 February 2007
pgsql: Minor tweak to make rowtypes regression test run faster. Tom Lane (20:18)
pgsql: Remove useless CPPFLAGS. Peter Eisentraut (17:24)
pgsql: Add $PostgreSQL$ marker to contrib makefiles. Peter Eisentraut (17:14)
pgsql: Call pgstat_drop_database during DROP DATABASE, so that any stats Tom Lane (16:12)
pgsql: Replace useless uses of := by = in makefiles. Peter Eisentraut (15:56)
Re: pgsql: Add lock matrix to documentation. Andrew Dunstan (14:38)
Re: pgsql: Add lock matrix to documentation. Merlin Moncure (14:37)
Re: plpsm - plpgpsm: prepare for phantom cid Heikki Linnakangas (14:33)
Re: pgsql: Add lock matrix to documentation. Oleg Bartunov (14:08)
Re: pgsql: Add lock matrix to documentation. Peter Eisentraut (11:29)
plpsm - plpgpsm: recompile option supported It allows recompile every User Okbob (11:29)
plpsm - plpgpsm: prepare for phantom cid User Okbob (11:29)
pgsql: Remove blank lines in code. Bruce Momjian (04:18)
pgsql: Update FAQ for new 24-byte header, down from 28. Bruce Momjian (03:43)
pgsql: Add blank line. Bruce Momjian (03:40)
pgsql: Add URL for: < > Bruce Momjian (03:39)
pgsql: Done! < * Merge xmin/xmax/cmin/cmax back into three header Bruce Momjian (03:37)
pgsql: Combine cmin and cmax fields of HeapTupleHeaders into a single Tom Lane (03:35)
pgsql: Remove blank line from C code. Bruce Momjian (03:15)
pgsql: Update: < * Consider placing all sequences in a single table > * Bruce Momjian (01:29)
pgsql: Update: < * Consider placing all sequences in a single table, Bruce Momjian (00:34)
pgsql: Add: > * Consider placing all sequences in a single table, now Bruce Momjian (00:32)
08 February 2007
pgsql: Fix bug when localized to_char() day or month names were Bruce Momjian (20:34)
Re: pgsql: Win32 regression test fixes: For win32 in general, this makes it Tom Lane (19:49)
pgsql: Add missing #define for mingw, per Magnus. Tom Lane (19:48)
Re: pgsql: Win32 regression test fixes: For win32 in general, this makes it Magnus Hagander (19:40)
Re: pgsql: Win32 regression test fixes: For win32 in general, this makes it Tom Lane (19:36)
pgsql: Fix an ancient logic error in plpgsql's exec_stmt_block: it Tom Lane (18:38)
pgsql: Rearrange use of plpgsql_add_initdatums() so that only the Tom Lane (18:38)
pgsql: Fix an ancient logic error in plpgsql's exec_stmt_block: it Tom Lane (18:38)
pgsql: Rearrange use of plpgsql_add_initdatums() so that only the Tom Lane (18:38)
pgsql: Fix an ancient logic error in plpgsql's exec_stmt_block: it Tom Lane (18:38)
pgsql: Rearrange use of plpgsql_add_initdatums() so that only the Tom Lane (18:38)
pgsql: Fix an ancient logic error in plpgsql's exec_stmt_block: it Tom Lane (18:37)
pgsql: Rearrange use of plpgsql_add_initdatums() so that only the Tom Lane (18:37)
pgsql: Fix an ancient logic error in plpgsql's exec_stmt_block: it Tom Lane (18:37)
pgsql: Rearrange use of plpgsql_add_initdatums() so that only the Tom Lane (18:37)
pgsql: Fix an ancient logic error in plpgsql's exec_stmt_block: it Tom Lane (18:37)
pgsql: Rearrange use of plpgsql_add_initdatums() so that only the Tom Lane (18:37)
pgsql: Fix bug when localized to_char() day or month names were Bruce Momjian (18:19)
plpsm - plpgpsm: SQL2003 syntax for using table expression in RETURN User Okbob (17:26)
pgsql: This patch fixes shared_preload_libraries on Windows hosts. Bruce Momjian (17:20)
pgsql: This patch fixes shared_preload_libraries on Windows hosts. Bruce Momjian (15:46)
pgsql: Add lock matrix to documentation. Bruce Momjian (15:32)
pgsql: Win32 regression test fixes: For win32 in general, this makes it Bruce Momjian (15:29)
pgsql: Add /contrib/pg_standby: pg_standby is a production-ready Bruce Momjian (15:16)
pgsql: Add /contrib/pg_standby: pg_standby is a production-ready Bruce Momjian (15:09)
pgsql: New Directory Bruce Momjian (15:07)
pgsql: Fix reference-after-free in the new btree page split code, as Alvaro Herrera (13:53)
pgsql: Normalize fgets() calls to use sizeof() for calculating the Peter Eisentraut (11:11)
pgsql: Reduce WAL activity for page splits: > Currently, an index split Bruce Momjian (05:27)
pgsql: Check if the role exists before doing more complex ident and Bruce Momjian (04:52)
pgsql: Update URL for "Generalized Partial Indexes" paper to point to a Bruce Momjian (04:32)
pgsql: Update URL for "Generalized Partial Indexes" paper to point to a Bruce Momjian (04:31)
pgsql: Document that wal_sync_method open_* methods use O_DIRECT, if Bruce Momjian (03:58)
pgsql: Document that wal_sync_method open_* methods use O_DIRECT, if Bruce Momjian (03:56)
pgsql: Fix bug in our code when using to_timestamp() or to_date() Bruce Momjian (03:22)
07 February 2007
pgsql: Modify the stats regression test to delay until the stats file Tom Lane (18:35)
pgsql: Remove the xlog-centric "database system is ready" message and Tom Lane (16:44)
Re: pgsql: Stamp releases notes for 8.2.3, 8.1.8, 8.0.12. Andrew Dunstan (15:29)
Re: pgsql: Stamp releases notes for 8.2.3, 8.1.8, 8.0.12. Bruce Momjian (15:16)
Re: pgsql: Stamp releases notes for 8.2.3, 8.1.8, 8.0.12. Andrew Dunstan (15:03)
Re: Help Needed Andrew Dunstan (14:33)
Help Needed Muruganantham M (14:14)