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-hackers since 2012-11-15 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
2012-11-15
Re: pgsql: In pg_upgrade, copy fsm, vm, and extent files by checking for fi
Bruce Momjian (00:03)
logical changeset generation v3
Andres Freund (00:27)
[PATCH 01/14] Add minimal binary heap implementation
Andres Freund (01:17)
[PATCH 02/14] Add support for a generic wal reading facility dubbed XLogReader
Andres Freund (01:17)
[PATCH 03/14] Add simple xlogdump tool
Andres Freund (01:17)
[PATCH 04/14] Add a new RELFILENODE syscache to fetch a pg_class entry via (reltablespace, relfilenode)
Andres Freund (01:17)
[PATCH 05/14] Add a new relmapper.c function RelationMapFilenodeToOid that acts as a reverse of RelationMapOidToFilenode
Andres Freund (01:17)
[PATCH 06/14] Add a new function pg_relation_by_filenode to lookup up a relation given the tablespace and the filenode OIDs
Andres Freund (01:17)
[PATCH 07/14] Introduce InvalidCommandId and declare that to be the new maximum for CommandCounterIncrement
Andres Freund (01:17)
[PATCH 08/14] Store the number of subtransactions in xl_running_xacts separately from toplevel xids
Andres Freund (01:17)
[PATCH 09/14] Adjust all *Satisfies routines to take a HeapTuple instead of a HeapTupleHeader
Andres Freund (01:17)
[PATCH 10/14] Allow walsender's to connect to a specific database
Andres Freund (01:17)
[PATCH 11/14] Introduce wal decoding via catalog timetravel
Andres Freund (01:17)
[PATCH 12/14] Add a simple decoding module in contrib named 'test_decoding'
Andres Freund (01:17)
[PATCH 13/14] Introduce pg_receivellog, the pg_receivexlog equivalent for logical changes
Andres Freund (01:17)
[PATCH 14/14] design document v2.3 and snapshot building design doc v0.2
Andres Freund (01:17)
Re: logical changeset generation v3 - git repository
Andres Freund (01:26)
Re: Enabling Checksums
Jeff Davis (01:40)
Re: lcr - walsender integration
Andres Freund (01:42)
Re: WIP patch: add (PRE|POST)PROCESSOR options to COPY
Craig Ringer (02:01)
Re: logical changeset generation v3
Josh Berkus (02:08)
Re: WIP patch: add (PRE|POST)PROCESSOR options to COPY
Tom Lane (02:19)
Re: Enabling Checksums
Robert Haas (02:22)
Re: Doc patch making firm recommendation for setting the value of commit_delay
David Rowley (02:24)
Materialized views WIP patch
Kevin Grittner (02:28)
Re: WIP patch: add (PRE|POST)PROCESSOR options to COPY
Craig Ringer (03:14)
Re: recursive view syntax
Peter Eisentraut (03:44)
Re: logical changeset generation v3
Michael Paquier (04:08)
Re: Materialized views WIP patch
Alvaro Herrera (04:57)
Re: Doc patch, put commas in the right place in pg_restore docs
Peter Eisentraut (05:06)
Re: [PATCH] Patch to compute Max LSN of Data Pages
Amit Kapila (05:08)
Re: Move postgresql_fdw_validator into dblink
Shigeru Hanada (05:33)
add -Wlogical-op to standard compiler options?
Peter Eisentraut (06:17)
feature proposal - triggers by semantics
Darren Duncan (07:44)
Re: Doc patch making firm recommendation for setting the value of commit_delay
Albe Laurenz (08:19)
Re: feature proposal - triggers by semantics
Craig Ringer (08:48)
Re: Doc patch making firm recommendation for setting the value of commit_delay
Greg Smith (08:56)
Re: Doc patch making firm recommendation for setting the value of commit_delay
Craig Ringer (09:10)
Re: logical changeset generation v3
Andres Freund (09:34)
Timing events WIP v1
Greg Smith (09:56)
Re: Doc patch making firm recommendation for setting the value of commit_delay
Magnus Hagander (10:04)
Re: feature proposal - triggers by semantics
Michael Paquier (10:04)
Re: feature proposal - triggers by semantics
Hannu Krosing (10:25)
Re: Materialized views WIP patch
Greg Smith (10:34)
Re: WIP patch for hint bit i/o mitigation
Amit Kapila (10:39)
Re: Doc patch making firm recommendation for setting the value of commit_delay
Peter Geoghegan (10:44)
Re: feature proposal - triggers by semantics
Craig Ringer (10:44)
Re: Switching timeline over streaming replication
Heikki Linnakangas (10:44)
Re: Doc patch making firm recommendation for setting the value of commit_delay
Peter Geoghegan (10:51)
Re: [PATCH 08/14] Store the number of subtransactions in xl_running_xacts separately from toplevel xids
Simon Riggs (12:07)
Re: [PATCH 08/14] Store the number of subtransactions in xl_running_xacts separately from toplevel xids
Andres Freund (12:28)
Re: Switching timeline over streaming replication
Heikki Linnakangas (12:31)
Re: Switching timeline over streaming replication
Heikki Linnakangas (12:34)
Re: Switching timeline over streaming replication
Amit Kapila (12:55)
Re: Hash id in pg_stat_statements
Magnus Hagander (13:10)
Re: Hash id in pg_stat_statements
Peter Geoghegan (13:28)
Re: [BUGS] BUG #7534: walreceiver takes long time to detect n/w breakdown
Amit kapila (13:59)
Re: [PATCH] Patch to compute Max LSN of Data Pages
Robert Haas (14:00)
Re: [PATCH 02/14] Add support for a generic wal reading facility dubbed XLogReader
Heikki Linnakangas (14:22)
Re: add -Wlogical-op to standard compiler options?
Tom Lane (14:40)
Re: [PATCH 02/14] Add support for a generic wal reading facility dubbed XLogReader
Andres Freund (14:47)
Re: Proposal for Allow postgresql.conf values to be changed via SQL
Amit kapila (14:48)
Re: [v9.3] Extra Daemons (Re: elegant and effective way for running jobs inside a database)
Heikki Linnakangas (14:48)
Re: [PATCH 02/14] Add support for a generic wal reading facility dubbed XLogReader
Alvaro Herrera (14:50)
Re: Switching timeline over streaming replication
Tom Lane (14:55)
Re: FDW for PostgreSQL
Shigeru Hanada (15:09)
Re: [v9.3] Extra Daemons (Re: elegant and effective way for running jobs inside a database)
Alvaro Herrera (15:10)
Re: [PATCH] binary heap implementation
Robert Haas (15:11)
Re: [PATCH 02/14] Add support for a generic wal reading facility dubbed XLogReader
Andres Freund (15:12)
Re: Switching timeline over streaming replication
Heikki Linnakangas (15:16)
Re: [PATCH 02/14] Add support for a generic wal reading facility dubbed XLogReader
Alvaro Herrera (15:19)
Re: [PATCH] binary heap implementation
Alvaro Herrera (15:21)
Re: [v9.3] Extra Daemons (Re: elegant and effective way for running jobs inside a database)
Heikki Linnakangas (15:23)
Re: [PATCH] binary heap implementation
Will Crawford (15:49)
Re: [PATCH 02/14] Add support for a generic wal reading facility dubbed XLogReader
Heikki Linnakangas (15:55)
Re: WIP patch for hint bit i/o mitigation
Merlin Moncure (15:57)
Re: [PATCH] binary heap implementation
Andrew Dunstan (16:08)
Re: tuplesort memory usage: grow_memtuples
Robert Haas (16:09)
Re: [PATCH] binary heap implementation
Robert Haas (16:12)
Re: [PATCH] binary heap implementation
Andres Freund (16:22)
Re: [PATCH 02/14] Add support for a generic wal reading facility dubbed XLogReader
Alvaro Herrera (16:23)
Re: WIP patch for hint bit i/o mitigation
Amit Kapila (16:25)
Re: [PATCH] binary heap implementation
Alvaro Herrera (16:27)
Re: [PATCH 03/14] Add simple xlogdump tool
Peter Eisentraut (16:31)
Re: [PATCH] binary heap implementation
Robert Haas (16:37)
Re: [PATCH 03/14] Add simple xlogdump tool
Andres Freund (16:45)
Re: WIP patch for hint bit i/o mitigation
Merlin Moncure (16:48)
Re: [PATCH] binary heap implementation
Andres Freund (16:50)
Re: [PATCH 03/14] Add simple xlogdump tool
Jeff Janes (17:06)
Re: [PATCH] binary heap implementation
Robert Haas (17:08)
Re: [PATCH 03/14] Add simple xlogdump tool
Andres Freund (17:13)
Re: tuplesort memory usage: grow_memtuples
Peter Geoghegan (17:14)
Re: tuplesort memory usage: grow_memtuples
Peter Geoghegan (17:29)
another idea for changing global configuration settings from SQL
Peter Eisentraut (17:53)
Re: [v9.3] writable foreign tables
Kohei KaiGai (17:53)
Re: Proposal for Allow postgresql.conf values to be changed via SQL
Cédric Villemain (17:58)
Re: another idea for changing global configuration settings from SQL
Robert Haas (18:04)
Re: another idea for changing global configuration settings from SQL
Cédric Villemain (18:06)
Re: tuplesort memory usage: grow_memtuples
Robert Haas (18:13)
pg_ctl reload -o "...."
Jeff Janes (18:19)
Re: Timing events WIP v1
Josh Berkus (18:26)
Re: Materialized views WIP patch
Josh Berkus (18:36)
Re: another idea for changing global configuration settings from SQL
Josh Berkus (18:38)
Re: ALTER command reworks
Kohei KaiGai (18:44)
Re: WIP patch: add (PRE|POST)PROCESSOR options to COPY
Robert Haas (19:13)
Re: tuplesort memory usage: grow_memtuples
Peter Geoghegan (19:13)
Re: tuplesort memory usage: grow_memtuples
Robert Haas (19:16)
Re: pg_ctl reload -o "...."
Tom Lane (19:26)
Re: WIP patch: add (PRE|POST)PROCESSOR options to COPY
Tom Lane (19:35)
Re: tuplesort memory usage: grow_memtuples
Peter Geoghegan (19:36)
pg_trgm partial-match
Fujii Masao (19:39)
Re: Dumping an Extension's Script
Robert Haas (19:41)
Re: support for LDAP URLs
Robert Haas (19:44)
Re: Enabling Checksums
Jeff Davis (19:44)
Re: feature proposal - triggers by semantics
Darren Duncan (19:53)
Re: tuplesort memory usage: grow_memtuples
Greg Stark (19:54)
Re: feature proposal - triggers by semantics
Christopher Browne (20:02)
Re: Dumping an Extension's Script
Dimitri Fontaine (20:09)
[v9.3] OAT_POST_ALTER object access hooks
Kohei KaiGai (20:10)
Re: Timing events WIP v1
Alvaro Herrera (20:15)
Re: pg_ctl reload -o "...."
Jeff Janes (20:41)
User control over psql error stream
Karl O. Pinc (20:53)
Re: Further pg_upgrade analysis for many tables
Dimitri Fontaine (20:57)
Re: [v9.3] Row-Level Security
Kohei KaiGai (21:07)
Re: pg_ctl reload -o "...."
Andrew Dunstan (21:09)
Re: [PATCH 02/14] Add support for a generic wal reading facility dubbed XLogReader
Alvaro Herrera (21:12)
Re: tuplesort memory usage: grow_memtuples
Peter Geoghegan (21:13)
Partial-index predicate proofs got dumber in 9.2
Tom Lane (21:23)
Re: pg_ctl reload -o "...."
Tom Lane (21:28)
Re: another idea for changing global configuration settings from SQL
Dimitri Fontaine (21:31)
Re: feature proposal - triggers by semantics
Dimitri Fontaine (21:38)
Re: Hash id in pg_stat_statements
Dimitri Fontaine (21:44)
Re: Further pg_upgrade analysis for many tables
Tom Lane (21:45)
Re: add -Wlogical-op to standard compiler options?
Peter Eisentraut (21:46)
Re: [v9.3] OAT_POST_ALTER object access hooks
Kohei KaiGai (21:51)
Re: feature proposal - triggers by semantics
Darren Duncan (21:55)
Re: add -Wlogical-op to standard compiler options?
Tom Lane (21:58)
Re: another idea for changing global configuration settings from SQL
Magnus Hagander (22:08)
Re: Index only scans wiki page
Peter Geoghegan (22:25)
Re: autovacuum truncate exclusive lock round two
Dimitri Fontaine (22:31)
Re: another idea for changing global configuration settings from SQL
Tom Lane (22:38)
Re: autovacuum truncate exclusive lock round two
Alvaro Herrera (22:39)
Re: another idea for changing global configuration settings from SQL
Craig Ringer (23:31)
Re: Materialized views WIP patch
Jeff Davis (23:35)
2012-11-16
Re: Move postgresql_fdw_validator into dblink
Noah Misch (00:08)
Re: foreign key locks
Noah Misch (00:24)
Re: WIP patch for hint bit i/o mitigation
Jeff Davis (00:42)
Do we need so many hint bits?
Jeff Davis (00:42)
Re: Doc patch making firm recommendation for setting the value of commit_delay
Stephen Frost (01:20)
Re: Do we need so many hint bits?
Simon Riggs (01:26)
Re: feature proposal - triggers by semantics
Craig Ringer (01:43)
Re: [PATCH] binary heap implementation
Abhijit Menon-Sen (01:56)
Re: Doc patch making firm recommendation for setting the value of commit_delay
Peter Geoghegan (02:12)
Re: [WIP] pg_ping utility
Michael Paquier (02:23)
Re: feature proposal - triggers by semantics
Michael Paquier (02:28)
Re: Further pg_upgrade analysis for many tables
Jeff Janes (03:05)
Re: Do we need so many hint bits?
Tom Lane (03:08)
Re: Do we need so many hint bits?
Tom Lane (03:21)
Re: [WIP] pg_ping utility
Phil Sorber (03:34)
Re: support for LDAP URLs
Peter Eisentraut (03:51)
Re: [WIP] pg_ping utility
Michael Paquier (03:55)
Re: Do we need so many hint bits?
Simon Riggs (04:12)
Re: Do we need so many hint bits?
Pavan Deolasee (04:14)
Re: feature proposal - triggers by semantics
Simon Riggs (04:25)
Re: logical changeset generation v3
Michael Paquier (04:34)
Re: Do we need so many hint bits?
Simon Riggs (04:37)
Re: [WIP] pg_ping utility
Phil Sorber (04:38)
Re: WIP patch: add (PRE|POST)PROCESSOR options to COPY
Craig Ringer (04:38)
Re: Problem Observed in behavior of Create Index Concurrently and Hot Update
Pavan Deolasee (04:42)
Re: [PATCH 05/14] Add a new relmapper.c function RelationMapFilenodeToOid that acts as a reverse of RelationMapOidToFilenode
Michael Paquier (04:44)
Re: WIP patch: add (PRE|POST)PROCESSOR options to COPY
Tom Lane (04:55)
Re: gset updated patch
Karl O. Pinc (05:08)
Re: [WIP] pg_ping utility
Tom Lane (05:28)
Re: autovacuum truncate exclusive lock round two
Amit Kapila (05:43)
Re: Timing events WIP v1
Greg Smith (06:15)
Re: Proposal for Allow postgresql.conf values to be changed via SQL
Amit Kapila (06:16)
Re: gset updated patch
Pavel Stehule (06:21)
Re: Do we need so many hint bits?
Jeff Davis (06:44)
Re: [PATCH] binary heap implementation
Jeff Davis (06:49)
CommitFest #3 and upcoming schedule
Greg Smith (07:20)
Re: logical changeset generation v3
Andrea Suisani (08:16)
Re: Timing events WIP v1
Craig Ringer (08:20)
Re: Proposal for Allow postgresql.conf values to be changed via SQL
Cédric Villemain (08:24)
Re: support for LDAP URLs
Albe Laurenz (09:36)
Re: Do we need so many hint bits?
Simon Riggs (09:40)
Re: WIP patch: add (PRE|POST)PROCESSOR options to COPY
Etsuro Fujita (09:41)
proposal: a width specification for s specifier (format function), fix behave when positional and ordered placeholders are used
Pavel Stehule (09:42)
Re: Proposal for Allow postgresql.conf values to be changed via SQL
Amit Kapila (09:58)
Re: WIP patch for hint bit i/o mitigation
Amit Kapila (10:32)
Re: [v9.3] Extra Daemons (Re: elegant and effective way for running jobs inside a database)
Simon Riggs (10:47)
Re: [PATCH 05/14] Add a new relmapper.c function RelationMapFilenodeToOid that acts as a reverse of RelationMapOidToFilenode
Andres Freund (10:58)
Re: [v9.3] Extra Daemons (Re: elegant and effective way for running jobs inside a database)
Kohei KaiGai (11:01)
Re: [PATCH] Patch to compute Max LSN of Data Pages
Amit kapila (11:22)
Re: Re: [BUGS] BUG #7534: walreceiver takes long time to detect n/w breakdown
Amit Kapila (11:40)
Re: Materialized views WIP patch
Dimitri Fontaine (13:13)
Re: [v9.3] Extra Daemons (Re: elegant and effective way for running jobs inside a database)
Alvaro Herrera (13:17)
Re: logical changeset generation v3 - comparison to Postgres-R change set format
Markus Wanner (13:46)
Re: Switching timeline over streaming replication
Amit Kapila (14:01)
Re: WIP patch for hint bit i/o mitigation
Merlin Moncure (14:03)
Re: logical changeset generation v3 - comparison to Postgres-R change set format
Andres Freund (14:05)
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
Privacy Policy
|
About PostgreSQL
Copyright © 1996-2013 The PostgreSQL Global Development Group