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
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-11-09
Fix compilation warnings with libselinux 3.1 in contrib/sepgsql/
Michael Paquier
2021-12-13
Suppress -Warray-parameter warnings in pgcrypto/sha2.c.
Tom Lane
2021-12-13
Reformat imath.c macro to remove -Wmisleading-indentation warnings.
Tom Lane
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-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
pgcrypto: avoid name conflicts with OpenSSL in one more case.
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-03-30
Update obsolete comment.
Etsuro Fujita
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
2020-12-28
postgres_fdw: Fix connection leak.
Fujii Masao
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
2020-08-10
Make contrib modules' installation scripts more secure.
Tom Lane
2020-07-27
Fix corner case with 16kB-long decompression in pgcrypto, take 2
Michael Paquier
2020-07-23
Fix ancient violation of zlib's API spec.
Tom Lane
2020-07-22
Revert "Fix corner case with PGP decompression in pgcrypto"
Michael Paquier
2020-07-22
Fix corner case with PGP decompression in pgcrypto
Michael Paquier
2020-05-28
Initialize dblink remoteConn struct in all cases
Joe Conway
2020-05-01
Get rid of trailing semicolons in C macro definitions.
Tom Lane
2020-04-16
Fix cache reference leak in contrib/sepgsql.
Tom Lane
2020-04-03
Fix bogus CALLED_AS_TRIGGER() defenses.
Tom Lane
2020-03-31
Back-patch addition of stack overflow and interrupt checks for lquery.
Tom Lane
2020-03-28
Protect against overflow of ltree.numlevel and lquery.numlevel.
Tom Lane
2020-03-18
Add missing errcode() in a few ereport calls.
Amit Kapila
2020-03-17
Avoid holding a directory FD open across assorted SRF calls.
Tom Lane
2020-02-19
Stop demanding that top xact must be seen before subxact in decoding.
Amit Kapila
2020-01-26
In postgres_fdw, don't try to ship MULTIEXPR updates to remote server.
Tom Lane
2019-12-23
Disallow null category in crosstab_hash
Joe Conway
2019-12-20
libpq should expose GSS-related parameters even when not implemented.
Tom Lane
2019-12-03
Ensure maxlen is at leat 1 in dict_int
Tomas Vondra
2019-11-08
postgres_fdw: Fix error message for PREPARE TRANSACTION.
Etsuro Fujita
2019-09-25
Fix failure with lock mode used for custom relation options
Michael Paquier
2019-08-06
Fix intarray's GiST opclasses to not fail for empty arrays with <@.
Tom Lane
2019-08-01
Fix handling of previous password hooks in passwordcheck
Michael Paquier
2019-07-25
Fix contrib/sepgsql test policy to work with latest SELinux releases.
Tom Lane
2019-06-13
postgres_fdw: Account for triggers in non-direct remote UPDATE planning.
Etsuro Fujita
2019-06-10
Fix operator naming in pg_trgm GUC option descriptions
Alexander Korotkov
2019-06-07
Fix copy-pasto in freeing memory on error in vacuumlo.
Heikki Linnakangas
[next]