pgsql-committers since 2023-10-22 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

Oct. 22, 2023

Thread Author Time
pgsql: Log LLVM library version in configure output. Thomas Munro 01:43
pgsql: Log LLVM library version in configure output. Thomas Munro 01:43
pgsql: Log LLVM library version in configure output. Thomas Munro 01:43
pgsql: Log LLVM library version in configure output. Thomas Munro 01:43
pgsql: Log LLVM library version in configure output. Thomas Munro 01:43
pgsql: Log LLVM library version in configure output. Thomas Munro 01:43
pgsql: Log LLVM library version in configure output. Thomas Munro 01:43

Oct. 23, 2023

Thread Author Time
pgsql: doc: Fix some grammar and inconsistent tags Michael Paquier 01:00
pgsql: Remove unnecessary break in pg_logical_replication_slot_advance( Michael Paquier 01:22
pgsql: Refactor parse_filename_for_nontemp_relation to parse more. Robert Haas 19:17
pgsql: Change struct tablespaceinfo's oid member from 'char *' to 'Oid' Robert Haas 19:23
pgsql: jit: Adjust back-patch of f90b4a84 to 12 and 13. Thomas Munro 22:24
pgsql: jit: Adjust back-patch of f90b4a84 to 12 and 13. Thomas Munro 22:24
pgsql: Fix typos in wait_event.c Michael Paquier 23:06
pgsql: doc: Improve example query related to pg_wait_events Michael Paquier 23:41

Oct. 24, 2023

Thread Author Time
pgsql: Assert that buffers are marked dirty before XLogRegisterBuffer() Jeff Davis 00:43
pgsql: Doc: indexUnchanged is strictly a hint. Peter Geoghegan 16:27
pgsql: Doc: indexUnchanged is strictly a hint. Peter Geoghegan 16:27
pgsql: Doc: indexUnchanged is strictly a hint. Peter Geoghegan 16:27
pgsql: Doc: indexUnchanged is strictly a hint. Peter Geoghegan 16:27
pgsql: Fix problems when a plain-inheritance parent table is excluded. Tom Lane 18:48
pgsql: Fix problems when a plain-inheritance parent table is excluded. Tom Lane 18:48
pgsql: Fix problems when a plain-inheritance parent table is excluded. Tom Lane 18:48
pgsql: Fix problems when a plain-inheritance parent table is excluded. Tom Lane 18:48
pgsql: Speed up pg_regress server readiness testing. Daniel Gustafsson 19:54
pgsql: Reword memory terminology for PQresultMemorySize Daniel Gustafsson 20:19
Re: pgsql: Doc: document bpchar, clarify relationship of text and varchar. 📎 Bruce Momjian 22:35
Re: pgsql: Doc: document bpchar, clarify relationship of text and varchar. Jeff Davis 23:00

Oct. 25, 2023

Thread Author Time
pgsql: Log OpenSSL version in ./configure output Michael Paquier 00:28
pgsql: Log OpenSSL version in ./configure output Michael Paquier 00:28
pgsql: doc: Fix some typos and grammar Michael Paquier 00:42
pgsql: doc: Fix some typos and grammar Michael Paquier 00:42
pgsql: doc: Fix some typos and grammar Michael Paquier 00:42
pgsql: doc: Fix some typos and grammar Michael Paquier 00:42
pgsql: doc: Fix some typos and grammar Michael Paquier 00:42
pgsql: doc: Fix some typos and grammar Michael Paquier 00:42
pgsql: doc: Fix some typos and grammar Michael Paquier 00:42
pgsql: Add missing include dir and references to libpq for MSVC build David Rowley 02:38
pgsql: Use snprintf instead of sprintf in pg_regress. Daniel Gustafsson 09:02
pgsql: doc: Fix link to catalog table Daniel Gustafsson 09:35
pgsql: doc: Fix link to catalog table Daniel Gustafsson 09:35
pgsql: Remove useless self-joins Alexander Korotkov 09:59
Re: pgsql: Remove useless self-joins David Rowley 10:31
pgsql: Fix some regression tests for d3d55ce57136 Alexander Korotkov 11:54
Re: pgsql: Remove useless self-joins Alexander Korotkov 11:55
pgsql: Doc fix: Interfacing Extensions to Indexes Jeff Davis 20:44
pgsql: Remove dead code in pg_ctl.c. Nathan Bossart 21:28
pgsql: Doc: remove misleading info about ecpg's CONNECT/DISCONNECT DEFA Tom Lane 21:35
pgsql: Doc: remove misleading info about ecpg's CONNECT/DISCONNECT DEFA Tom Lane 21:35
pgsql: Doc: remove misleading info about ecpg's CONNECT/DISCONNECT DEFA Tom Lane 21:35
pgsql: Doc: remove misleading info about ecpg's CONNECT/DISCONNECT DEFA Tom Lane 21:35
pgsql: Doc: remove misleading info about ecpg's CONNECT/DISCONNECT DEFA Tom Lane 21:35
pgsql: Doc: remove misleading info about ecpg's CONNECT/DISCONNECT DEFA Tom Lane 21:35
pgsql: Doc: remove misleading info about ecpg's CONNECT/DISCONNECT DEFA Tom Lane 21:35

Oct. 26, 2023

Thread Author Time
pgsql: Migrate logical slots to the new node during an upgrade. Amit Kapila 02:14
pgsql: Prevent duplicate RTEPermissionInfo for plain-inheritance parent Amit Langote 02:59
pgsql: Prevent duplicate RTEPermissionInfo for plain-inheritance parent Amit Langote 02:59
pgsql: Introduce the concept of read-only StringInfos David Rowley 03:32
Re: pgsql: Prevent duplicate RTEPermissionInfo for plain-inheritance parent David Rowley 06:08
pgsql: Add trailing commas to enum definitions Peter Eisentraut 07:29
Re: pgsql: Prevent duplicate RTEPermissionInfo for plain-inheritance parent Amit Langote 07:59
Re: pgsql: Prevent duplicate RTEPermissionInfo for plain-inheritance parent Amit Langote 08:08
pgsql: Avoid compiler warning in non-assert builds Amit Langote 08:33
pgsql: Avoid compiler warning in non-assert builds Amit Langote 08:33
pgsql: Add "Add trailing commas to enum definitions" to .git-blame-igno Peter Eisentraut 11:19
pgsql: Optimize various aggregate deserialization functions, take 2 David Rowley 21:42

Oct. 27, 2023

Thread Author Time
pgsql: Remove buffers_backend and buffers_backend_fsync from pg_stat_ch Michael Paquier 02:17
pgsql: Make UniqueRelInfo a node Alexander Korotkov 02:45
pgsql: Use shorter file names in the upgrade logical slots test. Amit Kapila 06:08
pgsql: Commit b195e6d482 forgot to update meson.build. Amit Kapila 08:06
pgsql: Adjust parallel_schedule with event triggers on authenticated lo Alexander Korotkov 08:34
Re: pgsql: Adjust parallel_schedule with event triggers on authenticated lo 📎 Alvaro Herrera 10:47
Re: pgsql: Adjust parallel_schedule with event triggers on authenticated lo Alexander Korotkov 11:20
Re: pgsql: Adjust parallel_schedule with event triggers on authenticated lo Alvaro Herrera 11:51
pgsql: |--- gitweb subject length limit ----------------|-email limit-| Bruce Momjian 15:06
pgsql: doc: clarify logical decoding's deadlock of system tables Bruce Momjian 15:36
pgsql: Fix overflow when calculating timestamp distance in BRIN Tomas Vondra 16:57
pgsql: Fix minmax-multi distance for extreme interval values Tomas Vondra 16:57
pgsql: Fix minmax-multi on infinite date/timestamp values Tomas Vondra 16:57
pgsql: Fix calculation in brin_minmax_multi_distance_date Tomas Vondra 16:57
pgsql: Fix overflow when calculating timestamp distance in BRIN Tomas Vondra 16:58
pgsql: Fix calculation in brin_minmax_multi_distance_date Tomas Vondra 16:58
pgsql: Fix minmax-multi on infinite date/timestamp values Tomas Vondra 16:58
pgsql: Fix minmax-multi distance for extreme interval values Tomas Vondra 16:58
pgsql: Fix minmax-multi on infinite date/timestamp values Tomas Vondra 16:59
pgsql: Fix overflow when calculating timestamp distance in BRIN Tomas Vondra 16:59
pgsql: Fix calculation in brin_minmax_multi_distance_date Tomas Vondra 16:59
pgsql: Fix minmax-multi distance for extreme interval values Tomas Vondra 16:59
pgsql: Fix minmax-multi distance for extreme interval values Tomas Vondra 16:59
pgsql: Fix minmax-multi on infinite date/timestamp values Tomas Vondra 16:59
pgsql: Fix calculation in brin_minmax_multi_distance_date Tomas Vondra 16:59
pgsql: Fix overflow when calculating timestamp distance in BRIN Tomas Vondra 16:59
pgsql: Split event_trigger_login test from event_trigger test Alexander Korotkov 20:52
Re: pgsql: Adjust parallel_schedule with event triggers on authenticated lo Alexander Korotkov 20:53
pgsql: Teach contrib/amcheck to check the unique constraint violation Alexander Korotkov 21:21
pgsql: doc: wording improvements Bruce Momjian 21:23
pgsql: doc Improve C GUC-related comments Bruce Momjian 23:05
pgsql: Clarify the result order of unnest(multirange). Jeff Davis 23:06

Oct. 28, 2023

Thread Author Time
pgsql: doc: improve config syncfs wording Bruce Momjian 01:12
pgsql: doc: improve text around consistency of statistics values Bruce Momjian 01:25
pgsql: Allow relkind 'I' in type_sanity test. Tom Lane 01:50
pgsql: Remove PHOT from our default timezone abbreviations list. Tom Lane 15:55
pgsql: Remove PHOT from our default timezone abbreviations list. Tom Lane 15:55
pgsql: Remove PHOT from our default timezone abbreviations list. Tom Lane 15:55
pgsql: Remove PHOT from our default timezone abbreviations list. Tom Lane 15:55
pgsql: Remove PHOT from our default timezone abbreviations list. Tom Lane 15:55
pgsql: Remove PHOT from our default timezone abbreviations list. Tom Lane 15:55
pgsql: Remove PHOT from our default timezone abbreviations list. Tom Lane 15:55
pgsql: doc: comment wording improvement Bruce Momjian 16:59
pgsql: doc: add links to Postgres features intro Bruce Momjian 18:03
pgsql: Fix intra-query memory leak when a SRF returns zero rows. Tom Lane 18:05
pgsql: Fix intra-query memory leak when a SRF returns zero rows. Tom Lane 18:05
pgsql: Fix intra-query memory leak when a SRF returns zero rows. Tom Lane 18:05
pgsql: Fix intra-query memory leak when a SRF returns zero rows. Tom Lane 18:05
pgsql: Fix intra-query memory leak when a SRF returns zero rows. Tom Lane 18:05
pgsql: Fix intra-query memory leak when a SRF returns zero rows. Tom Lane 18:05
pgsql: Fix intra-query memory leak when a SRF returns zero rows. Tom Lane 18:05

Oct. 29, 2023

Thread Author Time
RE: pg_upgrade test failure 📎 Hayato Kuroda (Fujitsu) 05:43
pgsql: btree_gin: Fix calculation of leftmost interval value. Dean Rasheed 11:23
pgsql: btree_gin: Fix calculation of leftmost interval value. Dean Rasheed 11:23
pgsql: btree_gin: Fix calculation of leftmost interval value. Dean Rasheed 11:23
pgsql: btree_gin: Fix calculation of leftmost interval value. Dean Rasheed 11:23
pgsql: btree_gin: Fix calculation of leftmost interval value. Dean Rasheed 11:23
pgsql: btree_gin: Fix calculation of leftmost interval value. Dean Rasheed 11:23
pgsql: btree_gin: Fix calculation of leftmost interval value. Dean Rasheed 11:23
pgsql: Guard against overflow in make_interval(). Dean Rasheed 15:54
pgsql: Teach pg_dump about the new pg_subscription.subrunasowner option Tom Lane 16:56
pgsql: Teach pg_dump about the new pg_subscription.subrunasowner option Tom Lane 16:56
pgsql: Fix instable 006_login_trigger.pl test Alexander Korotkov 22:28
pgsql: Refactor some code related to transaction-level statistics for r Michael Paquier 23:23

Oct. 30, 2023

Thread Author Time
pgsql: Introduce pg_stat_checkpointer Michael Paquier 00:47
pgsql: Mention standby.signal in FATALs for checkpoint record missing a Michael Paquier 05:08
pgsql: Doc: Make link names consistent in logical replication commands. Amit Kapila 05:26
pgsql: Delay recovery mode LOG after reading backup_label and/or checkp Michael Paquier 06:29
Re: pgsql: doc: comment wording improvement Michael Paquier 07:15
Re: pgsql: Teach contrib/amcheck to check the unique constraint violation Michael Paquier 07:17
pgsql: Expand regression tests for pg_stat_reset_shared() Michael Paquier 08:19
Re: pgsql: Teach contrib/amcheck to check the unique constraint violation Alexander Korotkov 08:35
pgsql: Fix indentation in contrib/amcheck/verify_nbtree.c Alexander Korotkov 08:44
pgsql: Add STREAM_START/STREAM_STOP for transactional messages during d Amit Kapila 09:14
pgsql: Fill in more of ObjectProperty Peter Eisentraut 10:24
Re: pgsql: Teach contrib/amcheck to check the unique constraint violation Bruce Momjian 18:52
pgsql: pgindent run to fix commits de64268561 and 5ae2087202a Bruce Momjian 18:53
pgsql: amcheck: Distinguish interrupted page deletion from corruption. Noah Misch 21:47
pgsql: amcheck: Distinguish interrupted page deletion from corruption. Noah Misch 21:47
pgsql: Diagnose !indisvalid in more SQL functions. Noah Misch 21:47
pgsql: Diagnose !indisvalid in more SQL functions. Noah Misch 21:47
pgsql: amcheck: Distinguish interrupted page deletion from corruption. Noah Misch 21:47
pgsql: Diagnose !indisvalid in more SQL functions. Noah Misch 21:47
pgsql: amcheck: Distinguish interrupted page deletion from corruption. Noah Misch 21:47
pgsql: Diagnose !indisvalid in more SQL functions. Noah Misch 21:47
pgsql: amcheck: Distinguish interrupted page deletion from corruption. Noah Misch 21:47
pgsql: Diagnose !indisvalid in more SQL functions. Noah Misch 21:47
pgsql: Diagnose !indisvalid in more SQL functions. Noah Misch 21:47
pgsql: amcheck: Distinguish interrupted page deletion from corruption. Noah Misch 21:47
pgsql: amcheck: Distinguish interrupted page deletion from corruption. Noah Misch 21:47
pgsql: Diagnose !indisvalid in more SQL functions. Noah Misch 21:47
Re: pgsql: Teach contrib/amcheck to check the unique constraint violation Michael Paquier 22:36
Re: pgsql: Teach contrib/amcheck to check the unique constraint violation Michael Paquier 22:38

Oct. 31, 2023

Thread Author Time
pgsql: Adjust the order of the prechecks in pgrowlocks() David Rowley 03:42
pgsql: Adjust the order of the prechecks in pgrowlocks() David Rowley 03:42
pgsql: Adjust the order of the prechecks in pgrowlocks() David Rowley 03:43
pgsql: Adjust the order of the prechecks in pgrowlocks() David Rowley 03:43
pgsql: Adjust the order of the prechecks in pgrowlocks() David Rowley 03:44
pgsql: Adjust the order of the prechecks in pgrowlocks() David Rowley 03:44
pgsql: improve alignment of postgresql.conf comments Bruce Momjian 12:51
pgsql: doc: 1-byte varlena headers can be used for user PLAIN storage Bruce Momjian 13:11
pgsql: doc: 1-byte varlena headers can be used for user PLAIN storage Bruce Momjian 13:11
pgsql: doc: 1-byte varlena headers can be used for user PLAIN storage Bruce Momjian 13:11
pgsql: doc: 1-byte varlena headers can be used for user PLAIN storage Bruce Momjian 13:11
pgsql: doc: 1-byte varlena headers can be used for user PLAIN storage Bruce Momjian 13:11
pgsql: doc: 1-byte varlena headers can be used for user PLAIN storage Bruce Momjian 13:11
pgsql: doc: 1-byte varlena headers can be used for user PLAIN storage Bruce Momjian 13:11
pgsql: doc: add function argument and query parameter limits Bruce Momjian 13:23
pgsql: doc: add function argument and query parameter limits Bruce Momjian 13:23
pgsql: doc: add function argument and query parameter limits Bruce Momjian 13:23
pgsql: doc: add function argument and query parameter limits Bruce Momjian 13:23
pgsql: doc: add function argument and query parameter limits Bruce Momjian 13:23
pgsql: doc: add function argument and query parameter limits Bruce Momjian 13:23
Re: pgsql: Doc: document bpchar, clarify relationship of text and varchar. Bruce Momjian 14:13
pgsql: doc: improve bpchar and character type length details Bruce Momjian 14:13
pgsql: doc: improve bpchar and character type length details Bruce Momjian 14:13
pgsql: doc: improve ALTER SYSTEM description of value list quoting Bruce Momjian 14:21
pgsql: doc: improve ALTER SYSTEM description of value list quoting Bruce Momjian 14:21
pgsql: doc: improve ALTER SYSTEM description of value list quoting Bruce Momjian 14:21
pgsql: doc: improve ALTER SYSTEM description of value list quoting Bruce Momjian 14:21
pgsql: doc: improve ALTER SYSTEM description of value list quoting Bruce Momjian 14:21
pgsql: doc: improve ALTER SYSTEM description of value list quoting Bruce Momjian 14:21
pgsql: doc: improve ALTER SYSTEM description of value list quoting Bruce Momjian 14:21
pgsql: C comment: adjust statistics mention Bruce Momjian 15:02
pgsql: C comment: improve statistics computation comment example Bruce Momjian 15:42
pgsql: C comment: mention why no setting lasterrno in dir_existsfile() Bruce Momjian 15:59
pgsql: doc: add missing word to sentence about Paris Bruce Momjian 17:19

Nov. 1, 2023

Thread Author Time
pgsql: doc: Expand section related to LWLocks and shared memory Michael Paquier 05:57
pgsql: Fix function name in comment Daniel Gustafsson 13:45
pgsql: Fix function name in comment Daniel Gustafsson 13:45
pgsql: doc: add reference to wire protocol details Bruce Momjian 17:57
pgsql: doc: Replace reference to ERRCODE_RAISE_EXCEPTION by "raise_exce Michael Paquier 22:34
pgsql: doc: Replace reference to ERRCODE_RAISE_EXCEPTION by "raise_exce Michael Paquier 22:34
pgsql: doc: Replace reference to ERRCODE_RAISE_EXCEPTION by "raise_exce Michael Paquier 22:34

Browse Archives

Prev | Next