pgsql-committers since 2020-11-17 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

Nov. 17, 2020

Thread Author Time
pgsql: Don't Insert() a VFD entry until it's fully built. Tom Lane 01:33
pgsql: Don't Insert() a VFD entry until it's fully built. Tom Lane 01:33
pgsql: Don't Insert() a VFD entry until it's fully built. Tom Lane 01:33
pgsql: Don't Insert() a VFD entry until it's fully built. Tom Lane 01:33
pgsql: Don't Insert() a VFD entry until it's fully built. Tom Lane 01:33
pgsql: Don't Insert() a VFD entry until it's fully built. Tom Lane 01:33
pgsql: Don't Insert() a VFD entry until it's fully built. Tom Lane 01:33
pgsql: Fix 'skip-empty-xacts' option in test_decoding for streaming mod Amit Kapila 06:45
pgsql: nbtree: Rename nbtinsert.c variables for consistency. Peter Geoghegan 17:02
pgsql: indexcmds.c: reorder function prototypes Alvaro Herrera 17:23
pgsql: Deprecate nbtree's BTP_HAS_GARBAGE flag. Peter Geoghegan 17:46

Nov. 18, 2020

Thread Author Time
pgsql: Add tab completion for CREATE [OR REPLACE] TRIGGER in psql Michael Paquier 05:02
pgsql: Add more tests for hashing and hash-based plans Peter Eisentraut 07:42
pgsql: docs: Clarify that signal functions have no feedback. Heikki Linnakangas 08:32
pgsql: Skip allocating hash table in EXPLAIN-only mode. Heikki Linnakangas 10:40
pgsql: Relax lock level for setting PGPROC->statusFlags Alvaro Herrera 16:26

Nov. 19, 2020

Thread Author Time
pgsql: Improve failure detection with array parsing in pg_dump Michael Paquier 01:36
pgsql: Add BarrierArriveAndDetachExceptLast(). Thomas Munro 05:14
pgsql: Hash support for row types Peter Eisentraut 08:41
pgsql: Rename object in test to avoid conflict Peter Eisentraut 10:35
pgsql: Further fixes for CREATE TABLE LIKE: cope with self-referential Tom Lane 20:03
pgsql: Further fixes for CREATE TABLE LIKE: cope with self-referential Tom Lane 20:03
pgsql: Further fixes for CREATE TABLE LIKE: cope with self-referential Tom Lane 20:03
pgsql: Further fixes for CREATE TABLE LIKE: cope with self-referential Tom Lane 20:03
pgsql: Further fixes for CREATE TABLE LIKE: cope with self-referential Tom Lane 20:03
pgsql: Further fixes for CREATE TABLE LIKE: cope with self-referential Tom Lane 20:03
pgsql: Further fixes for CREATE TABLE LIKE: cope with self-referential Tom Lane 20:03
pgsql: Adjust DSM and DSA slot usage constants (back-patch). Thomas Munro 21:58
pgsql: Adjust DSM and DSA slot usage constants (back-patch). Thomas Munro 21:58
pgsql: Adjust DSM and DSA slot usage constants (back-patch). Thomas Munro 21:58
pgsql: Remove undocumented IS [NOT] OF syntax. Tom Lane 22:40

Nov. 20, 2020

Thread Author Time
pgsql: On macOS, use -isysroot in link steps as well as compile steps. Tom Lane 05:07
pgsql: On macOS, use -isysroot in link steps as well as compile steps. Tom Lane 05:58
pgsql: On macOS, use -isysroot in link steps as well as compile steps. Tom Lane 05:58
pgsql: On macOS, use -isysroot in link steps as well as compile steps. Tom Lane 05:58
pgsql: On macOS, use -isysroot in link steps as well as compile steps. Tom Lane 05:58
pgsql: On macOS, use -isysroot in link steps as well as compile steps. Tom Lane 05:58
pgsql: On macOS, use -isysroot in link steps as well as compile steps. Tom Lane 05:58
pgsql: Emit log when restore_command succeeds but archived file faills Fujii Masao 06:43
pgsql: Add collation versions for FreeBSD. Thomas Munro 08:58
pgsql: Replace a macro by a function Peter Eisentraut 10:42
pgsql: Remove ability to independently select random number generator Magnus Hagander 12:58
pgsql: Skip allocating hash table in EXPLAIN-only mode. Heikki Linnakangas 13:36
pgsql: Skip allocating hash table in EXPLAIN-only mode. Heikki Linnakangas 13:36
pgsql: Skip allocating hash table in EXPLAIN-only mode. Heikki Linnakangas 13:36
pgsql: Skip allocating hash table in EXPLAIN-only mode. Heikki Linnakangas 13:36
pgsql: Skip allocating hash table in EXPLAIN-only mode. Heikki Linnakangas 13:36
pgsql: Skip allocating hash table in EXPLAIN-only mode. Heikki Linnakangas 13:36
pgsql: Make pg_rewind test case more stable. Heikki Linnakangas 14:19

Nov. 21, 2020

Thread Author Time
pgsql: doc: Improve tableoid description Peter Eisentraut 07:28
pgsql: Remove INSERT privilege check at table creation of CTAS and matv Michael Paquier 10:46
pgsql: Extend the geometric regression test cases a little. Tom Lane 22:30
pgsql: Fix FPeq() and friends to get the right answers for infinities. Tom Lane 22:30
pgsql: In geo_ops.c, represent infinite slope as Infinity, not DBL_MAX. Tom Lane 22:30

Nov. 22, 2020

Thread Author Time
pgsql: Allow a multi-row INSERT to specify DEFAULTs for a generated col Tom Lane 20:48

Nov. 23, 2020

Thread Author Time
pgsql: Split copy.c into four files. Heikki Linnakangas 09:17
pgsql: Fix a few comments that referred to copy.c. Heikki Linnakangas 09:36
pgsql: Make some sanity-check elogs more verbose Alvaro Herrera 16:10
pgsql: Improve wording of two error messages related to generated colum Tom Lane 16:15
pgsql: Rename the "point is strictly above/below point" comparison oper Tom Lane 16:38
pgsql: Don't hold ProcArrayLock longer than needed in rare cases Alvaro Herrera 21:56
pgsql: Remove unnecessary #include. Tom Lane 22:00
pgsql: Define pg_attribute_cold and pg_attribute_hot macros David Rowley 22:30
pgsql: Improve compiler code layout in elog/ereport ERROR calls David Rowley 23:05

Nov. 24, 2020

Thread Author Time
pgsql: Fix unportable usage of __has_attribute David Rowley 00:10
pgsql: Centralize logic for skipping useless ereport/elog calls. Tom Lane 00:11
pgsql: Use macros instead of hardcoded offsets for LWLock initializatio Michael Paquier 03:48
pgsql: doc: Get rid of unnecessary space character from some index item Fujii Masao 08:01
pgsql: Move per-agg and per-trans duplicate finding to the planner. Heikki Linnakangas 08:53
Re: pgsql: Move per-agg and per-trans duplicate finding to the planner. Michael Paquier 10:58
Re: pgsql: Move per-agg and per-trans duplicate finding to the planner. Heikki Linnakangas 11:40
pgsql: Fix expected output: the order of agg permission checks changed. Heikki Linnakangas 13:18
pgsql: Put "inline" marker on declarations of inline functions. Tom Lane 20:43
pgsql: Tidy up definitions of pg_attribute_hot and pg_attribute_cold David Rowley 21:53
pgsql: Properly check index mark/restore in ExecSupportsMarkRestore. Andrew Gierth 22:03
pgsql: Properly check index mark/restore in ExecSupportsMarkRestore. Andrew Gierth 22:03
pgsql: Properly check index mark/restore in ExecSupportsMarkRestore. Andrew Gierth 22:03
pgsql: Properly check index mark/restore in ExecSupportsMarkRestore. Andrew Gierth 22:03
pgsql: Properly check index mark/restore in ExecSupportsMarkRestore. Andrew Gierth 22:03
pgsql: Properly check index mark/restore in ExecSupportsMarkRestore. Andrew Gierth 22:03
pgsql: Properly check index mark/restore in ExecSupportsMarkRestore. Andrew Gierth 22:03

Nov. 25, 2020

Thread Author Time
pgsql: Remove catalog function currtid() Michael Paquier 03:19
pgsql: Stop gap fix for __attribute__((cold)) compiler bug in MinGW 8.1 David Rowley 03:34
pgsql: Remove obsolete comment atop ri_PlanCheck. Amit Kapila 04:00
pgsql: Remove obsolete comment atop ri_PlanCheck. Amit Kapila 04:00
pgsql: Fix WaitLatch(NULL) on Windows. Thomas Munro 04:59
pgsql: Add support for abstract Unix-domain sockets Peter Eisentraut 07:42
pgsql: Make error hint from bind() failure more accurate Peter Eisentraut 07:42
pgsql: doc: Fix typos Peter Eisentraut 09:04
pgsql: doc: Fix typos Peter Eisentraut 09:04
pgsql: doc: Fix typos Peter Eisentraut 09:04
pgsql: doc: Fix typos Peter Eisentraut 09:04
pgsql: doc: Fix typos Peter Eisentraut 09:04
pgsql: doc: Fix typos Peter Eisentraut 09:04
pgsql: doc: Fix typos Peter Eisentraut 09:04
pgsql: tablefunc: Reject negative number of tuples passed to normal_ran Peter Eisentraut 14:31
pgsql: Avoid spamming the client with multiple ParameterStatus messages Tom Lane 16:40
pgsql: Doc: minor improvements for section 11.2 "Index Types". Tom Lane 19:04
pgsql: In psql's \d commands, don't truncate attribute default values. Tom Lane 21:19
pgsql: In psql's \d commands, don't truncate attribute default values. Tom Lane 21:19
pgsql: In psql's \d commands, don't truncate attribute default values. Tom Lane 21:19
pgsql: Avoid spurious waits in concurrent indexing Alvaro Herrera 21:24

Nov. 26, 2020

Thread Author Time
pgsql: Use Enums for logical replication message types at more places. Amit Kapila 03:55
pgsql: doc: Add description about re-analysis and re-planning of a prep Fujii Masao 07:17
pgsql: pg_stat_statements: Track number of times pgss entries were deal Fujii Masao 12:20
pgsql: Restore lock level to update statusFlags Alvaro Herrera 15:38

Nov. 27, 2020

Thread Author Time
pgsql: Fix replication of in-progress transactions in tablesync worker. Amit Kapila 02:22
pgsql: Use standard SIGHUP and SIGTERM signal handlers in worker_spi. Fujii Masao 06:12
pgsql: Use standard SIGTERM signal handler die() in test_shm_mq worker. Fujii Masao 06:46
pgsql: Fix CLUSTER progress reporting of number of blocks scanned. Fujii Masao 11:19
pgsql: Fix CLUSTER progress reporting of number of blocks scanned. Fujii Masao 11:19
pgsql: Fix CLUSTER progress reporting of number of blocks scanned. Fujii Masao 11:20

Nov. 28, 2020

Thread Author Time
pgsql: Fix a recently-introduced race condition in LISTEN/NOTIFY handli Tom Lane 19:04
pgsql: Fix a recently-introduced race condition in LISTEN/NOTIFY handli Tom Lane 19:04
pgsql: Fix a recently-introduced race condition in LISTEN/NOTIFY handli Tom Lane 19:04
pgsql: Fix a recently-introduced race condition in LISTEN/NOTIFY handli Tom Lane 19:04
pgsql: Fix a recently-introduced race condition in LISTEN/NOTIFY handli Tom Lane 19:04
pgsql: Fix a recently-introduced race condition in LISTEN/NOTIFY handli Tom Lane 19:04
pgsql: Fix a recently-introduced race condition in LISTEN/NOTIFY handli Tom Lane 19:04
pgsql: Clean up after tests in src/test/locale/. Tom Lane 21:08

Nov. 29, 2020

Thread Author Time
pgsql: Retry initial slurp_file("current_logfiles"), in test 004_logrot Noah Misch 05:54
pgsql: Retry initial slurp_file("current_logfiles"), in test 004_logrot Noah Misch 05:54
pgsql: Retry initial slurp_file("current_logfiles"), in test 004_logrot Noah Misch 05:54
pgsql: Doc: clarify behavior of PQconnectdbParams(). Tom Lane 18:58
pgsql: Doc: clarify behavior of PQconnectdbParams(). Tom Lane 18:58
pgsql: Doc: clarify behavior of PQconnectdbParams(). Tom Lane 18:58
pgsql: Doc: clarify behavior of PQconnectdbParams(). Tom Lane 18:58
pgsql: Doc: clarify behavior of PQconnectdbParams(). Tom Lane 18:58
pgsql: Doc: clarify behavior of PQconnectdbParams(). Tom Lane 18:58
pgsql: Doc: clarify behavior of PQconnectdbParams(). Tom Lane 18:58
pgsql: Fix recently-introduced breakage in psql's \connect command. Tom Lane 20:22
pgsql: Fix recently-introduced breakage in psql's \connect command. Tom Lane 20:22
pgsql: Fix recently-introduced breakage in psql's \connect command. Tom Lane 20:22
pgsql: Fix recently-introduced breakage in psql's \connect command. Tom Lane 20:22
pgsql: Fix recently-introduced breakage in psql's \connect command. Tom Lane 20:22
pgsql: Fix recently-introduced breakage in psql's \connect command. Tom Lane 20:22
pgsql: Fix recently-introduced breakage in psql's \connect command. Tom Lane 20:22

Nov. 30, 2020

Thread Author Time
pgsql: Improve log message about termination of background workers. Fujii Masao 02:09
pgsql: Fix typo in comment. Fujii Masao 03:55
pgsql: Remove leftover comments, left behind by removal of WITH OIDS. Heikki Linnakangas 08:32
pgsql: Remove leftover comments, left behind by removal of WITH OIDS. Heikki Linnakangas 08:32
pgsql: Remove leftover comments, left behind by removal of WITH OIDS. Heikki Linnakangas 08:32
pgsql: Refactor parsing rules for option lists of EXPLAIN, VACUUM and A Michael Paquier 11:29
pgsql: Fix miscomputation of direct_lateral_relids for join relations. Tom Lane 17:23
pgsql: Fix miscomputation of direct_lateral_relids for join relations. Tom Lane 17:23
pgsql: Fix miscomputation of direct_lateral_relids for join relations. Tom Lane 17:23
pgsql: Fix miscomputation of direct_lateral_relids for join relations. Tom Lane 17:23
pgsql: Fix miscomputation of direct_lateral_relids for join relations. Tom Lane 17:23
pgsql: Fix miscomputation of direct_lateral_relids for join relations. Tom Lane 17:23
pgsql: Fix miscomputation of direct_lateral_relids for join relations. Tom Lane 17:23
pgsql: Prevent parallel index build in a standalone backend. Tom Lane 19:38
pgsql: Prevent parallel index build in a standalone backend. Tom Lane 19:38
pgsql: Prevent parallel index build in a standalone backend. Tom Lane 19:38
pgsql: Prevent parallel index build in a standalone backend. Tom Lane 19:38
pgsql: Remove configure-time probe for DocBook DTD. Tom Lane 20:24
pgsql: Remove configure-time probe for DocBook DTD. Tom Lane 20:24
pgsql: Remove configure-time probe for DocBook DTD. Tom Lane 20:24
pgsql: Remove configure-time probe for DocBook DTD. Tom Lane 20:24
pgsql: Document concurrent indexes waiting on each other Alvaro Herrera 21:26
pgsql: Document concurrent indexes waiting on each other Alvaro Herrera 21:26
pgsql: Document concurrent indexes waiting on each other Alvaro Herrera 21:26
pgsql: Document concurrent indexes waiting on each other Alvaro Herrera 21:26
pgsql: Document concurrent indexes waiting on each other Alvaro Herrera 21:26
pgsql: Document concurrent indexes waiting on each other Alvaro Herrera 21:26
pgsql: Document concurrent indexes waiting on each other Alvaro Herrera 21:26
pgsql: Fix missing outfuncs.c support for IncrementalSortPath. Tom Lane 21:33
pgsql: Fix missing outfuncs.c support for IncrementalSortPath. Tom Lane 21:33

Dec. 1, 2020

Thread Author Time
pgsql: Free disk space for dropped relations on commit. Thomas Munro 02:22
pgsql: Free disk space for dropped relations on commit. Thomas Munro 02:22
pgsql: Free disk space for dropped relations on commit. Thomas Munro 02:22
pgsql: Free disk space for dropped relations on commit. Thomas Munro 02:22
pgsql: Free disk space for dropped relations on commit. Thomas Munro 02:23
pgsql: Free disk space for dropped relations on commit. Thomas Munro 02:23
pgsql: Free disk space for dropped relations on commit. Thomas Munro 02:23
pgsql: Use truncate(2) where appropriate. Thomas Munro 02:47
pgsql: doc: Remove more notes about compatibilities with past versions Michael Paquier 07:35
pgsql: doc: Add additional index entries for progress reporting views. Fujii Masao 08:20
pgsql: docs: ulink all references to RFC's Heikki Linnakangas 12:38
pgsql: Avoid memcpy() with a NULL source pointer and count == 0 Alvaro Herrera 14:47
pgsql: Avoid memcpy() with a NULL source pointer and count == 0 Alvaro Herrera 14:47
pgsql: Avoid memcpy() with a NULL source pointer and count == 0 Alvaro Herrera 14:47
pgsql: Avoid memcpy() with a NULL source pointer and count == 0 Alvaro Herrera 14:47
pgsql: Ensure that expandTableLikeClause() re-examines the same table. Tom Lane 19:03
pgsql: Ensure that expandTableLikeClause() re-examines the same table. Tom Lane 19:03
pgsql: Ensure that expandTableLikeClause() re-examines the same table. Tom Lane 19:03
pgsql: Ensure that expandTableLikeClause() re-examines the same table. Tom Lane 19:03
pgsql: Ensure that expandTableLikeClause() re-examines the same table. Tom Lane 19:03
pgsql: Ensure that expandTableLikeClause() re-examines the same table. Tom Lane 19:03
pgsql: Ensure that expandTableLikeClause() re-examines the same table. Tom Lane 19:03

Dec. 2, 2020

Thread Author Time
pgsql: pg_checksums: data_checksum_version is unsigned so use %u not %d Bruce Momjian 01:27
pgsql: pg_checksums: data_checksum_version is unsigned so use %u not %d Bruce Momjian 01:27
pgsql: pg_checksums: data_checksum_version is unsigned so use %u not %d Bruce Momjian 01:27
pgsql: Move SHA2 routines to a new generic API layer for crypto hashes Michael Paquier 01:41
pgsql: Allow restore_command parameter to be changed with reload. Fujii Masao 02:00
Re: pgsql: Move SHA2 routines to a new generic API layer for crypto hashes 📎 Fujii Masao 02:42
Re: pgsql: Move SHA2 routines to a new generic API layer for crypto hashes Michael Paquier 03:14
Re: pgsql: Move SHA2 routines to a new generic API layer for crypto hashes Michael Paquier 03:21
pgsql: Fix compilation warnings in cryptohash_openssl.c Michael Paquier 03:31
Re: pgsql: Move SHA2 routines to a new generic API layer for crypto hashes Fujii Masao 03:33
pgsql: Track total number of WAL records, FPIs and bytes generated in t Fujii Masao 04:04

Browse Archives

Prev | Next