index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
*
Fix misbehavior of EvalPlanQual checks with multiple result relations.
Tom Lane
2023-05-19
*
pageinspect: Fix gist_page_items() with included columns
Michael Paquier
2023-05-19
*
Fix handling of empty ranges and NULLs in BRIN
Tomas Vondra
2023-05-19
*
Fix assertion failure when updating stats_fetch_consistency in a transaction
Michael Paquier
2023-05-10
*
Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elements
Michael Paquier
2023-04-28
*
Fix detection of unseekable files for fseek() and ftello() with MSVC
Michael Paquier
2023-04-12
*
Fix race in parallel hash join batch cleanup, take II.
Thomas Munro
2023-03-21
*
Fix t_isspace(), etc., when datlocprovider=i and datctype=C.
Jeff Davis
2023-03-17
*
Fix concurrent update issues with MERGE.
Dean Rasheed
2023-03-13
*
Avoid failure when altering state of partitioned foreign-key triggers.
Tom Lane
2023-03-04
*
Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again.
Tom Lane
2023-02-25
*
Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificates
Michael Paquier
2023-02-15
*
Un-revert "Disable STARTUP_PROGRESS_TIMEOUT in standby mode."
Robert Haas
2023-02-10
*
Revert "Disable STARTUP_PROGRESS_TIMEOUT in standby mode."
Robert Haas
2023-02-06
*
Disable STARTUP_PROGRESS_TIMEOUT in standby mode.
Robert Haas
2023-02-06
*
Make our back branches build under -fkeep-inline-functions.
Tom Lane
2023-01-20
*
Make new GENERATED-expressions code more bulletproof.
Tom Lane
2023-01-15
*
Fix calculation of which GENERATED columns need to be updated.
Tom Lane
2023-01-05
*
perl: Hide warnings inside perl.h when using gcc compatible compiler
Andres Freund
2023-01-02
*
Rethink handling of [Prevent|Is]InTransactionBlock in pipeline mode.
Tom Lane
2022-12-13
*
Remove new structure member from ResultRelInfo.
Etsuro Fujita
2022-12-08
*
Fix Memoize to work with partitionwise joining.
Tom Lane
2022-12-05
*
Fix incorrect output from pgoutput when using column lists.
Amit Kapila
2022-12-02
*
Improve heuristics for compressing the KnownAssignedXids array.
Tom Lane
2022-11-29
*
Fix handling of pending inserts in nodeModifyTable.c.
Etsuro Fujita
2022-11-25
*
Add comments and a missing CHECK_FOR_INTERRUPTS in ts_headline.
Tom Lane
2022-11-21
*
Fix CREATE DATABASE so we can pg_upgrade DBs with OIDs above 2^31.
Tom Lane
2022-11-04
*
Add casts to simplehash.h to silence C++ warnings.
Tom Lane
2022-11-03
*
Allow use of __sync_lock_test_and_set for spinlocks on any machine.
Tom Lane
2022-11-02
*
Fix outdated comment in tuplesort.h
David Rowley
2022-11-02
*
Update some comments that should've covered MERGE
Alvaro Herrera
2022-10-24
*
pg_basebackup: Fix cross-platform tablespace relocation.
Robert Haas
2022-10-21
*
Rename SetSingleFuncCall() to InitMaterializedSRF()
Michael Paquier
2022-10-18
*
Rename parser token REF to REF_P to avoid a symbol conflict.
Tom Lane
2022-10-16
*
pgstat: Prevent stats reset from corrupting slotname by removing slotname
Andres Freund
2022-10-08
*
Revert "Optimize order of GROUP BY keys".
Tom Lane
2022-10-03
*
Make check_usermap() parameter names consistent.
Peter Geoghegan
2022-09-17
*
Expand palloc/pg_malloc API for more type safety
Peter Eisentraut
2022-09-14
*
Simplify handling of compression level with compression specifications
Michael Paquier
2022-09-14
*
Fix recovery_prefetch with low maintenance_io_concurrency.
Thomas Munro
2022-09-08
*
Fix new pg_publication_tables query.
Tom Lane
2022-09-06
*
Fix cache invalidation bug in recovery_prefetch.
Thomas Munro
2022-09-03
*
Revert SQL/JSON features
Andrew Dunstan
2022-09-01
*
pgstat: Acquire lock when reading variable-numbered stats
Andres Freund
2022-08-22
*
Allow event trigger table_rewrite for ALTER MATERIALIZED VIEW
Michael Paquier
2022-08-17
*
Fix catalog lookup with the wrong snapshot during logical decoding.
Amit Kapila
2022-08-11
*
Move basebackup code to new directory src/backend/backup
Robert Haas
2022-08-10
*
In extensions, don't replace objects not belonging to the extension.
Tom Lane
2022-08-08
*
Fix ENABLE/DISABLE TRIGGER to handle recursion correctly
Alvaro Herrera
2022-08-05
*
Fix incorrect tests for SRFs in relation_can_be_sorted_early().
Tom Lane
2022-08-03
[next]