Skip site navigation
(1)
Skip section navigation
(2)
Search
Peripheral Links
Text Size:
Normal
/
Large
Donate
Contact
Home
About
Download
Documentation
Community
Developers
Support
Your account
Community
Contributors
Mailing Lists
User lists
Developer lists
pgsql-cluster-hackers
pgsql-committers
pgsql-hackers
pgsql-rrreviewers
pgsql-www
Regional lists
Associations
User groups
Project lists
Inactive lists
IRC
Featured Users
International Sites
Propaganda
Resources
Weekly News
pgsql-committers since 2010-01-06 15:16
Search archives
(enter a message-id to go directly to that message)
Advanced Search
Prev
|
Next
Jump to day:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
2010-01-06
pg-migrator - pg_migrator: Add missing file to CVs.
User Bmomjian (15:16)
pgsql: Corrected CVS entry: --only-analyze mode is for _vacuumdb_, not
Bruce Momjian (16:04)
Re: pgsql: pg_dump --only-analyze Implement pg_dump --only-analyze for use
Bruce Momjian (16:09)
pgsql: Add missing 'static' keywords.
Tom Lane (18:07)
pgsql: Fix missing <manvolnum> markers in dblink reference entries.
Tom Lane (19:07)
pg-migrator - pg_migrator: Skip rebuilding of relation array when we
User Bmomjian (19:44)
pgsql: Make the makefile pass $MAJORVERSION to genbki.pl, not $VERSION
Tom Lane (19:56)
pgsql: Make error messages for bad --set-version argument more useful.
Tom Lane (22:02)
Re: [COMMITTERS] pgsql: Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).
Tom Lane (22:11)
pgsql: Access hash entry before freeing it, not after.
Tom Lane (22:27)
pgsql: Fix spccache.c to not suppose that a cache entry will live across
Tom Lane (23:00)
Re: [COMMITTERS] pgsql: Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).
Tom Lane (23:11)
pgsql: PG_MAJORVERSION: For simplicity, use PG_MAJORVERSION rather than
Bruce Momjian (23:23)
Re: pgsql: PG_MAJORVERSION: For simplicity, use PG_MAJORVERSION rather than
Alvaro Herrera (23:58)
2010-01-07
Re: pgsql: PG_MAJORVERSION: For simplicity, use PG_MAJORVERSION rather than
Bruce Momjian (00:09)
pgsql: Alter the configure script to fail immediately if the C compiler
Tom Lane (00:25)
pgsql: Alter the configure script to fail immediately if the C compiler
Tom Lane (00:25)
Re: [COMMITTERS] pgsql: Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).
Robert Haas (00:50)
pgsql: Make configure check the version of Perl we're building with, and
Tom Lane (01:41)
pgsql: Improve a couple of comments relating to large object snapshot
Robert Haas (02:41)
Re: [COMMITTERS] pgsql: Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).
Robert Haas (03:00)
Re: [COMMITTERS] pgsql: Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).
Tom Lane (03:13)
Re: pgsql: PG_MAJORVERSION: For simplicity, use PG_MAJORVERSION rather than
Alvaro Herrera (03:18)
pgsql: Fail in a nicer way if we have --with-perl and no Perl.
Tom Lane (03:24)
Re: [COMMITTERS] pgsql: Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).
Robert Haas (03:37)
Re: pgsql: PG_MAJORVERSION: For simplicity, use PG_MAJORVERSION rather than
Bruce Momjian (03:41)
Re: pgsql: PG_MAJORVERSION: For simplicity, use PG_MAJORVERSION rather than
Robert Haas (03:49)
pgsql: Further fixes for per-tablespace options patch.
Robert Haas (03:53)
Re: pgsql: PG_MAJORVERSION: For simplicity, use PG_MAJORVERSION rather than
Alvaro Herrera (03:58)
pgsql: Clarify tablespace.c::TablespaceCreateDbspace() comments.
Bruce Momjian (04:05)
pgsql: More tablespace.c comment improvements.
Bruce Momjian (04:10)
Re: [COMMITTERS] pgsql: Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).
Tom Lane (04:14)
pgsql: Remove all the special-case code for INT64_IS_BUSTED, per
Tom Lane (04:53)
pgbulkload - pgbulkload: Refine messages and option handleing routines
User Itagaki (07:59)
Re: pgsql: PG_MAJORVERSION: For simplicity, use PG_MAJORVERSION rather than
Magnus Hagander (10:28)
pgsql: Rename new vacuumdb option to --analyze-only from --only-analyze.
Bruce Momjian (12:38)
pg-migrator - pg_migrator: Document renamed vacuumdb --analyze-only
User Bmomjian (12:40)
Re: pgsql: PG_MAJORVERSION: For simplicity, use PG_MAJORVERSION rather than
Bruce Momjian (12:48)
Re: pgsql: PG_MAJORVERSION: For simplicity, use PG_MAJORVERSION rather than
Alvaro Herrera (13:21)
pgsql: Use -Z for vacuumdb --analyze-only, rather than -o.
Bruce Momjian (14:35)
pgsql: Fix (some of the) breakage introduced into query-cancel
Tom Lane (16:29)
pgsql: Make bit/varbit substring() treat any negative length as meaning
Tom Lane (19:53)
pgsql: Make bit/varbit substring() treat any negative length as meaning
Tom Lane (19:53)
pgsql: Make bit/varbit substring() treat any negative length as meaning
Tom Lane (19:53)
pgsql: Make bit/varbit substring() treat any negative length as meaning
Tom Lane (19:53)
pgsql: Make bit/varbit substring() treat any negative length as meaning
Tom Lane (19:53)
pgsql: Make bit/varbit substring() treat any negative length as meaning
Tom Lane (19:53)
pgsql: Make bit/varbit substring() treat any negative length as meaning
Tom Lane (19:53)
pgsql: Fix 3-parameter form of bit substring() to throw error for
Tom Lane (20:17)
Re: pgsql: Fix (some of the) breakage introduced into query-cancel
Simon Riggs (20:21)
Re: pgsql: Fix (some of the) breakage introduced into query-cancel
Tom Lane (20:29)
pgsql: Document why we copy reloptions into CacheMemoryContext
Robert Haas (20:39)
Re: pgsql: Fix (some of the) breakage introduced into query-cancel
Simon Riggs (20:46)
Re: pgsql: Fix (some of the) breakage introduced into query-cancel
Tom Lane (21:12)
2010-01-08
pgsql: Add buffer access counters to pg_stat_statements.
Takahiro Itagaki (00:38)
pgsql: pgBufferUsage needs PGDLLIMPORT for pg_stat_statements on
Takahiro Itagaki (00:48)
Re: pgsql: Fix (some of the) breakage introduced into query-cancel
Simon Riggs (02:11)
npgsql - Npgsql2: [#1010746] NpgsqlDate.AddMonths(m):
User Fxjr (02:32)
pgsql: Fix oversight in EvalPlanQualFetch: after failing to lock a tuple
Tom Lane (02:44)
Re: pgsql: Fix (some of the) breakage introduced into query-cancel
Tom Lane (02:51)
pgstatsinfo - pg_statsinfo: New Directory
User Kasahara (08:30)
pgstatsinfo - pg_statsinfo: New Directory
User Kasahara (08:30)
pgstatsinfo - pg_statsinfo: - Separate reporter source code into 8.3 and
User Kasahara (08:41)
pgsql: Also update ChangerLog file.
Michael Meskes (09:06)
pgsql: Backported fix for protecting ecpg against applications freeing
Michael Meskes (09:22)
Re: [COMMITTERS] pgsql: Also update ChangerLog file.
Stefan Kaltenbrunner (14:41)
Re: pgsql: Also update ChangerLog file.
David Fetter (18:08)
Re: pgsql: Also update ChangerLog file.
Michael Meskes (21:57)
Re: [COMMITTERS] pgsql: Also update ChangerLog file.
Michael Meskes (21:59)
2010-01-09
pgsql: Tidy up and refactor plperl.c.
Andrew Dunstan (02:40)
Re: [COMMITTERS] pgsql: Tidy up and refactor plperl.c.
Tom Lane (03:25)
Re: [COMMITTERS] pgsql: Tidy up and refactor plperl.c.
Robert Haas (03:29)
Re: [COMMITTERS] pgsql: Tidy up and refactor plperl.c.
Tom Lane (03:31)
pgsql: Fix makefile so it works for VPATH case.
Tom Lane (03:53)
Re: [COMMITTERS] pgsql: Tidy up and refactor plperl.c.
Andrew Dunstan (14:19)
pgsql: Build perlchunks.h for plperl on MSVC
Andrew Dunstan (14:45)
pgsql: Provide regression testing for plperlu, and for plperl+plperlu
Andrew Dunstan (15:25)
pgsql: During Hot Standby, set DatabasePath correctly during relcache
Simon Riggs (16:49)
Re: [COMMITTERS] pgsql: Also update ChangerLog file.
Tom Lane (16:55)
Re: [COMMITTERS] pgsql: Also update ChangerLog file.
Magnus Hagander (17:02)
Re: [COMMITTERS] pgsql: Also update ChangerLog file.
Michael Meskes (17:52)
Re: pgsql: Also update ChangerLog file.
Robert Haas (18:06)
pgsql: Make ExecEvalFieldSelect throw a more intelligible error if it's
Tom Lane (20:46)
2010-01-10
pgsql: Document pg_tablespace.spcoptions.
Robert Haas (01:23)
pgsql: Remove partial, broken support for NULL pointers when fetching
Robert Haas (04:26)
pgsql: Create typedef pgsocket for storing socket descriptors.
Magnus Hagander (14:16)
pgsql: During Hot Standby, fix drop database when sessions idle.
Simon Riggs (15:44)
pgsql: Update Windows installation notes.
Magnus Hagander (15:54)
pgsql: Update Windows installation notes.
Magnus Hagander (15:54)
pgsql: Docs for behaviour change of drop database during Hot Standby
Simon Riggs (16:27)
pgsql: Improve plpgsql's handling of record field references by forcing
Tom Lane (17:15)
pgsql: Improve plpgsql parsing to report "foo is not a known variable",
Tom Lane (17:56)
Re: pgsql: Also update ChangerLog file.
David Fetter (17:58)
pgsql: Remove unnecessary use of temp file.
Tom Lane (18:10)
pgsql: Some trivial adjustments in comments for struct RelationData.
Tom Lane (22:19)
2010-01-11
npgsql - Npgsql2: Added a fix for caseinsensitive parameter names in
User Fxjr (01:58)
pgsql: remove use of temp file for perlchunks.h, as in recent change to
Andrew Dunstan (14:16)
pgsql: Improve ExecEvalVar's handling of whole-row variables in cases
Tom Lane (15:31)
pgsql: Improve ExecEvalVar's handling of whole-row variables in cases
Tom Lane (15:31)
pgsql: Add some simple support and documentation for using
Tom Lane (18:39)
2010-01-12
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)
2010-01-13
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)
2010-01-14
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)
2010-01-15
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 <zb@cybertec.at> 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)
2010-01-16
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)
Re: pgsql: Fix bogus initialization of KnownAssignedXids shared memory state
Magnus Hagander (18:37)
Re: pgsql: Fix bogus initialization of KnownAssignedXids shared memory state
Simon Riggs (19:16)
pgsql: Re-order configure tests to reflect the fact that the code
Tom Lane (19:50)
pgsql: Re-order configure tests to reflect the fact that the code
Tom Lane (19:50)
pg-migrator - pg_migrator: Allow pg_migrator to upgrade to 8.5 with new
User Bmomjian (20:19)
pg-migrator - pg_migrator: Allow pg_migrator to upgrade to 8.5 with new
User Bmomjian (20:19)
pgsql: Fix spelling error, noticed by Thomas Shinnick
Magnus Hagander (20:38)
pgsql: Fix spelling error, noticed by Thomas Shinnick
Magnus Hagander (20:38)
2010-01-17
pg-migrator - pg_migrator: Create script to delete old cluster.
User Bmomjian (00:14)
pg-migrator - pg_migrator: Create script to delete old cluster.
User Bmomjian (00:14)
pg-migrator - pg_migrator: Use MAXPGPATH more consistently.
User Bmomjian (00:17)
pg-migrator - pg_migrator: Release 8.4.12.
User Bmomjian (00:43)
pg-migrator - pg_migrator: Fix version typo.
User Bmomjian (00:48)
pg-migrator - pg_migrator: Ajdust source code alignment.
User Bmomjian (01:21)
pgsql: Remove unnecessary, inconsistent flag resets in
Tom Lane (04:27)
pgsql: Silence compiler warning, noted by Stefan Kaltenbrunner
Magnus Hagander (12:11)
psqlodbc - psqlodbc: 1) Allow password which contains special characters
User Hinoue (13:10)
pgsql: Add include directory for dblink to find fmgroids.h on VS2008
Magnus Hagander (13:21)
pgsql: Improve the handling of SET CONSTRAINTS commands by having them
Tom Lane (22:56)
2010-01-18
pgsql: Update SET CONSTRAINTS reference page --- it failed to mention
Tom Lane (00:32)
npgsql - Npgsql2: Added a fix for 64 bits windows.
User Fxjr (02:06)
npgsql - Npgsql2: Changed NpgsqlInet test method name to better explain
User Fxjr (02:14)
pgsql: Fix portalmem.c to avoid keeping a dangling pointer to a cached
Tom Lane (02:30)
pgsql: Fix portalmem.c to avoid keeping a dangling pointer to a cached
Tom Lane (02:30)
Prev
|
Next
Jump to day:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Privacy Policy
|
About PostgreSQL
Copyright © 1996-2013 The PostgreSQL Global Development Group