pgsql-committers since 2013-02-20 00:00

Notification of git commits are sent to this list. Do not post here!

Search the Archives

(enter a message-id to go directly to that message)

Browse Archives

Prev | Next

Feb. 20, 2013

Thread Author Time
Re: Materialized views WIP patch Josh Berkus 00:07
Re: Materialized views WIP patch Tom Lane 08:11
pgsql: Fix yet another typo in comment. Heikki Linnakangas 10:31
Re: Materialized views WIP patch Robert Haas 11:13
Re: Materialized views WIP patch Tom Lane 11:43
Re: Materialized views WIP patch Peter Eisentraut 14:29
pgsql: Don't pass NULL to fprintf, if a bogus connection string is give Heikki Linnakangas 14:37
pgsql: Don't pass NULL to fprintf, if a bogus connection string is give Heikki Linnakangas 14:37
pgsql: Don't pass NULL to fprintf, if a bogus connection string is give Heikki Linnakangas 14:37
pgsql: Don't pass NULL to fprintf, if a bogus connection string is give Heikki Linnakangas 14:37
pgsql: Don't pass NULL to fprintf, if a bogus connection string is give Heikki Linnakangas 14:37
pgsql: Fix pg_dumpall with database names containing = Heikki Linnakangas 15:14
pgsql: Fix pg_dumpall with database names containing = Heikki Linnakangas 15:14
pgsql: Fix pg_dumpall with database names containing = Heikki Linnakangas 15:14
pgsql: Fix pg_dumpall with database names containing = Heikki Linnakangas 15:14
pgsql: Fix pg_dumpall with database names containing = Heikki Linnakangas 15:14
Re: Materialized views WIP patch Kevin Grittner 15:24
Re: Materialized views WIP patch Kevin Grittner 15:28
Re: Materialized views WIP patch Tom Lane 16:20
Re: Materialized views WIP patch Kevin Grittner 16:26
Re: Materialized views WIP patch Peter Eisentraut 16:58
Re: Materialized views WIP patch Erik Rijkers 17:14
Re: Materialized views WIP patch Greg Stark 17:59
Re: Materialized views WIP patch Kevin Grittner 18:28
Re: Materialized views WIP patch Josh Berkus 18:33
Re: Materialized views WIP patch Peter Eisentraut 18:57
Re: Materialized views WIP patch Kevin Grittner 19:30
Re: Materialized views WIP patch Stephen Frost 19:35
Re: Materialized views WIP patch Peter Eisentraut 21:25
Re: Materialized views WIP patch Kevin Grittner 22:03

Feb. 21, 2013

Thread Author Time
Re: Materialized views WIP patch Tatsuo Ishii 00:45
Re: Materialized views WIP patch Greg Stark 04:14
Re: Materialized views WIP patch Tom Lane 08:31
Re: Materialized views WIP patch Andres Freund 08:54
pgsql: Add postgres_fdw contrib module. Tom Lane 10:27
pgsql: Teach MSVC build system about postgres_fdw. Tom Lane 11:43
Re: Materialized views WIP patch Robert Haas 13:05
Re: Materialized views WIP patch Peter Eisentraut 13:20
Re: Materialized views WIP patch Peter Eisentraut 13:22
Re: Materialized views WIP patch Kevin Grittner 14:25
pgsql: Need to decorate XactIsoLevel as PGDLLIMPORT for postgres_fdw. Tom Lane 14:28
Re: Materialized views WIP patch Kevin Grittner 14:38
Re: Materialized views WIP patch Kevin Grittner 14:47
Re: Materialized views WIP patch Heikki Linnakangas 15:01
Re: Materialized views WIP patch Kevin Grittner 15:02
pgsql: Remove useless variable Alvaro Herrera 15:04
Re: Materialized views WIP patch Kevin Grittner 15:10
Re: Materialized views WIP patch Tom Lane 15:10
Re: Materialized views WIP patch Kevin Grittner 15:18
Re: Materialized views WIP patch Andres Freund 15:19
Re: Materialized views WIP patch Kevin Grittner 15:26
Re: Materialized views WIP patch Kevin Grittner 15:35
Re: Materialized views WIP patch Tom Lane 15:42
Re: Materialized views WIP patch Peter Eisentraut 21:48
Re: Materialized views WIP patch Kevin Grittner 22:11
Re: Materialized views WIP patch Greg Stark 22:16
Re: Materialized views WIP patch Kevin Grittner 22:46
Re: Materialized views WIP patch Andres Freund 23:32

Feb. 22, 2013

Thread Author Time
pgsql: Move relpath() to libpgcommon Alvaro Herrera 01:49
Re: Materialized views WIP patch Tom Lane 08:10
Re: pgsql: Move relpath() to libpgcommon Tom Lane 08:37
pgsql: If recovery.conf is created after "pg_ctl stop -m i", do crash r Heikki Linnakangas 10:39
pgsql: If recovery.conf is created after "pg_ctl stop -m i", do crash r Heikki Linnakangas 10:39
pgsql: Adjust postgres_fdw's search path handling. Tom Lane 11:05
pgsql: Fix thinko in previous commit. Heikki Linnakangas 11:13
pgsql: Fix thinko in previous commit. Heikki Linnakangas 11:13
pgsql: Get rid of postgres_fdw's assumption that remote type OIDs match Tom Lane 11:37
pgsql: Change postgres_fdw to show casts as casts, not underlying funct Tom Lane 12:30
pgsql: Fix whole-row references in postgres_fdw. Tom Lane 14:21
pgsql: Blind attempt at fixing the non-MSVC Windows builds Alvaro Herrera 14:55
Re: pgsql: Move relpath() to libpgcommon Alvaro Herrera 14:56
Re: pgsql: Blind attempt at fixing the non-MSVC Windows builds Andres Freund 14:59
Re: pgsql: Blind attempt at fixing the non-MSVC Windows builds Alvaro Herrera 15:34
Re: pgsql: Blind attempt at fixing the non-MSVC Windows builds Andres Freund 15:38
pgsql: Fix some planning oversights in postgres_fdw. Tom Lane 15:56
pgsql: Add pg_xlogdump contrib program Alvaro Herrera 19:58
pgsql: Fix copy-and-pasteo Alvaro Herrera 20:05
Re: pgsql: Add pg_xlogdump contrib program Thom Brown 20:05
Re: pgsql: Add pg_xlogdump contrib program Peter Geoghegan 20:09
Re: pgsql: Add pg_xlogdump contrib program Thom Brown 20:22
pgsql: Fix some typos and grammatical mistakes Alvaro Herrera 21:54
Re: pgsql: Add pg_xlogdump contrib program Alvaro Herrera 21:55
pgsql: contrib/Makefile also needs updated Alvaro Herrera 21:57
Re: pgsql: Add pg_xlogdump contrib program Shigeru Hanada 22:43

Feb. 23, 2013

Thread Author Time
Re: Materialized views WIP patch Josh Berkus 01:00
pgsql: Add quotes to messages Peter Eisentraut 04:40
pgsql: Add quotes to messages Peter Eisentraut 04:40
pgsql: doc: Add more compatibility information for triggers Peter Eisentraut 05:29
Re: Materialized views WIP patch Greg Stark 12:55
Re: Materialized views WIP patch Michael Paquier 13:00
pgsql: Rename postgres_fdw's use_remote_explain option to use_remote_es Tom Lane 17:21

Feb. 24, 2013

Thread Author Time
pgsql: Correct tense in log message Peter Eisentraut 04:53
pgsql: Correct tense in log message Peter Eisentraut 04:53
pgsql: Correct tense in log message Peter Eisentraut 04:53
pgsql: Correct tense in log message Peter Eisentraut 04:53
pgsql: Fix build of contrib/pg_xlogdump. Tom Lane 13:58
pgsql: doc: Remove PostgreSQL version number from xml2 deprecation noti Peter Eisentraut 20:45
pgsql: doc: Remove PostgreSQL version number from xml2 deprecation noti Peter Eisentraut 20:45
pgsql: doc: Remove PostgreSQL version number from xml2 deprecation noti Peter Eisentraut 20:45
pgsql: doc: Remove PostgreSQL version number from xml2 deprecation noti Peter Eisentraut 20:45
pgsql: doc: Remove PostgreSQL version number from xml2 deprecation noti Peter Eisentraut 20:45

Feb. 25, 2013

Thread Author Time
pgsql: Provide MSVC build setup for pg_xlogdump. Andrew Dunstan 01:29
Re: pgsql: doc: Remove PostgreSQL version number from xml2 deprecation noti Robert Haas 11:29
pgsql: Add -d option to pg_basebackup and pg_receivexlog, for connectio Heikki Linnakangas 13:00
pgsql: Redo MSVC build implementation for pg_xlogdump. Andrew Dunstan 17:23
pgsql: Add -d/--dbname option to pg_dump. Heikki Linnakangas 17:43
pgsql: Only quote libpq connection string values that need quoting. Heikki Linnakangas 17:53
pgsql: Add -d option to pg_dumpall, for specifying a connection string. Heikki Linnakangas 17:53
Re: Materialized views WIP patch Erik Rijkers 22:07
pgsql: doc: Fix markup typo Peter Eisentraut 23:04
pgsql: doc: Fix markup typo Peter Eisentraut 23:04
pgsql: doc: Fix markup typo Peter Eisentraut 23:04
pgsql: doc: Fix markup typo Peter Eisentraut 23:04
pgsql: doc: Fix markup typo Peter Eisentraut 23:04

Feb. 26, 2013

Thread Author Time
Re: pgsql: Fix pg_dumpall with database names containing = Thom Brown 16:03
Re: pgsql: Fix pg_dumpall with database names containing = Heikki Linnakangas 16:29
pgsql: Remove the check for COPY TO STDIN and COPY FROM STDOUT from ecp Heikki Linnakangas 17:33
pgsql: Install headers from the new src/include/common subdirectory. Tom Lane 20:27
pgsql: Clean up "stopgap" implementation of timestamptz_to_str(). Tom Lane 20:50
pgsql: Add missing .gitignore file. Tom Lane 20:59

Feb. 27, 2013

Thread Author Time
Re: pgsql: Fix pg_dumpall with database names containing = Thom Brown 09:52
Re: [COMMITTERS] pgsql: Fix pg_dumpall with database names containing = Heikki Linnakangas 12:54
npgsql - Npgsql2: [#1011310] Command timeouts after the first are not fxjr 13:06
pgsql: Add missing error check in regexp parser. Tom Lane 15:41
pgsql: Add missing error check in regexp parser. Tom Lane 15:41
pgsql: Add missing error check in regexp parser. Tom Lane 15:41
pgsql: Add missing error check in regexp parser. Tom Lane 15:41
pgsql: Add missing error check in regexp parser. Tom Lane 15:41
pgsql: Add support for piping COPY to/from an external program. Heikki Linnakangas 16:22
Re: pgsql: Add support for piping COPY to/from an external program. Thom Brown 16:35
pgsql: Add standard file header comment to quotes.c. Heikki Linnakangas 16:43
pgsql: Cannot use WL_SOCKET_WRITEABLE without WL_SOCKET_READABLE. Heikki Linnakangas 17:29
Re: pgsql: Add support for piping COPY to/from an external program. Heikki Linnakangas 19:12
pgsql: Fix typo in "pg_xlogdump --help" and error message. Heikki Linnakangas 19:28
pgsql: Fix MSVC build. Heikki Linnakangas 19:32
Re: pgsql: Add support for piping COPY to/from an external program. Thom Brown 19:46
pgsql: Remove spurious "the", and add a missing one. Heikki Linnakangas 19:51
Re: pgsql: Add support for piping COPY to/from an external program. Heikki Linnakangas 19:51

Feb. 28, 2013

Thread Author Time
Re: pgsql: Add CREATE RECURSIVE VIEW syntax Thom Brown 14:38
Re: Materialized views WIP patch Robert Haas 14:55
Re: Materialized views WIP patch Tom Lane 16:00
Re: Materialized views WIP patch Heikki Linnakangas 16:08
Re: pgsql: Add support for piping COPY to/from an external program. Alvaro Herrera 16:32
Re: Materialized views WIP patch Robert Haas 16:54
Re: Materialized views WIP patch Kevin Grittner 17:52
pgsql: Improve pg_upgrade commentary on multixact change Alvaro Herrera 19:34

March 1, 2013

Thread Author Time
Re: pgsql: Add CREATE RECURSIVE VIEW syntax Peter Eisentraut 04:21
Re: Materialized views WIP patch Ants Aasma 13:56
Re: Materialized views WIP patch Kevin Grittner 14:18
Re: Materialized views WIP patch Ants Aasma 15:01

March 2, 2013

Thread Author Time
pgsql: Eliminate memory leaks in plperl's spi_prepare() function. Tom Lane 02:34
pgsql: Eliminate memory leaks in plperl's spi_prepare() function. Tom Lane 02:34
pgsql: Eliminate memory leaks in plperl's spi_prepare() function. Tom Lane 02:34
pgsql: Eliminate memory leaks in plperl's spi_prepare() function. Tom Lane 02:34
pgsql: Eliminate memory leaks in plperl's spi_prepare() function. Tom Lane 02:34
pgsql: Exclude utils/probes.h and pg_trace.h from cpluspluscheck Peter Eisentraut 03:52
pgsql: Exclude utils/probes.h and pg_trace.h from cpluspluscheck Peter Eisentraut 03:52
Re: Materialized views WIP patch Greg Stark 14:36
Re: Materialized views WIP patch Kevin Grittner 15:06

March 3, 2013

Thread Author Time
Re: Materialized views WIP patch Dean Rasheed 08:48
Re: Materialized views WIP patch Kevin Grittner 13:12
pgsql: doc: A few awkward phrasing fixes Peter Eisentraut 13:56
pgsql: doc: Awkward phrasing fix Peter Eisentraut 13:56
pgsql: doc: A few awkward phrasing fixes Peter Eisentraut 13:56
pgsql: doc: Awkward phrasing fix Peter Eisentraut 13:56
pgsql: doc: Awkward phrasing fix Peter Eisentraut 13:56
pgsql: doc: Small tweak for consistency Peter Eisentraut 13:59
Re: Materialized views WIP patch 📎 Kevin Grittner 14:33
Re: Materialized views WIP patch Dean Rasheed 17:06
Re: Materialized views WIP patch Nicolas Barbier 20:13
Re: Materialized views WIP patch Kevin Grittner 21:06
pgsql: Fix SQL function execution to be safe with long-lived FmgrInfos. Tom Lane 22:40
pgsql: Fix SQL function execution to be safe with long-lived FmgrInfos. Tom Lane 22:40
Re: Materialized views WIP patch Greg Stark 22:47
Re: Materialized views WIP patch Nicolas Barbier 23:01
Re: Materialized views WIP patch Tom Lane 23:39

March 4, 2013

Thread Author Time
pgsql: Get rid of any toast table when converting a table to a view. Tom Lane 00:05
pgsql: Add a materialized view relations. Kevin Grittner 00:25
Re: Materialized views WIP patch Josh Berkus 00:27
pgsql: Fix map_sql_value_to_xml_value() to treat domains like their bas Tom Lane 00:32
Re: Materialized views WIP patch Kevin Grittner 00:34
pgsql: Remove accidentally-committed .orig file. Kevin Grittner 00:40
Re: [HACKERS] Materialized views WIP patch Kevin Grittner 00:57
pgsql: psql: Let \l accept a pattern Peter Eisentraut 03:23
Re: Materialized views WIP patch Craig Ringer 04:04
Re: Materialized views WIP patch Euler Taveira 13:37
pgsql: Remove accidentally-committed .orig file. Magnus Hagander 15:25
pgsql: psql: Let \l accept a pattern Magnus Hagander 15:25
Re: [HACKERS] Materialized views WIP patch Alvaro Herrera 15:39
pgsql: Fix overflow check in tm2timestamp (this time for sure). Tom Lane 20:15
pgsql: Fix overflow check in tm2timestamp (this time for sure). Tom Lane 20:15
pgsql: Fix overflow check in tm2timestamp (this time for sure). Tom Lane 20:15
pgsql: Fix overflow check in tm2timestamp (this time for sure). Tom Lane 20:15
pgsql: Fix overflow check in tm2timestamp (this time for sure). Tom Lane 20:15

March 5, 2013

Thread Author Time
Re: Materialized views WIP patch Simon Riggs 08:50
pgsql: Bump catversion because of new function in the materialized view Kevin Grittner 11:33
Re: Materialized views WIP patch Kevin Grittner 12:15
Re: Materialized views WIP patch Simon Riggs 14:44
pgsql: Fix to_char() to use ASCII-only case-folding rules where appropr Tom Lane 18:03
pgsql: Fix to_char() to use ASCII-only case-folding rules where appropr Tom Lane 18:03

Browse Archives

Prev | Next