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 2011-05-29 00:00
Search archives
(enter a message-id to go directly to that message)
Advanced Search
Prev
|
Next
May 29, 2011
pgsql: Correct description of log_connections and log_disconnections
Peter Eisentraut (19:00)
pgsql: Add pg_basebackup -z option for compression with default level
Peter Eisentraut (22:03)
May 30, 2011
pgsql: Make message more consistent
Alvaro Herrera (16:44)
pgsql: Remove usage of &PL_sv_undef in hashes and arrays
Alvaro Herrera (16:44)
pgsql: The row-version chaining in Serializable Snapshot Isolationwas
Heikki Linnakangas (17:47)
pgsql: Don't include local line on platforms without support
Magnus Hagander (18:28)
pgsql: Refuse "local" lines in pg_hba.conf on platforms that don'tsupp
Magnus Hagander (18:43)
pgsql: Don't recommend upgrading to latest available Windows SDK
Magnus Hagander (18:47)
pgsql: Suppress foreign data wrappers and foreign servers in partialdu
Peter Eisentraut (20:36)
pgsql: Fix VACUUM so that it always updatespg_class.reltuples/relpages
Tom Lane (21:08)
pgsql: Fix VACUUM so that it always updatespg_class.reltuples/relpages
Tom Lane (21:08)
pgsql: Fix VACUUM so that it always updatespg_class.reltuples/relpages
Tom Lane (21:08)
pgsql: Fix portability bugs in use of credentials control messagesfor
Tom Lane (23:16)
pgsql: Fix portability bugs in use of credentials control messagesfor
Tom Lane (23:16)
pgsql: Fix portability bugs in use of credentials control messagesfor
Tom Lane (23:16)
pgsql: Fix portability bugs in use of credentials control messagesfor
Tom Lane (23:16)
pgsql: Fix portability bugs in use of credentials control messagesfor
Tom Lane (23:16)
May 31, 2011
pgsql: Replace use of credential control messages withgetsockopt(LOCAL
Tom Lane (20:11)
pgsql: Use entities to encode non-ASCII characters in SGMLdocumentatio
Peter Eisentraut (20:26)
pgsql: Recode non-ASCII characters in source to UTF-8
Peter Eisentraut (20:26)
pgsql: Protect GIST logic that assumes penalty values can't benegative
Tom Lane (21:54)
pgsql: Protect GIST logic that assumes penalty values can't benegative
Tom Lane (21:54)
pgsql: Protect GIST logic that assumes penalty values can't benegative
Tom Lane (21:54)
pgsql: Protect GIST logic that assumes penalty values can't benegative
Tom Lane (21:54)
pgsql: Protect GIST logic that assumes penalty values can't benegative
Tom Lane (21:54)
Re: pgsql: Protect GIST logic that assumes penalty values can't be negative
Greg Stark (23:07)
Re: pgsql: Protect GIST logic that assumes penalty values can't be negative
Tom Lane (23:11)
Re: pgsql: Protect GIST logic that assumes penalty values can't be negative
Greg Stark (23:57)
June 1, 2011
Re: [COMMITTERS] pgsql: Improve corner cases in pg_ctl's new wait-for-postmaster-startup
Fujii Masao (03:19)
Re: [COMMITTERS] pgsql: Improve corner cases in pg_ctl's new wait-for-postmaster-startup
Tom Lane (03:30)
Re: [COMMITTERS] pgsql: Improve corner cases in pg_ctl's new wait-for-postmaster-startup
Fujii Masao (04:24)
Re: pgsql: Protect GIST logic that assumes penalty values can't be negative
Alexander Korotkov (07:20)
Re: pgsql: Make decompilation of optimized CASE constructs more robust.
Heikki Linnakangas (11:10)
Re: [COMMITTERS] pgsql: Improve corner cases in pg_ctl's new wait-for-postmaster-startup
Tom Lane (14:51)
pgsql: Further improvements in pg_ctl's new wait-for-postmaster-startl
Tom Lane (17:09)
pgsql: Some copy editing of the release notes
Peter Eisentraut (19:23)
pgsql: Allow hash joins to be interrupted while searching hash tablefo
Tom Lane (21:02)
June 2, 2011
pgsql: Implement getpeereid() as a src/port compatibility function.
Tom Lane (17:05)
pgsql: Avoid creating init fork for unlogged indexes when it alreadyex
Robert Haas (17:30)
pgsql: Typo fix.
Tom Lane (17:37)
pgsql: Disallow SELECT FOR UPDATE/SHARE on sequences.
Tom Lane (18:47)
pgsql: Disallow SELECT FOR UPDATE/SHARE on sequences.
Tom Lane (18:47)
pgsql: Disallow SELECT FOR UPDATE/SHARE on sequences.
Tom Lane (18:47)
pgsql: Disallow SELECT FOR UPDATE/SHARE on sequences.
Tom Lane (18:47)
pgsql: Disallow SELECT FOR UPDATE/SHARE on sequences.
Tom Lane (18:47)
pgsql: Fix vim-induced typo.
Robert Haas (19:11)
pgsql: Clean up after erroneous SELECT FOR UPDATE/SHARE on a sequence.
Tom Lane (19:32)
pgsql: Clean up after erroneous SELECT FOR UPDATE/SHARE on a sequence.
Tom Lane (19:32)
pgsql: Clean up after erroneous SELECT FOR UPDATE/SHARE on a sequence.
Tom Lane (19:32)
pgsql: Clean up after erroneous SELECT FOR UPDATE/SHARE on a sequence.
Tom Lane (19:32)
pgsql: Clean up after erroneous SELECT FOR UPDATE/SHARE on a sequence.
Tom Lane (19:32)
pgsql: Sort COMMENT synopsis and add more examples
Peter Eisentraut (21:19)
pgsql: libpq needs its own copy of src/port/getpeereid.
Tom Lane (21:23)
pgsql: Looks like we can't declare getpeereid on Windows anyway.
Tom Lane (21:27)
pgsql: Handle domains when checking for recursive inclusion ofcomposit
Tom Lane (22:38)
pgsql: Use proper SGML doc entities rather than angle-brackets.
Bruce Momjian (23:33)
June 3, 2011
pgsql: Need to list getpeereid.c in .gitignore, too ...
Tom Lane (02:24)
pgsql: SSI comment fixes and enhancements. Notably,document that the c
Heikki Linnakangas (10:03)
pgsql: Truncate id to <=44 characters
Peter Eisentraut (19:25)
pgsql: Fix failure to check whether a rowtype's component types aresor
Tom Lane (19:39)
pgsql: Fix pg_get_constraintdef to cope with NOT VALID constraints
Alvaro Herrera (20:06)
Re: [COMMITTERS] pgsql: Disallow SELECT FOR UPDATE/SHARE on sequences.
Tatsuo Ishii (22:58)
June 4, 2011
pgsql: Expose the "*VALUES*" alias that we generate for a stand-aloneV
Tom Lane (19:49)
pgsql: Expose the "*VALUES*" alias that we generate for a stand-aloneV
Tom Lane (19:49)
pgsql: Expose the "*VALUES*" alias that we generate for a stand-aloneV
Tom Lane (19:49)
pgsql: Expose the "*VALUES*" alias that we generate for a stand-aloneV
Tom Lane (19:49)
pgsql: Expose the "*VALUES*" alias that we generate for a stand-aloneV
Tom Lane (19:49)
pgsql: More ECPG documentation fixes
Peter Eisentraut (19:54)
pgsql: ECPG documentation fixes
Peter Eisentraut (19:54)
pgsql: ECPG documentation fix
Peter Eisentraut (19:54)
pgsql: ECPG documentation fixes
Peter Eisentraut (19:54)
pgsql: ECPG documentation fixes
Peter Eisentraut (19:54)
pgsql: More ECPG documentation fixes
Peter Eisentraut (19:54)
pgsql: ECPG documentation fix
Peter Eisentraut (19:54)
pgsql: Fix documentation reference to "above" example
Peter Eisentraut (20:39)
pgsql: Fix documentation reference to "above" example
Peter Eisentraut (20:39)
pgsql: Allow building with perl 5.14.
Andrew Dunstan (23:38)
pgsql: Allow building with perl 5.14.
Andrew Dunstan (23:38)
pgsql: Allow building with perl 5.14.
Andrew Dunstan (23:39)
pgsql: Allow building with perl 5.14.
Andrew Dunstan (23:39)
pgsql: Allow building with perl 5.14.
Andrew Dunstan (23:39)
June 6, 2011
pgsql: Reset reindex-in-progress state before reverifying anexclusion
Tom Lane (02:31)
Re: pgsql: Make decompilation of optimized CASE constructs more robust.
Tom Lane (18:25)
June 7, 2011
pgsql: Fix rewriter to cope (more or less) with CTEs in the querybeing
Tom Lane (04:09)
pgsql: Make ascii-art in comments pgindent-safe,and some other formatt
Heikki Linnakangas (07:29)
June 8, 2011
pgsql: Revert psql bits to display NOT VALID for FKs
Alvaro Herrera (01:46)
pgsql: Complain politely about access temp/unlogged tables duringrecov
Robert Haas (02:17)
pgsql: Make DDL operations play nicely with Serializable SnapshotIsola
Heikki Linnakangas (11:13)
pgsql: Allow domains over arrays to match ANYARRAY parameters again.
Tom Lane (16:53)
pgsql: Reorder pg_ctl promote after pg_ctl status
Peter Eisentraut (17:54)
pgsql: Make citext's equality and hashing functionscollation-insensiti
Tom Lane (19:25)
June 9, 2011
pgsql: Fix documentation of information_schema.element_types
Peter Eisentraut (04:45)
pgsql: Fix documentation of information_schema.element_types
Peter Eisentraut (04:45)
pgsql: Fix documentation of information_schema.element_types
Peter Eisentraut (04:45)
pgsql: Fix documentation of information_schema.element_types
Peter Eisentraut (04:45)
pgsql: Fix documentation of information_schema.element_types
Peter Eisentraut (04:45)
pgsql: Mark the SLRU page as dirty when setting an entry inpg_serial.
Heikki Linnakangas (09:12)
pgsql: Add gitignore for mingw/cygwin build outputs
Magnus Hagander (16:12)
Re: pgsql: Further improvements in pg_ctl's new wait-for-postmaster-start l
Bruce Momjian (16:35)
Re: pgsql: Further improvements in pg_ctl's new wait-for-postmaster-start l
Tom Lane (16:43)
pgsql: Use the correct eventlog severity for error
Magnus Hagander (16:55)
pgsql: Use the correct eventlog severity for error
Magnus Hagander (16:55)
pgsql: Use the correct eventlog severity for error
Magnus Hagander (16:55)
pgsql: Support silent mode for service registrations on win32
Magnus Hagander (16:55)
pgsql: Support silent mode for service registrations on win32
Magnus Hagander (16:55)
pgsql: Use the correct eventlog severity for error
Magnus Hagander (16:55)
pgsql: Support silent mode for service registrations on win32
Magnus Hagander (16:55)
pgsql: Support silent mode for service registrations on win32
Magnus Hagander (16:55)
Re: pgsql: Further improvements in pg_ctl's new wait-for-postmaster-start l
Bruce Momjian (16:58)
pgsql: Update typedef list for upcoming pgindent run.
Bruce Momjian (18:02)
pgsql: Pgindent run before 9.1 beta2.
Bruce Momjian (18:33)
pgsql: Fix the truncation logic of the OldSerXid SLRU mechanism. Wecan
Heikki Linnakangas (18:44)
pgsql: Translation updates for 9.1beta2
Peter Eisentraut (20:08)
pgsql: Use "transient" files for blind writes
Alvaro Herrera (20:26)
pgsql: Revert "Use "transient" files for blind writes"
Alvaro Herrera (20:43)
Re: pgsql: Use "transient" files for blind writes
Tom Lane (21:05)
Re: pgsql: Use "transient" files for blind writes
Alvaro Herrera (21:45)
pgsql: Update 9.1 release notes to reflect commits through today.
Tom Lane (22:45)
pgsql: Ecpg doc cleanups, as reported by Marc Cousin.
Bruce Momjian (22:48)
pgsql: Tag 9.1beta2.
Tom Lane (23:41)
June 10, 2011
pgsql: Mention "pg_ctl stop" in pgindent README instructions.
Bruce Momjian (00:51)
Re: pgsql: Mention "pg_ctl stop" in pgindent README instructions.
Andrew Dunstan (01:28)
Re: pgsql: Mention "pg_ctl stop" in pgindent README instructions.
Bruce Momjian (03:28)
Re: pgsql: Mention "pg_ctl stop" in pgindent README instructions.
Andrew Dunstan (05:55)
Re: pgsql: Mention "pg_ctl stop" in pgindent README instructions.
Bruce Momjian (14:18)
Re: pgsql: Mention "pg_ctl stop" in pgindent README instructions.
Bruce Momjian (14:20)
pgsql: Small comment fixes and enhancements.
Heikki Linnakangas (14:26)
pgsql: Use a constant sprintf format to silence compiler warning
Alvaro Herrera (17:39)
pgsql: Use "transient" files for blind writes, take 2
Alvaro Herrera (18:14)
pgsql: Add comment about pg_ctl stop
Alvaro Herrera (19:28)
pgsql: Fix locking while setting flags in MySerializableXact.
Heikki Linnakangas (20:41)
pgsql: Work around gcc 4.6.0 bug that breaks WAL replay.
Tom Lane (21:04)
pgsql: Work around gcc 4.6.0 bug that breaks WAL replay.
Tom Lane (21:04)
pgsql: Work around gcc 4.6.0 bug that breaks WAL replay.
Tom Lane (21:04)
pgsql: Work around gcc 4.6.0 bug that breaks WAL replay.
Tom Lane (21:04)
pgsql: Work around gcc 4.6.0 bug that breaks WAL replay.
Tom Lane (21:04)
June 11, 2011
psqlodbc - psqlodbc: Don't clear the parsed plan in
User Hinoue (04:59)
pgsql: Add C comment mentioning pg_stat_activity.procpid should havebe
Bruce Momjian (14:00)
pgsql: Tag refs/tags/REL9_1_BETA2 was created
pgsql (14:53)
pgsql: Branch refs/heads/REL9_1_STABLE was created
pgsql (17:18)
pgsql: Stamp HEAD as 9.2devel.
Tom Lane (21:47)
June 12, 2011
pgsql: Tab completion improvements for COMMENT.
Robert Haas (03:53)
pgsql: Tab completion improvements for COMMENT.
Robert Haas (03:53)
pgsql: Code cleanup for InitProcGlobal.
Robert Haas (04:09)
pgsql: Corrections to ALTER FOREIGN TABLE documentation.
Robert Haas (04:19)
pgsql: Corrections to ALTER FOREIGN TABLE documentation.
Robert Haas (04:19)
pgsql: Remove now-unnecessary casts.
Heikki Linnakangas (20:00)
pgsql: Remove now-unnecessary casts.
Heikki Linnakangas (20:00)
June 13, 2011
pgsql: More foreign table documentation improvements.
Robert Haas (12:30)
pgsql: More foreign table documentation improvements.
Robert Haas (12:30)
Re: [COMMITTERS] pgsql: More foreign table documentation improvements.
Fujii Masao (13:56)
pgsql: Markup fix.
Robert Haas (14:14)
pgsql: Markup fix.
Robert Haas (14:14)
Re: [COMMITTERS] pgsql: More foreign table documentation improvements.
Robert Haas (14:14)
pgsql: In ALTER EXTENSION docs, document left_type/right_type.
Robert Haas (14:24)
pgsql: In ALTER EXTENSION docs, document left_type/right_type.
Robert Haas (14:24)
pgsql: Document GUC context forsynchronous_standby_names/hot_standby_f
Robert Haas (16:25)
pgsql: Document GUC context forsynchronous_standby_names/hot_standby_f
Robert Haas (16:25)
pgsql: Add doc cross-reference to search_path discussion ofcurrent_sch
Robert Haas (16:39)
pgsql: Add doc cross-reference to search_path discussion ofcurrent_sch
Robert Haas (16:39)
pgsql: Add doc cross-reference to search_path discussion ofcurrent_sch
Robert Haas (16:39)
pgsql: Clarify that NATURAL without matching columns is like CROSSJOIN
Robert Haas (17:00)
pgsql: Clarify that NATURAL without matching columns is like CROSSJOIN
Robert Haas (17:00)
pgsql: Remove parentheses from mention of current_schemas function.
Robert Haas (17:04)
pgsql: Remove parentheses from mention of current_schemas function.
Robert Haas (17:04)
pgsql: Remove parentheses from mention of current_schemas function.
Robert Haas (17:04)
pgsql: Expand warnings on locks acquired by CREATE INDEX CONCURRENTLY
Alvaro Herrera (21:25)
pgsql: Expand warnings on locks acquired by CREATE INDEX CONCURRENTLY
Alvaro Herrera (21:25)
pgsql: Expand warnings on locks acquired by CREATE INDEX CONCURRENTLY
Alvaro Herrera (21:25)
pgsql: Fix aboriginal copy-paste mistake in error message
Alvaro Herrera (21:59)
pgsql: Fix aboriginal copy-paste mistake in error message
Alvaro Herrera (21:59)
pgsql: Fix aboriginal copy-paste mistake in error message
Alvaro Herrera (21:59)
pgsql: Fix aboriginal copy-paste mistake in error message
Alvaro Herrera (21:59)
pgsql: Fix aboriginal copy-paste mistake in error message
Alvaro Herrera (21:59)
pgsql: Fix aboriginal copy-paste mistake in error message
Alvaro Herrera (21:59)
June 14, 2011
pgsql: Document that bits to the right of the CIDR mask "should" bezer
Bruce Momjian (00:55)
pgsql: Document that bits to the right of the CIDR mask "should" bezer
Bruce Momjian (00:57)
pgsql: Move parse2.pl to parse.pl
Peter Eisentraut (04:39)
pgsql: Move parse2.pl to parse.pl
Peter Eisentraut (04:39)
pgsql: Renumber 2PC resource managers so that compared to 9.0,predicat
Heikki Linnakangas (09:37)
pgsql: Renumber 2PC resource managers so that compared to 9.0,predicat
Heikki Linnakangas (09:37)
pgsql: Oops,forgot to change the order of entries in 2PC callback arra
Heikki Linnakangas (12:19)
pgsql: Oops,forgot to change the order of entries in 2PC callback arra
Heikki Linnakangas (12:20)
pgsql: Improve accuracy of ON_ERROR_STOP documentation.
Robert Haas (15:07)
pgsql: Improve accuracy of ON_ERROR_STOP documentation.
Robert Haas (15:07)
pgsql: Mention DROP TABLE as well as ALTER TABLE NO INHERIT
Alvaro Herrera (16:45)
pgsql: Mention DROP TABLE as well as ALTER TABLE NO INHERIT
Alvaro Herrera (16:45)
pgsql: Mention DROP TABLE as well as ALTER TABLE NO INHERIT
Alvaro Herrera (16:45)
pgsql: Fix grammatical mistake introduced by previous commit
Alvaro Herrera (18:08)
pgsql: Fix grammatical mistake introduced by previous commit
Alvaro Herrera (18:08)
pgsql: Fix grammatical mistake introduced by previous commit
Alvaro Herrera (18:08)
pgsql: In pg_upgrade, check there are no prepared transactions.
Bruce Momjian (18:42)
Re: pgsql: In pg_upgrade, check there are no prepared transactions.
Thom Brown (18:51)
pgsql: In pg_upgrade, check there are no prepared transactions.
Bruce Momjian (18:53)
Re: pgsql: In pg_upgrade, check there are no prepared transactions.
Bruce Momjian (19:00)
pgsql: Add comment that attributes.is_nullable was removed from SQLsta
Peter Eisentraut (20:30)
pgsql: Remove unused variable
Peter Eisentraut (20:30)
pgsql: Remove unused variable
Peter Eisentraut (20:30)
pgsql: Fix assorted issues with build and install paths containingspac
Tom Lane (20:41)
pgsql: Fix assorted issues with build and install paths containingspac
Tom Lane (20:41)
Prev
|
Next
Privacy Policy
|
About PostgreSQL
Copyright © 1996-2013 The PostgreSQL Global Development Group