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

April 20, 2014

Thread Author Time
pgsql: Fix typo. Robert Haas 14:31
pgsql: Fix another typo. Robert Haas 14:33

April 21, 2014

Thread Author Time
pgsql: pg_stat_statements forgot to let previous occupant of hook get c Tom Lane 17:28
pgsql: pg_stat_statements forgot to let previous occupant of hook get c Tom Lane 17:28
pgsql: pg_stat_statements forgot to let previous occupant of hook get c Tom Lane 17:28

April 22, 2014

Thread Author Time
pgsql: Avoid transient bogus page contents when creating a sequence. Heikki Linnakangas 07:53
pgsql: Fix rm_desc routine of b-tree page delete records. Heikki Linnakangas 10:03
pgsql: Retain original physical order of tuples in redo of b-tree split Heikki Linnakangas 12:36
pgsql: Fix bug in new B-tree page deletion code. Heikki Linnakangas 12:36
pgsql: doc: Improve "replication slot" index entries Peter Eisentraut 19:23
pgsql: Fix Gin README. Heikki Linnakangas 19:40
pgsql: Fix bug in the new B-tree incomplete-split code. Heikki Linnakangas 19:44
pgsql: copy: update docs for FORCE_NULL and FORCE_NOT_NULL combination Bruce Momjian 20:06
pgsql: regression test: fix hot standby tests by using repeatable read Bruce Momjian 21:24
pgsql: doc: improve CREATE RULE event list Bruce Momjian 21:54
pgsql: release memory used while flushing logical mappings Bruce Momjian 22:05
pgsql: docs: clearify use of pg_database.datistemplate Bruce Momjian 22:10
pgsql: build: add EXTRA_REGRESS_OPTS to all pg_regress invocations Bruce Momjian 22:13
pgsql: docs: add results for JSON operator examples Bruce Momjian 22:19
pgsql: doc: mention CREATE MATERIALIZED VIEW AS can be EXPLAINed Bruce Momjian 22:38
pgsql: doc: improve wording of COPY commit 7ec73783d88a743799b0c262f12 Bruce Momjian 23:16
Re: pgsql: doc: improve wording of COPY commit 7ec73783d88a743799b0c262f12 Andrew Dunstan 23:55

April 23, 2014

Thread Author Time
Re: pgsql: doc: improve wording of COPY commit 7ec73783d88a743799b0c262f12 Bruce Momjian 00:33
pgsql: doc: adjust 9970443640b4569cf72b3c8e84abe80bdf533c7f for "null Bruce Momjian 00:33
Re: pgsql: release memory used while flushing logical mappings Tom Lane 02:09
Re: pgsql: release memory used while flushing logical mappings Bruce Momjian 02:16
pgsql: revert 4d0d607a454ee832574afd52a3c515099cc85eb3 Bruce Momjian 02:22
Re: pgsql: release memory used while flushing logical mappings Bruce Momjian 02:22
pgsql: Fix broken logic in logical_heap_rewrite_flush_mappings(). Tom Lane 02:33
pgsql: Fix documentation of FmgrInfo.fn_nargs. Tom Lane 03:22
pgsql: Cleanup of new b-tree page deletion code. Heikki Linnakangas 09:55
pgsql: Fix typos in comment. Heikki Linnakangas 09:59
pgsql: Fix typos in comment. Heikki Linnakangas 09:59
pgsql: Fix typos in comment. Heikki Linnakangas 09:59
pgsql: Fix typos in comment. Heikki Linnakangas 09:59
pgsql: Fix typo, trance -> tranche, in docs. Heikki Linnakangas 10:00
pgsql: Update obsolete comments. Heikki Linnakangas 11:42
pgsql: Update obsolete comments. Heikki Linnakangas 11:42
pgsql: ecpg: Add additional files to .gitignore Peter Eisentraut 17:31
pgsql: doc: Fix DocBook table column count declaration Peter Eisentraut 20:27
pgsql: Allow polymorphic aggregates to have non-polymorphic state data Tom Lane 23:17

April 24, 2014

Thread Author Time
pgsql: Fix incorrect pg_proc.proallargtypes entries for two built-in fu Tom Lane 01:21
pgsql: Fix incorrect pg_proc.proallargtypes entries for two built-in fu Tom Lane 01:21
pgsql: Fix incorrect pg_proc.proallargtypes entries for two built-in fu Tom Lane 01:21
pgsql: Fix incorrect pg_proc.proallargtypes entries for two built-in fu Tom Lane 01:21
pgsql: Properly build pg_recvlogical in the msvc build system Magnus Hagander 07:31
pgsql: Reset pg_stat_activity.xact_start during PREPARE TRANSACTION. Tom Lane 17:30
pgsql: Reset pg_stat_activity.xact_start during PREPARE TRANSACTION. Tom Lane 17:30
pgsql: Reset pg_stat_activity.xact_start during PREPARE TRANSACTION. Tom Lane 17:30
pgsql: Reset pg_stat_activity.xact_start during PREPARE TRANSACTION. Tom Lane 17:30
pgsql: Reset pg_stat_activity.xact_start during PREPARE TRANSACTION. Tom Lane 17:30
pgsql: Reset pg_stat_activity.xact_start during PREPARE TRANSACTION. Tom Lane 17:30
pgsql: Fix race when updating a tuple concurrently locked by another pr Alvaro Herrera 19:18
pgsql: Fix race when updating a tuple concurrently locked by another pr Alvaro Herrera 19:18

April 25, 2014

Thread Author Time
pgsql: Clean up temp installations after client program tests. Tom Lane 19:40
pgsql: Fix off-by-one bug in LWLockRegisterTranche(). Tom Lane 20:00

April 26, 2014

Thread Author Time
pgsql: Record the proper typmod for an index expression column. Tom Lane 16:22
pgsql: Don't #include utils/palloc.h in common/fe_memutils.h. Tom Lane 18:14
pgsql: Don't #include utils/palloc.h in common/fe_memutils.h. Tom Lane 18:14
pgsql: Improve generation algorithm for database system identifier. Tom Lane 19:11

April 28, 2014

Thread Author Time
pgsql: Can't completely get rid of #ifndef FRONTEND in palloc.h :-( Tom Lane 01:24
pgsql: Can't completely get rid of #ifndef FRONTEND in palloc.h :-( Tom Lane 01:24
Re: pgsql: Can't completely get rid of #ifndef FRONTEND in palloc.h :-( 📎 Alvaro Herrera 13:47
pgsql: Minor fixes for ALTER TABLE documentation. Robert Haas 14:12
Re: [COMMITTERS] pgsql: Can't completely get rid of #ifndef FRONTEND in palloc.h :-( Tom Lane 14:30
pgsql: Fix two bugs in WAL-logging of GIN pending-list pages. Heikki Linnakangas 14:32
pgsql: Fix two bugs in WAL-logging of GIN pending-list pages. Heikki Linnakangas 14:32
pgsql: Fix two bugs in WAL-logging of GIN pending-list pages. Heikki Linnakangas 14:32
pgsql: Fix two bugs in WAL-logging of GIN pending-list pages. Heikki Linnakangas 14:32
pgsql: Fix two bugs in WAL-logging of GIN pending-list pages. Heikki Linnakangas 14:32
pgsql: Fix two bugs in WAL-logging of GIN pending-list pages. Heikki Linnakangas 14:32
Re: [COMMITTERS] pgsql: Can't completely get rid of #ifndef FRONTEND in palloc.h :-( Alvaro Herrera 14:39
Re: Re: [COMMITTERS] pgsql: Can't completely get rid of #ifndef FRONTEND in palloc.h :-( Tom Lane 15:19
Re: Re: [COMMITTERS] pgsql: Can't completely get rid of #ifndef FRONTEND in palloc.h :-( Alvaro Herrera 15:32
pgsql: Add support for wrapping to psql's "extended" mode. This makes i Greg Stark 17:50

April 29, 2014

Thread Author Time
pgsql: Remove unnecessary cast causing a warning Greg Stark 11:44
pgsql: Improve planner to drop constant-NULL inputs of AND/OR where it' Tom Lane 17:13
pgsql: Improve planner to drop constant-NULL inputs of AND/OR where it' Tom Lane 17:13
pgsql: Improve planner to drop constant-NULL inputs of AND/OR where it' Tom Lane 17:13

April 30, 2014

Thread Author Time
pgsql: Fix whitespace Peter Eisentraut 01:35
pgsql: PL/Python: Adjust the regression tests for Python 3.4 Peter Eisentraut 02:34
pgsql: Add missing SYSTEMQUOTEs Heikki Linnakangas 08:07
pgsql: Add missing SYSTEMQUOTEs Heikki Linnakangas 08:07
pgsql: Add missing SYSTEMQUOTEs Heikki Linnakangas 08:07
pgsql: Add missing SYSTEMQUOTEs Heikki Linnakangas 08:07
pgsql: Add missing SYSTEMQUOTEs Heikki Linnakangas 08:07
pgsql: Add missing SYSTEMQUOTEs Heikki Linnakangas 08:07
pgsql: Fix uninitialized-variable warnings induced by recent commit. Tom Lane 15:15
pgsql: Fix indentation of JOIN clauses in rule/view dumps. Tom Lane 16:01
pgsql: Fix indentation of JOIN clauses in rule/view dumps. Tom Lane 16:01
pgsql: Limit overall indentation in rule/view dumps. Tom Lane 16:48
pgsql: Limit overall indentation in rule/view dumps. Tom Lane 16:48
pgsql: Reduce indentation/parenthesization of set operations in rule/vi Tom Lane 17:26
pgsql: Reduce indentation/parenthesization of set operations in rule/vi Tom Lane 17:26
pgsql: Check for interrupts and stack overflow during rule/view dumps. Tom Lane 17:46
pgsql: Check for interrupts and stack overflow during rule/view dumps. Tom Lane 17:46
pgsql: Check for interrupts and stack overflow during rule/view dumps. Tom Lane 17:46
pgsql: Check for interrupts and stack overflow during rule/view dumps. Tom Lane 17:46
pgsql: Check for interrupts and stack overflow during rule/view dumps. Tom Lane 17:46
pgsql: Check for interrupts and stack overflow during rule/view dumps. Tom Lane 17:46
pgsql: Rationalize common/relpath.[hc]. Tom Lane 21:31
pgsql: Consistently allow reading of messages from a detached shm_mq. Robert Haas 21:57
pgsql: Improve error messages in reorderbuffer.c. Tom Lane 22:16

May 1, 2014

Thread Author Time
pgsql: Documentation corrections for pg_replication_slots. Robert Haas 02:56
pgsql: Fix failure to detoast fields in composite elements of structure Tom Lane 19:19
pgsql: Fix failure to detoast fields in composite elements of structure Tom Lane 19:19
pgsql: Fix failure to detoast fields in composite elements of structure Tom Lane 19:19
pgsql: Fix failure to detoast fields in composite elements of structure Tom Lane 19:19
pgsql: Fix failure to detoast fields in composite elements of structure Tom Lane 19:19
pgsql: Fix failure to detoast fields in composite elements of structure Tom Lane 19:19
pgsql: Fix "quiet inline" configure test for newer clang compilers. Tom Lane 20:16

May 2, 2014

Thread Author Time
pgsql: Fix yet another corner case in dumping rules/views with USING cl Tom Lane 00:22
pgsql: Fix yet another corner case in dumping rules/views with USING cl Tom Lane 00:22
pgsql: doc: Update pg_basebackup version compatibility claim for 9.4 Peter Eisentraut 02:10
Re: pgsql: Fix "quiet inline" configure test for newer clang compilers. Andres Freund 15:34
pgsql: Fix "quiet inline" configure test for newer clang compilers. Tom Lane 19:31
pgsql: Fix "quiet inline" configure test for newer clang compilers. Tom Lane 19:31
pgsql: Fix "quiet inline" configure test for newer clang compilers. Tom Lane 19:31
pgsql: Fix "quiet inline" configure test for newer clang compilers. Tom Lane 19:31
Re: [COMMITTERS] pgsql: Fix "quiet inline" configure test for newer clang compilers. Tom Lane 19:31

May 4, 2014

Thread Author Time
pgsql: Initial version of Postgres 9.4 release notes Bruce Momjian 03:16
Re: pgsql: Initial version of Postgres 9.4 release notes Peter Geoghegan 03:32
pgsql: Add missing 9.4 release file. Bruce Momjian 11:12
Re: pgsql: Initial version of Postgres 9.4 release notes Bruce Momjian 11:13

May 5, 2014

Thread Author Time
Re: pgsql: Add missing 9.4 release file. Amit Langote 08:04
Re: pgsql: Add missing 9.4 release file. Michael Paquier 09:02
pgsql: Replace SYSTEMQUOTEs with Windows-specific wrapper functions. Heikki Linnakangas 13:08
pgsql: Assert that pre/post-fix updated tuples are on the same page dur Heikki Linnakangas 13:23
pgsql: Use Size instead of uint32 to store result of sizeof() Heikki Linnakangas 13:23
pgsql: Don't leak memory after connection aborts in pg_recvlogical. Heikki Linnakangas 13:23
pgsql: Pass sensible value to memset() when randomizing reorderbuffer's Heikki Linnakangas 13:23
Re: pgsql: Add missing 9.4 release file. Bruce Momjian 13:49
Re: pgsql: Add missing 9.4 release file. Bruce Momjian 13:49
pgsql: doc: In FDW handler docs, mark up scan_clauses with <literal>. Robert Haas 14:05
pgsql: Update 9.4 release notes with feedback from the hackers list Bruce Momjian 14:06
Re: pgsql: Initial version of Postgres 9.4 release notes Bruce Momjian 14:11
pgsql: Update "huge pages" description in the 9.4 release notes Bruce Momjian 14:30
Re: pgsql: Minor pg_dump improvements Bernd Helmle 14:32
Re: pgsql: Minor pg_dump improvements Tom Lane 14:54
pgsql: Fix case of pg_dump -Fc to an unseekable file (such as a pipe). Tom Lane 15:26
Re: pgsql: Revive line type 📎 Andres Freund 15:58
pgsql: Add SGML markup tags to 9.4 release notes Bruce Momjian 16:38
Re: pgsql: Revive line type Tom Lane 17:24
Re: pgsql: Revive line type Andres Freund 17:27
pgsql: Fix pg_type.typlen for newly-revived line type. Tom Lane 17:38
Re: pgsql: Fix pg_type.typlen for newly-revived line type. Alvaro Herrera 18:26
pgsql: Fix possible cache invalidation failure in ReceiveSharedInvalidM Tom Lane 18:44
pgsql: Fix possible cache invalidation failure in ReceiveSharedInvalidM Tom Lane 18:44
pgsql: Fix possible cache invalidation failure in ReceiveSharedInvalidM Tom Lane 18:44
pgsql: Fix possible cache invalidation failure in ReceiveSharedInvalidM Tom Lane 18:44
pgsql: Fix possible cache invalidation failure in ReceiveSharedInvalidM Tom Lane 18:44
pgsql: Fix possible cache invalidation failure in ReceiveSharedInvalidM Tom Lane 18:44
Re: pgsql: Fix pg_type.typlen for newly-revived line type. Tom Lane 19:00
Re: pgsql: Replace SYSTEMQUOTEs with Windows-specific wrapper functions. Andres Freund 19:39
pgsql: Add doc links to 9.4 release notes, and add major features list Bruce Momjian 20:27
Re: pgsql: Again fix initialization of auto-tuned effective_cache_size. Andres Freund 20:45
pgsql: Improve JSONB 9.4 release text Bruce Momjian 23:16
pgsql: In 9.4 release notes, add detail to pg_stat_statements items Bruce Momjian 23:59

May 6, 2014

Thread Author Time
pgsql: Move pg_stat_statements into its on 9.4 release note section Bruce Momjian 00:03
pgsql: Run autoconf in wake of commit a692ee5870f0f442565b4c4bff3670945 Tom Lane 00:24
pgsql: Update 9.4 release notes for queryid control Bruce Momjian 00:25
pgsql: Properly detect read and write errors in pg_dump/dumpall, and pg Bruce Momjian 00:27
Re: pgsql: Replace SYSTEMQUOTEs with Windows-specific wrapper functions. Tom Lane 00:34
Re: pgsql: Update 9.4 release notes for queryid control Amit Langote 04:02
pgsql: Fix handling of array of char pointers in ecpglib. Michael Meskes 11:30
pgsql: Fix handling of array of char pointers in ecpglib. Michael Meskes 11:30
pgsql: Fix handling of array of char pointers in ecpglib. Michael Meskes 11:30
pgsql: Fix handling of array of char pointers in ecpglib. Michael Meskes 11:30
pgsql: Fix handling of array of char pointers in ecpglib. Michael Meskes 11:30
pgsql: Fix use of free in walsender error handling after a sysid mismat Heikki Linnakangas 12:18
pgsql: Fix use of free in walsender error handling after a sysid mismat Heikki Linnakangas 12:18
pgsql: Fix use of free in walsender error handling after a sysid mismat Heikki Linnakangas 12:18
pgsql: Fix use of free in walsender error handling after a sysid mismat Heikki Linnakangas 12:18
pgsql: Fix use of free in walsender error handling after a sysid mismat Heikki Linnakangas 12:18
pgsql: pg_basebackup streaming: adjust version check msg Simon Riggs 12:47
Re: pgsql: Update 9.4 release notes for queryid control Bruce Momjian 12:51
pgsql: More rewording of pg_stat_statements for 9.4 release notes Bruce Momjian 12:52
Re: pgsql: pg_basebackup streaming: adjust version check msg Heikki Linnakangas 13:01
pgsql: Update typedef list in preparation for pgindent run Bruce Momjian 13:08
Re: pgsql: pg_basebackup streaming: adjust version check msg Simon Riggs 13:38
pgsql: Correct comment in Hot Standby nbtree handling Simon Riggs 13:46
Re: pgsql: pg_basebackup streaming: adjust version check msg 📎 Simon Riggs 13:52
Re: pgsql: pg_basebackup streaming: adjust version check msg Heikki Linnakangas 14:00
pgsql: Fix detection of short tar files, broken by commit 14ea89366fe32 Bruce Momjian 14:01
Re: pgsql: pg_basebackup streaming: adjust version check msg Simon Riggs 14:13
pgsql: Correct comment in Hot Standby nbtree handling Simon Riggs 14:15
pgsql: Adjust pgindent to remove tabs after periods in C comments. Bruce Momjian 14:57
pgsql: Remove tabs after spaces in C comments Bruce Momjian 15:26
pgsql: Remove tabs after spaces in C comments Bruce Momjian 15:26
pgsql: Remove tabs after spaces in C comments Bruce Momjian 15:26
pgsql: Remove tabs after spaces in C comments Bruce Momjian 15:26
pgsql: Remove tabs after spaces in C comments Bruce Momjian 15:26
Re: pgsql: Properly detect read and write errors in pg_dump/dumpall, and pg Andres Freund 15:52
pgsql: pgindent run for 9.4 Bruce Momjian 16:12
pgsql: Fix improperly passed file descriptors Bruce Momjian 16:20
Re: pgsql: Properly detect read and write errors in pg_dump/dumpall, and pg Bruce Momjian 16:21
Re: pgsql: Again fix initialization of auto-tuned effective_cache_size. Tom Lane 17:32
pgsql: Fix logic bug in dsm_attach(). Robert Haas 17:44
Re: [COMMITTERS] pgsql: pgindent run for 9.4 Kevin Grittner 19:04
Re: [COMMITTERS] pgsql: pgindent run for 9.4 Tom Lane 19:12

Browse Archives

Prev | Next