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-03-17 00:00
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-03-17
pgsql: Fix typo in streaming replication protocol docs.
Simon Riggs (00:28)
pgstatsinfo - pg_statsinfo: New Directory
User Itagaki (05:51)
Re: Re: [COMMITTERS] pgsql: Make standby server continuously retry restoring the next WAL
Heikki Linnakangas (10:35)
Re: Re: [COMMITTERS] pgsql: Make standby server continuously retry restoring the next WAL
Simon Riggs (10:49)
pgsql: Fix incorrect example in CREATE INDEX reference page, per Josh
Tom Lane (15:55)
pgsql: Fix incorrect example in CREATE INDEX reference page, per Josh
Tom Lane (15:55)
pgsql: Pass incompletely-transformed aggregate argument lists as
Tom Lane (16:52)
pgsql: Update broken and permanently moved links
Peter Eisentraut (17:12)
pgsql: Typo fixes.
Magnus Hagander (18:03)
pgsql: Typo fixes.
Magnus Hagander (18:04)
pgsql: Typo fixes.
Magnus Hagander (18:04)
pgsql: Typo fixes.
Magnus Hagander (18:04)
pgsql: Typo fixes.
Magnus Hagander (18:04)
pgsql: Typo fixes.
Magnus Hagander (18:04)
pgsql: Typo fixes.
Magnus Hagander (18:04)
pgsql: Make typography consistent
Peter Eisentraut (20:53)
pgsql: Fix peculiar, untranslatable message concatenation attempt
Peter Eisentraut (20:58)
pgsql: Message style tuning
Peter Eisentraut (21:31)
pgsql: Don't link PL/Python against LOCALMODLIBS This variable is
Peter Eisentraut (22:02)
2010-03-18
pgsql: Add vacuum_defer_cleanup_age to postgresql.conf.sample.
Simon Riggs (07:01)
pgsql: Add restartpoint_command option to recovery.conf.
Heikki Linnakangas (09:17)
pgsql: Fix bug in %r handling in recovery_end_command, it always came
Heikki Linnakangas (09:18)
pgsql: Use data-type specific conversion functions also in plpy.execute
Peter Eisentraut (13:23)
Re: Re: [COMMITTERS] pgsql: Make standby server continuously retry restoring the next WAL
Fujii Masao (14:27)
pgsql: Fix missing parentheses for current_query(), per bug #5378.
Tom Lane (15:29)
pgsql: Fix missing parentheses for current_query(), per bug #5378.
Tom Lane (15:29)
pgsql: Mention way to get commit details for release notes.
Bruce Momjian (16:31)
pgsql: Message style tuning
Peter Eisentraut (19:02)
pgsql: Prevent the injection of invalidly encoded strings by PL/Python
Peter Eisentraut (19:43)
pgsql: Also print the libpq error message when lo_create or lo_open
Peter Eisentraut (20:00)
2010-03-19
Re: Re: [COMMITTERS] pgsql: Make standby server continuously retry restoring the next WAL
Simon Riggs (08:52)
pgsql: Reset btpo.xact following recovery of btree delete page.
Simon Riggs (10:41)
pgsql: Adjust comment in .history file to match recovery target
Simon Riggs (11:05)
Re: [COMMITTERS] pgsql: Introduce WAL records to log reuse of btree pages, allowing
Simon Riggs (11:07)
Re: Re: [COMMITTERS] pgsql: Make standby server continuously retry restoring the next WAL
Heikki Linnakangas (11:37)
Re: [COMMITTERS] pgsql: Reset btpo.xact following recovery of btree delete page.
Tom Lane (12:41)
Re: Re: [COMMITTERS] pgsql: Make standby server continuously retry restoring the next WAL
Tom Lane (12:43)
Re: Re: [COMMITTERS] pgsql: Make standby server continuously retry restoring the next WAL
Heikki Linnakangas (12:50)
Re: Re: [COMMITTERS] pgsql: Make standby server continuously retry restoring the next WAL
Alvaro Herrera (13:28)
Re: Re: [COMMITTERS] pgsql: Make standby server continuously retry restoring the next WAL
Heikki Linnakangas (13:44)
Re: [COMMITTERS] pgsql: Reset btpo.xact following recovery of btree delete page.
Simon Riggs (15:32)
Re: pgsql: Prevent the injection of invalidly encoded strings by PL/Python
Andrew Dunstan (15:50)
pgsql: Update XLOG_PAGE_MAGIC to recognise WAL format changes.
Simon Riggs (17:42)
pgsql: Minor tweaks on libpqrcv_connect(): ensure conninfo_repl[] is
Simon Riggs (17:51)
pgsql: Add connection messages for streaming replication.
Simon Riggs (19:19)
pgsql: Clarify docs about database parameter in streaming replication
Simon Riggs (19:31)
pgsql: Fix oversight in btpo.xact patch; it was in fact installing
Tom Lane (20:51)
pgsql: Modify error context callback functions to not assume that they
Tom Lane (22:54)
pgsql: Modify error context callback functions to not assume that they
Tom Lane (22:54)
2010-03-20
pgsql: Forbid renaming columns of objects whose column names are
Robert Haas (00:43)
pgsql: Clear error_context_stack and debug_query_string at the beginning
Tom Lane (00:58)
pgsql: Clear error_context_stack and debug_query_string at the beginning
Tom Lane (00:58)
pgsql: Clear error_context_stack and debug_query_string at the beginning
Tom Lane (00:58)
pgsql: Clear error_context_stack and debug_query_string at the beginning
Tom Lane (00:58)
pgsql: Clear error_context_stack and debug_query_string at the beginning
Tom Lane (00:58)
pgsql: Clear error_context_stack and debug_query_string at the beginning
Tom Lane (00:58)
pgsql: Clear error_context_stack and debug_query_string at the beginning
Tom Lane (00:58)
pgsql: Update sgml release note markup suggestions.
Bruce Momjian (03:12)
pgsql: Create 9.0 release notes; keep 9.0-alpha release notes in place.
Bruce Momjian (03:30)
Re: pgsql: Fix oversight in btpo.xact patch; it was in fact installing
Simon Riggs (07:47)
pgsql: Further corrections of mismatching struct and btree SizeOf
Simon Riggs (07:49)
pgsql: Move server-side languages up one section in the 9.0 release
Bruce Momjian (14:03)
pgsql: In 9.0 release notes, move libpq/ecpg up into their own sections,
Bruce Momjian (16:31)
pgsql: Fixed ecpg parser to allow more than one C preprocessor command
Michael Meskes (18:53)
2010-03-21
pgsql: Message tuning
Peter Eisentraut (00:17)
pgsql: Add links to documentation sections in 9.0 release notes.
Bruce Momjian (00:43)
pgsql: Add more 9.0 release note documentation links.
Bruce Momjian (02:24)
pgsql: ECPG only copied #include statements instead of processing them
Michael Meskes (10:49)
pgsql: Correctly name functions in debug output in ecpglib.
Michael Meskes (11:33)
pgsql: Adjusted regression test results to the change I made in debug
Michael Meskes (11:38)
pgsql: ECPG's parser now accepts and handles variables as arguments for
Michael Meskes (11:56)
pgsql: Adding special command line option that is now needed for the one
Michael Meskes (14:26)
pgsql: Remove 9.0 release notes xref's to HISTORY.html can be built.
Bruce Momjian (22:12)
2010-03-22
npgsql - Npgsql2: [#1010780] Reduce use of utility queries for function
User Fxjr (02:23)
npgsql - Npgsql2: [#1010780] Reduce use of utility queries for function
User Fxjr (02:43)
pgsql: Fixed ECPG regression test to make sure it uses absolute paths
Michael Meskes (07:41)
pgsql: Fix an oversight in join-removal optimization: we have to check
Tom Lane (13:57)
pgsql: Re-order createuser and vacuumedb documentation options, for
Bruce Momjian (14:56)
pgsql: Shorten suffix of automatically created indexes to "_excl" when
Simon Riggs (15:24)
Re: pgsql: Fix an oversight in join-removal optimization: we have to check
David Fetter (16:27)
Re: pgsql: Fix an oversight in join-removal optimization: we have to check
Tom Lane (16:38)
pgsql: Fix regression test breakage from recent change in default name
Tom Lane (17:43)
Re: pgsql: Fix regression test breakage from recent change in default name
Simon Riggs (20:05)
pgsql: Properly credit Simon for functions pg_last_xlog_replay_location,
Bruce Momjian (22:56)
Re: [COMMITTERS] pgsql: Prevent the injection of invalidly encoded strings by PL/Python
Peter Eisentraut (23:10)
Re: Re: [COMMITTERS] pgsql: Prevent the injection of invalidly encoded strings by PL/Python
Tom Lane (23:29)
Re: Re: [COMMITTERS] pgsql: Prevent the injection of invalidly encoded strings by PL/Python
Peter Eisentraut (23:48)
2010-03-23
pgsql: Each worker thread will have its own log file in pgbench to avoid
Takahiro Itagaki (01:29)
pgsql: Add back other xlog() function author names.
Bruce Momjian (02:28)
pgsql: Remove CRs for each line in pgbench.sgml.
Takahiro Itagaki (04:09)
pgstatsinfo - pg_statsinfo: Cleanup logging codes and add documentation.
User Itagaki (06:50)
Re: Re: [COMMITTERS] pgsql: Make standby server continuously retry restoring the next WAL
Fujii Masao (07:17)
pgsql: Remove useless double assignment GCC 4.5 complained about it.
Peter Eisentraut (22:12)
pgsql: Typo fix from IRC breinbaas
Bruce Momjian (22:37)
2010-03-24
Re: pgsql: Typo fix from IRC breinbaas
David Fetter (00:05)
Re: [COMMITTERS] pgsql: Add connection messages for streaming replication.
Fujii Masao (01:52)
pgstatsinfo - pg_statsinfo: Fix documentation about default
User Itagaki (02:05)
pgsql: Document in postgresql.conf that the max_standby_delay default is
Bruce Momjian (03:13)
Re: [COMMITTERS] pgsql: Add connection messages for streaming replication.
Simon Riggs (05:25)
pgexternaltable - src: fix bug ISNEEDMAPNEXT
User Maosen (05:32)
pgsql: Update description of walrcv_receive() function to match reality.
Heikki Linnakangas (06:25)
Re: [COMMITTERS] pgsql: Add connection messages for streaming replication.
Fujii Masao (08:36)
pgstatsinfo - pg_reporter: New Directory
User Itagaki (08:42)
pgstatsinfo - pg_reporter: Add Japanese documentation.
User Itagaki (08:43)
pgstatsinfo - pg_statsinfo: Allow syslog and eventlog for
User Itagaki (08:45)
Re: [COMMITTERS] pgsql: Add connection messages for streaming replication.
Simon Riggs (10:29)
Re: [COMMITTERS] pgsql: Add connection messages for streaming replication.
Fujii Masao (10:49)
Re: [COMMITTERS] pgsql: Add connection messages for streaming replication.
Simon Riggs (11:09)
Re: Re: [COMMITTERS] pgsql: Add connection messages for streaming replication.
Heikki Linnakangas (11:22)
Re: Re: [COMMITTERS] pgsql: Add connection messages for streaming replication.
Fujii Masao (11:30)
Re: Re: [COMMITTERS] pgsql: Add connection messages for streaming replication.
Simon Riggs (11:52)
Re: Re: [COMMITTERS] pgsql: Make standby server continuously retry restoring the next WAL
Heikki Linnakangas (12:31)
Re: Re: [COMMITTERS] pgsql: Add connection messages for streaming replication.
Fujii Masao (12:34)
Re: Re: [COMMITTERS] pgsql: Add connection messages for streaming replication.
Craig Ringer (12:53)
pgsql: Mark "installcheck-parallel", "world", "install-world" and
Andrew Dunstan (13:14)
Re: Re: [COMMITTERS] pgsql: Make standby server continuously retry restoring the next WAL
Fujii Masao (13:20)
Re: Re: [COMMITTERS] pgsql: Make standby server continuously retry restoring the next WAL
Fujii Masao (13:36)
pgsql: Now that we know last_statrequest > last_statwrite can be
Tom Lane (16:07)
pgsql: Fix thinko in log message for "sameuser" ident map mismatch: the
Tom Lane (17:05)
pgsql: Fix thinko in log message for "sameuser" ident map mismatch: the
Tom Lane (17:05)
pgsql: Reduce CPU utilisation of WALSender process.
Simon Riggs (20:11)
pgsql: Change replication connection log format to allow for a database
Simon Riggs (21:25)
pgsql: Additional thoughts on WALSender cpu reduction.
Simon Riggs (21:41)
Re: Re: [COMMITTERS] pgsql: Make standby server continuously retry restoring the next WAL
Simon Riggs (23:23)
2010-03-25
pgstatsinfo - pg_statsinfo: Fix to comapre csvlog filenames in their
User Itagaki (01:18)
Re: Re: [COMMITTERS] pgsql: Make standby server continuously retry restoring the next WAL
Fujii Masao (02:08)
Re: Re: [COMMITTERS] pgsql: Make standby server continuously retry restoring the next WAL
Tom Lane (02:14)
reorg - pg_reorg: New Directory
User Itagaki (07:10)
reorg - pg_reorg: pg_reorg version 1.1.0.
User Itagaki (07:13)
reorg - pg_batch: Imported Sources
User Itagaki (07:18)
Re: Re: [COMMITTERS] pgsql: Make standby server continuously retry restoring the next WAL
Simon Riggs (08:08)
Re: Re: [COMMITTERS] pgsql: Make standby server continuously retry restoring the next WAL
Heikki Linnakangas (08:11)
Re: Re: [COMMITTERS] pgsql: Make standby server continuously retry restoring the next WAL
Simon Riggs (08:22)
Re: Re: [COMMITTERS] pgsql: Make standby server continuously retry restoring the next WAL
Simon Riggs (08:23)
textsearch-ja - eudc: Imported Sources
User Itagaki (09:05)
Re: Re: [COMMITTERS] pgsql: Make standby server continuously retry restoring the next WAL
Heikki Linnakangas (10:05)
Re: [HACKERS] Re: [COMMITTERS] pgsql: Make standby server continuously retry restoring the next WAL
Heikki Linnakangas (10:15)
Re: Re: [COMMITTERS] pgsql: Make standby server continuously retry restoring the next WAL
Heikki Linnakangas (10:26)
Re: Re: [COMMITTERS] pgsql: Make standby server continuously retry restoring the next WAL
Heikki Linnakangas (10:47)
pgstatsinfo - pg_statsinfo: Fix small typo in collector_sql.h
User Kasahara (11:13)
Re: Re: [COMMITTERS] pgsql: Make standby server continuously retry restoring the next WAL
Heikki Linnakangas (12:48)
Re: Re: [COMMITTERS] pgsql: Make standby server continuously retry restoring the next WAL
Heikki Linnakangas (12:55)
Re: Re: [COMMITTERS] pgsql: Make standby server continuously retry restoring the next WAL
Robert Haas (13:43)
pgsql: Prevent ALTER USER f RESET ALL from removing the settings that
Alvaro Herrera (14:44)
pgsql: Prevent ALTER USER f RESET ALL from removing the settings that
Alvaro Herrera (14:44)
pgsql: Prevent ALTER USER f RESET ALL from removing the settings that
Alvaro Herrera (14:45)
pgsql: Prevent ALTER USER f RESET ALL from removing the settings that
Alvaro Herrera (14:45)
pgsql: Prevent ALTER USER f RESET ALL from removing the settings that
Alvaro Herrera (14:45)
pgsql: Prevent ALTER USER f RESET ALL from removing the settings that
Alvaro Herrera (14:45)
pgsql: Prevent ALTER USER f RESET ALL from removing the settings that
Alvaro Herrera (14:46)
pgsql: Fix ginint4_queryextract() to actually do what it was intended to
Tom Lane (15:50)
pgsql: Fix ginint4_queryextract() to actually do what it was intended to
Tom Lane (15:50)
pgsql: Fix ginint4_queryextract() to actually do what it was intended to
Tom Lane (15:50)
Re: pgsql: Change replication connection log format to allow for a database
Heikki Linnakangas (16:52)
Re: pgsql: Change replication connection log format to allow for a database
Heikki Linnakangas (16:54)
Re: pgsql: Change replication connection log format to allow for a database
Tom Lane (17:00)
Re: pgsql: Change replication connection log format to allow for a database
Simon Riggs (18:57)
Re: [HACKERS] Re: [COMMITTERS] pgsql: Make standby server continuously retry restoring the next WAL
Simon Riggs (19:45)
Re: Re: [COMMITTERS] pgsql: Make standby server continuously retry restoring the next WAL
Simon Riggs (19:48)
Re: pgsql: Change replication connection log format to allow for a database
Alvaro Herrera (20:09)
pgsql: Modify some new and pre-existing messages for translatability.
Simon Riggs (20:40)
2010-03-26
pgstatsinfo - pg_statsinfo: Disallow execution bits for text log files.
User Itagaki (01:22)
pgbulkload - pgbulkload: New Directory
User Itagaki (02:34)
pgbulkload - pgbulkload: pg_bulkload 3.0 Alpha 3.
User Itagaki (02:36)
Re: Re: [COMMITTERS] pgsql: Make standby server continuously retry restoring the next WAL
Fujii Masao (05:24)
pgsql: Flush CopyOutResponse when starting streaming in walsender, so
Heikki Linnakangas (12:23)
pgfouine - pgfouine: fixed several potential XSS issues in the error
User Gsmet (17:53)
Re: Re: [COMMITTERS] pgsql: Augment WAL records for btree delete with GetOldestXmin() to
Simon Riggs (20:00)
Re: Re: [COMMITTERS] pgsql: Augment WAL records for btree delete with GetOldestXmin() to
Tom Lane (20:16)
2010-03-27
Re: Re: [COMMITTERS] pgsql: Augment WAL records for btree delete with GetOldestXmin() to
Simon Riggs (10:10)
Re: [COMMITTERS] pgsql: Augment WAL records for btree delete with GetOldestXmin() to
Greg Stark (19:15)
Re: [COMMITTERS] pgsql: Augment WAL records for btree delete with GetOldestXmin() to
Simon Riggs (19:36)
Re: [COMMITTERS] pgsql: Augment WAL records for btree delete with GetOldestXmin() to
Greg Stark (22:39)
2010-03-28
Re: [COMMITTERS] pgsql: Augment WAL records for btree delete with GetOldestXmin() to
Simon Riggs (08:52)
pgsql: Derive latestRemovedXid for btree deletes by reading heap pages.
Simon Riggs (09:27)
pgsql: Rework join-removal logic as per recent discussion.
Tom Lane (22:59)
2010-03-29
pgstatsinfo - pg_statsinfo: Bugfixes.
User Itagaki (03:51)
pgstatsinfo - pg_statsinfo: Fix an uninitialized variable.
User Itagaki (04:34)
pgstatsinfo - pg_statsinfo: Add English internal documentation.
User Itagaki (10:49)
npgsql - Npgsql2: Fixed line endings to CRLF.
User Fxjr (13:07)
npgsql - Npgsql2: Try to set SSL negotiation to 0.
User Fxjr (13:46)
pgsql: Edit recovery.conf.sample so it matches docs.
Simon Riggs (18:50)
pgsql: Add some documentation about PL/Python limitations suggested by
Peter Eisentraut (21:20)
pgsql: Add some information about what it means for PL/Python to be
Peter Eisentraut (21:35)
pgsql: Add note that XML Schema validation is not supported requested
Peter Eisentraut (22:01)
2010-03-30
pgsql: Separate targets "make docs" and "make install-docs" for the
Peter Eisentraut (00:10)
pgsql: Add comma missing from postgresql.conf comment.
Bruce Momjian (00:11)
pgstatsinfo - pg_statsinfo: Simplify SQLs that joined pg_stat_xxx and
User Itagaki (06:39)
pgstatsinfo - pg_reporter: New Directory
User Kasahara (06:45)
pgstatsinfo - pg_reporter: Add the spec file for pg_reporter.
User Kasahara (06:47)
pgstatsinfo - pg_statsinfo: New Directory
User Kasahara (06:48)
pgstatsinfo - pg_statsinfo: Add the spec file for pg_statsinfo(v2).
User Kasahara (06:50)
pgstatsinfo - pg_statsinfo: Add error checks to write and fwrite calls.
User Itagaki (08:59)
pgexternaltable - src: New Directory
User Maosen (11:50)
pgexternaltable - src:
User Maosen (11:54)
pgsql: Properly initialize local varaible in
Bruce Momjian (13:46)
pgsql: Message tuning
Peter Eisentraut (16:08)
pgsql: Change the retry-loop in standby mode to also try restoring files
Heikki Linnakangas (16:23)
Re: Re: [COMMITTERS] pgsql: Make standby server continuously retry restoring the next WAL
Heikki Linnakangas (16:28)
pgsql: Fix "constraint_exclusion = partition" logic so that it will also
Tom Lane (21:58)
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