pgsql-committers since 2022-03-14 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 14, 2022

Thread Author Time
pgsql: Optionally disable subscriptions on error. Amit Kapila 04:14
pgsql: Support "of", "tzh", and "tzm" format codes. Robert Haas 20:52
Yubikey use for commit keys Bruce Momjian 21:38
Re: pgsql: Track LLVM 15 changes. 📎 Thomas Munro 23:12

March 15, 2022

Thread Author Time
pgsql: Fix pg_basebackup with in-place tablespaces. Thomas Munro 01:31
pgsql: Add more regression tests for pg_ls_dir() Michael Paquier 01:52
pgsql: Fix collection of typos in the code and the documentation Michael Paquier 02:36
pgsql: Fix compiler warning introduced in commit 705e20f855. Amit Kapila 02:48
pgsql: Change HAVE_LIBLZ4 and HAVE_LIBZSTD tests to USE_LZ4 and USE_ZST Robert Haas 17:19
pgsql: Allow extensions to add new backup targets. Robert Haas 17:33
pgsql: Add 'basebackup_to_shell' contrib module. Robert Haas 17:33
pgsql: Remove accidentally-committed file. Robert Haas 17:41
Re: pgsql: Track LLVM 15 changes. Andres Freund 18:28
Re: pgsql: Add 'basebackup_to_shell' contrib module. Andres Freund 19:04
Re: pgsql: Fix pg_basebackup with in-place tablespaces. David Steele 20:40
Re: pgsql: Fix pg_basebackup with in-place tablespaces. Tom Lane 21:28
Re: pgsql: Fix pg_basebackup with in-place tablespaces. Thomas Munro 22:13

March 16, 2022

Thread Author Time
pgsql: Silence LLVM 14 API deprecation warnings. Thomas Munro 00:01
pgsql: Back-patch LLVM 14 API changes. Thomas Munro 00:03
pgsql: Back-patch LLVM 14 API changes. Thomas Munro 00:03
pgsql: Back-patch LLVM 14 API changes. Thomas Munro 00:03
pgsql: Back-patch LLVM 14 API changes. Thomas Munro 00:03
pgsql: Wake up for latches in CheckpointWriteDelay(). Thomas Munro 01:06
pgsql: Wake up for latches in CheckpointWriteDelay(). Thomas Munro 01:07
pgsql: pageinspect: Fix handling of page sizes and AM types Michael Paquier 02:21
pgsql: pageinspect: Fix handling of page sizes and AM types Michael Paquier 02:21
pgsql: pageinspect: Fix handling of page sizes and AM types Michael Paquier 02:21
pgsql: pageinspect: Fix handling of page sizes and AM types Michael Paquier 02:21
pgsql: pageinspect: Fix handling of page sizes and AM types Michael Paquier 02:21
pgsql: pageinspect: Fix handling of page sizes and AM types Michael Paquier 02:21
Re: pgsql: pageinspect: Fix handling of page sizes and AM types Michael Paquier 02:45
pgsql: Fix waiting in RegisterSyncRequest(). Thomas Munro 02:49
pgsql: Fix waiting in RegisterSyncRequest(). Thomas Munro 02:49
pgsql: Fix waiting in RegisterSyncRequest(). Thomas Munro 02:49
pgsql: Fix waiting in RegisterSyncRequest(). Thomas Munro 02:50
Re: pgsql: pageinspect: Fix handling of page sizes and AM types Michael Paquier 02:50
pgsql: Fix documentation typo in commit 5e6368b4. Thomas Munro 02:59
pgsql: Fix documentation typo in commit 5e6368b4. Thomas Munro 03:00
pgsql: pageinspect: Fix memory context allocation of page in brin_revma Michael Paquier 03:30
pgsql: pageinspect: Fix memory context allocation of page in brin_revma Michael Paquier 03:30
pgsql: pageinspect: Fix memory context allocation of page in brin_revma Michael Paquier 03:30
pgsql: pageinspect: Fix memory context allocation of page in brin_revma Michael Paquier 03:30
pgsql: pageinspect: Fix memory context allocation of page in brin_revma Michael Paquier 03:30
pgsql: pageinspect: Fix memory context allocation of page in brin_revma Michael Paquier 03:30
pgsql: Fix race between DROP TABLESPACE and checkpointing. Thomas Munro 05:38
pgsql: Fix race between DROP TABLESPACE and checkpointing. Thomas Munro 05:38
pgsql: Fix race between DROP TABLESPACE and checkpointing. Thomas Munro 05:39
pgsql: Fix race between DROP TABLESPACE and checkpointing. Thomas Munro 05:39
pgsql: Fix race between DROP TABLESPACE and checkpointing. Thomas Munro 05:39
pgsql: Fix race between DROP TABLESPACE and checkpointing. Thomas Munro 05:39
Re: pgsql: Fix pg_basebackup with in-place tablespaces. Kyotaro Horiguchi 05:42
pgsql: Fix default signature length for gist_ltree_ops Alexander Korotkov 09:02
pgsql: Fix default signature length for gist_ltree_ops Alexander Korotkov 09:02
pgsql: Fix default signature length for gist_ltree_ops Alexander Korotkov 09:03
Re: pgsql: Allow extensions to add new backup targets. Michael Paquier 09:36
pgsql: doc: Ensure intermediate path creation with mkdir Daniel Gustafsson 10:40
pgsql: Suppress compiler warnings. Robert Haas 13:52
Re: pgsql: Allow extensions to add new backup targets. Robert Haas 13:52
Re: pgsql: Fix pg_basebackup with in-place tablespaces. David Steele 14:29
Re: pgsql: Allow extensions to add new backup targets. Justin Pryzby 15:08
pgsql: Fix publish_as_relid with multiple publications Tomas Vondra 17:06
pgsql: Fix publish_as_relid with multiple publications Tomas Vondra 17:14
pgsql: Fix publish_as_relid with multiple publications Tomas Vondra 17:16
Re: pgsql: Fix pg_basebackup with in-place tablespaces. Thomas Munro 19:33
Re: pgsql: Fix pg_basebackup with in-place tablespaces. David Steele 21:09

March 17, 2022

Thread Author Time
Re: pgsql: Allow extensions to add new backup targets. Michael Paquier 01:56
pgsql: Fix pg_tablespace_location() with in-place tablespaces Michael Paquier 02:26
pgsql: Add option to use ICU as global locale provider Peter Eisentraut 10:22
pgsql: Split ExecUpdate and ExecDelete into reusable pieces Alvaro Herrera 10:47
pgsql: doc: Add documentation for new field pg_database.daticulocale Peter Eisentraut 13:14
Re: pgsql: Add 'basebackup_to_shell' contrib module. Robert Haas 15:52
pgsql: Fix row filters with multiple publications Tomas Vondra 16:05
pgsql: Refactor code for reading and writing relation map files. Robert Haas 17:45
Re: pgsql: Fix row filters with multiple publications Tomas Vondra 19:15
Re: pgsql: Fix row filters with multiple publications Tomas Vondra 21:11
pgsql: Revert applying column aliases to the output of whole-row Vars. Tom Lane 22:18
pgsql: Revert applying column aliases to the output of whole-row Vars. Tom Lane 22:18
pgsql: Revert applying column aliases to the output of whole-row Vars. Tom Lane 22:18
pgsql: Revert applying column aliases to the output of whole-row Vars. Tom Lane 22:18
pgsql: Revert applying column aliases to the output of whole-row Vars. Tom Lane 22:18
pgsql: Revert applying column aliases to the output of whole-row Vars. Tom Lane 22:18
pgsql: Don't bother to attach column name lists to RowExprs of named ty Tom Lane 22:25

March 18, 2022

Thread Author Time
pgsql: Declare aarch64 has single copy atomicity for 8 byte values. Thomas Munro 00:50
pgsql: Fix header inclusion order in pg_receivewal.c Michael Paquier 01:38
pgsql: doc: Remove mention to in-place tablespaces for pg_tablespace_lo Michael Paquier 01:49
Re: pgsql: Add option to use ICU as global locale provider Michael Paquier 02:01
Re: pgsql: Add option to use ICU as global locale provider Julien Rouhaud 03:12
Re: pgsql: Add option to use ICU as global locale provider Thomas Munro 05:15
pgsql: Add circular WAL decoding buffer, take II. Thomas Munro 05:49
Re: pgsql: Fix row filters with multiple publications Amit Kapila 05:57
Re: pgsql: Add option to use ICU as global locale provider Julien Rouhaud 06:36
Re: pgsql: Add option to use ICU as global locale provider Julien Rouhaud 07:40
Re: pgsql: Add option to use ICU as global locale provider 📎 Julien Rouhaud 09:27
Re: pgsql: Add option to use ICU as global locale provider Tom Lane 15:07
pgsql: Remove workarounds for avoiding [U]INT64_FORMAT in translatable Tom Lane 17:10
pgsql: Specify database encoding in new ICU test. Tom Lane 17:26
pgsql: Doc: remove bogus instruction to install contrib/hstore. Tom Lane 17:26
Re: pgsql: Add option to use ICU as global locale provider Tom Lane 17:29
Re: pgsql: Add option to use ICU as global locale provider Peter Eisentraut 19:28
Re: pgsql: Add option to use ICU as global locale provider Peter Eisentraut 19:30
pgsql: Fix incorrect xmlschema output for types timetz and timestamptz. Tom Lane 20:02
pgsql: Fix incorrect xmlschema output for types timetz and timestamptz. Tom Lane 20:02
pgsql: Fix incorrect xmlschema output for types timetz and timestamptz. Tom Lane 20:02
pgsql: Fix incorrect xmlschema output for types timetz and timestamptz. Tom Lane 20:02
pgsql: Fix incorrect xmlschema output for types timetz and timestamptz. Tom Lane 20:02
pgsql: Fix incorrect xmlschema output for types timetz and timestamptz. Tom Lane 20:02
Re: pgsql: Add option to use ICU as global locale provider Tom Lane 20:04
Re: pgsql: Add option to use ICU as global locale provider Andres Freund 22:09
pgsql: ci: include hints how to install OS packages. Andres Freund 22:43
pgsql: ci: compile with -Og where applicable. Andres Freund 22:43

March 19, 2022

Thread Author Time
Re: pgsql: Add option to use ICU as global locale provider Julien Rouhaud 00:59
pgsql: Close race condition in slot_creation_error.spec. Noah Misch 01:20
pgsql: Silence -Wmaybe-uninitialized compiler warning in dbcommands.c. Andres Freund 02:16
Re: pgsql: Split ExecUpdate and ExecDelete into reusable pieces 📎 Amit Langote 03:59
Re: pgsql: Split ExecUpdate and ExecDelete into reusable pieces 📎 Amit Langote 04:09
Re: pgsql: Add option to use ICU as global locale provider 📎 Julien Rouhaud 04:14
pgsql: doc: Mention SET TABLESPACE clause for ALTER MATERIALIZED VIEW Michael Paquier 07:39
pgsql: doc: Mention SET TABLESPACE clause for ALTER MATERIALIZED VIEW Michael Paquier 07:39
pgsql: doc: Mention SET TABLESPACE clause for ALTER MATERIALIZED VIEW Michael Paquier 07:39
pgsql: doc: Mention SET TABLESPACE clause for ALTER MATERIALIZED VIEW Michael Paquier 07:39
pgsql: doc: Mention SET TABLESPACE clause for ALTER MATERIALIZED VIEW Michael Paquier 07:39
pgsql: doc: Mention SET TABLESPACE clause for ALTER MATERIALIZED VIEW Michael Paquier 07:39
pgsql: Add regression tests for ALTER MATERIALIZED VIEW with tablespace Michael Paquier 08:31
pgsql: Improve handling of SET ACCESS METHOD for ALTER MATERIALIZED VIE Michael Paquier 10:15
Re: pgsql: Add option to use ICU as global locale provider Christoph Berg 17:53
pgsql: Fix an outdated and grammatically wrong comment Alvaro Herrera 18:41
Re: pgsql: Split ExecUpdate and ExecDelete into reusable pieces Alvaro Herrera 18:42
pgsql: ci: windows: Use CIRRUS_ESCAPING_PROCESSES, revert 770011e3f39. Andres Freund 18:45
pgsql: pgstat: split relation, database handling out of pgstat_report_s Andres Freund 18:45
pgsql: pgstat: split out WAL handling from pgstat_{initialize,report_st Andres Freund 18:45
pgsql: pgstat: run pgindent on pgstat.c/h. Andres Freund 18:45
Re: pgsql: pgstat: run pgindent on pgstat.c/h. Peter Geoghegan 19:08
Re: pgsql: pgstat: run pgindent on pgstat.c/h. Andres Freund 19:27
Re: pgsql: pgstat: run pgindent on pgstat.c/h. Peter Geoghegan 19:36
pgsql: Add a few recent and not so recent revs to git-blame-ignore-revs Andres Freund 19:40
Re: pgsql: pgstat: run pgindent on pgstat.c/h. Andres Freund 19:42
Re: pgsql: pgstat: run pgindent on pgstat.c/h. Peter Geoghegan 19:51
Re: pgsql: pgstat: run pgindent on pgstat.c/h. Tom Lane 19:52

March 20, 2022

Thread Author Time
pgsql: Fix global ICU collations for ICU < 54 Peter Eisentraut 09:36
Re: pgsql: Add option to use ICU as global locale provider Peter Eisentraut 10:03
Re: pgsql: Add option to use ICU as global locale provider Peter Eisentraut 10:04
Re: pgsql: Add option to use ICU as global locale provider Julien Rouhaud 11:46
Re: pgsql: Add option to use ICU as global locale provider Andres Freund 16:31
pgsql: Doc: fix our example systemd script. Tom Lane 16:40
pgsql: Doc: fix our example systemd script. Tom Lane 16:40
pgsql: Doc: fix our example systemd script. Tom Lane 16:40
pgsql: Doc: fix our example systemd script. Tom Lane 16:40
pgsql: Doc: fix our example systemd script. Tom Lane 16:40
pgsql: Doc: fix our example systemd script. Tom Lane 16:40
pgsql: Enforce foreign key correctly during cross-partition updates Alvaro Herrera 17:48
pgsql: psql: handle tab completion of timezone names after "SET TIMEZON Tom Lane 20:07
Re: pgsql: Enforce foreign key correctly during cross-partition updates Tom Lane 20:29
pgsql: Log regression.diffs in 027_stream_regress.pl. Thomas Munro 20:43
pgsql: Blind fix for uninitialized memory bug in ba9a7e392171 Alvaro Herrera 21:25
Re: pgsql: Enforce foreign key correctly during cross-partition updates Alvaro Herrera 21:26

March 21, 2022

Thread Author Time
pgsql: pgstat: rename pgstat_initstats() to pgstat_relation_init(). Andres Freund 02:13
pgsql: pgstat: separate "xact level" handling out of relation specific Andres Freund 02:13
pgsql: pgstat: introduce pgstat_relation_should_count(). Andres Freund 02:13
Re: pgsql: Allow extensions to add new backup targets. Magnus Hagander 10:37
pgsql: Fix typo in file identification Magnus Hagander 10:37
Re: pgsql: Allow extensions to add new backup targets. Robert Haas 13:25
pgsql: Remove workarounds for avoiding [U]INT64_FORMAT in translatable Tom Lane 15:12
pgsql: Fix risk of deadlock failure while dropping a partitioned index. Tom Lane 16:22
pgsql: Fix risk of deadlock failure while dropping a partitioned index. Tom Lane 16:22
pgsql: Fix risk of deadlock failure while dropping a partitioned index. Tom Lane 16:22
pgsql: Fix risk of deadlock failure while dropping a partitioned index. Tom Lane 16:22
pgsql: Fix risk of deadlock failure while dropping a partitioned index. Tom Lane 16:22
Re: pgsql: Add option to use ICU as global locale provider Christoph Berg 16:59
Re: pgsql: Add option to use ICU as global locale provider Tom Lane 18:37
pgsql: Move pg_attrdef manipulation code into new file catalog/pg_attrd Tom Lane 18:56
pgsql: Fix bogus dependency handling for GENERATED expressions. Tom Lane 18:59
pgsql: pgstat: split different types of stats into separate files. Andres Freund 19:06
pgsql: Fix assorted missing logic for GroupingFunc nodes. Tom Lane 21:44
pgsql: Fix assorted missing logic for GroupingFunc nodes. Tom Lane 21:44
pgsql: Fix assorted missing logic for GroupingFunc nodes. Tom Lane 21:44
pgsql: Fix assorted missing logic for GroupingFunc nodes. Tom Lane 21:44
pgsql: Fix assorted missing logic for GroupingFunc nodes. Tom Lane 21:44
pgsql: Fix assorted missing logic for GroupingFunc nodes. Tom Lane 21:44
pgsql: pgstat: reorder pgstat.[ch] contents. Andres Freund 23:38

March 22, 2022

Thread Author Time
pgsql: Add ALTER SUBSCRIPTION ... SKIP. Amit Kapila 01:56
Re: pgsql: Add ALTER SUBSCRIPTION ... SKIP. Tom Lane 02:06
Re: pgsql: Add ALTER SUBSCRIPTION ... SKIP. Amit Kapila 02:53
pgsql: Fix failures in SSL tests caused by out-of-tree keys and certifi Michael Paquier 04:22
pgsql: Fix failures in SSL tests caused by out-of-tree keys and certifi Michael Paquier 04:22
pgsql: Fix failures in SSL tests caused by out-of-tree keys and certifi Michael Paquier 04:22
pgsql: Fix failures in SSL tests caused by out-of-tree keys and certifi Michael Paquier 04:22
pgsql: Fix failures in SSL tests caused by out-of-tree keys and certifi Michael Paquier 04:22
pgsql: Fix failures in SSL tests caused by out-of-tree keys and certifi Michael Paquier 04:22
pgsql: pgcrypto: Remove internal padding implementation Peter Eisentraut 08:00
pgsql: Add support for security invoker views. Dean Rasheed 10:31
pgsql: Revert "graceful shutdown" changes for Windows. Tom Lane 14:19
pgsql: Add a test module for Object Access hooks Andrew Dunstan 14:29
pgsql: Add String object access hooks Andrew Dunstan 14:29
pgsql: pgstat: fix function name in comment. Andres Freund 15:16
pgsql: Add missing dependency of pg_dumpall to WIN32RES. Andres Freund 15:29
pgsql: Add missing dependency of pg_dumpall to WIN32RES. Andres Freund 15:29
pgsql: Add missing dependency of pg_dumpall to WIN32RES. Andres Freund 15:29
pgsql: Add missing dependency of pg_dumpall to WIN32RES. Andres Freund 15:29
pgsql: Add missing dependency of pg_dumpall to WIN32RES. Andres Freund 15:29
pgsql: Add missing dependency of pg_dumpall to WIN32RES. Andres Freund 15:29

Browse Archives

Prev | Next