pgsql-committers since 2010-01-12 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

Jan. 12, 2010

Thread Author Time
Re: [COMMITTERS] pgsql: Also update ChangerLog file. Bruce Momjian 01:18
pgsql: Remove tabs in SGML file. Bruce Momjian 02:33
pgsql: Fix aclexplode to not explode on a zero-entry ACL array. Tom Lane 02:39
pgsql: Please tablespace directories in their own subdirectory so Bruce Momjian 02:42
pg-migrator - pg_migrator: Require today's CVS to migrate to 8.5 to take User Bmomjian 02:48
Re: pgsql: Please tablespace directories in their own subdirectory so Jaime Casanova 03:23
pg-migrator - pg_migrator: Mention why it is hard to implement User Bmomjian 03:26
Re: pgsql: Please tablespace directories in their own subdirectory so Bruce Momjian 03:27
pgbouncer - pgbouncer: test/test.ini: turn off query_timeout by default User Mkz 10:16
pgbouncer - pgbouncer: In case of invalid state, show value in error msg User Mkz 10:17
pgbouncer - pgbouncer: sbuf: track exact wait state to avoid double User Mkz 10:19
pgbouncer - pgbouncer: Add new patches to NEWS User Mkz 10:24
pgsql: Removed ecpg Changelog file that was only there for historical Michael Meskes 12:41
Re: pgsql: Removed ecpg Changelog file that was only there for historical Magnus Hagander 12:45
Re: pgsql: Removed ecpg Changelog file that was only there for historical Michael Meskes 14:22
Re: pgsql: Removed ecpg Changelog file that was only there for historical Magnus Hagander 16:01
pg-migrator - pg_migrator: All building against any PG source >= 8.3. User Bmomjian 18:06
pgsql: Fix relcache reload mechanism to be more robust in the face of Tom Lane 18:12
pgsql: Fix relcache reload mechanism to be more robust in the face of Tom Lane 18:12
pgsql: Fix relcache reload mechanism to be more robust in the face of Tom Lane 18:12
pgsql: Fix relcache reload mechanism to be more robust in the face of Tom Lane 18:12
pgsql: Update MSVC build instructions. Magnus Hagander 20:13

Jan. 13, 2010

Thread Author Time
pgsql: Make fixed_paramref_hook behave properly when there are 'unused' Tom Lane 01:17
pgbouncer - pgbouncer: Check error from event_init() to eliminate User Mkz 07:24
pgsql: Fix SQL3 type return value. Michael Meskes 08:41
pgsql: Applied Zoltan's patch to make char the default sqlda type. Michael Meskes 09:06
pgstatsinfo - pg_reporter: Imported Sources User Itagaki 10:46
pgsql: Fix bug #5269: ResetPlanCache mustn't invalidate cached utility Tom Lane 16:56
pgsql: Fix bug #5269: ResetPlanCache mustn't invalidate cached utility Tom Lane 16:57
pgsql: When loading critical system indexes into the relcache, ensure we Tom Lane 23:07
pgsql: When loading critical system indexes into the relcache, ensure we Tom Lane 23:07
pgsql: When loading critical system indexes into the relcache, ensure we Tom Lane 23:07
pgsql: When loading critical system indexes into the relcache, ensure we Tom Lane 23:07

Jan. 14, 2010

Thread Author Time
pgsql: Simplify validate_exec() by using access(2) to check file Tom Lane 00:14
Re: pgsql: Simplify validate_exec() by using access(2) to check file Bruce Momjian 04:30
Re: pgsql: Simplify validate_exec() by using access(2) to check file Tom Lane 04:36
Re: pgsql: Simplify validate_exec() by using access(2) to check file Bruce Momjian 04:38
pgsql: First part of refactoring of code for ResolveRecoveryConflict. Simon Riggs 11:08
pgexternaltable - src: del test.c User Maosen 11:14
pgexternaltable - src: del streambuffer.* User Maosen 11:18
pgexternaltable - src: User Maosen 11:19
pgexternaltable - src: User Maosen 11:26
pgexternaltable - src: New Directory User Maosen 11:29
pgexternaltable - src: User Maosen 11:34
pgsql: Add point_ops opclass for GiST. Teodor Sigaev 16:31

Jan. 15, 2010

Thread Author Time
pg-migrator - pg_migrator: Restore restriction that pg_migrator must be User Bmomjian 00:40
pgsql: New Directory Heikki Linnakangas 09:12
pgsql: New Directory Heikki Linnakangas 09:12
pgsql: New Directory Heikki Linnakangas 09:13
pgsql: Introduce Streaming Replication. Heikki Linnakangas 09:19
pgsql: Applied patch by Boszormenyi Zoltan <[email protected]> to add Michael Meskes 10:44
pgsql: Remove unused (in non-assertion-enabled build) variable. Heikki Linnakangas 11:47
pgsql: Added correct error handling in DESCRIBE statement processing by Michael Meskes 13:19
pgbouncer - pgbouncer: doc/confix.txt: uncoonfuse newer asciidoc User Mkz 16:39
pgsql: Move build of src/backend/replication/walreceiver/ later in the Heikki Linnakangas 17:01
pgsql: Fix bogus subdir setting ... Tom Lane 20:34
pgsql: Actually, I'll bet the mingw problem is lack of $(BE_DLLLIBS) ... Tom Lane 20:45
pgsql: No, scratch that, it was getting added twice. Tom Lane 21:06
pgsql: Second try: walreceiver should not be built with -DBUILDING_DLL Tom Lane 21:43
pgsql: Do parse analysis of an EXPLAIN's contained statement during the Tom Lane 22:36

Jan. 16, 2010

Thread Author Time
pgsql: PGDLLIMPORT-ize the remaining variables needed by walreceiver. Tom Lane 00:04
pgsql: Add #include <sys/time.h> for struct timeval definition on Bruce Momjian 01:55
pgsql: Huh, apparently on cygwin we HAVE_SIGPROCMASK, so both variants Tom Lane 05:52
pgsql: Teach standby conflict resolution to use SIGUSR1 Conflict reason Simon Riggs 10:06
pgsql: Message mentions msec when it should be seconds, so use s instead Simon Riggs 10:13
pgsql: Improved printing of Python exceptions in PL/Python Mimic the Peter Eisentraut 11:03
pgsql: Build the walreceiver library on MSVC as well. Magnus Hagander 11:55
pgexternaltable - src: User Maosen 13:59
pgexternaltable - src: User Maosen 14:01
pgsql: Lock database while running drop database in Hot Standby to Simon Riggs 14:16
npgsql - Npgsql2: Added a test for Europe/Amsterdam timezone with dates User Fxjr 15:05
Re: pgsql: Fix one more cast for _open_osfhandle(). Magnus Hagander 15:36
Re: [COMMITTERS] pgsql: Fix one more cast for _open_osfhandle(). Tom Lane 16:04
pgsql: Fix bogus initialization of KnownAssignedXids shared memory state Tom Lane 17:17
pgsql: Fix unportable use of isxdigit() with char (rather than unsigned Tom Lane 17:39
Re: pgsql: Fix bogus initialization of KnownAssignedXids shared memory state Simon Riggs 18:19