pgsql-committers since 2007-10-23 00:00

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

Oct. 23, 2007

Thread Author Time
pgsql: Fix several bugs in tsvectorin, including crash due to Tom Lane 00:51
pgsql: Fix two-argument form of ts_rewrite() so it actually works for Tom Lane 01:44
pllolcode - pllolcode: Improve README User Eggyknap 02:46
pllolcode - pllolcode: First go at documenting what I've done so far User Eggyknap 03:50
pgsql: Use snprintf instead of wsprintf, and use getenv("APPDATA") Magnus Hagander 17:58
pgsql: Rename and slightly redefine the default text search parser's Tom Lane 20:46
pgsql: Make configure probe for the location of the <uuid.h> header Tom Lane 21:38

Oct. 24, 2007

Thread Author Time
pgsql: Remove the aggregate form of ts_rewrite(), since it doesn't work Tom Lane 02:24
pgsql: Set read_only = TRUE while evaluating input queries for Tom Lane 03:30
pginstaller - pginst: update french translation. User H-saito 07:37
pgsql: Keep heap_page_prune from marking the buffer dirty when it didn't Tom Lane 13:05
pgsql: Fix UPDATE/DELETE WHERE CURRENT OF to support repeated update and Tom Lane 18:37
pgsql: Minor changes to autovacuum worker: change error handling so that Alvaro Herrera 19:08
autovacuum.c update Alvaro Herrera 19:15
pgsql: Danish_Danmark -> Danish_Denmark Alvaro Herrera 20:11
pgsql: Fix an error in make_outerjoininfo introduced by my patch of Tom Lane 20:54
pgsql: Fix an error in make_outerjoininfo introduced by my patch of Tom Lane 20:54
pgsql: Rearrange vacuum-related bits in PGPROC as a bitmask, to better Alvaro Herrera 20:55
Re: pgsql: Rearrange vacuum-related bits in PGPROC as a bitmask, to better Tom Lane 21:51
Re: pgsql: Rearrange vacuum-related bits in PGPROC as a bitmask, to better Alvaro Herrera 22:54
pgsql: Remove obsolete statement that you can't update through a cursor. Tom Lane 22:55
pgsql: Disallow scrolling of FOR UPDATE/FOR SHARE cursors, so as to Tom Lane 23:27

Oct. 25, 2007

Thread Author Time
pgsql: Update release notes to current CVS. Bruce Momjian 02:50
pgsql: Add new encoding aliases for Solaris, per Zdenek Kotala. Alvaro Herrera 12:29
pgsql: Use more real-world examples in the text search parser Alvaro Herrera 13:06
pgsql: Tweak new error messages to match the actual syntax of DECLARE Tom Lane 13:48
pgsql: Extract catalog info for error reporting before an error actually Alvaro Herrera 14:45
Re: pgsql: Extract catalog info for error reporting before an error actually Simon Riggs 15:54
Re: pgsql: Extract catalog info for error reporting before an error actually Alvaro Herrera 16:41
Re: pgsql: Extract catalog info for error reporting before an error actually Simon Riggs 16:56
Re: [HACKERS] Re: pgsql: Extract catalog info for error reporting before an error actually Michael Paesold 17:09
Re: [HACKERS] Re: pgsql: Extract catalog info for error reporting before an error actually Alvaro Herrera 17:23
Re: [HACKERS] Re: pgsql: Extract catalog info for error reporting before an error actually Michael Paesold 17:36
Re: Re: [COMMITTERS] pgsql: Extract catalog info for error reporting before an error actually Tom Lane 17:38
Re: [HACKERS] Re: pgsql: Extract catalog info for error reporting before an error actually Andrew Dunstan 17:51
pgsql: Fix ALTER SEQUENCE so that it does not affect the value of Tom Lane 18:54
pgsql: Fix memory management for new variables -- they must actually Alvaro Herrera 19:13
pgsql: Ugly patch to make ALTER SEQUENCE OWNED BY not affect the Tom Lane 19:15
Re: Re: [COMMITTERS] pgsql: Extract catalog info for error reporting before an error actually Tom Lane 19:37
Re: [HACKERS] Re: pgsql: Extract catalog info for error reporting before an error actually Simon Riggs 19:42
Re: Re: [COMMITTERS] pgsql: Extract catalog info for error reporting before an error actually Bruce Momjian 19:44
Re: [HACKERS] Re: pgsql: Extract catalog info for error reporting before an error actually Andrew Dunstan 19:54
Autovacuum cancellation 📎 Alvaro Herrera 20:07
pgsql: Make initdb's selection of default text search configuration Tom Lane 20:22
Re: Re: [COMMITTERS] pgsql: Extract catalog info for error reporting before an error actually Stefan Kaltenbrunner 20:28
Re: [HACKERS] Re: pgsql: Extract catalog info for error reporting before an error actually David Fetter 21:04
Re: Autovacuum cancellation Tom Lane 21:35
Re: Autovacuum cancellation Gregory Stark 22:28

Oct. 26, 2007

Thread Author Time
Re: Autovacuum cancellation Tom Lane 00:38
Re: Autovacuum cancellation Alvaro Herrera 01:11
pgsql: Add plpgsql doc example of RETURN NEXT. Bruce Momjian 01:11
pllolcode - pllolcode: Minor editing of call handler function, including User Eggyknap 02:41
pgsql: Set Japanese FAQ character code to UTF-8. Bruce Momjian 03:59
pginstaller - web: Add a note about desktop heap size User Dpage 08:49
pgbouncer - pgbouncer: fix signedness warnings in code User Mkz 09:12
Re: Autovacuum cancellation Heikki Linnakangas 09:32
Re: Autovacuum cancellation Gregory Stark 09:49
pgbouncer - pgbouncer: version 1.1.1 User Mkz 11:35
Re: Autovacuum cancellation Tom Lane 12:56
Re: Autovacuum cancellation Tom Lane 12:59
pgsql: Avoid including any backend-only stuff in the zic utility Tom Lane 13:30
pgsql: Avoid having backend-only code compiled into ecpg. Tom Lane 14:17
pgbouncer - pgbouncer: slab allocator improvements - keep track of User Mkz 15:12
pgbouncer - pgbouncer: simpler warning args User Mkz 15:14
pgsql: Change have_join_order_restriction() so that we do not force a Tom Lane 18:10
pgsql: Change have_join_order_restriction() so that we do not force a Tom Lane 18:10
pgsql: Remove use of "Postgres" aliases in the FAQ in Bruce Momjian 19:04
pgsql: Remove second-in-paragraph usage of "Postgres" in FAQ_DEV. Bruce Momjian 19:08
pgsql: Allow an autovacuum worker to be interrupted automatically when Alvaro Herrera 20:45
pginstaller - pginst: Couple o' minor fixes. User Dpage 20:48
Re: Autovacuum cancellation Alvaro Herrera 20:50
pgsql: Change win32 child-death tracking code to use a threadpool to Magnus Hagander 21:50

Oct. 27, 2007

Thread Author Time
pgsql: Translation updates Peter Eisentraut 00:13
pgsql: Minor wording improvements per suggestion from Jeff Davis. Tom Lane 00:19
pgsql: Stamp 8.3beta2. Tom Lane 00:22
pgrpm - pgrpm: - postgresql 8.3 adaptation User Nanardon 00:49
psqlodbc - psqlodbc: The version is now 8.2.0501. User Hinoue 01:14
pgsql: Avoid considering both sort directions as equally useful for Tom Lane 05:45
Re: pgsql: Allow an autovacuum worker to be interrupted automatically when Simon Riggs 09:24
psqlodbc - psqlodbc: The correction of the previous commit message. User Hinoue 13:16