public inbox for [email protected]
help / color / mirror / Atom feedMessages from [email protected]
pgsql: Add pg_plan_advice contrib module.
2026-03-12 17:00 UTC Robert Haas <[email protected]>
pgsql: Add new pg_walsummary tool.
2024-01-11 17:56 UTC Robert Haas <[email protected]>
pgsql: Move src/bin/pg_verifybackup/parse_manifest.c into src/common.
2023-12-19 20:29 UTC Robert Haas <[email protected]>
pgsql: amcheck: Fix verify_heapam for tuples where xmin or xmax is 0.
2023-03-24 15:13 UTC Robert Haas <[email protected]>
pgsql: Add new GUC createrole_self_grant.
2023-01-10 17:46 UTC Robert Haas <[email protected]>
pgsql: Fix typos and bump catversion.
2022-11-18 21:18 UTC Robert Haas <[email protected]>
pgsql: Increase width of RelFileNumbers from 32 bits to 56 bits.
2022-09-27 17:32 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 db.schema.table patterns, but complain about random garbag
2022-04-20 15:52 UTC Robert Haas <[email protected]>
[PATCH 1/4] Allow parallel zstd compression when taking a base backup.
2022-03-28 17:25 UTC Robert Haas <[email protected]>
[PATCH 1/5] Fix a few goofs in new backup compression code.
2022-03-24 21:21 UTC Robert Haas <[email protected]>
pgsql: Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.
2022-03-24 19:32 UTC Robert Haas <[email protected]>
[PATCH 2/5] Allow parallel zstd compression when taking a base backup.
2022-03-23 15:00 UTC Robert Haas <[email protected]>
pgsql: Unbreak the build.
2022-03-23 14:24 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: Server-side gzip compression.
2022-01-24 20:14 UTC Robert Haas <[email protected]>
pgsql: Modify pg_basebackup to use a new COPY subprotocol for base back
2022-01-18 18:50 UTC Robert Haas <[email protected]>
pgsql: pg_upgrade: Preserve relfilenodes and tablespace OIDs.
2022-01-17 19:05 UTC Robert Haas <[email protected]>
pgsql: xlog.c: Remove global variables ReadRecPtr and EndRecPtr.
2021-11-24 16:27 UTC Robert Haas <[email protected]>
pgsql: Generate backup manifests for base backups, and validate them.
2020-04-03 19:07 UTC Robert Haas <[email protected]>
[PATCH] Split tuptoaster.c into three separate files.
2019-09-05 14:30 UTC Robert Haas <[email protected]>
[PATCH] Split tuptoaster.c into three separate files.
2019-09-05 14:30 UTC Robert Haas <[email protected]>
pgsql: Removed unused variable, openLogOff.
2019-03-06 14:47 UTC Robert Haas <[email protected]>
pgsql: Allow insert and update tuple routing and COPY for foreign table
2018-04-06 23:24 UTC Robert Haas <[email protected]>
pgsql: Rewrite the code that applies scan/join targets to paths.
2018-03-29 19:52 UTC Robert Haas <[email protected]>
pgsql: Charge cpu_tuple_cost * 0.5 for Append and MergeAppend nodes.
2018-02-22 04:10 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: Support parallel btree index builds.
2018-02-02 18:37 UTC Robert Haas <[email protected]>
pgsql: Allow UPDATE to move rows between partitions.
2018-01-19 20:33 UTC Robert Haas <[email protected]>
pgsql: Support Parallel Append plan nodes.
2017-12-05 22:31 UTC Robert Haas <[email protected]>
pgsql: When VACUUM or ANALYZE skips a concurrently dropped table, log i
2017-12-04 20:26 UTC Robert Haas <[email protected]>
pgsql: Add hash partitioning.
2017-11-09 23:10 UTC Robert Haas <[email protected]>
pgsql: Associate partitioning information with each RelOptInfo.
2017-09-21 03:42 UTC Robert Haas <[email protected]>
pgsql: Expand partitioned table RTEs level by level, without flattening
2017-09-14 19:41 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: Show more processes in pg_stat_activity.
2017-03-27 02:07 UTC Robert Haas <[email protected]>
pgsql: Improve access to parallel query from procedural languages.
2017-03-24 18:49 UTC Robert Haas <[email protected]>
pgsql: Throw an error if a DATA() line contains wrong # of attributes.
2017-03-09 23:20 UTC Robert Haas <[email protected]>
pgsql: Fix parallel index and index-only scans to fall back to serial.
2017-03-08 13:17 UTC Robert Haas <[email protected]>
pgsql: Add new function dsa_allocate0.
2017-02-16 18:02 UTC Robert Haas <[email protected]>
pgsql: Remove all references to "xlog" from SQL-callable functions in p
2017-02-09 20:36 UTC Robert Haas <[email protected]>
pgsql: pageinspect: Try to fix some bugs in previous commit.
2017-02-03 03:32 UTC Robert Haas <[email protected]>
pgsql: Reindent table partitioning code.
2017-01-24 15:25 UTC Robert Haas <[email protected]>
pgsql: Fix a bug in how we generate partition constraints.
2017-01-13 19:07 UTC Robert Haas <[email protected]>
pgsql: Fix cardinality estimates for parallel joins.
2017-01-13 18:37 UTC Robert Haas <[email protected]>
pgsql: Fix possible crash reading pg_stat_activity.
2017-01-05 17:31 UTC Robert Haas <[email protected]>
pgsql: Simplify LWLock tranche machinery by removing array_base/array_s
2016-12-16 16:41 UTC Robert Haas <[email protected]>
pgsql: Implement table partitioning.
2016-12-07 18:20 UTC Robert Haas <[email protected]>
pgsql: Introduce dynamic shared memory areas.
2016-12-02 17:36 UTC Robert Haas <[email protected]>
pgsql: Add max_parallel_workers GUC.
2016-12-02 12:45 UTC Robert Haas <[email protected]>
pgsql: autovacuum: Drop orphan temp tables more quickly but with more c
2016-11-21 18:05 UTC Robert Haas <[email protected]>
pgsql: pgbench: Allow the transaction log file prefix to be changed.
2016-11-09 21:34 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: Remove spurious word.
2016-10-13 00:10 UTC Robert Haas <[email protected]>
pgsql: Extend framework from commit 53be0b1ad to report latch waits.
2016-10-04 15:02 UTC Robert Haas <[email protected]>
pgsql: Prevent "snapshot too old" from trying to return pruned TOAST tu
2016-08-03 20:52 UTC Robert Haas <[email protected]>
pgsql: Try again to fix the way the scanjoin_target is used with partia
2016-06-17 20:30 UTC Robert Haas <[email protected]>
pgsql: Update pg_stat_statements extension for parallel query.
2016-06-10 15:01 UTC Robert Haas <[email protected]>
pgsql: Don't generate parallel paths for rels with parallel-restricted
2016-06-09 16:43 UTC Robert Haas <[email protected]>
[PATCH 3/7] Lightweight framework for waiting for events.
2016-05-09 15:48 UTC Robert Haas <[email protected]>
[PATCH 3/7] Lightweight framework for waiting for events.
2016-05-09 15:48 UTC Robert Haas <[email protected]>
[PATCH 3/7] Lightweight framework for waiting for events.
2016-05-09 15:48 UTC Robert Haas <[email protected]>
[PATCH 2/7] Modify PlanState to have result/result_ready fields. Modify executor to use them instead of returning tuples directly.
2016-05-06 17:01 UTC Robert Haas <[email protected]>
[PATCH 2/7] Modify PlanState to have result/result_ready fields. Modify executor to use them instead of returning tuples directly.
2016-05-06 17:01 UTC Robert Haas <[email protected]>
[PATCH 2/7] Modify PlanState to have result/result_ready fields. Modify executor to use them instead of returning tuples directly.
2016-05-06 17:01 UTC Robert Haas <[email protected]>
[PATCH 1/7] Modify PlanState to include a pointer to the parent PlanState.
2016-05-04 16:19 UTC Robert Haas <[email protected]>
[PATCH 1/7] Modify PlanState to include a pointer to the parent PlanState.
2016-05-04 16:19 UTC Robert Haas <[email protected]>
[PATCH 1/7] Modify PlanState to include a pointer to the parent PlanState.
2016-05-04 16:19 UTC Robert Haas <[email protected]>
pgsql: pgbench: Support double constants and functions.
2016-03-29 00:52 UTC Robert Haas <[email protected]>
pgsql: Support parallel aggregation.
2016-03-21 13:33 UTC Robert Haas <[email protected]>
pgsql: Improve memory management for external sorts.
2016-03-17 20:11 UTC Robert Haas <[email protected]>
pgsql: pg_upgrade: Convert old visibility map format to new format.
2016-03-11 17:36 UTC Robert Haas <[email protected]>
pgsql: Provide much better wait information in pg_stat_activity.
2016-03-10 18:55 UTC Robert Haas <[email protected]>
pgsql: Respect TEMP_CONFIG when running contrib regression tests.
2016-02-26 07:10 UTC Robert Haas <[email protected]>
pgsql: Add some isolation tests for deadlock detection and resolution.
2016-02-11 13:44 UTC Robert Haas <[email protected]>
pgsql: Modify the isolation tester so that multiple sessions can wait.
2016-02-11 13:36 UTC Robert Haas <[email protected]>
pgsql: Code cleanup in the wake of recent LWLock refactoring.
2016-02-10 15:12 UTC Robert Haas <[email protected]>
pgsql: postgres_fdw: Push down joins to remote servers.
2016-02-09 19:15 UTC Robert Haas <[email protected]>
pgsql: Introduce group locking to prevent parallel processes from deadl
2016-02-07 15:23 UTC Robert Haas <[email protected]>
pgsql: Change the way that LWLocks for extensions are allocated.
2016-02-04 21:43 UTC Robert Haas <[email protected]>
pgsql: Only try to push down foreign joins if the user mapping OIDs mat
2016-01-28 19:09 UTC Robert Haas <[email protected]>
pgsql: Move each SLRU's lwlocks to a separate tranche.
2015-11-12 19:59 UTC Robert Haas <[email protected]>
pgsql: Modify tqueue infrastructure to support transient record types.
2015-11-06 21:59 UTC Robert Haas <[email protected]>
pgsql: Tab complete CREATE EXTENSION .. VERSION.
2015-10-20 14:28 UTC Robert Haas <[email protected]>
pgsql: Have dtrace depend on object files directly, not objfiles.txt
2015-10-13 19:47 UTC Robert Haas <[email protected]>
pgsql: Add a Gather executor node.
2015-09-30 23:29 UTC Robert Haas <[email protected]>
pgsql: Change TAP test framework to not rely on having a chmod executab
2015-06-19 14:52 UTC Robert Haas <[email protected]>
pgsql: Teach autovacuum about multixact member wraparound.
2015-05-08 17:00 UTC Robert Haas <[email protected]>
pgsql: Support frontend-backend protocol communication using a shm_mq.
2014-10-31 16:47 UTC Robert Haas <[email protected]>
pgsql: Make it easy to detach completely from shared memory.
2014-03-18 11:59 UTC Robert Haas <[email protected]>
pgsql: Document a few more regression test hazards.
2014-02-03 15:49 UTC Robert Haas <[email protected]>
pgsql: Include planning time in EXPLAIN ANALYZE output.
2014-01-29 21:10 UTC Robert Haas <[email protected]>
pgsql: Reduce the number of semaphores used under --disable-spinlocks.
2014-01-08 23:58 UTC Robert Haas <[email protected]>
pgsql: pg_prewarm, a contrib module for prewarming relationd data.
2013-12-20 13:16 UTC Robert Haas <[email protected]>
pgsql: Add a new reloption, user_catalog_table.
2013-12-11 00:34 UTC Robert Haas <[email protected]>
pgsql: Fix pg_isolation_regress to work outside its build directory.
2013-11-08 20:02 UTC Robert Haas <[email protected]>
pgsql: Add DISCARD SEQUENCES command.
2013-10-03 20:23 UTC Robert Haas <[email protected]>
pgsql: Allow background workers to be started dynamically.
2013-07-16 17:02 UTC Robert Haas <[email protected]>
pgsql: Add new GUC, max_worker_processes, limiting number of bgworkers.
2013-07-04 15:32 UTC Robert Haas <[email protected]>
pgsql: Revert "Hopefully-portable regression tests for CREATE/ALTER/DRO
2013-07-03 17:28 UTC Robert Haas <[email protected]>
pgsql: sepgsql: Support for new post-ALTER access hook.
2013-03-27 12:33 UTC Robert Haas <[email protected]>
pgsql: Properly set relpersistence for fake relcache entries.
2012-09-14 13:42 UTC Robert Haas <[email protected]>
pgsql: Cross-link to doc build requirements from install requirements.
2012-09-01 10:28 UTC Robert Haas <[email protected]>
pgsql: Make walsender more responsive.
2012-07-02 13:49 UTC Robert Haas <[email protected]>
pgsql: Remove sanity test in XRecOffIsValid.
2012-06-25 16:18 UTC Robert Haas <[email protected]>
pgsql: New SQL functons pg_backup_in_progress() and pg_backup_start_tim
2012-06-14 17:29 UTC Robert Haas <[email protected]>
pgsql: Mark JSON error detail messages for translation.
2012-06-12 14:42 UTC Robert Haas <[email protected]>
pgsql: pg_test_timing utility, to measure clock monotonicity and timing
2012-03-27 20:17 UTC Robert Haas <[email protected]>
pgsql: Speed up in-memory tuplesorting.
2012-02-15 17:20 UTC Robert Haas <[email protected]>
pgsql: Adjust OLDSERXID_MAX_PAGE based on BLCKSZ.
2011-07-07 19:09 UTC Robert Haas <[email protected]>
pgsql: Make the visibility map crash-safe.
2011-06-22 03:05 UTC Robert Haas <[email protected]>
pgsql: Add notion of a "transform function" that can simplify function
2011-06-22 02:21 UTC Robert Haas <[email protected]>
pgsql: Allow ALTER TABLE name {OF type | NOT OF}.
2011-04-21 02:01 UTC Robert Haas <[email protected]>
pgsql: Support comments on FOREIGN DATA WRAPPER and SERVER objects.
2011-04-01 15:28 UTC Robert Haas <[email protected]>
pgsql: Fix various possible problems with synchronous replication.
2011-03-17 17:12 UTC Robert Haas <[email protected]>
pgsql: Remove arbitrary ALTER TABLE .. ADD COLUMN restriction.
2011-01-26 11:37 UTC Robert Haas <[email protected]>
pgsql: Basic foreign table support.
2011-01-02 04:48 UTC Robert Haas <[email protected]>
pgsql: Add foreign data wrapper error code values for SQL/MED.
2010-12-25 18:58 UTC Robert Haas <[email protected]>
pgsql: Reset 'ps' display just once when resolving VXID conflicts.
2010-12-17 13:34 UTC Robert Haas <[email protected]>
pgsql: Remove outdated comments from the regression test files.
2010-11-15 16:01 UTC Robert Haas <[email protected]>
pgsql: git_topo_order script, to match up commits across branches.
2010-09-21 11:00 UTC Robert Haas <[email protected]>
pgsql: Include the backend ID in the relpath of temporary relations.
2010-08-13 20:10 UTC Robert Haas <[email protected]>
pgsql: Add \conninfo command to psql, to show current connection info.
2010-07-20 03:54 UTC Robert Haas <[email protected]>
pgsql: Add restart_after_crash GUC.
2010-07-20 00:47 UTC Robert Haas <[email protected]>
pgsql: Add a hook in ExecCheckRTPerms().
2010-07-09 14:06 UTC Robert Haas <[email protected]>
pgsql: Allow copydir() to be interrupted.
2010-07-01 20:12 UTC Robert Haas <[email protected]>
pgsql: Add TCP keepalive support to libpq.
2010-06-23 21:54 UTC Robert Haas <[email protected]>
pgsql: Augment EXPLAIN output with more details on Hash nodes.
2010-02-01 15:43 UTC Robert Haas <[email protected]>
pgsql: Replace ALTER TABLE ...
2010-01-22 16:40 UTC Robert Haas <[email protected]>
pgsql: Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).
2010-01-05 21:54 UTC Robert Haas <[email protected]>
133+ results
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox