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

pgsql: Fix type confusion in AddRelsyncInvalidationMessage
  2026-06-11 21:18 UTC  Robert Haas <[email protected]>

pgsql: pg_plan_advice: DO_NOT_SCAN is a simple tag, not a generic one.
  2026-05-29 18:02 UTC  Robert Haas <[email protected]>

pgsql: pg_stash_advice: Reject overlong stash names in dump file.
  2026-05-29 17:25 UTC  Robert Haas <[email protected]>

pgsql: Fix add_partial_path interaction with disabled_nodes
  2026-02-19 19:29 UTC  Robert Haas <[email protected]>

pgsql: Store information about Append node consolidation in the final p
  2026-02-10 22:57 UTC  Robert Haas <[email protected]>

pgsql: Store information about elided nodes in the final plan.
  2026-02-10 22:19 UTC  Robert Haas <[email protected]>

pgsql: Store information about range-table flattening in the final plan
  2026-02-10 21:32 UTC  Robert Haas <[email protected]>

pgsql: Pass cursorOptions to planner_setup_hook.
  2026-02-10 16:56 UTC  Robert Haas <[email protected]>

pgsql: Fix PGS_CONSIDER_NONPARTIAL interaction with Materialize nodes.
  2026-02-10 16:50 UTC  Robert Haas <[email protected]>

pgsql: pg_overexplain: Use PG_MODULE_MAGIC_EXT.
  2025-03-28 13:22 UTC  Robert Haas <[email protected]>

pgsql: pg_overexplain: Call previous hooks as appropriate.
  2025-03-28 13:09 UTC  Robert Haas <[email protected]>

pgsql: pg_overexplain: Filter out actual row count from test result.
  2025-03-27 13:00 UTC  Robert Haas <[email protected]>

pgsql: pg_overexplain: SET jit=off when running tests.
  2025-03-26 19:55 UTC  Robert Haas <[email protected]>

pgsql: Fix oversights in commit 8d5ceb113e3f7ddb627bd40b26438a9d2fa0551
  2025-03-26 18:24 UTC  Robert Haas <[email protected]>

pgsql: pg_overexplain: Additional EXPLAIN options for debugging.
  2025-03-26 18:01 UTC  Robert Haas <[email protected]>

pgsql: Add an additional hook for EXPLAIN option validation.
  2025-03-20 18:15 UTC  Robert Haas <[email protected]>

pgsql: Add some new hooks so extensions can add details to EXPLAIN.
  2025-03-18 13:30 UTC  Robert Haas <[email protected]>

pgsql: Fix indentation again.
  2025-03-18 13:03 UTC  Robert Haas <[email protected]>

pgsql: Make it possible for loadable modules to add EXPLAIN options.
  2025-03-18 12:56 UTC  Robert Haas <[email protected]>

pgsql: Fix indentation.
  2025-03-17 20:06 UTC  Robert Haas <[email protected]>

pgsql: pg_combinebackup: Add -k, --link option.
  2025-03-17 18:09 UTC  Robert Haas <[email protected]>

pgsql: doc: Add missing decimal places to example rowcount.
  2025-03-07 14:12 UTC  Robert Haas <[email protected]>

pgsql: Continue my quest to make 002_blocks.pl pass reliably.
  2024-02-01 16:56 UTC  Robert Haas <[email protected]>

pgsql: In basebackup.c, refactor to create read_file_data_into_buffer.
  2023-10-03 15:01 UTC  Robert Haas <[email protected]>

pgsql: In basebackup.c, refactor to create verify_page_checksum.
  2023-10-03 14:47 UTC  Robert Haas <[email protected]>

pgsql: Remove retry loop in heap_page_prune().
  2023-10-02 16:04 UTC  Robert Haas <[email protected]>

pgsql: Return data from heap_page_prune via a struct.
  2023-09-28 15:24 UTC  Robert Haas <[email protected]>

pgsql: Reorder tests in get_cheapest_path_for_pathkeys().
  2023-09-07 18:41 UTC  Robert Haas <[email protected]>

pgsql: Reword overly-optimistic comment about backup checksum verificat
  2023-03-06 15:41 UTC  Robert Haas <[email protected]>

pgsql: Remove an old comment that doesn't seem especially useful.
  2023-03-06 15:28 UTC  Robert Haas <[email protected]>

pgsql: In basebackup.c, perform end-of-file test after checksum validat
  2023-03-06 15:26 UTC  Robert Haas <[email protected]>

pgsql: In basebackup.c, perform end-of-file test after checksum validat
  2023-03-06 15:26 UTC  Robert Haas <[email protected]>

pgsql: Update some incorrect comments about xlog records.
  2023-03-03 17:52 UTC  Robert Haas <[email protected]>

pgsql: Un-revert "Disable STARTUP_PROGRESS_TIMEOUT in standby mode."
  2023-02-10 21:33 UTC  Robert Haas <[email protected]>

pgsql: Revert "Disable STARTUP_PROGRESS_TIMEOUT in standby mode."
  2023-02-06 16:21 UTC  Robert Haas <[email protected]>

pgsql: Disable STARTUP_PROGRESS_TIMEOUT in standby mode.
  2023-02-06 16:01 UTC  Robert Haas <[email protected]>

pgsql: Disable STARTUP_PROGRESS_TIMEOUT in standby mode.
  2023-02-06 16:01 UTC  Robert Haas <[email protected]>

pgsql: Remove the restriction that the relmap must be 512 bytes.
  2022-07-26 19:10 UTC  Robert Haas <[email protected]>

pgsql: Allow extensions to add new backup targets.
  2022-03-15 17:33 UTC  Robert Haas <[email protected]>

pgsql: Add 'basebackup_to_shell' contrib module.
  2022-03-15 17:33 UTC  Robert Haas <[email protected]>

pgsql: Add support for building with ZSTD.
  2022-02-18 18:53 UTC  Robert Haas <[email protected]>

pgsql: Add suport for server-side LZ4 base backup compression.
  2022-02-11 13:54 UTC  Robert Haas <[email protected]>

pgsql: pg_upgrade: Preserve relfilenodes and tablespace OIDs.
  2022-01-17 19:05 UTC  Robert Haas <[email protected]>

pgsql: Flexible options for CREATE_REPLICATION_SLOT.
  2021-10-05 16:54 UTC  Robert Haas <[email protected]>

pgsql: Flexible options for BASE_BACKUP.
  2021-10-05 15:54 UTC  Robert Haas <[email protected]>

pgsql: Adjust new test case to set wal_keep_segments.
  2021-06-10 13:54 UTC  Robert Haas <[email protected]>

pgsql: Adjust new test case to set wal_keep_size.
  2021-06-10 13:54 UTC  Robert Haas <[email protected]>

pgsql: Adjust new test case to set wal_keep_segments.
  2021-06-10 13:54 UTC  Robert Haas <[email protected]>

pgsql: Adjust new test case to set wal_keep_size.
  2021-06-10 13:54 UTC  Robert Haas <[email protected]>

pgsql: Adjust new test case to set wal_keep_segments.
  2021-06-10 13:54 UTC  Robert Haas <[email protected]>

pgsql: Adjust new test case to set wal_keep_segments.
  2021-06-10 13:54 UTC  Robert Haas <[email protected]>

pgsql: Fix corner case failure of new standby to follow new primary.
  2021-06-09 20:43 UTC  Robert Haas <[email protected]>

pgsql: Fix corner case failure of new standby to follow new primary.
  2021-06-09 20:43 UTC  Robert Haas <[email protected]>

pgsql: Fix corner case failure of new standby to follow new primary.
  2021-06-09 20:43 UTC  Robert Haas <[email protected]>

pgsql: Fix corner case failure of new standby to follow new primary.
  2021-06-09 20:43 UTC  Robert Haas <[email protected]>

pgsql: Fix corner case failure of new standby to follow new primary.
  2021-06-09 20:43 UTC  Robert Haas <[email protected]>

pgsql: Fix corner case failure of new standby to follow new primary.
  2021-06-09 20:43 UTC  Robert Haas <[email protected]>

pgsql: Back-port a few PostgresNode.pm methods.
  2021-06-09 20:16 UTC  Robert Haas <[email protected]>

pgsql: Allow PostgresNode.pm's backup method to accept backup_options.
  2021-06-09 16:33 UTC  Robert Haas <[email protected]>

pgsql: Allow PostgresNode.pm's backup method to accept backup_options.
  2021-06-09 16:33 UTC  Robert Haas <[email protected]>

pgsql: Allow PostgresNode.pm's backup method to accept backup_options.
  2021-06-09 16:33 UTC  Robert Haas <[email protected]>

pgsql: Allow PostgresNode.pm's backup method to accept backup_options.
  2021-06-09 16:33 UTC  Robert Haas <[email protected]>

pgsql: Fix parallel index builds for dynamic_shared_memory_type=none.
  2018-02-12 19:30 UTC  Robert Haas <[email protected]>

pgsql: Mark assorted GUC variables as PGDLLIMPORT.
  2018-02-09 21:01 UTC  Robert Haas <[email protected]>

pgsql: Clear stmt_timeout_active if we disable_all_timeouts.
  2018-02-09 20:50 UTC  Robert Haas <[email protected]>

pgsql: postgres_fdw: Attmempt to stabilize regression tests.
  2018-02-09 20:28 UTC  Robert Haas <[email protected]>

pgsql: Fix incorrect method name in comment.
  2018-02-08 19:39 UTC  Robert Haas <[email protected]>

pgsql: Avoid listing the same ResultRelInfo in more than one EState lis
  2018-02-08 19:30 UTC  Robert Haas <[email protected]>

pgsql: Fix possible infinite loop with Parallel Append.
  2018-02-08 17:57 UTC  Robert Haas <[email protected]>

pgsql: postgres_fdw: Remove CTID output from some tests.
  2018-02-08 01:39 UTC  Robert Haas <[email protected]>

pgsql: postgres_fdw: Push down UPDATE/DELETE joins to remote servers.
  2018-02-07 20:39 UTC  Robert Haas <[email protected]>

pgsql: Update out-of-date comment in StartupXLOG.
  2018-02-07 13:51 UTC  Robert Haas <[email protected]>

pgsql: Remove prototype for fmgr() function, which no longer exists.
  2018-02-07 13:45 UTC  Robert Haas <[email protected]>

pgsql: Fix incorrect grammar.
  2018-02-06 20:51 UTC  Robert Haas <[email protected]>

pgsql: Avoid valgrind complaint about write() of uninitalized bytes.
  2018-02-06 19:25 UTC  Robert Haas <[email protected]>

pgsql: Fix possible crash in partition-wise join.
  2018-02-05 22:34 UTC  Robert Haas <[email protected]>

pgsql: Support parallel btree index builds.
  2018-02-02 18:37 UTC  Robert Haas <[email protected]>

pgsql: Refactor code for partition bound searching
  2018-02-02 14:32 UTC  Robert Haas <[email protected]>

pgsql: Add new function WaitForParallelWorkersToAttach.
  2018-02-02 14:06 UTC  Robert Haas <[email protected]>

pgsql: Fix possible failure to mark hash metapage dirty.
  2018-02-01 20:33 UTC  Robert Haas <[email protected]>

pgsql: Fix possible failure to mark hash metapage dirty.
  2018-02-01 20:33 UTC  Robert Haas <[email protected]>

pgsql: Fix typo: colums -> columns.
  2018-01-31 21:46 UTC  Robert Haas <[email protected]>

pgsql: Fix typo: colums -> columns.
  2018-01-31 21:46 UTC  Robert Haas <[email protected]>

pgsql: pgcrypto's encrypt() supports AES-128, AES-192, and AES-256
  2018-01-31 21:36 UTC  Robert Haas <[email protected]>

pgsql: pgcrypto's encrypt() supports AES-128, AES-192, and AES-256
  2018-01-31 21:36 UTC  Robert Haas <[email protected]>

pgsql: pgcrypto's encrypt() supports AES-128, AES-192, and AES-256
  2018-01-31 21:36 UTC  Robert Haas <[email protected]>

pgsql: pgcrypto's encrypt() supports AES-128, AES-192, and AES-256
  2018-01-31 21:36 UTC  Robert Haas <[email protected]>

pgsql: pgcrypto's encrypt() supports AES-128, AES-192, and AES-256
  2018-01-31 21:36 UTC  Robert Haas <[email protected]>

pgsql: pgcrypto's encrypt() supports AES-128, AES-192, and AES-256
  2018-01-31 21:36 UTC  Robert Haas <[email protected]>

pgsql: Fix list partition constraints for partition keys of array type.
  2018-01-31 21:08 UTC  Robert Haas <[email protected]>

pgsql: Fix list partition constraints for partition keys of array type.
  2018-01-31 21:08 UTC  Robert Haas <[email protected]>

pgsql: pg_prewarm: Add missing LWLockRegisterTranche call.
  2018-01-31 20:18 UTC  Robert Haas <[email protected]>

pgsql: Fix test case for 'outer pathkeys do not match mergeclauses' fix
  2018-01-30 19:55 UTC  Robert Haas <[email protected]>

pgsql: Fix test case for 'outer pathkeys do not match mergeclauses' fix
  2018-01-30 19:55 UTC  Robert Haas <[email protected]>

pgsql: Fix test case for 'outer pathkeys do not match mergeclauses' fix
  2018-01-30 19:55 UTC  Robert Haas <[email protected]>

pgsql: Factor some code out of create_grouping_paths.
  2018-01-26 20:05 UTC  Robert Haas <[email protected]>

pgsql: pageinspect: Fix use of wrong memory context by hash_page_items.
  2018-01-26 15:04 UTC  Robert Haas <[email protected]>

pgsql: pageinspect: Fix use of wrong memory context by hash_page_items.
  2018-01-26 15:04 UTC  Robert Haas <[email protected]>

pgsql: Avoid referencing off the end of subplan_partition_offsets.
  2018-01-24 21:39 UTC  Robert Haas <[email protected]>

pgsql: Update obsolete sentence in README.parallel.
  2018-01-23 16:23 UTC  Robert Haas <[email protected]>

pgsql: Report an ERROR if a parallel worker fails to start properly.
  2018-01-23 16:14 UTC  Robert Haas <[email protected]>

pgsql: Report an ERROR if a parallel worker fails to start properly.
  2018-01-23 16:14 UTC  Robert Haas <[email protected]>

pgsql: Report an ERROR if a parallel worker fails to start properly.
  2018-01-23 16:14 UTC  Robert Haas <[email protected]>

pgsql: Allow UPDATE to move rows between partitions.
  2018-01-19 20:33 UTC  Robert Haas <[email protected]>

pgsql: Transfer state pertaining to pending REINDEX operations to worke
  2018-01-19 12:51 UTC  Robert Haas <[email protected]>

pgsql: postgres_fdw: Avoid 'outer pathkeys do not match mergeclauses' e
  2018-01-17 22:09 UTC  Robert Haas <[email protected]>

pgsql: postgres_fdw: Avoid 'outer pathkeys do not match mergeclauses' e
  2018-01-17 22:09 UTC  Robert Haas <[email protected]>

pgsql: postgres_fdw: Avoid 'outer pathkeys do not match mergeclauses' e
  2018-01-17 22:09 UTC  Robert Haas <[email protected]>

pgsql: Add missing "return" statement to accumulate_append_subpath.
  2018-01-10 16:24 UTC  Robert Haas <[email protected]>

pgsql: Don't allow VACUUM VERBOSE ANALYZE VERBOSE.
  2018-01-09 15:23 UTC  Robert Haas <[email protected]>

pgsql: Fix comment.
  2018-01-09 14:46 UTC  Robert Haas <[email protected]>

pgsql: Factor error generation out of ExecPartitionCheck.
  2018-01-05 20:22 UTC  Robert Haas <[email protected]>

pgsql: Minor preparatory refactoring for UPDATE row movement.
  2018-01-04 21:31 UTC  Robert Haas <[email protected]>

pgsql: Simplify and encapsulate tuple routing support code.
  2018-01-04 20:55 UTC  Robert Haas <[email protected]>

pgsql: Code review for Parallel Append.
  2018-01-04 12:58 UTC  Robert Haas <[email protected]>

pgsql: Tighten up some code in RelationBuildPartitionDesc.
  2017-09-01 19:19 UTC  Robert Haas <[email protected]>

pgsql: pg_dumpall: Add a -E flag to set the encoding, like pg_dump has.
  2017-09-01 16:32 UTC  Robert Haas <[email protected]>

pgsql: Use group updates when setting transaction status in clog.
  2017-09-01 15:46 UTC  Robert Haas <[email protected]>

pgsql: Fix assorted carelessness about Datum vs. int64 vs. uint64
  2017-09-01 04:15 UTC  Robert Haas <[email protected]>

pgsql: Try to repair poorly-considered code in previous commit.
  2017-09-01 03:09 UTC  Robert Haas <[email protected]>

pgsql: Introduce 64-bit hash functions with a 64-bit seed.
  2017-09-01 02:31 UTC  Robert Haas <[email protected]>

pgsql: Improve low-level backup documentation.
  2017-08-31 20:04 UTC  Robert Haas <[email protected]>

pgsql: Expand partitioned tables in PartDesc order.
  2017-08-31 19:50 UTC  Robert Haas <[email protected]>

pgsql: Propagate sort instrumentation from workers back to leader.
  2017-08-29 17:32 UTC  Robert Haas <[email protected]>

pgsql: Push tuple limits through Gather and Gather Merge.
  2017-08-29 17:20 UTC  Robert Haas <[email protected]>

pgsql: Improve low-level backup documentation.
  2017-08-25 19:20 UTC  Robert Haas <[email protected]>

pgsql: Improve low-level backup documentation.
  2017-08-25 19:20 UTC  Robert Haas <[email protected]>

pgsql: pg_prewarm: Add automatic prewarm feature.
  2017-08-21 18:42 UTC  Robert Haas <[email protected]>

pgsql: Push limit through subqueries to underlying sort, where possible
  2017-08-21 18:42 UTC  Robert Haas <[email protected]>

pgsql: Fix interaction of triggers, partitioning, and EXPLAIN ANALYZE.
  2017-08-18 17:09 UTC  Robert Haas <[email protected]>

pgsql: Fix interaction of triggers, partitioning, and EXPLAIN ANALYZE.
  2017-08-18 17:09 UTC  Robert Haas <[email protected]>

pgsql: Don't lock tables in RelationGetPartitionDispatchInfo.
  2017-08-17 19:49 UTC  Robert Haas <[email protected]>

pgsql: Don't lock tables in RelationGetPartitionDispatchInfo.
  2017-08-17 19:49 UTC  Robert Haas <[email protected]>

pgsql: Refactor validation of new partitions a little bit.
  2017-08-17 18:55 UTC  Robert Haas <[email protected]>

pgsql: Attempt to clarify comments related to force_parallel_mode.
  2017-08-17 18:14 UTC  Robert Haas <[email protected]>

pgsql: Remove bogus line from comment.
  2017-08-17 15:24 UTC  Robert Haas <[email protected]>

pgsql: Remove bogus line from comment.
  2017-08-17 15:23 UTC  Robert Haas <[email protected]>

pgsql: Remove bogus line from comment.
  2017-08-17 15:23 UTC  Robert Haas <[email protected]>

pgsql: Assorted preparatory refactoring for partition-wise join.
  2017-08-15 16:33 UTC  Robert Haas <[email protected]>

pgsql: Teach adjust_appendrel_attrs(_multilevel) to do multiple transla
  2017-08-15 14:49 UTC  Robert Haas <[email protected]>

pgsql: Avoid unnecessary single-child Append nodes.
  2017-08-15 13:39 UTC  Robert Haas <[email protected]>

pgsql: Avoid unnecessary single-child Append nodes.
  2017-08-15 13:39 UTC  Robert Haas <[email protected]>

pgsql: Add missing call to ExecReScanGatherMerge.
  2017-08-15 13:04 UTC  Robert Haas <[email protected]>

pgsql: Add missing call to ExecReScanGatherMerge.
  2017-08-15 13:04 UTC  Robert Haas <[email protected]>

pgsql: pg_dump: Add a --load-via-partition-root option.
  2017-08-15 03:01 UTC  Robert Haas <[email protected]>

pgsql: Improve the error message when creating an empty range partition
  2017-08-10 17:54 UTC  Robert Haas <[email protected]>

pgsql: Make some more improvements to parallel query documentation.
  2017-08-10 17:31 UTC  Robert Haas <[email protected]>

pgsql: Fix typo in comment.
  2017-08-10 17:18 UTC  Robert Haas <[email protected]>

pgsql: pgstatindex: Insert some casts to prevent overflow.
  2017-08-10 17:12 UTC  Robert Haas <[email protected]>

pgsql: Remove incorrect assertion in clog.c
  2017-08-10 15:25 UTC  Robert Haas <[email protected]>

pgsql: Make pg_stop_backup's wait_for_archive flag work on standbys.
  2017-08-05 14:50 UTC  Robert Haas <[email protected]>

pgsql: Fix bug in deciding whether to scan newly-attached partition.
  2017-08-05 02:05 UTC  Robert Haas <[email protected]>

pgsql: hash: Immediately after a bucket split, try to clean the old buc
  2017-08-05 00:54 UTC  Robert Haas <[email protected]>

pgsql: hash: Increase the number of possible overflow bitmaps by 8x.
  2017-08-04 21:18 UTC  Robert Haas <[email protected]>

pgsql: Fix lock upgrade hazard in ATExecAttachPartition.
  2017-08-03 18:28 UTC  Robert Haas <[email protected]>

pgsql: Code beautification for ATExecAttachPartition.
  2017-08-03 18:20 UTC  Robert Haas <[email protected]>

pgsql: Allow a foreign table CHECK constraint to be initially NOT VALID
  2017-08-03 17:29 UTC  Robert Haas <[email protected]>

pgsql: Allow a foreign table CHECK constraint to be initially NOT VALID
  2017-08-03 17:29 UTC  Robert Haas <[email protected]>

pgsql: Improve ExecModifyTable comments.
  2017-08-03 16:51 UTC  Robert Haas <[email protected]>

pgsql: Teach map_partition_varattnos to handle whole-row expressions.
  2017-08-03 16:01 UTC  Robert Haas <[email protected]>

pgsql: pg_rewind: Fix some problems when copying files >2GB.
  2017-07-22 02:10 UTC  Robert Haas <[email protected]>

pgsql: Avoid GatherMerge crash when there are no workers.
  2017-04-01 01:22 UTC  Robert Haas <[email protected]>

pgsql: Add API to check if an existing exclusive lock allows cleanup.
  2016-11-04 13:32 UTC  Robert Haas <[email protected]>

pgsql: postgres_fdw: Fix typo in comment.
  2016-11-04 13:04 UTC  Robert Haas <[email protected]>

pgsql: psql: Tab-complete LOCK [TABLE] ... IN {ACCESS|ROW|SHARE}.
  2016-11-03 15:44 UTC  Robert Haas <[email protected]>

pgsql: Use NIL instead of NULL for an empty List.
  2016-11-03 15:28 UTC  Robert Haas <[email protected]>

pgsql: libpq: Allow connection strings and URIs to specify multiple hos
  2016-11-03 13:46 UTC  Robert Haas <[email protected]>

pgsql: postgres_fdw: Fix typo in comment.
  2016-11-01 20:22 UTC  Robert Haas <[email protected]>

pgsql: Remove declarations for pq_putmessage_hook and pq_flush_hook.
  2016-10-31 13:21 UTC  Robert Haas <[email protected]>

pgsql: pgstattuple: Don't take heavyweight locks when examining a hash
  2016-10-28 16:24 UTC  Robert Haas <[email protected]>

pgsql: Fix leftover reference to background writer performing checkpoin
  2016-10-28 13:12 UTC  Robert Haas <[email protected]>

pgsql: If the stats collector dies during Hot Standby, restart it.
  2016-10-27 19:03 UTC  Robert Haas <[email protected]>

pgsql: If the stats collector dies during Hot Standby, restart it.
  2016-10-27 19:03 UTC  Robert Haas <[email protected]>

pgsql: If the stats collector dies during Hot Standby, restart it.
  2016-10-27 19:03 UTC  Robert Haas <[email protected]>

pgsql: If the stats collector dies during Hot Standby, restart it.
  2016-10-27 19:03 UTC  Robert Haas <[email protected]>

pgsql: If the stats collector dies during Hot Standby, restart it.
  2016-10-27 19:03 UTC  Robert Haas <[email protected]>

pgsql: If the stats collector dies during Hot Standby, restart it.
  2016-10-27 19:03 UTC  Robert Haas <[email protected]>

pgsql: Fix possible pg_basebackup failure on standby with "include WAL"
  2016-10-27 16:15 UTC  Robert Haas <[email protected]>

pgsql: Fix possible pg_basebackup failure on standby with "include WAL"
  2016-10-27 16:15 UTC  Robert Haas <[email protected]>

pgsql: Fix possible pg_basebackup failure on standby with "include WAL"
  2016-10-27 16:15 UTC  Robert Haas <[email protected]>

pgsql: Fix possible pg_basebackup failure on standby with "include WAL"
  2016-10-27 16:15 UTC  Robert Haas <[email protected]>

pgsql: Fix possible pg_basebackup failure on standby with "include WAL"
  2016-10-27 16:15 UTC  Robert Haas <[email protected]>

pgsql: Fix possible pg_basebackup failure on standby with "include WAL"
  2016-10-27 16:15 UTC  Robert Haas <[email protected]>

pgsql: postgres_fdw: Try again to stabilize aggregate pushdown regressi
  2016-10-25 02:39 UTC  Robert Haas <[email protected]>

pgsql: Fix comment formatting.
  2016-10-21 16:07 UTC  Robert Haas <[email protected]>

pgsql: postgres_fdw: Attempt to stabilize regression results.
  2016-10-21 15:33 UTC  Robert Haas <[email protected]>

pgsql: postgres_fdw: Push down aggregates to remote servers.
  2016-10-21 14:08 UTC  Robert Haas <[email protected]>

pgsql: Rename "pg_xlog" directory to "pg_wal".
  2016-10-20 15:33 UTC  Robert Haas <[email protected]>

pgsql: Remove a comment which is now incorrect.
  2016-10-20 14:29 UTC  Robert Haas <[email protected]>

pgsql: Improve regression test coverage for hash indexes.
  2016-10-18 20:00 UTC  Robert Haas <[email protected]>

pgsql: Fix typo in comment.
  2016-10-18 17:45 UTC  Robert Haas <[email protected]>

pgsql: By default, set log_line_prefix = '%m [%p] '.
  2016-10-17 20:53 UTC  Robert Haas <[email protected]>

pgsql: Remove spurious word.
  2016-10-13 00:10 UTC  Robert Haas <[email protected]>

pgsql: Update obsolete comments and perldoc.
  2016-10-05 17:10 UTC  Robert Haas <[email protected]>

pgsql: Update obsolete comments and perldoc.
  2016-10-05 17:10 UTC  Robert Haas <[email protected]>

pgsql: Re-alphabetize #include directives.
  2016-10-05 12:24 UTC  Robert Haas <[email protected]>

pgsql: Rename WAIT_* constants to PG_WAIT_*.
  2016-10-05 12:23 UTC  Robert Haas <[email protected]>

pgsql: Fix another Windows compile break.
  2016-10-04 17:15 UTC  Robert Haas <[email protected]>

pgsql: Fix Windows compile break in 6f3bd98ebfc008cbd676da777bb0b2376c4
  2016-10-04 16:18 UTC  Robert Haas <[email protected]>

pgsql: Remove trailing commas from enums.
  2016-10-04 15:51 UTC  Robert Haas <[email protected]>


200+ results

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