pgsql-committers since 2020-03-25 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

March 25, 2020

Thread Author Time
pgsql: Consider disk-based hash aggregation to implement DISTINCT. Jeff Davis 01:57
pgsql: Avoid allocating unnecessary zero-sized array. Jeff Davis 01:57
pgsql: Allow NULL version for individual collations. Thomas Munro 03:05
pgsql: Add collation versions for Windows. Thomas Munro 03:05
pgsql: Update SQL features Peter Eisentraut 07:59
pgsql: Define EXEC_BACKEND in pg_config_manual.h Peter Eisentraut 13:39
pgsql: Go back to returning int from ereport auxiliary functions. Tom Lane 15:57
pgsql: pg_dump: Allow dumping data of specific foreign servers Alvaro Herrera 16:21
pgsql: pg_dump new test: Change order of arguments Alvaro Herrera 18:18
pgsql: Provide a TLS init hook Andrew Dunstan 21:32
Re: pgsql: Provide a TLS init hook Tom Lane 22:01
Re: pgsql: Provide a TLS init hook Tom Lane 22:17
pgsql: Fix assorted portability issues in commit 896fcdb23. Tom Lane 23:37
Re: pgsql: Provide a TLS init hook Tom Lane 23:44

March 26, 2020

Thread Author Time
Re: pgsql: Provide a TLS init hook Andrew Dunstan 01:11
pgsql: Don't listen to localhost in ssl_passphrase_callback test Andrew Dunstan 01:18
Re: pgsql: Provide a TLS init hook Tom Lane 01:28
pgsql: Further fixes for ssl_passphrase_callback test module. Tom Lane 02:05
Re: pgsql: Provide a TLS init hook Andrew Dunstan 11:01
pgsql: Drop slot's LWLock before returning from SaveSlotToPath() Peter Eisentraut 13:16
pgsql: Drop slot's LWLock before returning from SaveSlotToPath() Peter Eisentraut 13:16
pgsql: Drop slot's LWLock before returning from SaveSlotToPath() Peter Eisentraut 13:16
pgsql: Drop slot's LWLock before returning from SaveSlotToPath() Peter Eisentraut 13:16
pgsql: Drop slot's LWLock before returning from SaveSlotToPath() Peter Eisentraut 13:16
pgsql: Drop slot's LWLock before returning from SaveSlotToPath() Peter Eisentraut 13:16
Re: pgsql: Provide a TLS init hook Tom Lane 13:50
pgsql: Document that pg_checksums exists in checksums README Magnus Hagander 14:06
Re: pgsql: Provide a TLS init hook Andrew Dunstan 15:11
Re: pgsql: Revert "initdb: Change authentication defaults" Andrew Dunstan 15:15
Re: pgsql: Provide a TLS init hook Tom Lane 15:31
Re: pgsql: Provide a TLS init hook Andrew Dunstan 20:07
Re: pgsql: Provide a TLS init hook Tom Lane 20:31
pgsql: Ensure that plpgsql cleans up cleanly during parallel-worker exi Tom Lane 22:07
pgsql: Ensure that plpgsql cleans up cleanly during parallel-worker exi Tom Lane 22:07
pgsql: Ensure that plpgsql cleans up cleanly during parallel-worker exi Tom Lane 22:07
pgsql: Ensure that plpgsql cleans up cleanly during parallel-worker exi Tom Lane 22:07
pgsql: Ensure that plpgsql cleans up cleanly during parallel-worker exi Tom Lane 22:07
pgsql: Ensure that plpgsql cleans up cleanly during parallel-worker exi Tom Lane 22:07
pgsql: Improve performance of "simple expressions" in PL/pgSQL. Tom Lane 22:59

March 27, 2020

Thread Author Time
pgsql: Update SQL features Peter Eisentraut 07:42
Re: pgsql: Provide a TLS init hook Andrew Dunstan 10:53
Re: pgsql: Provide a TLS init hook Tom Lane 15:09
pgsql: Rearrange validity checks for plpgsql "simple" expressions. Tom Lane 18:47
pgsql: Set wal_receiver_create_temp_slot PGC_POSTMASTER Alvaro Herrera 19:24
Re: pgsql: Provide a TLS init hook Andrew Dunstan 19:35
Re: pgsql: Provide a TLS init hook Tom Lane 20:41
pgsql: Allow walreceiver configuration to change on reload Alvaro Herrera 22:57
pgsql: Justify nbtree page split locking in code comment. Peter Geoghegan 23:46

March 28, 2020

Thread Author Time
pgsql: Trigger autovacuum based on number of INSERTs David Rowley 06:21
pgsql: Cleanup in SQL features files Peter Eisentraut 07:48
pgsql: Prevent functional dependency estimates from exceeding column es Dean Rasheed 12:51
pgsql: Enable Unix-domain sockets support on Windows Peter Eisentraut 14:06
pgsql: Improve the performance and accuracy of numeric sqrt() and ln(). Dean Rasheed 14:42
Re: pgsql: Add kqueue(2) support to the WaitEventSet API. Tom Lane 18:43
pgsql: Fix costing for disk-based hash aggregation. Jeff Davis 19:13
pgsql: Ensure snapshot is registered within ScanPgRelation(). Andres Freund 19:29
pgsql: Ensure snapshot is registered within ScanPgRelation(). Andres Freund 19:29
pgsql: Ensure snapshot is registered within ScanPgRelation(). Andres Freund 19:29
pgsql: Ensure snapshot is registered within ScanPgRelation(). Andres Freund 19:29
pgsql: Ensure snapshot is registered within ScanPgRelation(). Andres Freund 19:30
pgsql: Ensure snapshot is registered within ScanPgRelation(). Andres Freund 19:30
pgsql: Protect against overflow of ltree.numlevel and lquery.numlevel. Tom Lane 21:10
pgsql: Protect against overflow of ltree.numlevel and lquery.numlevel. Tom Lane 21:10
pgsql: Protect against overflow of ltree.numlevel and lquery.numlevel. Tom Lane 21:10
pgsql: Protect against overflow of ltree.numlevel and lquery.numlevel. Tom Lane 21:10
pgsql: Protect against overflow of ltree.numlevel and lquery.numlevel. Tom Lane 21:10
pgsql: Protect against overflow of ltree.numlevel and lquery.numlevel. Tom Lane 21:10
Re: pgsql: Add kqueue(2) support to the WaitEventSet API. Thomas Munro 22:25
pgsql: Fix lquery's behavior for consecutive '*' items. Tom Lane 22:31

March 29, 2020

Thread Author Time
pgsql: Make deduplication use number of key attributes. Peter Geoghegan 03:25
pgsql: Attempt to fix unstable regression tests David Rowley 06:36
pgsql: Update SQL features Peter Eisentraut 07:04
pgsql: pg_regress: Observe TMPDIR Peter Eisentraut 07:30
pgsql: Document color support Peter Eisentraut 09:21
Re: pgsql: Add deduplication to nbtree. Andres Freund 22:15
Re: pgsql: Add deduplication to nbtree. Peter Geoghegan 22:19
Re: pgsql: Add deduplication to nbtree. Andres Freund 22:41
Re: pgsql: Allow vacuum command to process indexes in parallel. Andres Freund 22:48
pgsql: Doc: correct misstatement about ltree label maximum length. Tom Lane 22:54
pgsql: Doc: correct misstatement about ltree label maximum length. Tom Lane 22:54
pgsql: Doc: correct misstatement about ltree label maximum length. Tom Lane 22:54
pgsql: Doc: correct misstatement about ltree label maximum length. Tom Lane 22:54
pgsql: Doc: correct misstatement about ltree label maximum length. Tom Lane 22:54
pgsql: Doc: correct misstatement about ltree label maximum length. Tom Lane 22:54
pgsql: Cosmetic improvements in ltree code. Tom Lane 23:14

March 30, 2020

Thread Author Time
Re: pgsql: Allow vacuum command to process indexes in parallel. Amit Kapila 02:08
pgsql: Introduce vacuum errcontext to display additional information. Amit Kapila 02:12
Re: pgsql: Allow vacuum command to process indexes in parallel. 📎 Mahendra Singh Thalor 03:00
pgsql: Expose BufferUsageAccumDiff(). Fujii Masao 03:16
Re: pgsql: Allow vacuum command to process indexes in parallel. Amit Kapila 04:14
pgsql: Allow the planner-related functions and hook to accept the query Fujii Masao 04:52
pgsql: Add new part SQL/MDA to information_schema.sql_parts Peter Eisentraut 07:00
pgsql: Improve handling of parameter differences in physical replicatio Peter Eisentraut 07:58
pgsql: Report waiting via PS while recovery is waiting for buffer pin i Fujii Masao 08:37
pgsql: Attempt to fix unstable regression tests, take 2 David Rowley 10:41
Re: pgsql: Improve handling of parameter differences in physical replicatio Fujii Masao 10:41
Re: pgsql: Add kqueue(2) support to the WaitEventSet API. Rémi Zara 13:42
pgsql: Be more careful about extracting encoding from locale strings on Tom Lane 15:15
pgsql: Be more careful about extracting encoding from locale strings on Tom Lane 15:15
pgsql: Be more careful about extracting encoding from locale strings on Tom Lane 15:15
pgsql: Be more careful about extracting encoding from locale strings on Tom Lane 15:15
pgsql: Be more careful about extracting encoding from locale strings on Tom Lane 15:15
pgsql: Be more careful about extracting encoding from locale strings on Tom Lane 15:15
pgsql: Allow using Unix-domain sockets on Windows in tests Peter Eisentraut 15:39
pgsql: Implement operator class parameters Alexander Korotkov 16:17
Re: pgsql: Improve handling of parameter differences in physical replicatio Andres Freund 18:10
Re: pgsql: Implement operator class parameters Andres Freund 18:36
pgsql: Consistently truncate non-key suffix columns. Peter Geoghegan 19:04
pgsql: Consistently truncate non-key suffix columns. Peter Geoghegan 19:04
Re: pgsql: Implement operator class parameters Alexander Korotkov 20:11
pgsql: Remove rudiments of supporting procnum == 0 from 911e702077 Alexander Korotkov 20:43
pgsql: Fix missing SP-GiST support in 911e702077 Alexander Korotkov 20:46
pgsql: Deduplicate PageIsNew() check in lazy_scan_heap(). Andres Freund 21:10
Re: pgsql: Implement operator class parameters Andres Freund 21:15
pgsql: Refactor nbtree high key truncation. Peter Geoghegan 22:54
pgsql: Revert "Skip redundant anti-wraparound vacuums" Michael Paquier 23:28
pgsql: Revert "Skip redundant anti-wraparound vacuums" Michael Paquier 23:28

March 31, 2020

Thread Author Time
Re: pgsql: Attempt to fix unstable regression tests, take 2 Tom Lane 00:14
pgsql: Further simplify nbtree high key truncation. Peter Geoghegan 00:35
Re: pgsql: Improve handling of parameter differences in physical replicatio Fujii Masao 01:16
Re: pgsql: Attempt to fix unstable regression tests, take 2 Tom Lane 01:45
Re: pgsql: Attempt to fix unstable regression tests, take 2 Tom Lane 02:54
pgsql: Avoid calls to RelationGetRelationName() and RelationGetNamespac Amit Kapila 04:19
pgsql: Update SQL features Peter Eisentraut 06:30
pgsql: Move routine definitions of xlogarchive.c to a new header file Michael Paquier 06:34
pgsql: Fix INSERT OVERRIDING USER VALUE behavior Peter Eisentraut 06:52
Re: pgsql: Allow vacuum command to process indexes in parallel. Mahendra Singh Thalor 07:43
Re: pgsql: Allow vacuum command to process indexes in parallel. Andres Freund 07:45
Re: pgsql: Allow vacuum command to process indexes in parallel. Amit Kapila 11:58
pgsql: Fix assorted typos Magnus Hagander 14:00
pgsql: Improve error reporting in opclasscmds.c Alexander Korotkov 14:54
pgsql: Improve error messages in ltree_in and lquery_in. Tom Lane 15:14
pgsql: Fix lquery's NOT handling, and add ability to quantify non-'*' i Tom Lane 15:14
pgsql: Back-patch addition of stack overflow and interrupt checks for l Tom Lane 15:38
pgsql: Back-patch addition of stack overflow and interrupt checks for l Tom Lane 15:38
pgsql: Back-patch addition of stack overflow and interrupt checks for l Tom Lane 15:38
pgsql: Back-patch addition of stack overflow and interrupt checks for l Tom Lane 15:38
pgsql: Back-patch addition of stack overflow and interrupt checks for l Tom Lane 15:38
pgsql: Teach pg_ls_dir_files() to ignore ENOENT failures from stat(). Tom Lane 16:58
pgsql: Teach pg_ls_dir_files() to ignore ENOENT failures from stat(). Tom Lane 16:58
pgsql: Teach pg_ls_dir_files() to ignore ENOENT failures from stat(). Tom Lane 16:58
pgsql: Teach pg_ls_dir_files() to ignore ENOENT failures from stat(). Tom Lane 16:58
pgsql: Allow ecpg to be built stand-alone, allow parallel libpq make Bruce Momjian 18:17
pgsql: Allow ecpg to be built stand-alone, allow parallel libpq make Bruce Momjian 18:17
pgsql: Improve the message logged when recovery is paused. Fujii Masao 18:36
pgsql: Remove header noise from test_decoding test Alvaro Herrera 19:49
pgsql: Still another try at stabilizing stats_ext test results. Tom Lane 20:09
pgsql: doc: adjust UPDATE/DELETE's FROM/USING to match SELECT's FROM Bruce Momjian 20:31
pgsql: doc: adjust UPDATE/DELETE's FROM/USING to match SELECT's FROM Bruce Momjian 20:31
pgsql: doc: adjust UPDATE/DELETE's FROM/USING to match SELECT's FROM Bruce Momjian 20:31
pgsql: doc: adjust UPDATE/DELETE's FROM/USING to match SELECT's FROM Bruce Momjian 20:31
pgsql: doc: adjust UPDATE/DELETE's FROM/USING to match SELECT's FROM Bruce Momjian 20:31
pgsql: doc: adjust UPDATE/DELETE's FROM/USING to match SELECT's FROM Bruce Momjian 20:31
pgsql: Fix race condition in statext_store(). Tom Lane 21:06
pgsql: Fix race condition in statext_store(). Tom Lane 21:06
pgsql: doc: clarify which table creation is used for inheritance part. Bruce Momjian 21:07
pgsql: doc: clarify which table creation is used for inheritance part. Bruce Momjian 21:07
pgsql: doc: clarify which table creation is used for inheritance part. Bruce Momjian 21:07
pgsql: doc: clarify which table creation is used for inheritance part. Bruce Momjian 21:08
pgsql: doc: add namespace column to pg_buffercache example query Bruce Momjian 21:16
pgsql: doc: add namespace column to pg_buffercache example query Bruce Momjian 21:16
pgsql: doc: add namespace column to pg_buffercache example query Bruce Momjian 21:16
pgsql: doc: add namespace column to pg_buffercache example query Bruce Momjian 21:16
pgsql: doc: add namespace column to pg_buffercache example query Bruce Momjian 21:16
pgsql: doc: add namespace column to pg_buffercache example query Bruce Momjian 21:16
pgsql: doc: clarify when row-level locks are released Bruce Momjian 21:27
pgsql: doc: clarify when row-level locks are released Bruce Momjian 21:27
pgsql: dummy commit Bruce Momjian 21:27
pgsql: doc: clarify when row-level locks are released Bruce Momjian 21:27
pgsql: doc: clarify when row-level locks are released Bruce Momjian 21:27
pgsql: doc: clarify when row-level locks are released Bruce Momjian 21:27
Re: pgsql: dummy commit Bruce Momjian 21:30
pgsql: Revert erroroneous commit 834b80464d; my apologies Bruce Momjian 21:32
Re: pgsql: dummy commit Tom Lane 21:34
Re: pgsql: dummy commit Bruce Momjian 21:37
pgsql: Add CREATE INDEX deduplication assertions. Peter Geoghegan 21:39
pgsql: doc: restore wording from recent patch "rolled back to" Bruce Momjian 21:52
pgsql: doc: restore wording from recent patch "rolled back to" Bruce Momjian 21:52
pgsql: doc: restore wording from recent patch "rolled back to" Bruce Momjian 21:52
pgsql: doc: restore wording from recent patch "rolled back to" Bruce Momjian 21:52
pgsql: doc: restore wording from recent patch "rolled back to" Bruce Momjian 21:52
pgsql: doc: clarify when row-level locks are released Bruce Momjian 21:57
pgsql: doc: clarify hierarchy of objects: global, db, schema, etc. Bruce Momjian 22:10
pgsql: doc: clarify hierarchy of objects: global, db, schema, etc. Bruce Momjian 22:10
pgsql: doc: clarify hierarchy of objects: global, db, schema, etc. Bruce Momjian 22:10
pgsql: doc: clarify hierarchy of objects: global, db, schema, etc. Bruce Momjian 22:10
pgsql: doc: clarify hierarchy of objects: global, db, schema, etc. Bruce Momjian 22:10
pgsql: doc: clarify hierarchy of objects: global, db, schema, etc. Bruce Momjian 22:10
pgsql: doc: remove mention of bitwise operators as solely type-limited Bruce Momjian 22:44
pgsql: doc: remove mention of bitwise operators as solely type-limited Bruce Momjian 22:44
pgsql: doc: remove mention of bitwise operators as solely type-limited Bruce Momjian 22:44
pgsql: doc: remove mention of bitwise operators as solely type-limited Bruce Momjian 22:44
pgsql: doc: remove mention of bitwise operators as solely type-limited Bruce Momjian 22:44
pgsql: doc: remove mention of bitwise operators as solely type-limited Bruce Momjian 22:44
Re: pgsql: Attempt to fix unstable regression tests, take 2 David Rowley 23:44
Re: pgsql: Attempt to fix unstable regression tests, take 2 Tom Lane 23:59

April 1, 2020

Thread Author Time
Re: pgsql: Attempt to fix unstable regression tests, take 2 David Rowley 00:33
Re: pgsql: Attempt to fix unstable regression tests, take 2 Tom Lane 00:40
pgsql: Add -c/--restore-target-wal to pg_rewind Michael Paquier 02:13
pgsql: makefile: use proper linker flags for C++ compiles Bruce Momjian 02:26

Browse Archives

Prev | Next