Mailing lists [pgsql-hackers]
- Re: [PATCH] Fix INT_MIN % -1 overflow in int8mod(). Tom Lane
- Re: [PATCH] Fix INT_MIN % -1 overflow in int8mod(). Xi Wang
- Re: [PATCH] Fix INT_MIN % -1 overflow in int8mod(). Tom Lane
- [PATCH 1/2] Fix INT_MIN % -1 overflow in int8mod(). Xi Wang
- [PATCH 2/2] Clean up INT_MIN % -1 overflow in int4mod(). Xi Wang
- Re: [PATCH] Fix INT_MIN % -1 overflow in int8mod(). Xi Wang
- Re: WIP checksums patch Merlin Moncure
- Re: Further pg_upgrade analysis for many tables Bruce Momjian
- Re: My first patch! (to \df output) Robert Haas
- Re: Add contrib module functions to docs' function index Robert Haas
- Re: Enabling Checksums Jeff Davis
- Re: Pg_upgrade speed for many tables Bruce Momjian
- logical changeset generation v3 andres@anarazel.de (Andres Freund)
- [PATCH 01/14] Add minimal binary heap implementation Andres Freund
- [PATCH 04/14] Add a new RELFILENODE syscache to fetch a pg_class entry via (reltablespace, relfilenode) Andres Freund
- [PATCH 05/14] Add a new relmapper.c function RelationMapFilenodeToOid that acts as a reverse of RelationMapOidToFilenode Andres Freund
- [PATCH 03/14] Add simple xlogdump tool Andres Freund
- [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
- [PATCH 08/14] Store the number of subtransactions in xl_running_xacts separately from toplevel xids Andres Freund
- [PATCH 11/14] Introduce wal decoding via catalog timetravel Andres Freund
- [PATCH 14/14] design document v2.3 and snapshot building design doc v0.2 Andres Freund
- [PATCH 07/14] Introduce InvalidCommandId and declare that to be the new maximum for CommandCounterIncrement Andres Freund
- [PATCH 10/14] Allow walsender's to connect to a specific database Andres Freund
- [PATCH 09/14] Adjust all *Satisfies routines to take a HeapTuple instead of a HeapTupleHeader Andres Freund
- [PATCH 13/14] Introduce pg_receivellog, the pg_receivexlog equivalent for logical changes Andres Freund
- [PATCH 12/14] Add a simple decoding module in contrib named 'test_decoding' Andres Freund
- [PATCH 02/14] Add support for a generic wal reading facility dubbed XLogReader Andres Freund
- Re: logical changeset generation v3 - git repository Andres Freund
- Re: Enabling Checksums Jeff Davis
- Re: lcr - walsender integration Andres Freund
- Re: WIP patch: add (PRE|POST)PROCESSOR options to COPY Craig Ringer
- Re: logical changeset generation v3 Josh Berkus
- Re: WIP patch: add (PRE|POST)PROCESSOR options to COPY Tom Lane
- Re: Enabling Checksums Robert Haas
- Re: Doc patch making firm recommendation for setting the value of commit_delay David Rowley
- Materialized views WIP patch Kevin Grittner
- Re: WIP patch: add (PRE|POST)PROCESSOR options to COPY Craig Ringer
- Re: recursive view syntax Peter Eisentraut
- Re: logical changeset generation v3 Michael Paquier
- Re: Materialized views WIP patch Alvaro Herrera
- Re: Doc patch, put commas in the right place in pg_restore docs Peter Eisentraut
- Re: [PATCH] Patch to compute Max LSN of Data Pages Amit Kapila
- Re: Move postgresql_fdw_validator into dblink Shigeru Hanada
- add -Wlogical-op to standard compiler options? Peter Eisentraut
- feature proposal - triggers by semantics Darren Duncan
- Re: Doc patch making firm recommendation for setting the value of commit_delay Albe Laurenz
- Re: feature proposal - triggers by semantics Craig Ringer
- Re: Doc patch making firm recommendation for setting the value of commit_delay Greg Smith
- Re: Doc patch making firm recommendation for setting the value of commit_delay Craig Ringer
- Re: logical changeset generation v3 Andres Freund
- Timing events WIP v1 Greg Smith
- Re: Doc patch making firm recommendation for setting the value of commit_delay Magnus Hagander
- Re: feature proposal - triggers by semantics Michael Paquier
- Re: feature proposal - triggers by semantics Hannu Krosing
- Re: Materialized views WIP patch Greg Smith
- Re: WIP patch for hint bit i/o mitigation Amit Kapila
- Re: Doc patch making firm recommendation for setting the value of commit_delay Peter Geoghegan
- Re: Switching timeline over streaming replication Heikki Linnakangas
- Re: feature proposal - triggers by semantics Craig Ringer
- Re: Doc patch making firm recommendation for setting the value of commit_delay Peter Geoghegan
- Re: Switching timeline over streaming replication Heikki Linnakangas
- Re: Switching timeline over streaming replication Heikki Linnakangas
- Re: Switching timeline over streaming replication Amit Kapila
- Re: Hash id in pg_stat_statements Magnus Hagander
- Re: Hash id in pg_stat_statements Peter Geoghegan
- Re: [BUGS] BUG #7534: walreceiver takes long time to detect n/w breakdown Amit kapila
- Re: [PATCH] Patch to compute Max LSN of Data Pages Robert Haas
- Re: [PATCH 08/14] Store the number of subtransactions in xl_running_xacts separately from toplevel xids Simon Riggs
- Re: [PATCH 08/14] Store the number of subtransactions in xl_running_xacts separately from toplevel xids Andres Freund
- Re: [PATCH 02/14] Add support for a generic wal reading facility dubbed XLogReader Heikki Linnakangas
- Re: add -Wlogical-op to standard compiler options? Tom Lane
- Re: Proposal for Allow postgresql.conf values to be changed via SQL Amit kapila
- Re: [PATCH 02/14] Add support for a generic wal reading facility dubbed XLogReader Andres Freund
- Re: [v9.3] Extra Daemons (Re: elegant and effective way for running jobs inside a database) Heikki Linnakangas
- Re: [PATCH 02/14] Add support for a generic wal reading facility dubbed XLogReader Alvaro Herrera
- Re: Switching timeline over streaming replication Tom Lane
- Re: FDW for PostgreSQL Shigeru Hanada
- Re: [v9.3] Extra Daemons (Re: elegant and effective way for running jobs inside a database) Alvaro Herrera
- Re: [PATCH] binary heap implementation Robert Haas
- Re: [PATCH 02/14] Add support for a generic wal reading facility dubbed XLogReader Andres Freund
- Re: Switching timeline over streaming replication Heikki Linnakangas
- Re: [PATCH 02/14] Add support for a generic wal reading facility dubbed XLogReader Alvaro Herrera
- Re: [PATCH] binary heap implementation Alvaro Herrera
- Re: [v9.3] Extra Daemons (Re: elegant and effective way for running jobs inside a database) Heikki Linnakangas
- Re: [PATCH] binary heap implementation Will Crawford
- Re: [PATCH 02/14] Add support for a generic wal reading facility dubbed XLogReader Heikki Linnakangas
- Re: WIP patch for hint bit i/o mitigation Merlin Moncure
- Re: [PATCH] binary heap implementation Andrew Dunstan
- Re: tuplesort memory usage: grow_memtuples Robert Haas
- Re: [PATCH] binary heap implementation Robert Haas
- Re: [PATCH] binary heap implementation Andres Freund
- Re: [PATCH 02/14] Add support for a generic wal reading facility dubbed XLogReader Alvaro Herrera
- Re: WIP patch for hint bit i/o mitigation Amit Kapila
- Re: [PATCH] binary heap implementation Alvaro Herrera
- Re: [PATCH 03/14] Add simple xlogdump tool Peter Eisentraut
- Re: [PATCH] binary heap implementation Robert Haas
- Re: [PATCH 03/14] Add simple xlogdump tool Andres Freund
- Re: WIP patch for hint bit i/o mitigation Merlin Moncure
- Re: [PATCH] binary heap implementation Andres Freund
- Re: [PATCH 03/14] Add simple xlogdump tool Jeff Janes
- Re: [PATCH] binary heap implementation Robert Haas
- Re: [PATCH 03/14] Add simple xlogdump tool Andres Freund
- Re: tuplesort memory usage: grow_memtuples Peter Geoghegan
- Re: tuplesort memory usage: grow_memtuples Peter Geoghegan
- another idea for changing global configuration settings from SQL Peter Eisentraut
- Re: [v9.3] writable foreign tables Kohei KaiGai
- Re: Proposal for Allow postgresql.conf values to be changed via SQL Cédric Villemain
- Re: another idea for changing global configuration settings from SQL Robert Haas
- Re: another idea for changing global configuration settings from SQL Cédric Villemain
- Re: tuplesort memory usage: grow_memtuples Robert Haas
- pg_ctl reload -o "...." Jeff Janes
- Re: Timing events WIP v1 Josh Berkus
- Re: Materialized views WIP patch Josh Berkus
- Re: another idea for changing global configuration settings from SQL Josh Berkus
- Re: ALTER command reworks Kohei KaiGai
- Re: WIP patch: add (PRE|POST)PROCESSOR options to COPY Robert Haas
- Re: tuplesort memory usage: grow_memtuples Peter Geoghegan
- Re: tuplesort memory usage: grow_memtuples Robert Haas
- Re: pg_ctl reload -o "...." Tom Lane
- Re: WIP patch: add (PRE|POST)PROCESSOR options to COPY Tom Lane
- Re: tuplesort memory usage: grow_memtuples Peter Geoghegan
- pg_trgm partial-match Fujii Masao
- Re: Dumping an Extension's Script Robert Haas
- Re: support for LDAP URLs Robert Haas
- Re: Enabling Checksums Jeff Davis
- Re: feature proposal - triggers by semantics Darren Duncan
- Re: tuplesort memory usage: grow_memtuples Greg Stark
- Re: feature proposal - triggers by semantics Christopher Browne
- Re: Dumping an Extension's Script Dimitri Fontaine
- [v9.3] OAT_POST_ALTER object access hooks Kohei KaiGai
- Re: Timing events WIP v1 Alvaro Herrera
- Re: pg_ctl reload -o "...." Jeff Janes
- User control over psql error stream Karl O. Pinc
- Re: Further pg_upgrade analysis for many tables Dimitri Fontaine