pgsql-committers - January 2009

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

Jan. 1, 2009

Thread Author Time
pgsql: Fix an oversight in my patch of a couple weeks ago that ensured a Tom Lane 17:12
pgsql: Fix an oversight in my patch of a couple weeks ago that ensured a Tom Lane 17:12
pgsql: Fix a couple of missed copyright dates. Tom Lane 17:59
pgsql: Add comma so this copyright notice is picked up in 2010. Bruce Momjian 18:21
pgsql: Make comma optional for copyright text change. Bruce Momjian 18:21
pgsql: Mention src/interfaces/libpq/libpq.rc.in needs to be updated for Bruce Momjian 18:23
pgsql: Be smarter --- accept missing comma, and force comma if missing. Bruce Momjian 18:31

Jan. 2, 2009

Thread Author Time
pgsql: Tweak guc.c to allow underscores in the names of custom variable Tom Lane 01:16
pgsql: write_nondefault_variables must take care to write Tom Lane 02:02
pgsql: Make it possible to change Kerberos/GSSAPI parameters without Magnus Hagander 10:33
pgbouncer - pgbouncer: check if connection was accepted before logging User Mkz 10:45
pgbouncer - pgbouncer: Reserve pool implementation. User Mkz 10:54
pgsql: Remove comments that say restart is required for changing of Magnus Hagander 11:26
pgsql: Fix cut/paste error that caused all errors from Magnus Hagander 11:34
pgsql: Today is find-typo-in-old-patches day. Magnus Hagander 11:51
pgbouncer - pgbouncer: draft news for 1.3 User Mkz 12:40
pgbouncer - pgbouncer: minor cleanups - avoid use of non-const fmt User Mkz 13:23
pgsql: Split the ecpg translation support into a separate catalog for Peter Eisentraut 13:26
plproxy - plproxy: allow direct argument references for RUN statement: User Mkz 14:49
plproxy - plproxy: add FAQ to cvs User Mkz 15:00
plproxy - plproxy: mention new syntax in docs User Mkz 15:09
Re: pgsql: Make it possible to change Kerberos/GSSAPI parameters without Tom Lane 15:10
pgsql: Initialize .pot files with some useful default values. Peter Eisentraut 15:15
plproxy - plproxy: tag 2.0.8rc1 User Mkz 15:16
pgsql: Include a pointer to the query's source text in QueryDesc Tom Lane 20:42

Jan. 3, 2009

Thread Author Time
libpqtypes - libpqtypes: Update copyright notice in LICENSE file User Achernow 01:12
libpqtypes - libpqtypes: Update copyrights in man pages User Achernow 02:27
libpqtypes - libpqtypes: Update copyrights in source files User Achernow 02:30
pgsql: Create a "shmem_startup_hook" to be called at the end of shared Tom Lane 17:08
pgsql: Fix bug per Oleksiy Shchukin - 2nd argument for Joe Conway 19:57
pgsql: Fix bug per Oleksiy Shchukin - 2nd argument for Joe Conway 19:58
pgsql: Allow loadable modules to create PGC_POSTMASTER GUC variables, Tom Lane 20:03

Jan. 4, 2009

Thread Author Time
pgsql: Allow configure to deal with Python 3.0. Peter Eisentraut 00:54
psqlodbc - psqlodbc: 1.Take domain types into account in SQLColumns() User Hinoue 02:40
psqlodbc - psqlodbc: Adjustment gcc conditions. User H-saito 05:19
psqlodbc - psqlodbc: take some notes. User H-saito 05:26
pgsql: Fix embarrassing bug in recent smgr refactoring patch: WAL Heikki Linnakangas 14:59
pgsql: Add a pg_encoding_mbcliplen() function that is just like Tom Lane 18:37
pgsql: New Directory Tom Lane 22:14
pgsql: Add contrib/pg_stat_statements for server-wide tracking of Tom Lane 22:19

Jan. 5, 2009

Thread Author Time
pgsql: Export IsUnderPostmaster on win32. Alvaro Herrera 02:27
pgsql: Allow out-of-tree builds on mingw and cygwin Author: Richard Peter Eisentraut 09:27
pgsql: Fix for cross-compilation between mingw32 and something else. Peter Eisentraut 09:54
pgsql: When cross-compiling, allow and require an external zic program Peter Eisentraut 10:25
pgsql: Fix define_custom_variable to preserve any sourcefile/sourceline Tom Lane 13:23
pgsql: Add EmitWarningsOnPlaceholders calls to contrib modules that are Tom Lane 13:35
pgsql: Quiet repeated "loaded library" messages from child backends that Tom Lane 13:57
pgsql: Update Japanese FAQ. Bruce Momjian 15:04
pgsnap - pgsnap: Forgot the php keyword in <? line and the copyright on User Gleu 16:12
pgsnap - pgsnap: Copyright update. User Gleu 16:18
pgsnap - pgsnap: Forgot the php keyword in <? line and the copyright on User Gleu 16:29
pgsql: Add a --role option to pg_dump, pg_dumpall, and pg_restore. Tom Lane 16:54
pgsql: Change the reloptions machinery to use a table-based parser, and Alvaro Herrera 17:14

Jan. 6, 2009

Thread Author Time
pgsql: Fix an oversight in the function-default-arguments patch: after Tom Lane 01:23
pgsql: Add some comments about why function parameter default Tom Lane 02:01
pgsql: Fix new timezone cross-compile rule to avoid a bug in gmake Bruce Momjian 02:25
pgsql: Supress compiler warning. Bruce Momjian 02:44
pgsql: Update SELECT version() to show whether it is a 32 or 64-bit Bruce Momjian 03:05
pgsql: Suppress compiler warning in a different way, per Alvaro. Bruce Momjian 03:15
textsearch-ja - textsearch-ja: Update copyright and add documentation. User Itagaki 08:16
pgsql: Remove outdated Japanese README files per discussion. Tatsuo Ishii 13:43
pgsql: Fix string reloption handling, per KaiGai Kohei. Alvaro Herrera 14:47
pgsql: Fix logic in lazy vacuum to decide if it's worth trying to Heikki Linnakangas 14:55
pgsql: Fix logic in lazy vacuum to decide if it's worth trying to Heikki Linnakangas 14:55
pgsql: Fix logic in lazy vacuum to decide if it's worth trying to Heikki Linnakangas 14:55
pgsql: Fix logic in lazy vacuum to decide if it's worth trying to Heikki Linnakangas 14:55
pgsql: Fix logic in lazy vacuum to decide if it's worth trying to Heikki Linnakangas 14:56
pgsql: Fix logic in lazy vacuum to decide if it's worth trying to Heikki Linnakangas 14:56
pgsql: Doesn't seem like a good idea to be doing AC_CHECK_SIZEOF(void *) Tom Lane 15:38
pgsql: Revert the default toast compression strategy to the former Tom Lane 15:51
pgsql: Change a couple of ill-advised uses of INFO elog level to Tom Lane 16:39
pgsql: Update pg_restore --help text to match the SGML documentation. Bruce Momjian 17:18
pgsql: Remove references to pgsql-ports and pgsql-patches mailing lists Tom Lane 17:27
pgsql: Remove references to pgsql-ports and pgsql-patches mailing lists Tom Lane 17:27
pgsql: Remove references to pgsql-ports and pgsql-patches mailing lists Tom Lane 17:27
pgsql: Remove references to pgsql-ports and pgsql-patches mailing lists Tom Lane 17:27
pgsql: Remove references to pgsql-ports and pgsql-patches mailing lists Tom Lane 17:28
pgsql: Remove references to pgsql-ports and pgsql-patches mailing lists Tom Lane 17:28
pgsql: Make pg_dump and pg_dumpall --clean options match the SGML docs, Bruce Momjian 18:01
pgsql: Make the MSVC build output "32-bit" at the end of the version Magnus Hagander 18:37
Re: pgsql: Make the MSVC build output "32-bit" at the end of the version Jaime Casanova 19:34
Re: pgsql: Make the MSVC build output "32-bit" at the end of the version Bruce Momjian 19:41
pgsql: Document that Cygwin does not support OpenSSL. Bruce Momjian 19:42
pgsql: This makes all the \dX commands (most importantly to most: \df) Bruce Momjian 21:10
Re: pgsql: This makes all the \dX commands (most importantly to most: \df) Tom Lane 21:21
Re: pgsql: This makes all the \dX commands (most importantly to most: \df) Bruce Momjian 21:23
Re: [COMMITTERS] pgsql: This makes all the \dX commands (most importantly to most: \df) 📎 Bruce Momjian 23:01
pgsql: Add documentation for new \d*S* patch, and clean up some of the Bruce Momjian 23:01
Re: Re: [COMMITTERS] pgsql: This makes all the \dX commands (most importantly to most: \df) Bruce Momjian 23:08
pgsql: Improve \z psql \? help display. Bruce Momjian 23:09
Re: Re: [COMMITTERS] pgsql: This makes all the \dX commands (most importantly to most: \df) Joshua D. Drake 23:16
Re: Re: [COMMITTERS] pgsql: This makes all the \dX commands (most importantly to most: \df) Bruce Momjian 23:22
pgsql: Clarify a confusing comment about MCVs vs histogram entries. Tom Lane 23:46

Jan. 7, 2009

Thread Author Time
pgsql: Add spaces around psql \d* columns, per idea from Joshua Drake. Bruce Momjian 00:05
Re: Re: [COMMITTERS] pgsql: This makes all the \dX commands (most importantly to most: \df) Bruce Momjian 00:06
Re: Re: [COMMITTERS] pgsql: This makes all the \dX commands (most importantly to most: \df) Joshua D. Drake 00:08
Re: Re: [COMMITTERS] pgsql: This makes all the \dX commands (most importantly to most: \df) Bruce Momjian 00:13
Re: Re: [COMMITTERS] pgsql: This makes all the \dX commands (most importantly to most: \df) Joshua D. Drake 00:18
Re: Re: [COMMITTERS] pgsql: This makes all the \dX commands (most importantly to most: \df) Alvaro Herrera 00:58
Re: Re: [COMMITTERS] pgsql: This makes all the \dX commands (most importantly to most: \df) Joshua D. Drake 01:14
Re: Re: [COMMITTERS] pgsql: This makes all the \dX commands (most importantly to most: \df) Bruce Momjian 01:26
Re: Re: [COMMITTERS] pgsql: This makes all the \dX commands (most importantly to most: \df) Alvaro Herrera 01:36
Re: Re: [COMMITTERS] pgsql: This makes all the \dX commands (most importantly to most: \df) Bruce Momjian 01:51
Re: Re: [COMMITTERS] pgsql: This makes all the \dX commands (most importantly to most: \df) Alvaro Herrera 02:13
pgsql: Removeduplicate \dd psql help mention. Bruce Momjian 03:05
Re: Re: [COMMITTERS] pgsql: This makes all the \dX commands (most importantly to most: \df) Bruce Momjian 03:29
pgsql: Update MinGW so it handles fseeko() similar to Unix. Bruce Momjian 03:39
pgsql: Make the log output of 'vxid' between csvlog and stderr/syslog Bruce Momjian 04:26
pgsql: Break out \distv into four separate lines in the psql Bruce Momjian 04:51
pgsql: Produce a full version string for Sun Studio. Peter Eisentraut 10:38
pgsql: Don't require pqGetHomeDirectory to succeed if the user has Magnus Hagander 12:02
pgsql: Add appropriate text for SIGHUP parameters instead of just Magnus Hagander 12:21
Re: pgsql: Make it possible to change Kerberos/GSSAPI parameters without Magnus Hagander 12:21
pgsql: Allow krb_realm (krb5, gssapi and sspi) and krb_server_hostname Magnus Hagander 12:38
pgsql: Add hba parameter include_realm to krb5, gss and sspi Magnus Hagander 13:09
pgsql: Fix executor/spi.h to follow our usual conventions for include Tom Lane 13:44
pgsql: define HAVE_FSEEKO for MSVC Andrew Dunstan 13:51
npgsql - Npgsql2: Fix for string representation of some negative User Talliesin 18:48
pgsql: Update comment associated with 'debug_query_string'. Bruce Momjian 19:35
pgsql: Add comment that it is difficult to access the more accurate Bruce Momjian 19:51
Re: [COMMITTERS] pgsql: Adjust things so that the query_string of a cached plan and the Bruce Momjian 19:53
Re: [COMMITTERS] pgsql: Adjust things so that the query_string of a cached plan and the Tom Lane 20:20
pgsql: Insert conditional SPI_push/SPI_pop calls into InputFunctionCall, Tom Lane 20:38
pgsql: Insert conditional SPI_push/SPI_pop calls into InputFunctionCall, Tom Lane 20:39
pgsql: Insert conditional SPI_push/SPI_pop calls into InputFunctionCall, Tom Lane 20:39
pgsql: Have current_query() use ActivePortal->sourceText rather than Bruce Momjian 21:48
Re: [COMMITTERS] pgsql: Adjust things so that the query_string of a cached plan and the 📎 Bruce Momjian 21:48
pgsql: Create a third option named "partition" for constraint_exclusion, Tom Lane 22:40
pgsql: Add comment about why BETWEEN uses operator strings and not Bruce Momjian 22:54
Re: Re: [COMMITTERS] pgsql: Adjust things so that the query_string of a cached plan and the Tom Lane 22:56
Re: Re: [COMMITTERS] pgsql: Adjust things so that the query_string of a cached plan and the Bruce Momjian 23:33
Re: Re: [COMMITTERS] pgsql: Adjust things so that the query_string of a cached plan and the Tom Lane 23:46
Re: Re: [COMMITTERS] pgsql: Adjust things so that the query_string of a cached plan and the Tom Lane 23:58

Jan. 8, 2009

Thread Author Time
pgsql: Revert current_query() change to use debug_query_string again; Bruce Momjian 00:13
Re: Re: [COMMITTERS] pgsql: Adjust things so that the query_string of a cached plan and the Bruce Momjian 00:15
pgsql: Document current_query() as being the _client_ query. Bruce Momjian 00:44
Re: Re: [COMMITTERS] pgsql: Allow pg_regress to be run outside the build tree. Bruce Momjian 03:24
edb-debugger - server: Fix the debugger plugin following the header Dave Page 09:56
pgsql: Add note that not all SQL commands support ONLY in the same way. Peter Eisentraut 12:47
pgsql: Defend against null input in analyze_requires_snapshot(), per Tom Lane 13:42
pgsql: Document that txid_visible_in_snapshot() cannot be used with Bruce Momjian 14:46
pgsql: A couple further reloptions improvements, per KaiGai Kohei: add a Alvaro Herrera 19:34
pgsql: Fix memory leak for file name if expect file name contains a dot, Bruce Momjian 20:09

Jan. 9, 2009

Thread Author Time
pgsql: Update release notes for 8.3.5, 8.2.11, and 8.1.15 to mention Bruce Momjian 01:46
pgsql: Update release notes for 8.3.5, 8.2.11, and 8.1.15 to mention Bruce Momjian 01:46
pgsql: Update release notes for 8.3.5, 8.2.11, and 8.1.15 to mention Bruce Momjian 01:47
pgsql: Update release notes for 8.3.5, 8.2.11, and 8.1.15 to mention Bruce Momjian 01:47
pgsql: Document values for pg_constraint confupdtype, confdeltype and Andrew Dunstan 01:53
pgsql: Make krb_realm and krb_server_hostname be pg_hba options only, Magnus Hagander 10:13
pgsql: Rewrite update-po target, so that it works less like a shell Peter Eisentraut 10:54
pgsql: More portable use of "find". Peter Eisentraut 12:37
pgsql: Fix strftime usage on Win32 when trying to fetch the locale-aware Magnus Hagander 13:03
pgsql: Change chapter titles thus: III. Peter Eisentraut 13:37
Re: pgsql: Fix strftime usage on Win32 when trying to fetch the locale-aware Tom Lane 13:41
Re: pgsql: Fix strftime usage on Win32 when trying to fetch the locale-aware Magnus Hagander 13:52
Re: pgsql: Fix strftime usage on Win32 when trying to fetch the locale-aware Tom Lane 13:55
Re: pgsql: Fix strftime usage on Win32 when trying to fetch the locale-aware Magnus Hagander 14:05
pgsql: Code review of strftime patch, per comments from Tom: * Use Magnus Hagander 14:07
pgsql: Remove fairly useless mixed-case identifier test that causes Peter Eisentraut 14:50
pgsql: Remove tabs from SGML docs. Bruce Momjian 15:02
pgsql: Arrange for function default arguments to be processed properly Tom Lane 15:46
pgsql: Fix libpq so that it reports PGRES_EMPTY_QUERY not Tom Lane 18:50
pgsql: A further attempt at clarifying the \distv business. Tom Lane 19:27
Re: Re: [COMMITTERS] pgsql: Explicitly bind gettext() to the UTF8 locale when in use. Bruce Momjian 20:03
Re: Re: [COMMITTERS] pgsql: Explicitly bind gettext() to the UTF8 locale when in use. Tom Lane 21:30
Re: Re: [COMMITTERS] pgsql: Explicitly bind gettext() to the UTF8 locale when in use. Hiroshi Inoue 21:45

Jan. 10, 2009

Thread Author Time
libpqtypes - libpqtypes: removed typeargs state flag PUT_STATE_FREEOUT User Achernow 03:59
libpqtypes - libpqtypes: update change log User Achernow 04:02
pgsql: Add file to explain SGML linking options, for use by SGML Bruce Momjian 04:40
pginstaller - pginst: add the spanish translation. User H-saito 13:08
pginstaller - pginst: add the spanish translation. User H-saito 13:11
pginstaller - web: addition of a member. User H-saito 13:28
pgbouncer - pgbouncer: some more cleanups: - avoid NULL values for User Mkz 14:52
pgsql: Add guidelines section. Bruce Momjian 16:03
Re: Re: [COMMITTERS] pgsql: Explicitly bind gettext() to the UTF8 locale when in use. Hiroshi Saito 16:04
pgsql: Update link guidelines. Bruce Momjian 16:58
pgbouncer - pgbouncer: win32: simpler service handling, cleanups - one User Mkz 18:54
pgsql: Modify libpq environment variable documentation to point to the Bruce Momjian 20:14
pgsql: Revise the TIDBitmap API to support multiple concurrent Tom Lane 21:08

Jan. 11, 2009

Thread Author Time
pgsql: Make tests pass with or without locale. Peter Eisentraut 09:41
Re: Re: [COMMITTERS] pgsql: Explicitly bind gettext() to the UTF8 locale when in use. 📎 Hiroshi Inoue 14:50
pgsql: Re-enable the old code in xlog.c that tried to use Tom Lane 18:02
Re: pgsql: Re-enable the old code in xlog.c that tried to use Gregory Stark 19:06
Re: pgsql: Re-enable the old code in xlog.c that tried to use Tom Lane 19:22

Jan. 12, 2009

Thread Author Time
pgsql: Implement prefetching via posix_fadvise() for bitmap index scans. Tom Lane 05:10
pgsql: Add ONLY support to LOCK and TRUNCATE. Peter Eisentraut 08:54
pgsql: Use qualified_name instead of relation_expr for commands that Peter Eisentraut 09:38
npgsql - Npgsql2: Use Kana-width-insensitive comparisons supplied by User Talliesin 11:26
pgsql: Add some minimal documentation that the SQL standard requires Peter Eisentraut 14:06
pgsql: Tweak order of operations in BitmapHeapNext() to avoid the case Tom Lane 16:00
Re: pgsql: Tweak order of operations in BitmapHeapNext() to avoid the case Gregory Stark 17:19
Re: pgsql: Tweak order of operations in BitmapHeapNext() to avoid the case Tom Lane 17:33
pgsql: Simplify the writing of amoptions routines by introducing a Alvaro Herrera 21:02

Jan. 13, 2009

Thread Author Time
pgsql: Document how pglesslog can be used to reduce the storage Bruce Momjian 00:54
pgsql: Remove special-handling of usernames with Kerberos Magnus Hagander 10:43
pgsql: Throw an error when using -C and -1 at the same time in Magnus Hagander 11:44
pgsql: Throw an error when using -C and -1 at the same time in Magnus Hagander 11:45
pgsql: Throw an error when using -C and -1 at the same time in Magnus Hagander 11:45
pgsql: Backpatch to 7.4 the part of 1.84 (from the 8.0 timeline) that Alvaro Herrera 15:28
pgsql: Remove useless (and insecure) temp file handling. Peter Eisentraut 19:32

Browse Archives

Prev | Next