index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
Commit message (
Expand
)
Author
Age
*
Handle default NULL insertion a little better.
Tom Lane
2025-01-29
*
meson: Fix sepgsql installation
Peter Eisentraut
2025-01-24
*
Repair incorrect handling of AfterTriggerSharedData.ats_modifiedcols.
Tom Lane
2025-01-22
*
Restore smgrtruncate() prototype in back-branches.
Thomas Munro
2025-01-08
*
Fix corruption when relation truncation fails.
Thomas Munro
2024-12-20
*
contrib/earthdistance: Use SQL-standard function bodies.
Tom Lane
2024-12-14
*
Fix invalidation of local pgstats references for entry reinitialization
Michael Paquier
2024-12-09
*
Count contrib/bloom index scans in pgstat view.
Peter Geoghegan
2024-11-12
*
Fix arrays comparison in CompareOpclassOptions()
Alexander Korotkov
2024-11-12
*
Stabilize the test added by commit 022564f60c.
Amit Kapila
2024-10-08
*
Fix Y2038 issues with MyStartTime.
Nathan Bossart
2024-10-07
*
Fix fetching default toast value during decoding of in-progress transactions.
Amit Kapila
2024-10-07
*
Add missing query ID reporting in extended query protocol
Michael Paquier
2024-09-18
*
Replace usages of xmlXPathCompile() with xmlXPathCtxtCompile().
Tom Lane
2024-09-15
*
Fix contrib/pageinspect's test for sequences.
Nathan Bossart
2024-09-13
*
Reintroduce support for sequences in pgstattuple and pageinspect.
Nathan Bossart
2024-09-12
*
Restrict accesses to non-system views and foreign tables during pg_dump.
Masahiko Sawada
2024-08-05
*
Skip citext_utf8 test on Windows.
Thomas Munro
2024-08-02
*
postgres_fdw: Avoid "cursor can only scan forward" error.
Etsuro Fujita
2024-07-19
*
Propagate query IDs of utility statements in functions
Michael Paquier
2024-07-19
*
Fix possibility of logical decoding partial transaction changes.
Masahiko Sawada
2024-07-11
*
postgres_fdw: Refuse to send FETCH FIRST WITH TIES to remote servers.
Etsuro Fujita
2024-06-07
*
Make postgres_fdw request remote time zone 'GMT' not 'UTC'.
Tom Lane
2024-04-21
*
xml2: Replace deprecated routines with recommended ones
Michael Paquier
2024-04-16
*
Fix bogus coding in ExecAppendAsyncEventWait().
Etsuro Fujita
2024-04-04
*
Avoid edge case in pg_visibility test with small shared_buffers
Andres Freund
2024-03-25
*
amcheck: Normalize index tuples containing uncompressed varlena
Alexander Korotkov
2024-03-23
*
amcheck: Support for different header sizes of short varlena datum
Alexander Korotkov
2024-03-23
*
Fix deparsing of Consts in postgres_fdw ORDER BY
David Rowley
2024-03-11
*
pgcrypto: Fix check for buffer size
Daniel Gustafsson
2024-01-30
*
Fix incompatibilities with libxml2 >= 2.12.0.
Tom Lane
2024-01-29
*
seg: Add test "security" in meson.build
Michael Paquier
2024-01-18
*
Fix integer-overflow problem in intarray's g_int_decompress().
Tom Lane
2024-01-07
*
pageinspect: Fix failure with hash_bitmap_info() for partitioned indexes
Michael Paquier
2023-12-19
*
pgstattuple: Fix failure with pgstathashindex() for partitioned indexes
Michael Paquier
2023-12-19
*
Fix resource leak when a FDW's ForeignAsyncRequest function fails
Heikki Linnakangas
2023-11-23
*
meson: Fix missing dependency from install-quiet to sepgsql.sql
Andres Freund
2023-11-17
*
pg_stat_statements: Remove duplicated tests for SET statements
Michael Paquier
2023-11-09
*
Adjust the order of the prechecks in pgrowlocks()
David Rowley
2023-10-31
*
Diagnose !indisvalid in more SQL functions.
Noah Misch
2023-10-30
*
amcheck: Distinguish interrupted page deletion from corruption.
Noah Misch
2023-10-30
*
btree_gin: Fix calculation of leftmost interval value.
Dean Rasheed
2023-10-29
*
Dissociate btequalimage() from interval_ops, ending its deduplication.
Noah Misch
2023-10-14
*
Fix the misuse of origin filter across multiple pg_logical_slot_get_changes()...
Amit Kapila
2023-09-27
*
unaccent: Tweak value of PYTHON when building without Python support
Michael Paquier
2023-09-27
*
Fix another bug in parent page splitting during GiST index build.
Heikki Linnakangas
2023-09-26
*
Fix tracking of temp table relation extensions as writes
Andres Freund
2023-09-13
*
postgres_fdw: Fix test for parameterized foreign scan.
Etsuro Fujita
2023-08-30
*
Use the buffer cache when initializing an unlogged index.
Heikki Linnakangas
2023-08-23
*
ExtendBufferedWhat -> BufferManagerRelation.
Thomas Munro
2023-08-23
[next]