pgsql-committers since 2014-01-22 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

Jan. 22, 2014

Thread Author Time
pgsql: Allow type_func_name_keywords in even more places Stephen Frost 04:02
pgsql: Allow type_func_name_keywords in even more places Stephen Frost 04:02
pgsql: Allow type_func_name_keywords in even more places Stephen Frost 04:02
pgsql: Allow type_func_name_keywords in even more places Stephen Frost 04:02
pgsql: Allow type_func_name_keywords in even more places Stephen Frost 04:02
pgsql: Reindent json.c and jsonfuncs.c. Andrew Dunstan 13:48
pgsql: Compress GIN posting lists, for smaller index size. Heikki Linnakangas 17:28
Re: pgsql: Compress GIN posting lists, for smaller index size. Fujii Masao 17:44
pgsql: Fix declaration of GinVacuumState. Heikki Linnakangas 17:55
Re: pgsql: Compress GIN posting lists, for smaller index size. Heikki Linnakangas 17:56
Re: pgsql: Compress GIN posting lists, for smaller index size. Tom Lane 17:58
Re: pgsql: Compress GIN posting lists, for smaller index size. Heikki Linnakangas 18:07

Jan. 23, 2014

Thread Author Time
pgsql: Add date_trunc('', interval) documentation mention Bruce Momjian 03:26
pgsql: Fix bugs in PQhost(). Fujii Masao 14:12
pgsql: Fix bugs in PQhost(). Fujii Masao 14:12
pgsql: Fix bugs in PQhost(). Fujii Masao 14:12
pgsql: Fix bugs in PQhost(). Fujii Masao 14:12
pgsql: Fix bugs in PQhost(). Fujii Masao 14:12
pgsql: Fix bugs in PQhost(). Fujii Masao 14:12
pgsql: Allow case insensitive build version argument for MSVC. Andrew Dunstan 17:20
pgsql: Add libpq function PQhostaddr(). Fujii Masao 17:32
pgsql: Make DROP IF EXISTS more consistently not fail Alvaro Herrera 17:42
Re: [COMMITTERS] pgsql: Compress GIN posting lists, for smaller index size. Stefan Kaltenbrunner 19:18
Re: [COMMITTERS] pgsql: Compress GIN posting lists, for smaller index size. Heikki Linnakangas 19:41
pgsql: Silence compiler warning. Heikki Linnakangas 20:15
Re: Re: [COMMITTERS] pgsql: Compress GIN posting lists, for smaller index size. Tom Lane 20:37
pgsql: Fix alignment of GIN in-line posting lists stored in entry tuple Heikki Linnakangas 21:03
Re: Re: [COMMITTERS] pgsql: Compress GIN posting lists, for smaller index size. Heikki Linnakangas 21:04
Re: Re: [COMMITTERS] pgsql: Compress GIN posting lists, for smaller index size. Tom Lane 22:04
pgsql: Allow use of "z" flag in our printf calls, and use it where appr Tom Lane 22:18

Jan. 24, 2014

Thread Author Time
pgsql: Remove duplicate index entry DATE_TRUNC in document. Fujii Masao 02:21
pgsql: ALTER TABLESPACE ... MOVE ... OWNED BY Stephen Frost 04:56
pgsql: In GIN recompression code, use mmemove rather than memcpy, for v Heikki Linnakangas 08:49
pgsql: Fix off-by-one in newly-introdcued GIN assertion. Heikki Linnakangas 09:19
pgsql: Reset unused fields in GIN data leaf page footer. Heikki Linnakangas 17:15
pgsql: Avoid minor leak in parallel pg_dump Stephen Frost 20:12
pgsql: Avoid minor leak in parallel pg_dump Stephen Frost 20:12

Jan. 25, 2014

Thread Author Time
pgsql: libpq: Support TLS versions beyond TLSv1. Noah Misch 00:32
pgsql: psql: Mention SSL protocol version in \conninfo. Noah Misch 00:32
pgsql: Add recovery_target='immediate' option. Heikki Linnakangas 15:34
Re: pgsql: Add recovery_target='immediate' option. Thom Brown 15:41
Re: [COMMITTERS] pgsql: libpq: Support TLS versions beyond TLSv1. Tom Lane 16:24
Re: [COMMITTERS] pgsql: libpq: Support TLS versions beyond TLSv1. Noah Misch 16:46
Re: [COMMITTERS] pgsql: libpq: Support TLS versions beyond TLSv1. Tom Lane 17:25
Re: [COMMITTERS] pgsql: libpq: Support TLS versions beyond TLSv1. Noah Misch 17:52
pgsql: docs: mention CREATE TABLE LIKE linkage using INCLUDING DEFAULTS Bruce Momjian 19:33
pgsql: Copy-editing docs for recovery_target='immediate', and "ie." Heikki Linnakangas 21:33
pgsql: Adjust C comment in slot_attisnull() regarding nulls. Bruce Momjian 21:43
Re: [COMMITTERS] pgsql: libpq: Support TLS versions beyond TLSv1. Stephen Frost 22:15

Jan. 26, 2014

Thread Author Time
Re: [COMMITTERS] pgsql: libpq: Support TLS versions beyond TLSv1. Alvaro Herrera 02:13
Re: [COMMITTERS] pgsql: libpq: Support TLS versions beyond TLSv1. Craig Ringer 10:10
pgsql: Use E, not e, for escaping in example docs Stephen Frost 14:40
pgsql: Enable building with Visual Studion 2013. Andrew Dunstan 14:49
pgsql: Enable building with Visual Studion 2013. Andrew Dunstan 14:49
pgsql: Include tablespace options in verbose output of \db Magnus Hagander 17:42
Re: pgsql: Include tablespace options in verbose output of \db Tom Lane 20:10
Re: pgsql: Include tablespace options in verbose output of \db Magnus Hagander 20:12
pgsql: Move the options column of \db+ before the description Magnus Hagander 20:17
pgsql: Check dup2() results in syslogger Stephen Frost 21:41
pgsql: Provide for client-only installs with MSVC. Andrew Dunstan 22:04
pgsql: Fix minor leak in pg_dump Stephen Frost 23:00

Jan. 27, 2014

Thread Author Time
pgsql: Fix typos in comments for ALTER SYSTEM. Fujii Masao 03:28
pgsql: Change the suffix of auto conf temporary file from "temp" to "tm Fujii Masao 03:48
pgsql: Code review for auto-tuned effective_cache_size. Tom Lane 05:06
pgsql: Fix typo in README Heikki Linnakangas 07:33
Re: pgsql: Check dup2() results in syslogger Tom Lane 15:13
Re: pgsql: Check dup2() results in syslogger Stephen Frost 15:32
Re: pgsql: Check dup2() results in syslogger Heikki Linnakangas 15:41
pgsql: Relax the requirement that all lwlocks be stored in a single arr Robert Haas 16:17
Re: pgsql: Check dup2() results in syslogger Tom Lane 16:49
Re: pgsql: Check dup2() results in syslogger Stephen Frost 17:17
Re: pgsql: Check dup2() results in syslogger Tom Lane 17:27
pgsql: Keep pg_stat_statements' query texts in a file, not in shared me Tom Lane 20:38

Jan. 28, 2014

Thread Author Time
Re: pgsql: Keep pg_stat_statements' query texts in a file, not in shared me KONDO Mitsumasa 01:12
Re: pgsql: Keep pg_stat_statements' query texts in a file, not in shared me Tom Lane 01:14
Re: pgsql: Keep pg_stat_statements' query texts in a file, not in shared me Peter Geoghegan 01:15
Re: pgsql: Keep pg_stat_statements' query texts in a file, not in shared me Tom Lane 01:23
Re: pgsql: Keep pg_stat_statements' query texts in a file, not in shared me Andrew Dunstan 01:34
Re: pgsql: Keep pg_stat_statements' query texts in a file, not in shared me Peter Geoghegan 01:35
Re: pgsql: Keep pg_stat_statements' query texts in a file, not in shared me Peter Geoghegan 01:35
pgsql: Log a detail message for auth failures due to missing or expired Tom Lane 02:04
Re: pgsql: Keep pg_stat_statements' query texts in a file, not in shared me KONDO Mitsumasa 02:04
Re: pgsql: Keep pg_stat_statements' query texts in a file, not in shared me Peter Geoghegan 02:07
Re: pgsql: Keep pg_stat_statements' query texts in a file, not in shared me Tom Lane 02:08
Re: pgsql: Keep pg_stat_statements' query texts in a file, not in shared me KONDO Mitsumasa 02:17
Re: pgsql: Keep pg_stat_statements' query texts in a file, not in shared me Tom Lane 02:21
Re: pgsql: Keep pg_stat_statements' query texts in a file, not in shared me KONDO Mitsumasa 02:31
Re: pgsql: Keep pg_stat_statements' query texts in a file, not in shared me Peter Geoghegan 02:33
Re: pgsql: Keep pg_stat_statements' query texts in a file, not in shared me Robert Haas 02:40
Re: pgsql: Keep pg_stat_statements' query texts in a file, not in shared me Peter Geoghegan 02:50
Re: [COMMITTERS] pgsql: Keep pg_stat_statements' query texts in a file, not in shared me Peter Geoghegan 06:33
Re: pgsql: Keep pg_stat_statements' query texts in a file, not in shared me KONDO Mitsumasa 06:35
Re: pgsql: Keep pg_stat_statements' query texts in a file, not in shared me KONDO Mitsumasa 06:38
pgsql: Revert dup2() checking in syslogger.c Stephen Frost 13:41
Re: pgsql: Check dup2() results in syslogger Stephen Frost 13:45
pgsql: Remove orphaned prototype Bruce Momjian 16:29
pgsql: Revert C comment change in slot_attisnull() Bruce Momjian 17:28
pgsql: Update comment. Tom Lane 17:34
pgsql: Add pg_stat_archiver statistics view. Fujii Masao 17:59
Re: pgsql: Add pg_stat_archiver statistics view. Tom Lane 20:28
pgsql: New json functions. Andrew Dunstan 22:55
Re: pgsql: New json functions. Andrew Dunstan 22:57
pgsql: Add new make targets check-tests and installcheck-tests. Andrew Dunstan 23:12
Re: pgsql: New json functions. Thom Brown 23:14
Re: pgsql: New json functions. Andrew Dunstan 23:22
pgsql: Minor docs fixes for new json functions. Andrew Dunstan 23:29

Jan. 29, 2014

Thread Author Time
Re: pgsql: Add pg_stat_archiver statistics view. Fujii Masao 01:53
pgsql: Fix compiler warning in EXEC_BACKEND builds. Robert Haas 04:38
pgsql: Allow using huge TLB pages on Linux (MAP_HUGETLB) Heikki Linnakangas 12:12
pgsql: Fix docs build. Heikki Linnakangas 14:18
pgsql: Remedy two small omissions in the new json functions docs. Andrew Dunstan 14:52
pgsql: Allow skipping some items in a multi-key GIN search. Heikki Linnakangas 15:54
pgsql: Further optimize multi-key GIN searches. Heikki Linnakangas 16:27
pgsql: Add more C comments to entab.c. Bruce Momjian 17:22
pgsql: Add C functions to centralize entab processing Bruce Momjian 17:48
pgsql: Fix pointer processing in new entab.c function Bruce Momjian 18:31
Re: pgsql: Allow using huge TLB pages on Linux (MAP_HUGETLB) Peter Geoghegan 19:17
Re: pgsql: Allow using huge TLB pages on Linux (MAP_HUGETLB) Christian Kruse 19:24
pgsql: Further optimize GIN multi-key searches. Heikki Linnakangas 19:25
pgsql: Fix thinko in huge_tlb_pages patch. Heikki Linnakangas 19:36
pgsql: Add json_array_elements_text function. Andrew Dunstan 20:51
pgsql: Include planning time in EXPLAIN ANALYZE output. Robert Haas 21:10
pgsql: Forgot to bump catalog version for json_array_elements_text. Andrew Dunstan 21:38
Re: pgsql: Add json_array_elements_text function. Tom Lane 23:39
pgsql: Silence compiler warnings about possibly unset variables. Andrew Dunstan 23:57

Jan. 30, 2014

Thread Author Time
pgsql: Fix unsafe references to errno within error messaging logic. Tom Lane 01:05
pgsql: Fix unsafe references to errno within error messaging logic. Tom Lane 01:05
pgsql: Fix unsafe references to errno within error messaging logic. Tom Lane 01:05
pgsql: Fix unsafe references to errno within error messaging logic. Tom Lane 01:05
pgsql: Fix unsafe references to errno within error messaging logic. Tom Lane 01:05
pgsql: Fix unsafe references to errno within error messaging logic. Tom Lane 01:05
pgsql: Add checks for interval overflow/underflow Bruce Momjian 14:41
pgsql: docs: add mention of index swapping Bruce Momjian 17:14
pgsql: docs: mention SGML refentry also pulls text from the link Bruce Momjian 17:21
pgsql: docs: improve xref description for xreflabel and refentry links Bruce Momjian 17:26
pgsql: docs: add mention of index swapping Bruce Momjian 17:48
pgsql: Fix bogus handling of "postponed" lateral quals. Tom Lane 19:51
pgsql: Fix bogus handling of "postponed" lateral quals. Tom Lane 19:51
pgsql: Add convenience functions pg_sleep_for and pg_sleep_until. Robert Haas 20:48
pgsql: Fix potential coredump on bad locale value in pg_upgrade. Tom Lane 23:10
pgsql: Fix potential coredump on bad locale value in pg_upgrade. Tom Lane 23:10
pgsql: Fix potential coredump on bad locale value in pg_upgrade. Tom Lane 23:10

Jan. 31, 2014

Thread Author Time
pgsql: Be forgiving of variant spellings of locale names in pg_upgrade. Tom Lane 00:07
pgsql: pgindent: preserve blank lines around #else/#endif Bruce Momjian 03:40
pgsql: Allow unrecognized encoding names in locales, as long as they're Tom Lane 07:04
Re: pgsql: Add json_array_elements_text function. hubert depesz lubaczewski 13:49
pgsql: Fix documented return type of json_array_elements_text. Andrew Dunstan 14:40
pgsql: entab: add new options Bruce Momjian 16:05
pgsql: Add tab completion for ALTER TABLESPACE MOVE in psql. Fujii Masao 16:47
Re: [COMMITTERS] pgsql: libpq: Support TLS versions beyond TLSv1. 📎 Marko Kreen 18:24
pgsql: pgindent: add --list-of-typedefs option Bruce Momjian 18:35
pgsql: pgindent: add Perl comment Bruce Momjian 19:46
pgsql: system catalogs: reorder pg_amproc entries into proper sections Bruce Momjian 21:04
Re: [COMMITTERS] pgsql: libpq: Support TLS versions beyond TLSv1. Tom Lane 21:04
pgsql: docs: specify FOR UPDATE/SHARE incompatibilities Bruce Momjian 21:37
pgsql: doc: authentication wording improvements Bruce Momjian 22:08
pgsql: Add some examples to the postgres_fdw documentation. Tom Lane 22:28
pgsql: docs: mention tgconstrindid supports exclusion constraints Bruce Momjian 22:44
pgsql: Disallow use of SSL v3 protocol in the server as well as in libp Tom Lane 22:51

Feb. 1, 2014

Thread Author Time
pgsql: doc: mention data page checksums in WAL section Bruce Momjian 00:05
pgsql: doc: mention data page checksums in WAL section Bruce Momjian 00:06
pgsql: chkpass: check for NULL return value from crypt() Bruce Momjian 01:20
pgsql: doc: mention statistics reset during crash recovery Bruce Momjian 02:28
pgsql: Clear MyProc and MyProcSignalState before they become invalid. Robert Haas 03:23
pgsql: Clear MyProc and MyProcSignalState before they become invalid. Robert Haas 03:23
pgsql: Clear MyProc and MyProcSignalState before they become invalid. Robert Haas 03:23
pgsql: Clear MyProc and MyProcSignalState before they become invalid. Robert Haas 03:23
pgsql: Clear MyProc and MyProcSignalState before they become invalid. Robert Haas 03:23
pgsql: Clear MyProc and MyProcSignalState before they become invalid. Robert Haas 03:23
pgsql: pg_restore: make help output plural for multi-enabled options Bruce Momjian 03:29
pgsql: docs: mention 'g' is not in the regex embedded options table Bruce Momjian 03:40
pgsql: Introduce replication slots. Robert Haas 03:50
Re: pgsql: Introduce replication slots. 📎 Fujii Masao 07:47
Re: pgsql: Introduce replication slots. Andres Freund 09:09
Re: pgsql: Introduce replication slots. Fujii Masao 09:33
Re: pgsql: Introduce replication slots. Andres Freund 09:37
pgsql: arrays: tighten checks for multi-dimensional input Bruce Momjian 15:49
pgsql: Copy the libpq DLL to the bin directory on Mingw and Cygwin. Andrew Dunstan 20:17
pgsql: Copy the libpq DLL to the bin directory on Mingw and Cygwin. Andrew Dunstan 20:17
pgsql: Copy the libpq DLL to the bin directory on Mingw and Cygwin. Andrew Dunstan 20:17
pgsql: Copy the libpq DLL to the bin directory on Mingw and Cygwin. Andrew Dunstan 20:17
pgsql: Copy the libpq DLL to the bin directory on Mingw and Cygwin. Andrew Dunstan 20:17
pgsql: Copy the libpq DLL to the bin directory on Mingw and Cygwin. Andrew Dunstan 20:18
pgsql: Don't use deprecated dllwrap on Cygwin. Andrew Dunstan 21:14
pgsql: Don't use deprecated dllwrap on Cygwin. Andrew Dunstan 21:14
pgsql: Don't use deprecated dllwrap on Cygwin. Andrew Dunstan 21:14
pgsql: Don't use deprecated dllwrap on Cygwin. Andrew Dunstan 21:15
pgsql: Don't use deprecated dllwrap on Cygwin. Andrew Dunstan 21:15
pgsql: Fix some more bugs in signal handlers and process shutdown logic Tom Lane 21:22
pgsql: Fix some more bugs in signal handlers and process shutdown logic Tom Lane 21:22
pgsql: Fix some more bugs in signal handlers and process shutdown logic Tom Lane 21:22
pgsql: Fix some more bugs in signal handlers and process shutdown logic Tom Lane 21:22
pgsql: fix whitespace Andrew Dunstan 21:27
pgsql: fix whitespace Andrew Dunstan 21:30
pgsql: fix whitespace Andrew Dunstan 21:30
pgsql: fix whitespace Andrew Dunstan 21:30
pgsql: fix whitespace Andrew Dunstan 21:30
Re: pgsql: Introduce replication slots. Thom Brown 23:19
pgsql: Fix some wide-character bugs in the text-search parser. Tom Lane 23:28
pgsql: Fix some wide-character bugs in the text-search parser. Tom Lane 23:28

Browse Archives

Prev | Next