index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
REL_19_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
Age
Commit message (
Expand
)
Author
2022-08-11
Fix catalog lookup with the wrong snapshot during logical decoding.
Amit Kapila
2022-08-02
Be more wary about 32-bit integer overflow in pg_stat_statements.
Tom Lane
2022-07-17
postgres_fdw: set search_path to 'pg_catalog' while deparsing constants.
Tom Lane
2022-06-25
CREATE INDEX: use the original userid for more ACL checks.
Noah Misch
2022-06-01
Silence compiler warnings from some older compilers.
Tom Lane
2022-05-09
Make relation-enumerating operations be security-restricted operations.
Noah Misch
2022-05-07
Fix back-patch of "Under has_wal_read_bug, skip .../001_wal.pl."
Noah Misch
2022-05-07
Under has_wal_read_bug, skip contrib/bloom/t/001_wal.pl.
Noah Misch
2022-04-14
pageinspect: Fix handling of all-zero pages
Michael Paquier
2022-03-31
Fix postgres_fdw to check shippability of sort clauses properly.
Tom Lane
2022-03-27
pageinspect: Add more sanity checks to prevent out-of-bound reads
Michael Paquier
2022-03-16
pageinspect: Fix memory context allocation of page in brin_revmap_data()
Michael Paquier
2022-03-16
pageinspect: Fix handling of page sizes and AM types
Michael Paquier
2022-03-03
Clean up assorted failures under clang's -fsanitize=undefined checks.
Tom Lane
2022-02-14
WAL log unchanged toasted replica identity key attributes.
Amit Kapila
2022-01-08
Fix results of index-only scans on btree_gist char(N) indexes.
Tom Lane
2021-12-14
Remove assertion for replication origins in PREPARE TRANSACTION
Michael Paquier
2021-12-13
Reformat imath.c macro to remove -Wmisleading-indentation warnings.
Tom Lane
2021-12-03
postgres_fdw: Fix unexpected reporting of empty message.
Fujii Masao
2021-10-31
Don't try to read a multi-GB pg_stat_statements file in one call.
Tom Lane
2021-10-13
postgres_fdw: Move comments about elog level in (sub)abort cleanup.
Etsuro Fujita
2021-10-06
Fix null-pointer crash in postgres_fdw's conversion_error_callback.
Tom Lane
2021-09-25
Add alternative output for OpenSSL 3 without legacy loaded
Daniel Gustafsson
2021-09-25
Disable OpenSSL EVP digest padding in pgcrypto
Daniel Gustafsson
2021-09-25
pgcrypto: Check for error return of px_cipher_decrypt()
Daniel Gustafsson
2021-08-25
Fix toast rewrites in logical decoding.
Amit Kapila
2021-08-10
Fix failure of btree_gin indexscans with "char" type and </<= operators.
Tom Lane
2021-07-27
Avoid using ambiguous word "non-negative" in error messages.
Fujii Masao
2021-07-06
Avoid doing catalog lookups in postgres_fdw's conversion_error_callback.
Tom Lane
2021-06-23
Allow non-quoted identifiers as isolation test session/step names.
Tom Lane
2021-06-23
Improve display of query results in isolation tests.
Tom Lane
2021-06-23
Use annotations to reduce instability of isolation-test results.
Tom Lane
2021-06-17
Detect unused steps in isolation specs and do some cleanup
Michael Paquier
2021-06-08
Fix contrib/seg regression test in v11.
Tom Lane
2021-06-07
Stabilize contrib/seg regression test.
Tom Lane
2021-03-30
Update obsolete comment.
Etsuro Fujita
2021-02-08
Fix permission checks on constraint violation errors on partitions.
Heikki Linnakangas
2021-02-02
Fix ancient memory leak in contrib/auto_explain.
Tom Lane
2021-01-26
Report the true database name on connection errors
Alvaro Herrera
2021-01-25
Fix broken ruleutils support for function TRANSFORM clauses.
Tom Lane
2021-01-20
Disable vacuum page skipping in selected test cases.
Tom Lane
2020-12-28
postgres_fdw: Fix connection leak.
Fujii Masao
2020-12-24
Fix race condition between shutdown and unstarted background workers.
Tom Lane
2020-12-22
Improve autoprewarm's handling of early-shutdown scenarios.
Tom Lane
2020-12-08
pgcrypto: Detect errors with EVP calls from OpenSSL
Michael Paquier
2020-11-12
pg_trgm: fix crash in 2-item picksplit
Andrew Gierth
2020-11-11
Fix and simplify some usages of TimestampDifference().
Tom Lane
2020-11-09
In security-restricted operations, block enqueue of at-commit user code.
Noah Misch
2020-10-19
Fix potential memory leak in pgcrypto
Michael Paquier
2020-10-16
Add missing error check in pgcrypto/crypt-md5.c.
Tom Lane
[next]