pgsql-committers since 2021-11-05 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. 5, 2021

Thread Author Time
Re: pgsql: Fix WAL replay in presence of an incomplete record Tom Lane 00:13
pgsql: Add various assertions to heap pruning code. Peter Geoghegan 02:09
pgsql: Add support for LZ4 compression in pg_receivewal Michael Paquier 02:34
pgsql: Add hardening to catch invalid TIDs in indexes. Peter Geoghegan 02:54
pgsql: Improve psql tab completion for COMMENT Michael Paquier 06:27
Re: pgsql: Add various assertions to heap pruning code. Michael Paquier 06:48
Re: pgsql: Fix WAL replay in presence of an incomplete record Alvaro Herrera 12:06
Re: pgsql: Fix WAL replay in presence of an incomplete record Alvaro Herrera 12:28
pgsql: pgcrypto: Remove non-OpenSSL support Peter Eisentraut 13:09
pgsql: amcheck: Add additional TOAST pointer checks. Robert Haas 13:33
pgsql: Introduce 'bbsink' abstraction to modularize base backup code. Robert Haas 14:19
pgsql: Reword doc blurb for vacuumdb --analyze-in-stages Alvaro Herrera 14:23
pgsql: Introduce 'bbstreamer' abstraction to modularize pg_basebackup. Robert Haas 14:29
pgsql: Document default and changeability of log_startup_progress_inter Alvaro Herrera 14:32
Re: pgsql: Report progress of startup operations that take a long time. Alvaro Herrera 14:32
pgsql: Pipeline mode disallows multicommand strings Alvaro Herrera 14:57
pgsql: Pipeline mode disallows multicommand strings Alvaro Herrera 14:57
pgsql: Document that ALTER TABLE .. TYPE removes statistics Alvaro Herrera 15:09
pgsql: Avoid crash in rare case of concurrent DROP Alvaro Herrera 15:33
pgsql: Avoid crash in rare case of concurrent DROP Alvaro Herrera 15:33
pgsql: Avoid crash in rare case of concurrent DROP Alvaro Herrera 15:33
pgsql: Avoid crash in rare case of concurrent DROP Alvaro Herrera 15:33
pgsql: Avoid crash in rare case of concurrent DROP Alvaro Herrera 15:33
pgsql: Avoid crash in rare case of concurrent DROP Alvaro Herrera 15:33
pgsql: Avoid crash in rare case of concurrent DROP Alvaro Herrera 15:33
Re: pgsql: Add various assertions to heap pruning code. Peter Geoghegan 15:40
pgsql: Don't set ThisTimeLineID when there's no reason to do so. Robert Haas 16:49
pgsql: Remove all use of ThisTimeLineID global variable outside of xlog Robert Haas 16:52
pgsql: Change ThisTimeLineID from a global variable to a local variable Robert Haas 16:55
pgsql: Update obsolete heap pruning comments. Peter Geoghegan 21:09

Nov. 6, 2021

Thread Author Time
Re: pgsql: Change ThisTimeLineID from a global variable to a local variable Michael Paquier 00:17
pgsql: First-draft release notes for 14.1. Tom Lane 00:26
pgsql: Fix handling of NaN values in BRIN minmax multi Tomas Vondra 00:53
pgsql: Fix handling of NaN values in BRIN minmax multi Tomas Vondra 00:55
Re: pgsql: Introduce 'bbstreamer' abstraction to modularize pg_basebackup. Peter Geoghegan 01:46
pgsql: Update obsolete reference in vacuumlazy.c. Peter Geoghegan 06:39
Re: pgsql: Introduce 'bbstreamer' abstraction to modularize pg_basebackup. Tom Lane 14:30
pgsql: Mark mystreamer variable as PG_USED_FOR_ASSERTS_ONLY Tomas Vondra 15:33
pgsql: Second-draft release notes for 14.1. Tom Lane 15:56
pgsql: Add bool GiST opclass to btree_gist Tomas Vondra 16:07
Re: pgsql: Introduce 'bbstreamer' abstraction to modularize pg_basebackup. Tomas Vondra 16:10
pgsql: Un-break pg_basebackup's MSVC build. Tom Lane 16:13
pgsql: Reset lastOverflowedXid on standby when needed Alexander Korotkov 16:13
pgsql: Reset lastOverflowedXid on standby when needed Alexander Korotkov 16:13
pgsql: Reset lastOverflowedXid on standby when needed Alexander Korotkov 16:13
pgsql: Reset lastOverflowedXid on standby when needed Alexander Korotkov 16:13
pgsql: Reset lastOverflowedXid on standby when needed Alexander Korotkov 16:13
pgsql: Reset lastOverflowedXid on standby when needed Alexander Korotkov 16:14
pgsql: Reset lastOverflowedXid on standby when needed Alexander Korotkov 16:14
Re: pgsql: Introduce 'bbstreamer' abstraction to modularize pg_basebackup. Tom Lane 16:17
pgsql: Second attempt to silence SSL compile failures on hamerkop. Tom Lane 16:43
pgsql: Disallow making an empty lexeme via array_to_tsvector(). Tom Lane 17:29
pgsql: Blind attempt to fix MSVC pgcrypto build. Tom Lane 22:02
Re: pgsql: pgcrypto: Remove non-OpenSSL support Andres Freund 22:04
Re: pgsql: pgcrypto: Remove non-OpenSSL support Tom Lane 22:07
Re: pgsql: windows: Define WIN32_LEAN_AND_MEAN to make compilation faster. Tom Lane 22:24
Re: pgsql: pgcrypto: Remove non-OpenSSL support Andres Freund 22:34
Re: pgsql: windows: Define WIN32_LEAN_AND_MEAN to make compilation faster. Andres Freund 22:41
pgsql: windows: Remove use of WIN32_LEAN_AND_MEAN from crashdump.c. Andres Freund 22:47
Re: pgsql: windows: Define WIN32_LEAN_AND_MEAN to make compilation faster. Tom Lane 22:47
Re: pgsql: windows: Define WIN32_LEAN_AND_MEAN to make compilation faster. Andres Freund 22:47
pgsql: Doc: add some notes about performance of the List functions. Tom Lane 23:13

Nov. 7, 2021

Thread Author Time
Re: pgsql: pgcrypto: Remove non-OpenSSL support Michael Paquier 01:38
Re: pgsql: pgcrypto: Remove non-OpenSSL support Andres Freund 02:07
Re: pgsql: pgcrypto: Remove non-OpenSSL support Andres Freund 02:10
Re: pgsql: pgcrypto: Remove non-OpenSSL support Tom Lane 03:14
pgsql: contrib/sslinfo needs a fix too to make hamerkop happy. Tom Lane 16:34
pgsql: Silence uninitialized-variable warning. Tom Lane 17:18
Re: pgsql: Change ThisTimeLineID from a global variable to a local variable Tom Lane 17:23
pgsql: Release notes for 14.1, 13.5, 12.9, 11.14, 10.19, 9.6.24. Tom Lane 19:22
pgsql: Release notes for 14.1, 13.5, 12.9, 11.14, 10.19, 9.6.24. Tom Lane 19:22
pgsql: Release notes for 14.1, 13.5, 12.9, 11.14, 10.19, 9.6.24. Tom Lane 19:22
pgsql: Release notes for 14.1, 13.5, 12.9, 11.14, 10.19, 9.6.24. Tom Lane 19:22
pgsql: Release notes for 14.1, 13.5, 12.9, 11.14, 10.19, 9.6.24. Tom Lane 19:22
pgsql: Release notes for 14.1, 13.5, 12.9, 11.14, 10.19, 9.6.24. Tom Lane 19:22
pgsql: Remove tests added by bd807be6935929bdefe74d1258ca08048f0aafa3. Robert Haas 20:36
Re: pgsql: Change ThisTimeLineID from a global variable to a local variable Robert Haas 20:52
Re: pgsql: Change ThisTimeLineID from a global variable to a local variable Tom Lane 21:39
Re: pgsql: Change ThisTimeLineID from a global variable to a local variable Robert Haas 22:20

Nov. 8, 2021

Thread Author Time
pgsql: Fix gist_bool_ops to use gbtreekey2 Tomas Vondra 00:35
pgsql: Fix incorrect hash equality operator bug in Memoize David Rowley 01:41
pgsql: Fix incorrect hash equality operator bug in Memoize David Rowley 01:41
pgsql: Translation updates Peter Eisentraut 09:10
pgsql: Translation updates Peter Eisentraut 09:10
pgsql: Translation updates Peter Eisentraut 09:10
pgsql: Translation updates Peter Eisentraut 09:10
pgsql: Translation updates Peter Eisentraut 09:10
pgsql: Translation updates Peter Eisentraut 09:10
pgsql: Fix typo Alvaro Herrera 12:10
pgsql: Fix typo Alvaro Herrera 12:19
pgsql: Fix typo Alvaro Herrera 12:19
pgsql: Fix typo Alvaro Herrera 12:19
pgsql: Fix typo Alvaro Herrera 12:19
pgsql: Reject extraneous data after SSL or GSS encryption handshake. Tom Lane 16:15
pgsql: Reject extraneous data after SSL or GSS encryption handshake. Tom Lane 16:15
pgsql: libpq: reject extraneous data after SSL or GSS encryption handsh Tom Lane 16:15
pgsql: Reject extraneous data after SSL or GSS encryption handshake. Tom Lane 16:15
pgsql: Reject extraneous data after SSL or GSS encryption handshake. Tom Lane 16:15
pgsql: Reject extraneous data after SSL or GSS encryption handshake. Tom Lane 16:15
pgsql: Reject extraneous data after SSL or GSS encryption handshake. Tom Lane 16:15
pgsql: libpq: reject extraneous data after SSL or GSS encryption handsh Tom Lane 16:15
pgsql: Reject extraneous data after SSL or GSS encryption handshake. Tom Lane 16:15
pgsql: libpq: reject extraneous data after SSL or GSS encryption handsh Tom Lane 16:15
pgsql: libpq: reject extraneous data after SSL or GSS encryption handsh Tom Lane 16:15
pgsql: libpq: reject extraneous data after SSL or GSS encryption handsh Tom Lane 16:15
pgsql: libpq: reject extraneous data after SSL or GSS encryption handsh Tom Lane 16:15
pgsql: libpq: reject extraneous data after SSL or GSS encryption handsh Tom Lane 16:15
pgsql: Last-minute updates for release notes. Tom Lane 19:02
pgsql: Last-minute updates for release notes. Tom Lane 19:02
pgsql: Last-minute updates for release notes. Tom Lane 19:02
pgsql: Last-minute updates for release notes. Tom Lane 19:02
pgsql: Last-minute updates for release notes. Tom Lane 19:02
pgsql: Last-minute updates for release notes. Tom Lane 19:02
pgsql: Fix incorrect format placeholder. Tom Lane 19:32
pgsql: Minimal fix for unterminated tar archive problem. Robert Haas 21:40
pgsql: Stamp 14.1. Tom Lane 21:59
pgsql: Stamp 13.5. Tom Lane 22:00
pgsql: Stamp 12.9. Tom Lane 22:02
pgsql: Stamp 11.14. Tom Lane 22:04
pgsql: Stamp 10.19. Tom Lane 22:06
pgsql: Stamp 9.6.24. Tom Lane 22:08

Nov. 9, 2021

Thread Author Time
Re: pgsql: Fix incorrect format placeholder. Michael Paquier 01:54
pgsql: Rename some enums to use TABLE instead of REL. Amit Kapila 03:17
pgsql: doc: Add index entries for pg_stat_statements configuration para Fujii Masao 03:40
pgsql: Make some comments use the term "ProcSignal" for consistency Michael Paquier 03:57
Re: pgsql: Fix incorrect format placeholder. Tom Lane 05:19
Re: pgsql: Fix incorrect format placeholder. Michael Paquier 05:38
Re: pgsql: Fix incorrect format placeholder. Tom Lane 06:06
Re: pgsql: Fix incorrect format placeholder. 📎 Michael Paquier 11:16
Re: pgsql: Fix incorrect format placeholder. Tom Lane 14:40
pgsql: Remove check for accept() argument types Peter Eisentraut 15:02
pgsql: Have the server properly terminate tar archives. Robert Haas 19:35
Re: pgsql: Fix incorrect format placeholder. Michael Paquier 22:26
pgsql: Tag refs/tags/REL_14_1 was created noreply 23:12
pgsql: Tag refs/tags/REL9_6_24 was created noreply 23:12
pgsql: Tag refs/tags/REL_13_5 was created noreply 23:12
pgsql: Tag refs/tags/REL_10_19 was created noreply 23:12
pgsql: Tag refs/tags/REL_11_14 was created noreply 23:12
pgsql: Tag refs/tags/REL_12_9 was created noreply 23:12
pgsql: Fix instability in 026_overwrite_contrecord.pl test. Tom Lane 23:40
pgsql: Fix instability in 026_overwrite_contrecord.pl test. Tom Lane 23:40
pgsql: Fix instability in 026_overwrite_contrecord.pl test. Tom Lane 23:40
pgsql: Fix instability in 026_overwrite_contrecord.pl test. Tom Lane 23:40
pgsql: Fix instability in 026_overwrite_contrecord.pl test. Tom Lane 23:40
pgsql: Fix instability in 026_overwrite_contrecord.pl test. Tom Lane 23:40

Nov. 10, 2021

Thread Author Time
pgsql: Add pg_checkpointer predefined role for CHECKPOINT command. Jeff Davis 01:01
pgsql: Improve error messages for some callers of XLogReadRecord() Michael Paquier 03:12
pgsql: Fix incorrect format placeholders Peter Eisentraut 07:26
pgsql: More cleanup of 'ThisTimeLineID'. Robert Haas 14:51
pgsql: Fix thinko in assertion in basebackup.c. Robert Haas 15:18
Re: pgsql: Remove check for accept() argument types Tom Lane 15:41
pgsql: Doc: improve protocol spec for logical replication Type messages Tom Lane 18:13
pgsql: Doc: improve protocol spec for logical replication Type messages Tom Lane 18:13
pgsql: Doc: improve protocol spec for logical replication Type messages Tom Lane 18:13
pgsql: Doc: improve protocol spec for logical replication Type messages Tom Lane 18:13
pgsql: Doc: improve protocol spec for logical replication Type messages Tom Lane 18:13
pgsql: Doc: improve protocol spec for logical replication Type messages Tom Lane 18:13

Nov. 11, 2021

Thread Author Time
pgsql: Clean up compilation warnings coming from PL/Perl with clang-12~ Michael Paquier 01:52
pgsql: Clean up compilation warnings coming from PL/Perl with clang-12~ Michael Paquier 01:52
pgsql: Clean up compilation warnings coming from PL/Perl with clang-12~ Michael Paquier 01:52
pgsql: Clean up compilation warnings coming from PL/Perl with clang-12~ Michael Paquier 01:52
pgsql: Clean up compilation warnings coming from PL/Perl with clang-12~ Michael Paquier 01:52
pgsql: Clean up compilation warnings coming from PL/Perl with clang-12~ Michael Paquier 01:52
pgsql: Fix buffer overrun in unicode string normalization with empty in Michael Paquier 06:03
pgsql: Fix buffer overrun in unicode string normalization with empty in Michael Paquier 06:03
pgsql: Fix buffer overrun in unicode string normalization with empty in Michael Paquier 06:03
pgsql: Fix buffer overrun in unicode string normalization with empty in Michael Paquier 06:03
pgsql: Fix buffer overrun in unicode string normalization with empty in Michael Paquier 06:03
pgsql: Fix buffer overrun in unicode string normalization with empty in Michael Paquier 06:03
pgsql: doc: Add referential actions to CREATE/ALTER TABLE synopsis Peter Eisentraut 09:50
pgsql: Restore lock level to set vacuum flags Alvaro Herrera 14:04
pgsql: Restore lock level to set vacuum flags Alvaro Herrera 14:04
pgsql: Fall back to unsigned int, not int, for socklen_t. Tom Lane 15:37
pgsql: Improve performance of pgarch_readyXlog() with many status files Robert Haas 20:21
pgsql: Update another obsolete reference in vacuumlazy.c. Peter Geoghegan 21:13
pgsql: Update heap_page_prune() free space map comments. Peter Geoghegan 21:43

Nov. 12, 2021

Thread Author Time
pgsql: Report any XLogReadRecord() error in XlogReadTwoPhaseData(). Noah Misch 01:17
pgsql: Report any XLogReadRecord() error in XlogReadTwoPhaseData(). Noah Misch 01:17
pgsql: Report any XLogReadRecord() error in XlogReadTwoPhaseData(). Noah Misch 01:17
pgsql: Report any XLogReadRecord() error in XlogReadTwoPhaseData(). Noah Misch 01:17
pgsql: Report any XLogReadRecord() error in XlogReadTwoPhaseData(). Noah Misch 01:17
pgsql: Report any XLogReadRecord() error in XlogReadTwoPhaseData(). Noah Misch 01:17
pgsql: Fix memory overrun when querying pg_stat_slru Michael Paquier 12:51
pgsql: Fix memory overrun when querying pg_stat_slru Michael Paquier 12:51
pgsql: Fix memory overrun when querying pg_stat_slru Michael Paquier 12:51
Re: pgsql: Remove check for accept() argument types Peter Eisentraut 13:16
Re: pgsql: Remove check for accept() argument types Tom Lane 14:21
pgsql: Report found versions of required perl modules Andrew Dunstan 15:41
pgsql: postgres_fdw: suppress casts on constants in limited cases. Tom Lane 16:50
Re: pgsql: Remove check for accept() argument types Tom Lane 17:50
pgsql: Make psql's \password default to CURRENT_USER, not PQuser(conn). Tom Lane 19:56
pgsql: Make psql's \password default to CURRENT_USER, not PQuser(conn). Tom Lane 19:56
pgsql: Make psql's \password default to CURRENT_USER, not PQuser(conn). Tom Lane 19:56
pgsql: Make psql's \password default to CURRENT_USER, not PQuser(conn). Tom Lane 19:56
pgsql: Make psql's \password default to CURRENT_USER, not PQuser(conn). Tom Lane 19:56
pgsql: Make psql's \password default to CURRENT_USER, not PQuser(conn). Tom Lane 19:56
pgsql: Document PG_TEST_NOCLEAN in TAP test README Daniel Gustafsson 20:58

Nov. 13, 2021

Thread Author Time
pgsql: Explain pruning pgstats accounting subtleties. Peter Geoghegan 03:47

Nov. 15, 2021

Thread Author Time
pgsql: Fix thinko in bbsink_throttle_manifest_contents. Robert Haas 19:26

Nov. 16, 2021

Thread Author Time
pgsql: Invalidate relcache when changing REPLICA IDENTITY index. Amit Kapila 04:28

Browse Archives

Prev | Next