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-22 00:00
Search archives
(enter a message-id to go directly to that message)
Advanced Search
Prev
|
Next
2010-02-22
pgsql: Oops, don't forget to rewind the directory before scanning it to
Greg Stark (00:11)
Re: pgsql: Speed up CREATE DATABASE by deferring the fsyncs until after
Greg Stark (00:11)
Re: pgsql: Oops, don't forget to rewind the directory before scanning it to
Tom Lane (02:30)
Re: pgsql: Oops, don't forget to rewind the directory before scanning it to
Fujii Masao (02:38)
pgsql: Fix multiple copy and paste-o's.
Tom Lane (02:50)
Re: pgsql: Speed up CREATE DATABASE by deferring the fsyncs until after
Tom Lane (02:54)
Re: [COMMITTERS] pgsql: Oops, don't forget to rewind the directory before scanning it to
Tom Lane (03:58)
Re: [COMMITTERS] pgsql: Oops, don't forget to rewind the directory before scanning it to
Andres Freund (07:59)
Re: pgsql: Speed up CREATE DATABASE by deferring the fsyncs until after
Greg Stark (10:15)
pgsql: Move documentation of all recovery.conf option to a new chapter.
Heikki Linnakangas (11:47)
Re: Re: pgsql: Speed up CREATE DATABASE by deferring the fsyncs until after
Tom Lane (14:53)
pgsql: Adjust pg_fsync_writethrough so that it will set errno when
Tom Lane (15:26)
pgsql: Let's try forcing errno to zero before issuing fsync.
Tom Lane (15:29)
Re: [COMMITTERS] Re: pgsql: Speed up CREATE DATABASE by deferring the fsyncs until after
Tom Lane (15:42)
pgsql: Briefly document in two places that pg_dump and pg_dumpall cannot
Bruce Momjian (17:15)
pgsql: Use the term "bundled distribution" instead of "official
Bruce Momjian (18:02)
pgsql: Remove protocol documentation paragraph about environment
Bruce Momjian (18:12)
pgsql: Revert configure warning to use "official distribution".
Bruce Momjian (21:16)
pgsql: Document that pg_ctl cares about the PGHOST environment variable.
Bruce Momjian (22:30)
pgsql: Remove long-commented-out paragraph in documentation about
Bruce Momjian (23:51)
2010-02-23
pgsql: Update pg_restore documentation to show new pg_restore custom
Bruce Momjian (00:21)
pgsql: Supress convertion of zero hours to '12' for intervals when using
Bruce Momjian (01:42)
pgsql: Document that expression indexes that call functions allow
Bruce Momjian (02:47)
pgsql: Make documentation more direct about the handling of COPY files
Bruce Momjian (05:17)
Re: [COMMITTERS] Re: pgsql: Speed up CREATE DATABASE by deferring the fsyncs until after
Tom Lane (05:37)
pgsql: Some platforms reject fsync() on files opened O_RDONLY.
Tom Lane (05:44)
pgsql: Secondary patch to fix interval to_char() for "HH" where hours >=
Bruce Momjian (06:29)
Re: [COMMITTERS] Re: pgsql: Speed up CREATE DATABASE by deferring the fsyncs until after
Andres Freund (07:43)
Re: [COMMITTERS] Re: pgsql: Speed up CREATE DATABASE by deferring the fsyncs until after
Greg Stark (09:12)
Re: [COMMITTERS] Re: pgsql: Speed up CREATE DATABASE by deferring the fsyncs until after
Tom Lane (15:38)
Re: [COMMITTERS] Re: pgsql: Speed up CREATE DATABASE by deferring the fsyncs until after
Tom Lane (16:13)
pgsql: Revert recent change of to_char('HH12') handling for intervals;
Bruce Momjian (16:14)
pgsql: Minor style policing for error messages in pg_dump tar code.
Tom Lane (16:55)
pgsql: Clarify statements about tar archive format.
Tom Lane (17:28)
pgsql: Fix configure's regexp for extracting the Perl version number
Tom Lane (18:35)
Re: pgsql: Fix configure's regexp for extracting the Perl version number
David Fetter (20:34)
Re: pgsql: Fix configure's regexp for extracting the Perl version number
Tom Lane (20:37)
pgsql: Revert recent COPY manual change about encoding; add mention of
Bruce Momjian (21:38)
pgsql: Have pg_dump (-v) verbose mode output the pg_dump and server
Bruce Momjian (21:48)
pgsql: Update startup scripts for Linux and FreeBSD.
Bruce Momjian (22:15)
pgsql: Modify freebsd start script to just exit 0 with message.
Bruce Momjian (22:17)
pgsql: Add an OR REPLACE option to CREATE LANGUAGE.
Tom Lane (22:51)
Re: [COMMITTERS] pgsql: Move documentation of all recovery.conf option to a new chapter.
Simon Riggs (23:24)
2010-02-24
pgsql: Make pg_regress use CREATE OR REPLACE LANGUAGE, so that
Tom Lane (01:35)
pgsql: Use CREATE OR REPLACE LANGUAGE in pg_dump to avoid the need for a
Tom Lane (01:57)
pgsql: Un-break pg_dump for the case of zero-column tables.
Tom Lane (02:15)
pgsql: Fix patch for printing backend and pg_dump versions so that it
Tom Lane (02:42)
pgsql: Remove pre-7.4 documentaiton mentions, now that 8.0 is the oldest
Bruce Momjian (03:33)
Re: Re: [COMMITTERS] pgsql: Move documentation of all recovery.conf option to a new chapter.
Fujii Masao (04:58)
pgsql: Remove useless codes to initialize TupleDesc from dblink_exec.
Takahiro Itagaki (05:20)
Re: [COMMITTERS] pgsql: Move documentation of all recovery.conf option to a new chapter.
Heikki Linnakangas (06:30)
Re: pgsql: Un-break pg_dump for the case of zero-column tables.
Magnus Hagander (07:11)
Re: [COMMITTERS] pgsql: Move documentation of all recovery.conf option to a new chapter.
Simon Riggs (07:31)
Re: Re: [COMMITTERS] pgsql: Move documentation of all recovery.conf option to a new chapter.
Robert Haas (08:11)
Re: Re: [COMMITTERS] pgsql: Move documentation of all recovery.conf option to a new chapter.
Simon Riggs (08:26)
Re: [COMMITTERS] pgsql: Move documentation of all recovery.conf option to a new chapter.
Simon Riggs (09:21)
Re: Re: [COMMITTERS] pgsql: Move documentation of all recovery.conf option to a new chapter.
Fujii Masao (09:59)
Re: pgsql: Remove pre-7.4 documentaiton mentions, now that 8.0 is the oldest
Stefan Kaltenbrunner (10:03)
pgsql: Remove stray semicolon, per report from strk
Alvaro Herrera (14:10)
pgsql: Remove stray semicolon, per report from strk
Alvaro Herrera (14:11)
pgfouine - pgfouine: applied [#1010728] support for rsyslog timestamp
User Gsmet (14:41)
Re: pgsql: Remove pre-7.4 documentaiton mentions, now that 8.0 is the oldest
Robert Haas (14:51)
Re: [COMMITTERS] pgsql: Un-break pg_dump for the case of zero-column tables.
Tom Lane (14:52)
pgfouine - pgfouine: fixed [#1010689] undefined method
User Gsmet (15:01)
Re: pgsql: Remove pre-7.4 documentaiton mentions, now that 8.0 is the oldest
Bruce Momjian (15:20)
Re: [COMMITTERS] pgsql: Un-break pg_dump for the case of zero-column tables.
Bruce Momjian (15:23)
Re: [COMMITTERS] pgsql: Un-break pg_dump for the case of zero-column tables.
Andrew Dunstan (15:24)
Re: pgsql: Remove pre-7.4 documentaiton mentions, now that 8.0 is the oldest
Stefan Kaltenbrunner (15:25)
Re: pgsql: Remove pre-7.4 documentaiton mentions, now that 8.0 is the oldest
Bruce Momjian (15:32)
Re: [COMMITTERS] pgsql: Remove pre-7.4 documentaiton mentions, now that 8.0 is the oldest
Tom Lane (15:33)
Re: [COMMITTERS] pgsql: Remove pre-7.4 documentaiton mentions, now that 8.0 is the oldest
Bruce Momjian (15:37)
Re: Re: [COMMITTERS] pgsql: Remove pre-7.4 documentaiton mentions, now that 8.0 is the oldest
Marc G. Fournier (15:43)
Re: [COMMITTERS] pgsql: Remove pre-7.4 documentaiton mentions, now that 8.0 is the oldest
Stefan Kaltenbrunner (15:45)
pgsql: Revert removal of pre-7.4 documenation behavior mentions.
Bruce Momjian (15:54)
Re: [COMMITTERS] pgsql: Remove pre-7.4 documentaiton mentions, now that 8.0 is the oldest
Bruce Momjian (15:54)
Re: pgsql: Remove pre-7.4 documentaiton mentions, now that 8.0 is the oldest
Tom Lane (16:06)
Re: pgsql: Revert removal of pre-7.4 documenation behavior mentions.
Thom Brown (16:23)
pgsql: Document that pg_restore -t can use -n for its schema
Bruce Momjian (16:27)
Re: [COMMITTERS] pgsql: Un-break pg_dump for the case of zero-column tables.
Tom Lane (16:30)
Re: pgsql: Revert removal of pre-7.4 documenation behavior mentions.
Tom Lane (16:59)
Re: pgsql: Revert removal of pre-7.4 documenation behavior mentions.
Bruce Momjian (17:07)
Re: [COMMITTERS] pgsql: Move documentation of all recovery.conf option to a new chapter.
Heikki Linnakangas (17:30)
Re: [COMMITTERS] pgsql: Move documentation of all recovery.conf option to a new chapter.
Simon Riggs (17:48)
Re: Re: [COMMITTERS] pgsql: Move documentation of all recovery.conf option to a new chapter.
Simon Riggs (17:52)
pgsql: Allow zero-dimensional (ie, empty) arrays in contrib/ltree
Tom Lane (18:02)
pgsql: Allow zero-dimensional (ie, empty) arrays in contrib/ltree
Tom Lane (18:02)
pgsql: Allow zero-dimensional (ie, empty) arrays in contrib/ltree
Tom Lane (18:02)
Re: pgsql: Revert removal of pre-7.4 documenation behavior mentions.
Tom Lane (18:14)
Re: [COMMITTERS] pgsql: Move documentation of all recovery.conf option to a new chapter.
Heikki Linnakangas (18:20)
Re: pgsql: Remove stray semicolon, per report from strk
David Fetter (18:21)
Re: pgsql: Revert removal of pre-7.4 documenation behavior mentions.
Thom Brown (18:33)
Re: pgsql: Remove stray semicolon, per report from strk
David Fetter (18:34)
Re: Re: [COMMITTERS] pgsql: Move documentation of all recovery.conf option to a new chapter.
Robert Haas (18:50)
Re: [COMMITTERS] pgsql: Move documentation of all recovery.conf option to a new chapter.
Simon Riggs (18:53)
Re: [COMMITTERS] pgsql: Move documentation of all recovery.conf option to a new chapter.
Heikki Linnakangas (19:03)
pgfouine - pgfouine: fixed [#1010690] Incorrect results in report.
User Gsmet (20:25)
pgfouine - pgfouine: prepared 1.2 release
User Gsmet (20:42)
pgfouine - www: let's update the website for the 1.2 release
User Gsmet (21:11)
2010-02-25
pgsql: Make pg_stop_backup's reporting a bit more verbose in hopes of
Tom Lane (02:17)
pgsql: Improve warning about creating nested named subroutines in
Tom Lane (03:08)
pgsql: Fix streaming replication starting at the very first WAL segment.
Heikki Linnakangas (07:31)
pgsql: Small streaming replication document improvements.
Heikki Linnakangas (08:57)
Re: pgsql: Small streaming replication document improvements.
Fujii Masao (09:10)
pgsql: Fix typo.
Heikki Linnakangas (09:16)
Re: pgsql: Small streaming replication document improvements.
Heikki Linnakangas (09:16)
pgsql: Clarify that the connection string for primary_conninfo is in the
Heikki Linnakangas (09:32)
pgsql: Fix typos, per Richard Huxton
Magnus Hagander (10:02)
pgsql: Add configuration parameter ssl_renegotiation_limit to control
Magnus Hagander (13:26)
pgsql: Add configuration parameter ssl_renegotiation_limit to control
Magnus Hagander (13:26)
pgsql: Add configuration parameter ssl_renegotiation_limit to control
Magnus Hagander (13:26)
pgsql: Add configuration parameter ssl_renegotiation_limit to control
Magnus Hagander (13:26)
pgsql: Clearly document that timestamp alone means timestamp without
Bruce Momjian (18:16)
Re: pgsql: Revert removal of pre-7.4 documenation behavior mentions.
Bruce Momjian (18:16)
pgsql: Add C comment that do_to_timestamp() lacks error checking.
Bruce Momjian (18:36)
pgsql: Document clearly the meaning of none/all for log_statements.
Bruce Momjian (19:20)
pgsql: Allow predicate_refuted_by() to deduce that NOT A refutes A.
Tom Lane (20:59)
pgsql: Allow predicate_refuted_by() to deduce that NOT A refutes A.
Tom Lane (21:00)
pgsql: Allow predicate_refuted_by() to deduce that NOT A refutes A.
Tom Lane (21:00)
pgsql: Allow predicate_refuted_by() to deduce that NOT A refutes A.
Tom Lane (21:00)
pgsql: Document that after triggers that need to see changed rows should
Bruce Momjian (22:24)
pgsql: Back-patch addition of ssl_renegotiation_limit into 7.4 through
Tom Lane (23:44)
pgsql: Back-patch addition of ssl_renegotiation_limit into 7.4 through
Tom Lane (23:45)
pgsql: Back-patch addition of ssl_renegotiation_limit into 7.4 through
Tom Lane (23:45)
2010-02-26
pgsql: Remove 'emphasis' markup inside literal; not allowed.
Bruce Momjian (01:11)
pgsql: Update pgindent instructions to avoid changes to flex output
Bruce Momjian (01:40)
pgsql: Add pgindent typedefs file to CVS.
Bruce Momjian (01:55)
pgsql: pgindent run for 9.0
Bruce Momjian (02:01)
Re: pgsql: Add pgindent typedefs file to CVS.
Andrew Dunstan (02:03)
Re: pgsql: Add pgindent typedefs file to CVS.
Bruce Momjian (02:09)
pgsql: Update pgindent instructions.
Bruce Momjian (02:11)
pgsql: Document pg_restore --jobs as a performance enhancement.
Bruce Momjian (02:31)
Re: pgsql: pg_restore -jN does not equate "multiple jobs", so partly revert
Bruce Momjian (02:32)
Re: pgsql: Add pgindent typedefs file to CVS.
Andrew Dunstan (02:50)
pgsql: Call output file typedefs.list; update README.
Bruce Momjian (02:58)
Re: pgsql: Add pgindent typedefs file to CVS.
Bruce Momjian (02:59)
pgsql: In vacuumdb --help, call analyze "statistics", not "hints".
Bruce Momjian (04:14)
pgsql: Document why pgindent wants a fresh CVS checkout.
Bruce Momjian (13:50)
Re: pgsql: Document why pgindent wants a fresh CVS checkout.
Tom Lane (14:54)
pgsql: Update pgindent docs to use maintainer-clean.
Bruce Momjian (15:42)
Re: pgsql: Document why pgindent wants a fresh CVS checkout.
Bruce Momjian (15:43)
pgsql: Wording improvements to README.
Bruce Momjian (15:57)
pgsql: Revert pgindent changes to ecpg include files that are part of
Bruce Momjian (17:07)
pgsql: Suggest gmake installcheck-world for pgindent testing.
Bruce Momjian (18:00)
Re: pgsql: pg_restore -jN does not equate "multiple jobs", so partly revert
Simon Riggs (18:20)
Re: pgsql: pg_restore -jN does not equate "multiple jobs", so partly revert
Bruce Momjian (18:25)
Re: pgsql: pg_restore -jN does not equate "multiple jobs", so partly revert
Simon Riggs (18:37)
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)
Prev
|
Next
Privacy Policy
|
About PostgreSQL
Copyright © 1996-2013 The PostgreSQL Global Development Group