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-02-27 00:00
Search archives
(enter a message-id to go directly to that message)
Advanced Search
Prev
|
Next
2010-02-27
pgsql: Document ATAPI drive flush command, and mention SSD drives.
Bruce Momjian (01:39)
pgsql: Use <> for libpq #include in example programs, per suggestion
Bruce Momjian (03:41)
Re: pgsql: pg_restore -jN does not equate "multiple jobs", so partly revert
Bruce Momjian (03:46)
pgsql: Undo some more pgindent breakage.
Tom Lane (03:55)
pgsql: Entity-ify a few new uses of literal <, >, and &.
Tom Lane (04:29)
pgsql: Document max_standby_delay=-1 option, now that it's allowed
Heikki Linnakangas (09:29)
pgsql: Document trace_recovery_messages() parameter as an enum, not
Bruce Momjian (14:46)
pgsql: Document ATAPI FLUSH CACHE EXT.
Bruce Momjian (20:16)
pgsql: Back out unintended change to pg_locale.c.
Bruce Momjian (20:20)
pgsql: Insert a hack into get_float8_nan (both core and ecpg copies) to
Tom Lane (21:53)
pgsql: Make sure ecpg uses the same header files in the same order as
Michael Meskes (21:56)
2010-02-28
pgsql:
Bruce Momjian (02:19)
pgsql: Update complex locale example in the documentation.
Bruce Momjian (02:20)
Re: [COMMITTERS] Re: pgsql: Speed up CREATE DATABASE by deferring the fsyncs until after
Greg Stark (18:00)
Re: [COMMITTERS] Re: pgsql: Speed up CREATE DATABASE by deferring the fsyncs until after
Tom Lane (19:31)
pgsql: Assorted code cleanup for contrib/xml2.
Tom Lane (19:51)
pgsql: Second try at fsyncing directories in CREATE DATABASE.
Greg Stark (21:05)
pgsql: New Directory
Tom Lane (21:30)
pgsql: New Directory
Tom Lane (21:30)
pgsql: Fix up memory management problems in contrib/xml2.
Tom Lane (21:31)
2010-03-01
pgsql: add EPERM to the list of return codes to expect from opening
Greg Stark (00:04)
pgsql: Back-patch changes of 2009-05-13 in xml.c's memory management.
Tom Lane (02:21)
npgsql - Npgsql2: Readded ability to log the string being written to
User Fxjr (03:25)
pgsql: Back-patch today's memory management fixups in contrib/xml2.
Tom Lane (03:41)
pgsql: Back-patch today's memory management fixups in contrib/xml2.
Tom Lane (03:41)
pgsql: Back-patch today's memory management fixups in contrib/xml2.
Tom Lane (03:41)
pgsql: Back-patch today's memory management fixups in contrib/xml2.
Tom Lane (03:41)
pgsql: Back-patch today's memory management fixups in contrib/xml2.
Tom Lane (03:41)
pgsql: Remove xmlCleanupParser calls from contrib/xml2.
Tom Lane (05:16)
pgsql: Remove xmlCleanupParser calls from contrib/xml2.
Tom Lane (05:16)
pgsql: Remove xmlCleanupParser calls from contrib/xml2.
Tom Lane (05:16)
pgsql: Remove xmlCleanupParser calls from contrib/xml2.
Tom Lane (05:16)
pgsql: Remove xmlCleanupParser calls from contrib/xml2.
Tom Lane (05:17)
pgsql: Remove xmlCleanupParser calls from contrib/xml2.
Tom Lane (05:17)
pgbulkload - pgbulkload: Support a FILTER function without an argument.
User Mhasegawa (07:08)
pgstatsinfo - pg_statsinfo: New Directory
User Itagaki (09:24)
pgstatsinfo - pg_statsinfo: Support MSVC.
User Itagaki (09:36)
Re: pgsql: add EPERM to the list of return codes to expect from opening
Greg Stark (13:26)
Re: Re: pgsql: add EPERM to the list of return codes to expect from opening
Magnus Hagander (13:37)
pgsql: Buildfarm still unhappy, so I'll bet it's EACCES not EPERM.
Tom Lane (14:54)
Re: Re: pgsql: add EPERM to the list of return codes to expect from opening
Tom Lane (15:01)
Re: Re: pgsql: add EPERM to the list of return codes to expect from opening
Greg Stark (15:18)
pgsql: It's clearly now pointless to do backwards compatible parsing of
Magnus Hagander (16:02)
Re: Re: pgsql: add EPERM to the list of return codes to expect from opening
Robert Haas (16:30)
Re: Re: pgsql: add EPERM to the list of return codes to expect from opening
Andrew Dunstan (16:40)
Re: Re: pgsql: add EPERM to the list of return codes to expect from opening
Tom Lane (16:43)
Re: Re: pgsql: add EPERM to the list of return codes to expect from opening
Andrew Dunstan (16:52)
pgsql: Fix contrib/xml2 so regression test still works when it's built
Tom Lane (18:07)
pgsql: Fix contrib/xml2 so regression test still works when it's built
Tom Lane (18:08)
pgsql: Fix contrib/xml2 so regression test still works when it's built
Tom Lane (18:08)
pgsql: Fix contrib/xml2 so regression test still works when it's built
Tom Lane (18:08)
pgsql: Fix contrib/xml2 so regression test still works when it's built
Tom Lane (18:08)
pgsql: Fix contrib/xml2 so regression test still works when it's built
Tom Lane (18:08)
Re: Re: pgsql: add EPERM to the list of return codes to expect from opening
Andrew Dunstan (18:35)
pgsql: Fix numericlocale psql option when used with a null string and
Heikki Linnakangas (20:55)
pgsql: Fix numericlocale psql option when used with a null string and
Heikki Linnakangas (20:55)
pgsql: Fix numericlocale psql option when used with a null string and
Heikki Linnakangas (20:56)
pgsql: Fix numericlocale psql option when used with a null string and
Heikki Linnakangas (20:56)
pgsql: Fix numericlocale psql option when used with a null string and
Heikki Linnakangas (20:56)
pgsql: Fix translation of strings in psql \d output (translation in
Heikki Linnakangas (21:27)
pgsql: Fix translation of strings in psql \d output (translation in
Heikki Linnakangas (21:27)
2010-03-02
pgstatsinfo - pg_statsinfo: Fix bugs that autovacuum and checkpoint logs
User Itagaki (05:50)
pgstatsinfo - pg_reporter: New Directory
User Itagaki (05:51)
pgstatsinfo - pg_reporter: win32 ports.
User Itagaki (05:53)
pgsql: Add XSLT defines for MSVC builds
Andrew Dunstan (12:29)
npgsql - Npgsql2: Added an small performance improvement by creating a
User Fxjr (13:33)
pgsql: Backpatch MSVC build fix for XSLT
Andrew Dunstan (15:43)
pgsql: Backpatch MSVC build fix for XSLT
Andrew Dunstan (15:43)
pgsql: Backpatch MSVC build fix for XSLT
Andrew Dunstan (15:44)
pgsql: Cause plpgsql to throw an error if "INTO rowtype_var" is followed
Tom Lane (16:14)
pgsql: Do not run regression tests for contrib/xml2 on MSVC unless
Andrew Dunstan (17:06)
pgsql: Do not run regression tests for contrib/xml2 on MSVC unless
Andrew Dunstan (18:15)
pgsql: Do not run regression tests for contrib/xml2 on MSVC unless
Andrew Dunstan (18:16)
pgsql: Update keywords list for 9.0
Peter Eisentraut (20:40)
pgsql: Document the effect of max_standby_delay on increasing the delay
Bruce Momjian (21:18)
pgsql: Add missing library and include dir for XSLT in MSVC builds
Andrew Dunstan (22:02)
pgsql: Adjust max_standby_delay documentation to be clearer, and mention
Bruce Momjian (23:38)
pgsql: Add missing library and include dir for XSLT in MSVC builds
Andrew Dunstan (23:50)
pgsql: Add missing library and include dir for XSLT in MSVC builds
Andrew Dunstan (23:51)
2010-03-03
pgsql: pgindent run on xml.c in 8.3 branch, per request from Tom.
Bruce Momjian (00:32)
textsearch-ja - textsearch_senna: New Directory
User Itagaki (01:39)
textsearch-ja - textsearch_senna: New Directory
User Itagaki (01:39)
textsearch-ja - textsearch_senna: win32 ports.
User Itagaki (01:41)
pgsql: Instead of trying (and failing) to allow <<label>> at the end of
Tom Lane (01:53)
pgsql: Restructure CREATE FUNCTION "NOTES" section to be shorter; move
Bruce Momjian (03:14)
pgsql: Fix SGML markup.
Bruce Momjian (03:23)
pgsql: Make iconv work like other optional libraries for MSVC.
Andrew Dunstan (03:28)
pgsql: Make iconv work like other optional libraries for MSVC.
Andrew Dunstan (03:29)
pgsql: Make iconv work like other optional libraries for MSVC.
Andrew Dunstan (03:29)
Re: pgsql: Instead of trying (and failing) to allow <<label>> at the end of
Jaime Casanova (04:02)
Re: [COMMITTERS] pgsql: Instead of trying (and failing) to allow <<label>> at the end of
David Fetter (04:59)
Re: Re: [COMMITTERS] pgsql: Instead of trying (and failing) to allow <<label>> at the end of
Tom Lane (06:00)
Re: Re: [COMMITTERS] pgsql: Instead of trying (and failing) to allow <<label>> at the end of
Jaime Casanova (06:07)
Re: Re: [COMMITTERS] pgsql: Instead of trying (and failing) to allow <<label>> at the end of
Tom Lane (06:12)
Re: Re: [COMMITTERS] pgsql: Instead of trying (and failing) to allow <<label>> at the end of
Jaime Casanova (06:37)
pgbulkload - pgbulkload: New Directory
User Itagaki (08:10)
pgbulkload - pgbulkload: Windows MSVC port.
User Itagaki (08:11)
pgsql: Export xml.c's libxml-error-handling support so that contrib/xml2
Tom Lane (17:29)
pgsql: Export xml.c's libxml-error-handling support so that contrib/xml2
Tom Lane (17:29)
pgsql: Export xml.c's libxml-error-handling support so that contrib/xml2
Tom Lane (17:30)
pgsql: Make contrib/xml2 use core xml.c's error handler, when available
Tom Lane (19:10)
pgsql: Make contrib/xml2 use core xml.c's error handler, when available
Tom Lane (19:10)
pgsql: Make contrib/xml2 use core xml.c's error handler, when available
Tom Lane (19:10)
pgsql: Make contrib/xml2 use core xml.c's error handler, when available
Tom Lane (19:10)
pgsql: Make contrib/xml2 use core xml.c's error handler, when available
Tom Lane (19:10)
pgsql: Make contrib/xml2 use core xml.c's error handler, when available
Tom Lane (19:10)
pgsql: Fix pg_dump of ACLs of foreign servers.
Heikki Linnakangas (20:10)
pgsql: Fix pg_dump of ACLs of foreign servers.
Heikki Linnakangas (20:10)
pgsql: Fix a couple of places that would loop forever if attempts to
Tom Lane (20:31)
pgsql: Fix a couple of places that would loop forever if attempts to
Tom Lane (20:31)
pgsql: Fix a couple of places that would loop forever if attempts to
Tom Lane (20:31)
pgsql: Fix a couple of places that would loop forever if attempts to
Tom Lane (20:31)
pgsql: Fix a couple of places that would loop forever if attempts to
Tom Lane (20:31)
pgsql: Fix a couple of places that would loop forever if attempts to
Tom Lane (20:31)
pgsql: Fix a couple of places that would loop forever if attempts to
Tom Lane (20:31)
pgsql: Document that "Q" is ignored by to_date and to_timestamp.
Bruce Momjian (22:28)
pgsql: Add C comment about DDL changes possibly causing pg_dump errors.
Bruce Momjian (23:38)
2010-03-04
pgbulkload - pgbulkload: Add regression test.
User Mhasegawa (05:55)
pgsql: Fix IsBinaryCoercible to not confuse a cast using in/out
Heikki Linnakangas (09:39)
pgsql: Fix IsBinaryCoercible to not confuse a cast using in/out
Heikki Linnakangas (09:40)
pgstatsinfo - pg_statsinfo: Add manual snapshot with
User Itagaki (09:46)
2010-03-05
pgsql: In case the connection magically disappears libecpg only returns
Michael Meskes (13:57)
2010-03-06
pgsql: When reading pg_hba.conf and similar files, do not treat @file as
Tom Lane (00:45)
pgsql: When reading pg_hba.conf and similar files, do not treat @file as
Tom Lane (00:45)
pgsql: When reading pg_hba.conf and similar files, do not treat @file as
Tom Lane (00:46)
pgsql: When reading pg_hba.conf and similar files, do not treat @file as
Tom Lane (00:46)
pgsql: When reading pg_hba.conf and similar files, do not treat @file as
Tom Lane (00:46)
pgsql: When reading pg_hba.conf and similar files, do not treat @file as
Tom Lane (00:46)
pgsql: When reading pg_hba.conf and similar files, do not treat @file as
Tom Lane (00:46)
pgsql: Add --psqlrc=FILENAME parameter to psql, to process an explicitly
Magnus Hagander (15:28)
pgsql: Fix warning messages in restrict_and_check_grant() to include the
Tom Lane (23:10)
pgsql: Fix warning messages in restrict_and_check_grant() to include the
Tom Lane (23:10)
2010-03-07
pgsql: Revert patch for --psqlrc=FILENAME in psql.
Magnus Hagander (17:02)
2010-03-08
pgsql: Update time zone data files to tzdata release 2010c: DST law
Tom Lane (01:18)
pgsql: Update time zone data files to tzdata release 2010c: DST law
Tom Lane (01:18)
pgsql: Update time zone data files to tzdata release 2010c: DST law
Tom Lane (01:18)
pgsql: Update time zone data files to tzdata release 2010c: DST law
Tom Lane (01:18)
pgsql: Update time zone data files to tzdata release 2010c: DST law
Tom Lane (01:18)
pgsql: Update time zone data files to tzdata release 2010c: DST law
Tom Lane (01:18)
pgstatsinfo - pg_statsinfo: Fixed various errors in edge-cases and
User Itagaki (05:36)
pgstatsinfo - pg_reporter: Move some hacks for win32 ports into msvc
User Itagaki (05:38)
pgsql: Disallow gssapi authentication on local connections, since it
Magnus Hagander (09:57)
pgsql: Disallow gssapi authentication on local connections, since it
Magnus Hagander (09:57)
pgsql: Require hostname to be set when using GSSAPI authentication.
Magnus Hagander (10:01)
pgsql: Require hostname to be set when using GSSAPI authentication.
Magnus Hagander (10:01)
pgsql: Require hostname to be set when using GSSAPI authentication.
Magnus Hagander (10:01)
pgsql: Better test the content of the SQLSTATE string in ecpglib than
Michael Meskes (12:15)
pgsql: Add missing space in example.
Magnus Hagander (12:38)
pgsql: Add missing space in example.
Magnus Hagander (12:38)
pgsql: Add missing space in example.
Magnus Hagander (12:39)
pgsql: Add missing space in example.
Magnus Hagander (12:39)
pgsql: Add missing space in example.
Magnus Hagander (12:39)
pgsql: Add missing space in example.
Magnus Hagander (12:39)
pgsql: Add missing space in example.
Magnus Hagander (12:39)
pgsql: Backport fix from HEAD that makes ecpglib give the right SQLSTATE
Michael Meskes (13:07)
pgsql: Backport fix from HEAD that makes ecpglib give the right SQLSTATE
Michael Meskes (13:15)
pgsnap - pgsnap: Fix the "non idle queries" for really long queries, per
User Gleu (16:46)
pgsnap - pgsnap: Fix the "clustered tables" report as it didn't work on
User Gleu (17:27)
pgsql: Return proper exit code (3) from psql when ON_ERROR_STOP=on and
Bruce Momjian (23:03)
2010-03-09
pgsql: Return proper exit code (3) from psql when ON_ERROR_STOP=on and
Bruce Momjian (01:09)
pgsql: Return proper exit code (3) from psql when ON_ERROR_STOP=on and
Bruce Momjian (01:10)
pgsql: Return proper exit code (3) from psql when ON_ERROR_STOP=on and
Bruce Momjian (01:10)
pgsql: Add checks for valid encoding of query strings passed to SPI by
Andrew Dunstan (02:48)
pgstatsinfo - pg_statsinfo: various fixes.
User Itagaki (07:12)
pgstatsinfo - pg_reporter: support snapshot navigation with web-based
User Itagaki (07:16)
pgstatsinfo - pg_statsinfo: remove unused file.
User Itagaki (07:17)
Re: Re: [COMMITTERS] pgsql: Augment WAL records for btree delete with GetOldestXmin() to
Simon Riggs (08:33)
Re: Re: [COMMITTERS] pgsql: Augment WAL records for btree delete with GetOldestXmin() to
Heikki Linnakangas (09:20)
pgsql: ecpg now adds a unique counter to its varchar struct definitions
Michael Meskes (11:09)
Re: Re: [COMMITTERS] pgsql: Augment WAL records for btree delete with GetOldestXmin() to
Simon Riggs (13:06)
pgsql: Update time zone data files to tzdata release 2010d: DST law
Alvaro Herrera (14:27)
pgsql: Update time zone data files to tzdata release 2010d: DST law
Alvaro Herrera (14:28)
pgsql: Update time zone data files to tzdata release 2010d: DST law
Alvaro Herrera (14:29)
pgsql: Update time zone data files to tzdata release 2010d: DST law
Alvaro Herrera (14:30)
pgsql: Update time zone data files to tzdata release 2010d: DST law
Alvaro Herrera (14:31)
pgsql: Update time zone data files to tzdata release 2010d: DST law
Alvaro Herrera (14:32)
Re: pgsql: Update time zone data files to tzdata release 2010d: DST law
Alvaro Herrera (14:34)
Re: pgsql: Update time zone data files to tzdata release 2010d: DST law
Tom Lane (15:19)
pgsql: Use SvROK(sv) rather than directly checking SvTYPE(sv) == SVt_RV
Tom Lane (22:34)
pgsql: Use SvROK(sv) rather than directly checking SvTYPE(sv) == SVt_RV
Tom Lane (22:34)
pgsql: Use SvROK(sv) rather than directly checking SvTYPE(sv) == SVt_RV
Tom Lane (22:34)
pgsql: Use SvROK(sv) rather than directly checking SvTYPE(sv) == SVt_RV
Tom Lane (22:35)
pgsql: Use SvROK(sv) rather than directly checking SvTYPE(sv) == SVt_RV
Tom Lane (22:35)
pgsql: Use SvROK(sv) rather than directly checking SvTYPE(sv) == SVt_RV
Tom Lane (22:35)
2010-03-10
pgsql: Preliminary release notes for releases 8.4.3, 8.3.10, 8.2.16,
Tom Lane (01:58)
pgsql: Preliminary release notes for releases 8.4.3, 8.3.10, 8.2.16,
Tom Lane (01:58)
pgsql: Preliminary release notes for releases 8.4.3, 8.3.10, 8.2.16,
Tom Lane (01:58)
pgsql: Preliminary release notes for releases 8.4.3, 8.3.10, 8.2.16,
Tom Lane (01:58)
pgsql: Preliminary release notes for releases 8.4.3, 8.3.10, 8.2.16,
Tom Lane (01:59)
pgsql: Preliminary release notes for releases 8.4.3, 8.3.10, 8.2.16,
Tom Lane (01:59)
pgsql: Preliminary release notes for releases 8.4.3, 8.3.10, 8.2.16,
Tom Lane (01:59)
pgsql: pg_start_backup() can use a share lock to lock ControlFileLock
Takahiro Itagaki (02:04)
pgstatsinfo - pg_statsinfo: Support PostgreSQL 8.3 and various fixes.
User Itagaki (08:10)
pgbulkload - pgbulkload: Rename ON_DUPLICATE = ERROR | REMOVE_OLD |
User Itagaki (08:27)
pgsql: Fix incorrect comment about permissions checking being done in
Robert Haas (19:48)
2010-03-11
pgsql: Update comment for pg_constraint.conindid to mention that it's
Tom Lane (03:36)
pgsql: Simplify a couple of pg_dump and psql \d queries about index
Tom Lane (04:36)
pgsql: Fix comment which was apparently copy-pasted from another
Heikki Linnakangas (09:10)
pgsql: Fix bug in KnownAssignedXidsMany().
Heikki Linnakangas (09:27)
pgstatsinfo - pg_statsinfo: Tested on Windows and support localized
User Itagaki (10:11)
Prev
|
Next
Privacy Policy
|
About PostgreSQL
Copyright © 1996-2013 The PostgreSQL Global Development Group