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 before 2012-11-01 03:36
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
15
16
17
18
19
20
21
23
24
26
28
30
31
Oct. 7, 2012
pgsql: Quiet a few MSC compiler warnings.
Andrew Dunstan (21:32)
pgsql: Improve documentation about large-object functions.
Tom Lane (23:17)
pgsql: Fix typo in previous MSC commit.
Andrew Dunstan (23:56)
Oct. 8, 2012
Re: pgsql: Fix compiling errors on Windows platform. Fix wrong usage of
Tatsuo Ishii (00:56)
pgsql: Autoconfiscate selection of 64-bit int type for 64-bit largeobj
Tom Lane (01:53)
pgsql: Fix walsender handling of postmaster shutdown,to not go into en
Heikki Linnakangas (10:32)
Re: pgsql: Use the regular main processing loop also in walsenders.
Heikki Linnakangas (10:34)
Re: pgsql: Use the regular main processing loop also in walsenders.
Thom Brown (10:39)
pgsql: Say ANALYZE, not VACUUM,in error message on analyze in hot stan
Heikki Linnakangas (11:26)
pgsql: Say ANALYZE, not VACUUM,in error message on analyze in hot stan
Heikki Linnakangas (11:26)
pgsql: Say ANALYZE, not VACUUM,in error message on analyze in hot stan
Heikki Linnakangas (11:26)
pgsql: Say ANALYZE, not VACUUM,in error message on analyze in hot stan
Heikki Linnakangas (11:26)
Re: [COMMITTERS] pgsql: Disable _FORTIFY_SOURCE with ICC
Peter Geoghegan (13:39)
pgsql: Add #define for UUIDOID.
Robert Haas (14:16)
pgsql: Add support for easily declaring static inline functions
Alvaro Herrera (19:36)
pgsql: Fix thinko in previous commit
Alvaro Herrera (21:33)
pgsql: Code review for 64-bit-large-object patch.
Tom Lane (22:24)
Oct. 9, 2012
pgsql: Remove generation of repl_gram.h
Peter Eisentraut (00:37)
pgsql: Fix lo_read, lo_write,lo_truncate to cope with "size_t" length
Tom Lane (01:20)
pgsql: Fix lo_export usage in example programs.
Tom Lane (01:20)
pgsql: Fix lo_export usage in example programs.
Tom Lane (01:20)
pgsql: Fix lo_export usage in example programs.
Tom Lane (01:20)
pgsql: Fix lo_export usage in example programs.
Tom Lane (01:20)
pgsql: Fix lo_export usage in example programs.
Tom Lane (01:20)
pgsql: Fix lo_export usage in example programs.
Tom Lane (01:20)
pgsql: Fix lo_import and lo_export to return useful error messagesmore
Tom Lane (01:53)
pgsql: Fix lo_import and lo_export to return useful error messagesmore
Tom Lane (01:53)
pgsql: Fix lo_import and lo_export to return useful error messagesmore
Tom Lane (01:53)
pgsql: Fix lo_import and lo_export to return useful error messagesmore
Tom Lane (01:53)
pgsql: Fix lo_import and lo_export to return useful error messagesmore
Tom Lane (01:53)
pgsql: Fix lo_import and lo_export to return useful error messagesmore
Tom Lane (01:53)
Re: pgsql: Fix thinko in previous commit
Alvaro Herrera (04:13)
Re: pgsql: Fix thinko in previous commit
Tom Lane (04:34)
Re: pgsql: Fix thinko in previous commit
Tom Lane (05:27)
pgsql: Add microsecs/op display to pg_test_fsync utility
Simon Riggs (07:17)
pgsql: Use tablespace_option consistently on doc page
Simon Riggs (07:30)
pgsql: Remove stray newline in comment.
Heikki Linnakangas (10:07)
Re: pgsql: Fix thinko in previous commit
Alvaro Herrera (12:20)
pgsql: Rename USE_INLINE to PG_USE_INLINE
Alvaro Herrera (15:02)
pgsql: restore permission bits
Alvaro Herrera (15:09)
pgsql: Put the logic to wait for WAL in standby mode to a separatefunc
Heikki Linnakangas (16:26)
pgsql: Fix silly bug in previous refactoring.
Heikki Linnakangas (16:35)
Re: pgsql: Fix thinko in previous commit
Tom Lane (17:07)
pgsql: Remove unnecessary overhead in backend's large-objectoperations
Tom Lane (20:38)
Oct. 10, 2012
pgsql: Fix PGXS support for building loadable modules on AIX.
Tom Lane (01:05)
pgsql: Fix PGXS support for building loadable modules on AIX.
Tom Lane (01:05)
pgsql: Fix PGXS support for building loadable modules on AIX.
Tom Lane (01:05)
pgsql: Fix PGXS support for building loadable modules on AIX.
Tom Lane (01:05)
pgsql: Fix PGXS support for building loadable modules on AIX.
Tom Lane (01:05)
pgsql: Fix PGXS support for building loadable modules on AIX.
Tom Lane (01:05)
Re: [COMMITTERS] pgsql: Disable _FORTIFY_SOURCE with ICC
Peter Geoghegan (10:29)
pgsql: Set procost to 10 for each of the pg_foo_is_visible()functions.
Tom Lane (16:19)
pgsql: In pg_upgrade,issue proper error message when we can't open PG_
Bruce Momjian (17:53)
pgsql: In pg_upgrade,issue proper error message when we can't open PG_
Bruce Momjian (17:53)
pgsql: Update obsolete text in fdwhandler.sgml.
Tom Lane (17:55)
pgsql: Update obsolete text in fdwhandler.sgml.
Tom Lane (17:55)
pgsql: Create an improved FDW option validator function forcontrib/dbl
Tom Lane (20:53)
pgsql: Update obsolete comment.
Tom Lane (21:04)
Re: pgsql: Create an improved FDW option validator function for contrib/dbl
Andrew Dunstan (23:58)
Oct. 11, 2012
Re: pgsql: Create an improved FDW option validator function for contrib/dbl
Tom Lane (00:07)
pgsql: Remove configure-option-dependent test cases from dblink tests.
Tom Lane (00:14)
pgsql: Remove _FORTIFY_SOURCE
Peter Eisentraut (01:46)
Re: [COMMITTERS] pgsql: Disable _FORTIFY_SOURCE with ICC
Peter Eisentraut (01:46)
pgsql: Refactor flex and bison make rules
Peter Eisentraut (11:07)
pgsql: Improve replication connection timeouts.
Heikki Linnakangas (14:52)
pgsql: Fix cross-type case in partial row matching for hashedsubplans.
Tom Lane (16:22)
pgsql: Fix cross-type case in partial row matching for hashedsubplans.
Tom Lane (16:22)
pgsql: Fix cross-type case in partial row matching for hashedsubplans.
Tom Lane (16:22)
pgsql: Fix cross-type case in partial row matching for hashedsubplans.
Tom Lane (16:22)
pgsql: Fix cross-type case in partial row matching for hashedsubplans.
Tom Lane (16:22)
pgsql: Fix cross-type case in partial row matching for hashedsubplans.
Tom Lane (16:22)
pgsql: Unbreak MSVC builds after recent Makefile refactoring.
Andrew Dunstan (16:41)
Oct. 12, 2012
pgsql: Make equal() ignore CoercionForm fields for better planningwith
Tom Lane (16:11)
pgsql: Make equal() ignore CoercionForm fields for better planningwith
Tom Lane (16:11)
pgsql: Fix unportable format string.
Tom Lane (17:22)
pgsql: Get rid of COERCE_DONTCARE.
Tom Lane (17:35)
pgsql: In our source code,make a copy of getopt's 'optarg' string argu
Bruce Momjian (17:35)
pgsql: Fix oversight in new code for printing rangetable aliases.
Tom Lane (20:14)
Oct. 15, 2012
pgsql: Split up process latch initialization for more-fail-softbehavio
Tom Lane (03:00)
pgsql: Split up process latch initialization for more-fail-softbehavio
Tom Lane (03:00)
pgsql: Split up process latch initialization for more-fail-softbehavio
Tom Lane (03:00)
pgsql: Fix race condition in pg_ctl reading postmaster.pid.
Heikki Linnakangas (07:59)
pgsql: Fix race condition in pg_ctl reading postmaster.pid.
Heikki Linnakangas (07:59)
pgsql: Fix race condition in pg_ctl reading postmaster.pid.
Heikki Linnakangas (07:59)
pgsql: Fix race condition in pg_ctl reading postmaster.pid.
Heikki Linnakangas (07:59)
pgsql: Fix race condition in pg_ctl reading postmaster.pid.
Heikki Linnakangas (07:59)
pgsql: Fix race condition in pg_ctl reading postmaster.pid.
Heikki Linnakangas (07:59)
pgsql: Remove comment that is no longer true.
Heikki Linnakangas (08:04)
pgsql: Fix typo in comment.
Heikki Linnakangas (10:01)
Re: pgsql: Fix race condition in pg_ctl reading postmaster.pid.
Tom Lane (14:05)
Re: pgsql: Fix race condition in pg_ctl reading postmaster.pid.
Heikki Linnakangas (14:33)
pgsql: alter_generic regression test cannot run concurrently withprivi
Tom Lane (16:19)
Oct. 16, 2012
Re: pgsql: Provide some static-assertion functionality on all compilers.
Andres Freund (13:08)
pgsql: When outputting the session id in log_line_prefix (%c) or inCSV
Bruce Momjian (16:38)
Re: pgsql: Provide some static-assertion functionality on all compilers.
Tom Lane (21:50)
Oct. 17, 2012
pgsql: Clarify hash index caution and copy to CREATE INDEX docs
Simon Riggs (07:16)
pgsql: Clarify hash index caution and copy to CREATE INDEX docs
Simon Riggs (07:23)
pgsql: Clarify hash index caution and copy to CREATE INDEX docs
Simon Riggs (07:27)
pgsql: Clarify hash index caution and copy to CREATE INDEX docs
Simon Riggs (07:34)
pgsql: Add hash index caution to CREATE INDEX docs
Simon Riggs (07:36)
pgsql: Add hash index caution to CREATE INDEX docs
Simon Riggs (07:37)
Re: pgsql: Add hash index caution to CREATE INDEX docs
Thom Brown (08:02)
Re: pgsql: Add hash index caution to CREATE INDEX docs
Thom Brown (08:04)
pgsql: Fix typo in previous commit
Simon Riggs (08:20)
pgsql: Fix typo in previous commit
Simon Riggs (08:20)
pgsql: Fix typo in previous commit
Simon Riggs (08:21)
pgsql: Fix typo in previous commit
Simon Riggs (08:24)
pgsql: Fix typo in previous commit
Simon Riggs (08:25)
pgsql: Fix typo in previous commit
Simon Riggs (09:30)
pgsql: Embedded list interface
Alvaro Herrera (14:41)
pgsql: Close un-owned SMgrRelations at transaction end.
Tom Lane (16:39)
pgsql: Close un-owned SMgrRelations at transaction end.
Tom Lane (16:39)
pgsql: Close un-owned SMgrRelations at transaction end.
Tom Lane (16:39)
pgsql: Revert "Use "transient" files for blind writes, take 2".
Tom Lane (16:39)
pgsql: Revert "Use "transient" files for blind writes, take 2".
Tom Lane (16:39)
pgsql: Revert "Use "transient" files for blind writes, take 2".
Tom Lane (16:39)
Oct. 18, 2012
Re: pgsql: Provide some static-assertion functionality on all compilers.
Andres Freund (11:23)
pgsql: Add isolation tests for DROP INDEX CONCURRENTLY.
Simon Riggs (12:39)
pgsql: Add isolation tests for DROP INDEX CONCURRENTLY.
Simon Riggs (12:41)
Re: pgsql: Add isolation tests for DROP INDEX CONCURRENTLY.
Tom Lane (13:49)
Re: pgsql: Add isolation tests for DROP INDEX CONCURRENTLY.
Simon Riggs (14:24)
pgsql: Revert tests for drop index concurrently.
Simon Riggs (14:26)
pgsql: Revert tests for drop index concurrently.
Simon Riggs (14:27)
Re: pgsql: Add isolation tests for DROP INDEX CONCURRENTLY.
Tom Lane (15:08)
pgsql: pg_dump: Output functions deterministically sorted
Alvaro Herrera (15:23)
pgsql: Fix planning of non-strict equivalence clauses above outerjoins
Tom Lane (16:30)
pgsql: Fix planning of non-strict equivalence clauses above outerjoins
Tom Lane (16:30)
pgsql: Fix planning of non-strict equivalence clauses above outerjoins
Tom Lane (16:30)
pgsql: Fix planning of non-strict equivalence clauses above outerjoins
Tom Lane (16:30)
pgsql: Fix planning of non-strict equivalence clauses above outerjoins
Tom Lane (16:30)
pgsql: Fix planning of non-strict equivalence clauses above outerjoins
Tom Lane (16:30)
pgsql: Re-think guts of DROP INDEX CONCURRENTLY.
Simon Riggs (18:04)
pgsql: Re-think guts of DROP INDEX CONCURRENTLY.
Simon Riggs (18:06)
pgsql: Isolation test for DROP INDEX CONCURRENTLY
Simon Riggs (18:43)
pgsql: Isolation test for DROP INDEX CONCURRENTLY
Simon Riggs (18:44)
pgsql: Further tweaking of the readfile() function in pg_ctl.
Heikki Linnakangas (19:34)
pgsql: Further tweaking of the readfile() function in pg_ctl.
Heikki Linnakangas (19:34)
pgsql: Further tweaking of the readfile() function in pg_ctl.
Heikki Linnakangas (19:34)
pgsql: Further tweaking of the readfile() function in pg_ctl.
Heikki Linnakangas (19:34)
pgsql: Further tweaking of the readfile() function in pg_ctl.
Heikki Linnakangas (19:34)
pgsql: Further tweaking of the readfile() function in pg_ctl.
Heikki Linnakangas (19:34)
pgsql: Use a more portable platform test.
Andrew Dunstan (20:16)
pgsql: Use a more portable platform test.
Andrew Dunstan (20:16)
pgsql: Code review for inline-list patch.
Tom Lane (20:47)
pgsql: Remove unnecessary "head" arguments from some dlist/slistfuncti
Tom Lane (23:04)
pgsql: Further cleanup of catcache.c ilist changes.
Tom Lane (23:30)
Oct. 19, 2012
pgsql: Fix orphan on cancel of drop index concurrently.
Simon Riggs (08:57)
pgsql: Fix orphan on cancel of drop index concurrently.
Simon Riggs (08:57)
pgsql: Fix ruleutils to print "INSERT INTO foo DEFAULT VALUES"correctl
Tom Lane (17:41)
pgsql: Fix ruleutils to print "INSERT INTO foo DEFAULT VALUES"correctl
Tom Lane (17:41)
pgsql: Fix ruleutils to print "INSERT INTO foo DEFAULT VALUES"correctl
Tom Lane (17:41)
pgsql: Fix ruleutils to print "INSERT INTO foo DEFAULT VALUES"correctl
Tom Lane (17:41)
pgsql: Fix ruleutils to print "INSERT INTO foo DEFAULT VALUES"correctl
Tom Lane (17:41)
pgsql: Fix ruleutils to print "INSERT INTO foo DEFAULT VALUES"correctl
Tom Lane (17:41)
pgsql: Fix hash_search to avoid corruption of the hash table onout-of-
Tom Lane (19:25)
pgsql: Fix hash_search to avoid corruption of the hash table onout-of-
Tom Lane (19:25)
pgsql: Fix hash_search to avoid corruption of the hash table onout-of-
Tom Lane (19:25)
pgsql: Fix hash_search to avoid corruption of the hash table onout-of-
Tom Lane (19:25)
pgsql: Fix hash_search to avoid corruption of the hash table onout-of-
Tom Lane (19:25)
pgsql: Fix hash_search to avoid corruption of the hash table onout-of-
Tom Lane (19:25)
pgsql: Fix UtilityContainsQuery() to handle CREATE TABLE AS EXECUTEcor
Tom Lane (22:34)
pgsql: Fix UtilityContainsQuery() to handle CREATE TABLE AS EXECUTEcor
Tom Lane (22:34)
Oct. 20, 2012
pgsql: Prevent overflow in pgbench's percent-done display.
Tom Lane (16:44)
pgsql: Fix pg_dump's handling of DROP DATABASE commands in --cleanmode
Tom Lane (20:59)
pgsql: Fix pg_dump's handling of DROP DATABASE commands in --cleanmode
Tom Lane (20:59)
Oct. 21, 2012
pgsql: Correct predicate locking for DROP INDEX CONCURRENTLY.
Kevin Grittner (22:10)
pgsql: Correct predicate locking for DROP INDEX CONCURRENTLY.
Kevin Grittner (22:30)
Oct. 23, 2012
pgsql: Add context info to OAT_POST_CREATE security hook
Alvaro Herrera (21:30)
Oct. 24, 2012
pgsql: When converting a table to a view, remove its system columns.
Tom Lane (17:39)
pgsql: Prevent parser from believing that views have system columns.
Tom Lane (18:54)
pgsql: Prevent parser from believing that views have system columns.
Tom Lane (18:54)
pgsql: Prevent parser from believing that views have system columns.
Tom Lane (18:54)
pgsql: Prevent parser from believing that views have system columns.
Tom Lane (18:54)
pgsql: Prevent parser from believing that views have system columns.
Tom Lane (18:54)
pgsql: Tweak genericcostestimate's fudge factor for index size.
Tom Lane (20:26)
Oct. 26, 2012
pgsql: In pg_dump,dump SEQUENCE SET items in the data not pre-data sec
Tom Lane (16:13)
pgsql: In pg_dump,dump SEQUENCE SET items in the data not pre-data sec
Tom Lane (16:13)
pgsql: In pg_dump,dump SEQUENCE SET items in the data not pre-data sec
Tom Lane (16:13)
pgsql: Prefer actual constants to pseudo-constants in equivalenceclass
Tom Lane (18:20)
pgsql: Prefer actual constants to pseudo-constants in equivalenceclass
Tom Lane (18:20)
pgsql: Prefer actual constants to pseudo-constants in equivalenceclass
Tom Lane (18:20)
pgsql: Prefer actual constants to pseudo-constants in equivalenceclass
Tom Lane (18:20)
pgsql: Prefer actual constants to pseudo-constants in equivalenceclass
Tom Lane (18:20)
pgsql: Prefer actual constants to pseudo-constants in equivalenceclass
Tom Lane (18:20)
pgsql: Throw error if expiring tuple is again updated or deleted.
Kevin Grittner (20:01)
Oct. 28, 2012
pgsql: Preserve intermediate .c files in coverage mode
Peter Eisentraut (14:42)
Re: pgsql: Preserve intermediate .c files in coverage mode
Tom Lane (15:10)
Oct. 30, 2012
Re: [COMMITTERS] pgsql: Preserve intermediate .c files in coverage mode
Peter Eisentraut (21:11)
Re: [COMMITTERS] pgsql: Preserve intermediate .c files in coverage mode
Tom Lane (21:28)
Oct. 31, 2012
pgsql: Fix ALTER EXTENSION / SET SCHEMA
Alvaro Herrera (13:54)
pgsql: Fix ALTER EXTENSION / SET SCHEMA
Alvaro Herrera (13:54)
pgsql: Fix ALTER EXTENSION / SET SCHEMA
Alvaro Herrera (13:54)
pgsql: Fix erroneous choices of segNo variables
Alvaro Herrera (14:09)
Re: [COMMITTERS] pgsql: Fix erroneous choices of segNo variables
Alvaro Herrera (14:35)
pgsql: Document that TCP keepalive settings read as 0 on Unix-socketco
Tom Lane (18:27)
pgsql: Document that TCP keepalive settings read as 0 on Unix-socketco
Tom Lane (18:27)
pgsql: Document that TCP keepalive settings read as 0 on Unix-socketco
Tom Lane (18:27)
pgsql: Document that TCP keepalive settings read as 0 on Unix-socketco
Tom Lane (18:27)
pgsql: Fix erroneous choice of timeline variable, too
Alvaro Herrera (20:09)
Re: [COMMITTERS] pgsql: Fix erroneous choices of segNo variables
Robert Haas (23:05)
Prev
|
Next
Jump to day:
1
2
3
4
5
6
7
8
9
10
11
12
15
16
17
18
19
20
21
23
24
26
28
30
31
Privacy Policy
|
About PostgreSQL
Copyright © 1996-2013 The PostgreSQL Global Development Group