pgsql-committers - July 2004

Notification of git commits are sent to this list. Do not post here!

Search the Archives

(enter a message-id to go directly to that message)

Browse Archives

Prev | Next

July 1, 2004

Thread Author Time
pgsql-server: Nested transactions. Tom Lane 00:52
pgsql-server: Fix seriously nasty memory leak in new Tom Lane 03:13
pgsql-server: Add double metaphone code from Andrew Dunstan. Joe Conway 03:25
plperlng - plperlng: fix reversed rpath test in GNUmakefile (Andrew User Andrewd 15:37
pgsql-server: Removed unused variable and added a typecast. Michael Meskes 18:32
pgsql-server: Further review of xact.c state machine for nested Tom Lane 20:11
pgsql-server: plperl update from Andrew Dunstan, deriving (I believe) Joe Conway 20:50
pgsql-server: More paranoia in AtEOSubXact_SPI: don't assume we can Tom Lane 21:17

July 2, 2004

Thread Author Time
pgsql-server: Attached is a 1 line bug fix for dbmirror that was Joe Conway 00:58
pginstaller - pginst: Tidy up the (un)installation complete dialogue User Dpage 14:15
pginstaller - pginst: Added Npgsql to the installation. User Dpage 14:17
pgsql-server: Translation update Peter Eisentraut 15:02
pgsql-server: Translation update Peter Eisentraut 15:07
pgsql-server: Andreas Pflug wrote: From an idea of Bruce, the attached Joe Conway 18:59
pgsql-server: Add missing operators of the form interval-plus-datetime, Tom Lane 22:50

July 3, 2004

Thread Author Time
pgsql-server: Fix no-longer-correct bit-pushing in Tom Lane 02:56

July 4, 2004

Thread Author Time
pgsql-server: Okay, I've had it with answering newbie questions about Tom Lane 02:49
pgsql-server: Made sure SET DESCRIPTOR accepts all data types including Michael Meskes 15:02
plperlng - plperlng: modern ppport.h to support older perl versions fix User Andrewd 18:14
pgsql-server: Fix misspellings: langauge -> language. Tom Lane 23:34

July 5, 2004

Thread Author Time
pgsql-server: Allow plperl to compile with Perl 5.05. Bruce Momjian 02:18
pgsql-server: Fix paragraph mention in ALTER DATABASE manual page. Bruce Momjian 02:34
pgsql-server: - Fixed indicator in SET DESCRIPTOR. Michael Meskes 09:45
pgsql-server: Added free() calls against memory leak in interval.c. Michael Meskes 18:51
pgsql-server: Added free() calls against memory leak in interval.c. Michael Meskes 18:54
pginstaller - pginst: New Directory User Mha 20:28
pginstaller - pginst: * Make SERVERDIR a public property * Validate User Mha 20:37
pgsql-server: Fix unchecked mallocs/strdups added by recent Tom Lane 23:14
pgsql-server: Revert broken rpath addition. Tom Lane 23:24
Re: pgsql-server: plperl update from Andrew Dunstan, deriving (I believe) Tom Lane 23:31
Re: [COMMITTERS] pgsql-server: plperl update from Andrew Dunstan, Andrew Dunstan 23:52

July 6, 2004

Thread Author Time
Re: [COMMITTERS] pgsql-server: plperl update from Andrew Dunstan, deriving (I believe) Tom Lane 00:05
pgsql-server: Done: > * -Fix upper()/lower() to work for multibyte Bruce Momjian 03:23
pgsql-server: Fix broken logic for pretty-printing Tom Lane 04:50
pgsql-server: Fix broken logic for pretty-printing Tom Lane 04:51
pgsql-server: Reorder dash mention to be more prominient. Bruce Momjian 16:18
pgsql-server: Add comment describing ereport() NOTICE/WARNING Bruce Momjian 19:52
pgsql-server: Move section: < * Add replication of distributed Bruce Momjian 20:29

July 7, 2004

Thread Author Time
pginstaller - pginst: Install psqlODBC manually to avoid WiX problems User Dpage 11:57
pgsql-server: Update highlighting of dash. Bruce Momjian 12:25
pgsql-server: Bold dash line. Bruce Momjian 12:44
pgsql-server: regenerate. Bruce Momjian 12:45
pgsql-server: Regenerate: > #A dash (-) marks changes that will appear Bruce Momjian 12:45
pgsql-server: Formatting improvements: < The most recent version of Bruce Momjian 12:48
pgsql-server: Add OSX thread support for next 7.4.X Bruce Momjian 13:04
pgsql-server: Add OSX thread support for next 7.4.X Bruce Momjian 13:04
Implementatiion of Inheritance in Postgres Ioannis Theoharis 15:10

July 8, 2004

Thread Author Time
pgsql-server: Remove OSX thread flags. Bruce Momjian 16:27
pgsql-server: OK, another try at Darwin threads. Bruce Momjian 18:25

July 10, 2004

Thread Author Time
pgsql-server: Add --enable-thread-safety-force to force a thread compile Bruce Momjian 01:24
Re: pgsql-server: OK, another try at Darwin threads. Tom Lane 05:00
Re: pgsql-server: OK, another try at Darwin threads. Bruce Momjian 14:53
plperlng - plperlng: fix for Safe version fix for return types remove User Andrewd 15:04
pgsql-server: Clarify schema meanings in pg_dump manual page by Bruce Momjian 15:51
Re: pgsql-server: OK, another try at Darwin threads. Tom Lane 16:46
Re: pgsql-server: OK, another try at Darwin threads. Bruce Momjian 17:43
pgsql-server: Test HAVING condition before computing targetlist of an Tom Lane 18:39
pgsql-server: Test HAVING condition before computing targetlist of an Tom Lane 18:39
pgsql-server: Fix BSD-only coding in port.c (passing a local variable to Tom Lane 22:58
pgsql-server: Check more test points (in fact, every week in 1970..2004) Tom Lane 23:06
pgsql-server: Defend against overrun of ExtraOptions array --- strictly Tom Lane 23:29

July 11, 2004

Thread Author Time
pgsql-server: Add: > * Add include functionality to postgresql.conf > Bruce Momjian 00:18
pgsql-server: Allow configuration files to be placed outside the data Bruce Momjian 00:18
pgsql-server: Add: < > * Use a phantom command counter for nested Bruce Momjian 00:26
pgsql-server: Add: > * Add an option to sync() before fsync()'ing Bruce Momjian 00:28
pgsql-server: Open files in binary mode on Win32 so control-z isn't seen Bruce Momjian 00:54
Re: pgsql-server: Check more test points (in fact, every Christopher Kings-Lynne 01:49
pgsql-server: Add: > * Allow changing of already-created database and Bruce Momjian 02:03
pgsql-server: Fix trim_trailing_separator() to not trim c:\ nor Bruce Momjian 02:59
pgsql-server: Add: > * Allow moving system tables to other tablespaces, Bruce Momjian 03:10
pgsql-server: Cause the format of BC timestamptz output to be 'datetime Tom Lane 04:57
pgsql-server: Use standard macro for psql binary file open. Bruce Momjian 13:29
pgsql-server: Rename XLOG_BTREE_NEWPAGE xlog record type into Tom Lane 18:01
pgsql-server: Move TablespaceCreateDbspace() call into smgrcreate(), Tom Lane 19:52
pgsql-server: Use canonicalize_path for -D, GUC paths, and paths coming Bruce Momjian 21:34
pgsql-server: Remove postgresql.conf of 'info' as a valid Bruce Momjian 21:48
pgsql-server: Add: > * Add NOVICE output level for helpful messages Bruce Momjian 21:57
pgsql-server: Update URL's for mysql conversion tools. Bruce Momjian 22:52
pgsql-server: Update German FAQ> Bruce Momjian 23:07
pgsql-server: ALTER TABLE SET TABLESPACE. Tom Lane 23:13
pgsql-server: Example for create function using argument names Gavin Bruce Momjian 23:23
pgsql-server: This patch fixes a small error in the Porting PL/SQL to Bruce Momjian 23:26
Re: pgsql-server: Use canonicalize_path for -D, GUC paths, and paths coming Tom Lane 23:29
pgsql-server: Add: > * Allow moving sequences and toast tables to other Bruce Momjian 23:31
Re: pgsql-server: Use canonicalize_path for -D, GUC paths, 📎 Bruce Momjian 23:49
pgsql-server: Cleanup for canonicalization fixes, from Tom. Bruce Momjian 23:49
pgsql-server: Remove: < * Allow moving sequences and toast tables to Bruce Momjian 23:52

July 12, 2004

Thread Author Time
Re: pgsql-server: Use canonicalize_path for -D, GUC paths, and paths coming Tom Lane 00:02
Re: pgsql-server: Use canonicalize_path for -D, GUC paths, 📎 Bruce Momjian 00:08
pgsql-server: Canonicalize preload_libraries after it is split up, not Bruce Momjian 00:09
pgsql-server: Add FAQ entry on hardware selection. Bruce Momjian 00:18
pgsql-server: New Czech FAQ. Bruce Momjian 00:22
pgsql-server: Added Matthew: < rather than in /contrib > rather Bruce Momjian 00:23
pgsql-server: Add: > * Add session start time and last statement time Bruce Momjian 00:39
pgsql-server: The outer #define was forgotten. Bruce Momjian 01:00
pgsql-server: Move comma. Bruce Momjian 01:10
pgsql-server: Tablespace examples for CREATE TABLE/INDEX/SCHEMA/DATABASE Bruce Momjian 01:22
pgsql-server: Wording improvement. Bruce Momjian 01:37
pgsql-server: Fix username mismatch in initdb. Bruce Momjian 01:54
Re: pgsql-server: Use canonicalize_path for -D, GUC paths, Tom Lane 02:14
Re: pgsql-server: Use canonicalize_path for -D, GUC paths, Bruce Momjian 02:22
pgsql-server: Fix library_path with canonicalization. Bruce Momjian 02:22
pgsql-server: New text. Bruce Momjian 03:58
pgsql-server: Remove TABLESPACE option of CREATE SEQUENCE; sequences Tom Lane 05:38
pgsql-server: win32 doesn't support a static initializer for mutexes, Bruce Momjian 14:11
pgsql-server: Back out thread fix until I get clarification. Bruce Momjian 14:16
pgsql-server: > win32 doesn't support a static initializer for mutexes, Bruce Momjian 14:23
pgsql-server: The attached patch, which incorporates the previous one Bruce Momjian 14:31
pgsql-server: This patch adds the following options to pg_dumpall, to be Bruce Momjian 14:35
pgsql-server: Use strdup in pg_ctl for canonicalize_path on environment Bruce Momjian 18:17
Re: pgsql-server: Use strdup in pg_ctl for canonicalize_path on environment Tom Lane 18:44
pginstaller - pginst: Initdb integration code. User Mha 19:04
pgsql-server: Put back canonicalization of PGDATA environment variable. Bruce Momjian 19:15
Re: pgsql-server: Use strdup in pg_ctl for canonicalize_path Bruce Momjian 19:17
pgsql-server: canonicalization adjustments. Bruce Momjian 19:18
pginstaller - pginst: Check for existing data directory during the GUI User Mha 19:22
pgsql-server: Add blank line to new canonicalize_path file, which Bruce Momjian 19:27
Re: pgsql-server: Use strdup in pg_ctl for canonicalize_path on environment Tom Lane 19:45
Re: pgsql-server: Use strdup in pg_ctl for canonicalize_path Bruce Momjian 19:54
pgsql-server: Add Win32-specific join ordering. Bruce Momjian 20:11
pgsql-server: Add has_tablespace_privilege(). Bruce Momjian 20:24
pgsql-server: Add tablespace location display for psql \d. Bruce Momjian 20:41
Re: pgsql-server: Add Win32-specific join ordering. Tom Lane 21:29
pgsql-server: Make installation instructions match reality. Peter Eisentraut 22:12

July 13, 2004

Thread Author Time
pgsql-server: Cause libpq and ecpg libraries to be built as proper Tom Lane 00:06
Remove confusing commented-defaullts from postgresql.conf Greg Sabino Mullane 00:53
pgsql-server: Rename join ordering named join_1.out Bruce Momjian 02:05
Re: pgsql-server: Add Win32-specific join ordering. Bruce Momjian 02:05
pgsql-server: Move tablespace name up on to the same line in psql \d. Bruce Momjian 02:46
Re: Remove confusing commented-defaullts from postgresql.conf Bruce Momjian 02:48
Re: pgsql-server: Rename join ordering named join_1.out Tom Lane 02:53
pgsql-server: Add new join file. Bruce Momjian 02:54
Re: pgsql-server: Rename join ordering named join_1.out Bruce Momjian 02:54
pgsql-server: Can't have blank lines in resultmap; some versions of expr Tom Lane 02:55
pgsql-server: Change pg_dump to use ALTER OWNER commands instead of SET Bruce Momjian 03:00
Re: Remove confusing commented-defaullts from postgresql.conf Tom Lane 03:12
Re: Remove confusing commented-defaullts from postgresql.conf Greg Sabino Mullane 11:45
Re: Remove confusing commented-defaullts from postgresql.conf Bruce Momjian 13:05
pgsql-server: Have \dn+ show permissions and description for schemas. Bruce Momjian 16:48
pginstaller - pginst: * Change "Install as a service" to be a checkbox User Mha 19:30
Re: pgsql-server: Have \dn+ show permissions and description for schemas. Peter Eisentraut 20:58
Re: pgsql-server: Have \dn+ show permissions and description Bruce Momjian 21:17
Re: pgsql-server: Have \dn+ show permissions and description for schemas. Peter Eisentraut 22:29
Re: pgsql-server: Have \dn+ show permissions and description Bruce Momjian 22:45

July 14, 2004

Thread Author Time
Re: pgsql-server: Have \dn+ show permissions and description Christopher Kings-Lynne 02:28
Re: pgsql-server: Have \dn+ show permissions and description Tom Lane 04:16
pginstaller - pginst: Added JDBC Driver User Dpage 14:55
pginstaller - pginst: Various minor tweaks for layout, an initdb bug User Dpage 15:32
pgsql-server: Detect locale/encoding mismatch in initdb, or pick a Peter Eisentraut 17:55

July 15, 2004

Thread Author Time
Re: [COMMITTERS] pgsql-server: Have \dn+ show permissions and description 📎 Bruce Momjian 03:55
pgsql-server: Add permission display to \db+. Bruce Momjian 03:56
pgsql-server: When retrieving an array of numerics it attempted to set Kris Jurka 10:00
pginstaller - pginst: Move cancel button to a sensible place on the User Dpage 13:36
pginstaller - pginst: Refactor feature tree per discussion with Magnus. User Dpage 13:37
pgsql-server: For a SQL function declared to return a named composite Tom Lane 13:51
pgsql-server: > pg_ctl --help > ---skiped--- > -P user name of Bruce Momjian 15:23
pgsql-server: Add French FAQ. Bruce Momjian 15:25
pgsql-server: Properly order mysql links. Bruce Momjian 18:53
pginstaller - pginst: Optionally install procedural languages into User Mha 19:49
pginstaller - pginst: Expand the data directory node by default User Mha 20:40

July 16, 2004

Thread Author Time
pginstaller - pginst: Install and register pgevent. User Mha 17:37
pgsql-server: Here is a patch required to build plperl with win32. Bruce Momjian 19:18

July 17, 2004

Thread Author Time
pgsql-server: New Directory Tom Lane 03:17
pgsql-server: Invent ResourceOwner mechanism as per my recent proposal, Tom Lane 03:32
pgsql-server: Add: > o Enforce rules for setting combinations Bruce Momjian 10:50
pgsql-server: Fix broken markup, per Jonathan Gardner. Tom Lane 16:33
pgsql-server: When renaming a column that participates in a foreign key, Tom Lane 17:28
pgsql-server: When renaming a column that participates in a foreign key, Tom Lane 17:28
pgsql-server: Rename AC_PROG_LD* macros to PGAC_PROG_LD*. Peter Eisentraut 18:53

July 19, 2004

Thread Author Time
pgsql-server: XLOG file archiving and point-in-time recovery. Tom Lane 02:47
Re: pgsql-server: XLOG file archiving and point-in-time Bruce Momjian 02:50
pgsql-server: Remove unportable use of strptime() to parse recovery Tom Lane 14:34
pgsql-server: Install recovery.conf.sample into the /share install Tom Lane 17:03
pginstaller - pginst: Only present npgsql for installation if the .net User Mha 17:49
pginstaller - pginst: Disable plperl if perl is not installed (we still User Mha 18:23
pgsql-server: Bruce Momjian 20:28
pgsql-server: No CVS FAQ, just CVS docs. Bruce Momjian 20:30
pgsql-server: Done: > * -Allow configuration files to be specified in a Bruce Momjian 20:57
pgsql-server: Fix incorrect tracking of session authorization in the Tom Lane 21:02
pgsql-server: Fix incorrect tracking of session authorization in the Tom Lane 21:02
pgsql-server: Here is another patch that fixes a stack of pg_dump bugs: Bruce Momjian 21:39

July 20, 2004

Thread Author Time
Re: pgsql-server: Fix incorrect tracking of session Christopher Kings-Lynne 01:25
Re: pgsql-server: Fix incorrect tracking of session Tom Lane 02:21
pginstaller - pginst: Use SSPI instead of LogonUser() to check if the User Mha 17:54
pgsql-server: Synced parser and keyword list. Michael Meskes 18:06
pgsql-server: Fixed handling of cyclic defines. Michael Meskes 18:22
pgsql-server: Done: > o -Allow parameters to be specified by name and Bruce Momjian 19:37
pginstaller - pginst: Fix initdb on win2k: Create a bat file and call User Mha 19:49
pgsql-server: Add: > * Fix data types where equality comparison isn't Bruce Momjian 19:52
pgsql-server: Suppress readline usage in mingw in configure. Bruce Momjian 20:37
pgsql-server: Add: > * Allow psql to display permission information Bruce Momjian 21:01
pgsql-server: Update: < * Allow psql to display permission information Bruce Momjian 22:28
pgsql-server: Fix unused variable when Assert() not used. Bruce Momjian 22:56
pgsql-server: As per the following: Bruce Momjian 22:56

July 21, 2004

Thread Author Time
pgsql-server: Allow borland compiles. Bruce Momjian 03:07
Re: pgsql-server: Done: > o -Allow parameters to be specified by name and Tom Lane 06:00
Re: pgsql-server: Done: > o -Allow parameters to be specified Bruce Momjian 13:46
pgsql-server: Mention plpgsql: < o -Allow parameters to be specified Bruce Momjian 13:46
pgsql-server: lease find enclosed a patch that matches the PL/Perl Bruce Momjian 20:23
Re: pgsql-server: lease find enclosed a patch that matches Bruce Momjian 20:25

Browse Archives

Prev | Next