pgsql-committers - March 2017

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

March 1, 2017

Thread Author Time
Re: pgsql: Make useful infrastructure from aset.c generally available. Peter Eisentraut 04:08
Re: pgsql: Make useful infrastructure from aset.c generally available. Andres Freund 04:12
pgsql: Overhaul memory management README. Andres Freund 04:16
pgsql: Reduce size of common allocation header. Andres Freund 04:16
pgsql: Fix assertion failure due to over-eager code deduplication. Andres Freund 04:45
pgsql: hash: Refactor and clean up bucket split code. Robert Haas 09:18
pgsql: psql: Add tab completion for DEALLOCATE Peter Eisentraut 13:54
pgsql: Collect duplicate copies of oid_cmp() Peter Eisentraut 16:55
pgsql: Move atooid() definition to a central place Peter Eisentraut 16:55
pgsql: Fix naming inconsistency Peter Eisentraut 17:23
pgsql: Fix s/ITERTOR/ITERATOR/ typo in simplehash.h. Andres Freund 18:20
pgsql: Fix timeouts in PostgresNode::psql Peter Eisentraut 19:19
pgsql: Fix timeouts in PostgresNode::psql Peter Eisentraut 19:19
pgsql: Create <sect3> in the functions-xml section Alvaro Herrera 22:28

March 2, 2017

Thread Author Time
pgsql: Handle unaligned SerializeSnapshot() buffer. Noah Misch 05:04
pgsql: Handle unaligned SerializeSnapshot() buffer. Noah Misch 05:04
pgsql: Update comments overlooked by 2f5c9d9c9cec436e55847ec580606d7e88 Robert Haas 11:39
pgsql: Don't uselessly rewrite, truncate, VACUUM, or ANALYZE partitione Robert Haas 12:48
pgsql: Refactor bitmap heap scan in preparation for parallel support. Robert Haas 13:22
pgsql: Update documentation of tsquery_phrase(). Tom Lane 14:35
pgsql: Update documentation of tsquery_phrase(). Tom Lane 14:35
pgsql: Correct old release note item Peter Eisentraut 16:10

March 3, 2017

Thread Author Time
pgsql: Improve error reporting for tuple-routing failures. Robert Haas 03:42
pgsql: Notify bgworker registrant after freeing worker slot. Robert Haas 03:57
pgsql: Add pg_current_logfile() function. Robert Haas 06:18
pgsql: Allow vacuums to report oldestxmin Simon Riggs 13:50
pgsql: Use asynchronous connect API in libpqwalreceiver Peter Eisentraut 14:17
pgsql: Fix after trigger execution in logical replication Peter Eisentraut 15:07
pgsql: Add RENAME support for PUBLICATIONs and SUBSCRIPTIONs Peter Eisentraut 15:47
pgsql: psql: Add tab completion for logical replication Peter Eisentraut 19:14
pgsql: doc: Put callouts in SQL comments Peter Eisentraut 20:04
pgsql: Fix typo Peter Eisentraut 23:21

March 4, 2017

Thread Author Time
Re: [COMMITTERS] pgsql: Use asynchronous connect API in libpqwalreceiver Tom Lane 00:16
pgsql: Fix two recently introduced grammar errors in mmgr/README. Andres Freund 01:58
Re: [COMMITTERS] pgsql: Use asynchronous connect API in libpqwalreceiver Peter Eisentraut 02:46
Re: [COMMITTERS] pgsql: Use asynchronous connect API in libpqwalreceiver Tom Lane 04:11
pgsql: Fix parsing of DROP SUBSCRIPTION ... DROP SLOT Peter Eisentraut 04:43
pgsql: Disallow CREATE/DROP SUBSCRIPTION in transaction block Peter Eisentraut 04:43
Re: [COMMITTERS] pgsql: Use asynchronous connect API in libpqwalreceiver 📎 Petr Jelinek 06:45
pgsql: pg_dump: Fix ordering Peter Eisentraut 19:48
pgsql: In rebuild_relation(), don't access an already-closed relcache e Tom Lane 21:09
pgsql: In rebuild_relation(), don't access an already-closed relcache e Tom Lane 21:09
pgsql: In rebuild_relation(), don't access an already-closed relcache e Tom Lane 21:09

March 6, 2017

Thread Author Time
pgsql: Allow partitioned tables to be dropped without CASCADE Simon Riggs 10:24
pgsql: Reduce lock levels for table storage params related to planning Simon Riggs 10:40
pgsql: Enhance docs for ALTER TABLE lock levels of storage parms Simon Riggs 11:21
Re: pgsql: Allow vacuums to report oldestxmin 📎 Masahiko Sawada 12:37
Re: pgsql: Notify bgworker registrant after freeing worker slot. 📎 Amit Kapila 13:21
pgsql: Reorder the asynchronous libpq calls for replication connection Peter Eisentraut 14:37
Re: [COMMITTERS] pgsql: Use asynchronous connect API in libpqwalreceiver Peter Eisentraut 14:38
pgsql: Fix user-after-free bug. Robert Haas 17:23
Re: pgsql: Notify bgworker registrant after freeing worker slot. Robert Haas 17:23
pgsql: Mark pg_start_backup and pg_stop_backup as parallel-restricted. Robert Haas 17:48
pgsql: Fix incorrect comments. Robert Haas 18:14
pgsql: Allow dropping multiple functions at once Peter Eisentraut 18:34
pgsql: Remove objname/objargs split for referring to objects Peter Eisentraut 18:34
pgsql: Combine several DROP variants into generic DropStmt Peter Eisentraut 18:34
pgsql: Replace LookupFuncNameTypeNames() with LookupFuncWithArgs() Peter Eisentraut 18:34
pgsql: Add operator_with_argtypes grammar rule Peter Eisentraut 18:34
pgsql: Use class_args field in opclass_drop Peter Eisentraut 18:34
Re: pgsql: Notify bgworker registrant after freeing worker slot. Tom Lane 18:44
Re: pgsql: Mark pg_start_backup and pg_stop_backup as parallel-restricted. David Steele 19:41
Re: pgsql: Mark pg_start_backup and pg_stop_backup as parallel-restricted. Tom Lane 20:23
Re: pgsql: Mark pg_start_backup and pg_stop_backup as parallel-restricted. Stephen Frost 20:28
pgsql: Avoid dangling pointer to relation name in RLS code path in DoCo Tom Lane 21:51
pgsql: Avoid dangling pointer to relation name in RLS code path in DoCo Tom Lane 21:51
pgsql: Avoid dangling pointer to relation name in RLS code path in DoCo Tom Lane 21:51
Re: pgsql: Mark pg_start_backup and pg_stop_backup as parallel-restricted. Robert Haas 21:56
pgsql: pg_upgrade: Fix large object COMMENTS, SECURITY LABELS Stephen Frost 22:06
pgsql: pg_upgrade: Fix large object COMMENTS, SECURITY LABELS Stephen Frost 22:06
pgsql: pg_upgrade: Fix large object COMMENTS, SECURITY LABELS Stephen Frost 22:06
pgsql: pg_upgrade: Fix large object COMMENTS, SECURITY LABELS Stephen Frost 22:06
pgsql: pg_upgrade: Fix large object COMMENTS, SECURITY LABELS Stephen Frost 22:06
pgsql: pg_upgrade: Fix large object COMMENTS, SECURITY LABELS Stephen Frost 22:06
pgsql: Make simplehash.h grow hashtable in additional cases. Andres Freund 22:14

March 7, 2017

Thread Author Time
pgsql: Repair incorrect pg_dump labeling for some comments and security Tom Lane 00:34
pgsql: Repair incorrect pg_dump labeling for some comments and security Tom Lane 00:34
pgsql: Repair incorrect pg_dump labeling for some comments and security Tom Lane 00:34
pgsql: Repair incorrect pg_dump labeling for some comments and security Tom Lane 00:34
pgsql: Repair incorrect pg_dump labeling for some comments and security Tom Lane 00:34
pgsql: Repair incorrect pg_dump labeling for some comments and security Tom Lane 00:34
pgsql: pg_dump: Properly handle public schema ACLs with --clean Stephen Frost 04:29
pgsql: pg_dump: Properly handle public schema ACLs with --clean Stephen Frost 04:29
pgsql: Support SCRAM-SHA-256 authentication (RFC 5802 and 7677). Heikki Linnakangas 12:26
pgsql: Refactor SHA2 functions and move them to src/common/. Heikki Linnakangas 12:26
pgsql: Add regression tests for passwords. Heikki Linnakangas 12:26
pgsql: Ensure ThisTimeLineID is valid before START_REPLICATION Simon Riggs 13:06
Re: pgsql: Support SCRAM-SHA-256 authentication (RFC 5802 and 7677). Amit Kapila 13:08
pgsql: Fix comments in SCRAM-SHA-256 patch. Heikki Linnakangas 13:25
Re: pgsql: Support SCRAM-SHA-256 authentication (RFC 5802 and 7677). Heikki Linnakangas 13:25
pgsql: Allow pg_dumpall to dump roles w/o user passwords Simon Riggs 14:06
Re: pgsql: Support SCRAM-SHA-256 authentication (RFC 5802 and 7677). Peter Eisentraut 14:07
pgsql: psql: Add \gx command Stephen Frost 14:32
pgsql: Fix parallel hash join path search. Robert Haas 15:24
pgsql: Preparatory refactoring for parallel merge join support. Robert Haas 15:38
pgsql: Remove vestigial grammar support for CHARACTER ... CHARACTER SET Tom Lane 15:42
pgsql: Fix wrong word in comment. Robert Haas 15:44
pgsql: Document what values postgres_fdw sets for each parameter it set Robert Haas 15:59
Re: pgsql: Support SCRAM-SHA-256 authentication (RFC 5802 and 7677). Heikki Linnakangas 16:00
Re: pgsql: Support SCRAM-SHA-256 authentication (RFC 5802 and 7677). Tom Lane 16:06
pgsql: Remove duplicated word. Robert Haas 16:20
pgsql: Fix relcache reference leak. Robert Haas 16:31
pgsql: Give partitioned table "p" in regression tests a less generic na Robert Haas 16:34
pgsql: Fix pgbench's failure to honor the documented long-form option " Tom Lane 16:36
pgsql: Fix pgbench's failure to honor the documented long-form option " Tom Lane 16:36
pgsql: Consider parallel merge joins. Robert Haas 16:57
pgsql: A collection of small fixes for the SCRAM patch. Heikki Linnakangas 17:02
pgsql: Clean up test_ifaddrs a bit. Tom Lane 17:06
pgsql: Invent start_proc parameters for PL/Tcl. Tom Lane 17:40
Re: pgsql: Fix pgbench's failure to honor the documented long-form option " Fabien COELHO 17:54
pgsql: Properly initialize variable. Robert Haas 18:51
pgsql: Improve postgresql.conf.sample comments about parallel workers. Robert Haas 20:32
pgsql: hash: Refactor hash index creation. Robert Haas 22:08

March 8, 2017

Thread Author Time
Re: pgsql: Suppress compiler warnings in ecpg test on newer Windows toolcha 📎 David Rowley 02:47
pgsql: Fix segfault in ALTER PUBLICATION/SUBSCRIPTION RENAME Peter Eisentraut 03:46
pgsql: Fix grammar Magnus Hagander 03:47
pgsql: Fix grammar Magnus Hagander 03:47
pgsql: Fix grammar Magnus Hagander 03:47
pgsql: tidbitmap: Support shared iteration. Robert Haas 13:11
pgsql: Fix parallel index and index-only scans to fall back to serial. Robert Haas 13:17
pgsql: Remove inclusion of postgres.h from a few header files. Robert Haas 13:25
Re: [COMMITTERS] pgsql: Use asynchronous connect API in libpqwalreceiver Peter Eisentraut 13:33
pgsql: Create INSTALL file via XSLT Peter Eisentraut 13:55
Re: pgsql: Create INSTALL file via XSLT Tom Lane 14:38
pgsql: Fix connection leak in DROP SUBSCRIPTION command, take 2. Fujii Masao 14:45
Re: pgsql: Fix connection leak in DROP SUBSCRIPTION command. Fujii Masao 14:46
pgsql: pg_xlogdump: Remove extra newline in error message Peter Eisentraut 15:10
pgsql: pg_xlogdump: Remove extra newline in error message Peter Eisentraut 15:10
pgsql: pg_xlogdump: Remove extra newline in error message Peter Eisentraut 15:10
pgsql: pg_xlogdump: Remove extra newline in error message Peter Eisentraut 15:10
pgsql: pg_waldump: Remove extra newline in error message Peter Eisentraut 15:10
pgsql: Silence compiler warnings in tbm_prepare_shared_iterate(). Tom Lane 15:39
pgsql: Support XMLTABLE query expression Alvaro Herrera 15:42
Re: pgsql: Support XMLTABLE query expression Tom Lane 15:56
Re: pgsql: Support XMLTABLE query expression Alvaro Herrera 16:02
Re: pgsql: Support XMLTABLE query expression Tom Lane 16:06
Re: pgsql: Support XMLTABLE query expression Alvaro Herrera 16:18
pgsql: Add tests for foreign partitions. Robert Haas 16:28
pgsql: Fix XMLTABLE on older libxml2 Alvaro Herrera 16:30
pgsql: Prevent logical rep workers with removed subscriptions from star Fujii Masao 16:46
pgsql: Support parallel bitmap heap scans. Robert Haas 17:08
pgsql: Use doubly-linked block lists in aset.c to reduce large-chunk ov Tom Lane 17:21
pgsql: Use doubly-linked block lists in aset.c to reduce large-chunk ov Tom Lane 17:21
pgsql: Use doubly-linked block lists in aset.c to reduce large-chunk ov Tom Lane 17:21
pgsql: Use doubly-linked block lists in aset.c to reduce large-chunk ov Tom Lane 17:21
pgsql: Silence compiler warnings in BitmapHeapNext(). Tom Lane 17:43
Re: pgsql: Fix XMLTABLE on older libxml2 Tom Lane 17:51
pgsql: Expose explain's SUMMARY option Stephen Frost 20:14
pgsql: Put back <float.h> in a few files that need it for _isnan(). Tom Lane 20:38
Re: pgsql: Suppress compiler warnings in ecpg test on newer Windows toolcha Tom Lane 20:41
pgsql: Suppress compiler warning in non-USE_LIBXML builds. Tom Lane 21:10
pgsql: Suppress compiler warning in slab.c. Tom Lane 21:19
pgsql: Document intentional violations of header inclusion policy. Tom Lane 22:01
pgsql: Bring plpgsql into line with header inclusion policy. Tom Lane 22:21

March 9, 2017

Thread Author Time
Re: [COMMITTERS] pgsql: Use asynchronous connect API in libpqwalreceiver Andrew Dunstan 01:29
pgsql: Fix inclusions of postgres_fe.h from .h files. Tom Lane 01:41
pgsql: Fix inclusions of c.h from .h files. Tom Lane 01:58
pgsql: Add a Gather Merge executor node. Robert Haas 12:49
pgsql: Enable replication connections by default in pg_hba.conf Peter Eisentraut 13:42
pgsql: Use SQL standard error code for nextval Peter Eisentraut 15:58
pgsql: Fix a couple of planner bugs in Gather Merge. Robert Haas 17:09
pgsql: Fix bug in parallel tidbitmap iteration. Robert Haas 17:17
pgsql: Document some new parallel query capabilities. Robert Haas 18:06
pgsql: Document lack of validation when attaching foreign partitions. Robert Haas 18:14
pgsql: Add relkind checks to certain contrib modules Stephen Frost 21:34
pgsql: Fix timestamptz regression test to still work with latest IANA z Tom Lane 22:20
pgsql: Fix timestamptz regression test to still work with latest IANA z Tom Lane 22:20
pgsql: Fix timestamptz regression test to still work with latest IANA z Tom Lane 22:20
pgsql: Fix timestamptz regression test to still work with latest IANA z Tom Lane 22:20
pgsql: Fix timestamptz regression test to still work with latest IANA z Tom Lane 22:20
pgsql: Fix timestamptz regression test to still work with latest IANA z Tom Lane 22:20
pgsql: Use group updates when setting transaction status in clog. Robert Haas 22:49
pgsql: Throw an error if a DATA() line contains wrong # of attributes. Robert Haas 23:20

March 10, 2017

Thread Author Time
pgsql: Fix hard-coded relkind constants in pg_dump.c. Tom Lane 00:19
pgsql: Make CppAsString2() more visible in c.h. Tom Lane 00:19
pgsql: Add amcheck extension to contrib. Andres Freund 00:40
Re: [COMMITTERS] pgsql: Fix hard-coded relkind constants in pg_dump.c. Michael Paquier 00:46
Re: [COMMITTERS] pgsql: Throw an error if a DATA() line contains wrong # of attributes. Michael Paquier 00:52
Re: Re: [COMMITTERS] pgsql: Throw an error if a DATA() line contains wrong # of attributes. Tom Lane 01:01
pgsql: pgstattuple: Fix typo partitiond -> partitioned Stephen Frost 01:06
pgsql: Fix hard-coded relkind constants in psql/describe.c. Tom Lane 01:46
pgsql: Fix portability problem in Catalog.pm. Tom Lane 01:46
Re: [COMMITTERS] pgsql: Fix hard-coded relkind constants in pg_dump.c. Tom Lane 01:59
Re: pgsql: Create INSTALL file via XSLT Peter Eisentraut 02:06
Re: [COMMITTERS] pgsql: Fix hard-coded relkind constants in pg_dump.c. Michael Paquier 02:18
Re: pgsql: Fix pgbench's failure to honor the documented long-form option " Alvaro Herrera 03:09
pgsql: Fix hard-coded relkind constants in assorted src/bin files. Tom Lane 03:45
pgsql: Add .gitignore to contrib/amcheck. Tom Lane 03:45
pgsql: contrib/amcheck needs RecentGlobalXmin to be PGDLLIMPORT'ified. Tom Lane 03:55
Re: pgsql: contrib/amcheck needs RecentGlobalXmin to be PGDLLIMPORT'ified. Andres Freund 04:00
pgsql: amcheck: editorialize variable name & comment. Andres Freund 04:04
pgsql: Fix hard-coded relkind constants in assorted other files. Tom Lane 04:37
Re: pgsql: contrib/amcheck needs RecentGlobalXmin to be PGDLLIMPORT'ified. Tom Lane 04:50
pgsql: Fix a potential double-free in ecpg. Michael Meskes 09:52
pgsql: Fix a potential double-free in ecpg. Michael Meskes 09:52
pgsql: Fix a potential double-free in ecpg. Michael Meskes 09:52
pgsql: Fix a potential double-free in ecpg. Michael Meskes 09:52
pgsql: Fix a potential double-free in ecpg. Michael Meskes 09:52
pgsql: Fix a potential double-free in ecpg. Michael Meskes 09:52
pgsql: dblink: Replace some macros by static functions Peter Eisentraut 14:46

Browse Archives

Prev | Next