Архив рассылок [pgsql-committers]
- pgsql: instrumentation: Separate trigger logic from other uses Andres Freund
- pgsql: instrumentation: Separate per-node logic from other uses Andres Freund
- pgsql: Convert pg_stat_statements to use the new shmem allocation funct Heikki Linnakangas
- pgsql: Introduce a new mechanism for registering shared memory areas Heikki Linnakangas
- pgsql: Add a test module to test after-startup shmem allocations Heikki Linnakangas
- pgsql: Move some code from shmem.c and shmem.h Heikki Linnakangas
- pgsql: Introduce a registry of built-in shmem subsystems Heikki Linnakangas
- pgsql: Convert buffer manager to use the new shmem allocation functions Heikki Linnakangas
- pgsql: Convert SLRUs to use the new shmem allocation functions Heikki Linnakangas
- pgsql: Use the new shmem allocation functions in a few core subsystems Heikki Linnakangas
- pgsql: Convert AIO to use the new shmem allocation functions Heikki Linnakangas
- pgsql: Add alignment option to ShmemRequestStruct() Heikki Linnakangas
- pgsql: Convert all remaining subsystems to use the new shmem allocation Heikki Linnakangas
- pgsql: Refactor shmem initialization code in predicate.c Heikki Linnakangas
- pgsql: Convert lwlock.c to use the new shmem allocation functions Heikki Linnakangas
- pgsql: Add tests for lock statistics, take two Michael Paquier
- pgsql: Handle checksumworker startup wait race Daniel Gustafsson
- pgsql: Test stabilization for online checksums Daniel Gustafsson
- pgsql: Fix unportable use of __builtin_constant_p John Naylor
- pgsql: Add wal_sender_shutdown_timeout GUC to limit shutdown wait for r Fujii Masao
- pgsql: Fix collation handling for grouping keys in eager aggregation Richard Guo
- pgsql: Fix volatile function evaluation in eager aggregation Richard Guo
- pgsql: Simplify redundant current_database() subqueries in stats.sql re Fujii Masao
- pgsql: Improve more stability of worker_spi termination test Michael Paquier
- pgsql: Use single LWLock for lock statistics in pgstats Michael Paquier
- Re: pgsql: Convert all remaining subsystems to use the new shmem allocation Michael Paquier
- Re: pgsql: Introduce a new mechanism for registering shared memory areas Aleksander Alekseev
- pgsql: Add pg_stash_advice contrib module. Robert Haas
- Re: pgsql: Convert all remaining subsystems to use the new shmem allocation Heikki Linnakangas
- Re: pgsql: Introduce a new mechanism for registering shared memory areas Heikki Linnakangas
- pgsql: Fix memory leaks introduced by commit 283e823f9dcb Heikki Linnakangas
- pgsql: Fix compilation without injection points with some compilers Heikki Linnakangas
- pgsql: Release postmaster working memory context in slotsync worker Fujii Masao
- Re: pgsql: Online enabling and disabling of data checksums Aleksander Alekseev
- pgsql: Add TAP tests for log_lock_waits Fujii Masao
- Re: pgsql: Online enabling and disabling of data checksums Daniel Gustafsson
- pgsql: Expose helper functions scan_quoted_identifier and scan_identifi Robert Haas
- pgsql: Remove autoanalyze corner case. Nathan Bossart
- pgsql: Add a guc_check_handler to the EXPLAIN extension mechanism. Robert Haas
- pgsql: Fix null-bitmap combining in array_agg_array_combine(). Tom Lane
- pgsql: Fix null-bitmap combining in array_agg_array_combine(). Tom Lane
- pgsql: Fix null-bitmap combining in array_agg_array_combine(). Tom Lane
- pgsql: Fix null-bitmap combining in array_agg_array_combine(). Tom Lane
- pgsql: Add missing .gitignore files. Tom Lane
- pgsql: Disallow system columns in COPY FROM WHERE conditions. Tom Lane
- pgsql: Rename cluster.c to repack.c (and corresponding .h) Álvaro Herrera
- pgsql: Avoid unsafe access to negative index in a TupleDesc. Tom Lane
- pgsql: Avoid unsafe access to negative index in a TupleDesc. Tom Lane
- pgsql: Avoid unsafe access to negative index in a TupleDesc. Tom Lane
- pgsql: Avoid unsafe access to negative index in a TupleDesc. Tom Lane
- pgsql: Avoid unsafe access to negative index in a TupleDesc. Tom Lane
- pgsql: Allow autovacuum to use parallel vacuum workers. Masahiko Sawada
- pgsql: Execute foreign key constraints in CREATE SCHEMA at the end. Tom Lane
- pgsql: Support more object types within CREATE SCHEMA. Tom Lane
- pgsql: Don't try to re-order the subcommands of CREATE SCHEMA. Tom Lane
- pgsql: auto_explain: Add new GUC, auto_explain.log_extension_options. Robert Haas
- pgsql: Remove recheck_relation_needs_vacanalyze(). Nathan Bossart
- pgsql: Avoid syscache lookup while building a WAIT FOR tuple descriptor Alexander Korotkov
- pgsql: Document that WAIT FOR may be interrupted by recovery conflicts Alexander Korotkov
- pgsql: Use WAIT FOR LSN in PostgreSQL::Test::Cluster::wait_for_catchup( Alexander Korotkov
- pgsql: Add CONCURRENTLY option to REPACK Álvaro Herrera
- pgsql: Use PG_DATA_CHECKSUM_OFF instead of hardcoded value Daniel Gustafsson