public inbox for [email protected]  
help / color / mirror / Atom feed
Messages from [email protected]

pgsql: Disallow direct use of the pgrepack logical decoding plugin
  2026-06-09 18:16 UTC  Álvaro Herrera <[email protected]>

pgsql: Fix syslogger NULL-pointer-dereference in EXEC_BACKEND
  2026-06-08 17:50 UTC  Álvaro Herrera <[email protected]>

Re: pgsql: Advance restart_lsn more eagerly in LogicalConfirmReceivedLocati
  2026-06-01 18:32 UTC  Álvaro Herrera <[email protected]>

pgsql: Allow old WAL recycling during REPACK CONCURRENTLY
  2026-05-29 22:23 UTC  Álvaro Herrera <[email protected]>

pgsql: Advance restart_lsn more eagerly in LogicalConfirmReceivedLocati
  2026-05-29 19:10 UTC  Álvaro Herrera <[email protected]>

pgsql: Remove unnecessary signal handler change
  2026-05-29 18:55 UTC  Álvaro Herrera <[email protected]>

pgsql: Cover additional errors and corner conditions in repack.c
  2026-05-29 10:38 UTC  Álvaro Herrera <[email protected]>

pgsql: Improve REPACK (CONCURRENTLY) error messages some more
  2026-05-28 18:32 UTC  Álvaro Herrera <[email protected]>

pgsql: Fix some minor issues in repack ereport()s
  2026-05-28 14:53 UTC  Álvaro Herrera <[email protected]>

pgsql: Improve REPACK (CONCURRENTLY) error when wal_level < replica
  2026-05-28 13:05 UTC  Álvaro Herrera <[email protected]>

pgsql: Disable logical decoding after REPACK (CONCURRENTLY)
  2026-05-27 18:14 UTC  Álvaro Herrera <[email protected]>

pgsql: Restructure repack worker teardown
  2026-05-26 15:25 UTC  Álvaro Herrera <[email protected]>

pgsql: Revert "Allow logical replication snapshots to be database-speci
  2026-05-24 11:28 UTC  Álvaro Herrera <[email protected]>

pgsql: Fix REPACK decoding worker not cleaned up on FATAL exit
  2026-05-19 18:44 UTC  Álvaro Herrera <[email protected]>

pgsql: Fix style in a few REPACK ereports
  2026-05-13 16:28 UTC  Álvaro Herrera <[email protected]>

pgsql: Fix REPACK with WITHOUT OVERLAPS replica identity indexes
  2026-05-11 16:19 UTC  Álvaro Herrera <[email protected]>

pgsql: Skip other sessions' temp tables in REPACK, CLUSTER, and VACUUM
  2026-05-05 14:23 UTC  Álvaro Herrera <[email protected]>

pgsql: Don't lose column values on REPACK
  2026-05-05 08:27 UTC  Álvaro Herrera <[email protected]>

pgsql: Fix off-by-one in repack index loop
  2026-05-04 18:01 UTC  Álvaro Herrera <[email protected]>

pgsql: psql: Tab-complete ALTER ROLE ... IN DATABASE SET/RESET
  2026-03-02 17:05 UTC  Álvaro Herrera <[email protected]>

pgsql: Don't include proc.h in shm_mq.h
  2026-02-27 09:55 UTC  Álvaro Herrera <[email protected]>

pgsql: Don't include latch.h in libpq/libpq.h
  2026-02-26 17:06 UTC  Álvaro Herrera <[email protected]>

pgsql: Reduce includes in pgstat.h
  2026-02-26 12:51 UTC  Álvaro Herrera <[email protected]>

pgsql: pg_dump: Preserve NO INHERIT on NOT NULL on inheritance children
  2026-02-26 10:50 UTC  Álvaro Herrera <[email protected]>

pgsql: pg_dump: Preserve NO INHERIT on NOT NULL on inheritance children
  2026-02-26 10:50 UTC  Álvaro Herrera <[email protected]>

Re: pgsql: libpq: Grease the protocol by default
  2026-02-25 10:27 UTC  Álvaro Herrera <[email protected]>

pgsql: Add backtrace support for Windows using DbgHelp API
  2026-02-24 16:41 UTC  Álvaro Herrera <[email protected]>

pgsql: Update .abi-compliance-history for AddRelationNotNullConstraints
  2026-02-21 12:09 UTC  Álvaro Herrera <[email protected]>

pgsql: Avoid name collision with NOT NULL constraints
  2026-02-21 11:25 UTC  Álvaro Herrera <[email protected]>

pgsql: Avoid name collision with NOT NULL constraints
  2026-02-21 11:25 UTC  Álvaro Herrera <[email protected]>

pgsql: Add translator comment
  2026-02-19 16:12 UTC  Álvaro Herrera <[email protected]>

pgsql: Add translator comment
  2026-02-19 16:12 UTC  Álvaro Herrera <[email protected]>

pgsql: Update obsolete comment
  2026-02-18 17:18 UTC  Álvaro Herrera <[email protected]>

pgsql: Update obsolete comment
  2026-02-18 17:18 UTC  Álvaro Herrera <[email protected]>

pgsql: Update obsolete comment
  2026-02-18 17:18 UTC  Álvaro Herrera <[email protected]>

pgsql: Update obsolete comment
  2026-02-18 17:18 UTC  Álvaro Herrera <[email protected]>

pgsql: Use a bitmask for ExecInsertIndexTuples options
  2026-02-17 17:46 UTC  Álvaro Herrera <[email protected]>

pgsql: Fix memory leak in new GUC check_hook
  2026-02-17 15:44 UTC  Álvaro Herrera <[email protected]>

Re: pgsql: Introduce pg_shmem_allocations_numa view
  2026-02-12 16:43 UTC  Álvaro Herrera <[email protected]>

pgsql: Cleanup for log_min_messages changes in 38e0190ced71
  2026-02-11 15:39 UTC  Álvaro Herrera <[email protected]>

pgsql: Remove HeapTupleheaderSetXminCommitted/Invalid functions
  2026-02-09 18:22 UTC  Álvaro Herrera <[email protected]>

pgsql: Allow log_min_messages to be set per process type
  2026-02-09 12:28 UTC  Álvaro Herrera <[email protected]>

pgsql: Assign "backend" type earlier during process start-up
  2026-02-04 17:36 UTC  Álvaro Herrera <[email protected]>

pgsql: Docs: consolidate dependency notes in pg_dump and pg_restore
  2026-02-03 18:34 UTC  Álvaro Herrera <[email protected]>

pgsql: Update .abi-compliance-history for AdjustNotNullInheritance().
  2026-02-03 14:33 UTC  Álvaro Herrera <[email protected]>

pgsql: Reject ADD CONSTRAINT NOT NULL if name mismatches existing const
  2026-02-03 11:39 UTC  Álvaro Herrera <[email protected]>

pgsql: Reject ADD CONSTRAINT NOT NULL if name mismatches existing const
  2026-02-03 11:39 UTC  Álvaro Herrera <[email protected]>

Re: pgsql: Introduce pg_shmem_allocations_numa view
  2025-06-25 12:42 UTC  Álvaro Herrera <[email protected]>


48+ results

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox