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
2022-09-21
Suppress more variable-set-but-not-used warnings from clang 15.
Tom Lane
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
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-13
Handle arrays and ranges in pg_upgrade's test for non-upgradable types.
Tom Lane
2019-11-08
postgres_fdw: Fix error message for PREPARE TRANSACTION.
Etsuro Fujita
2019-10-16
Add missing include to pg_upgrade/version.c
Tomas Vondra
2019-10-16
Improve the check for pg_catalog.line data type in pg_upgrade
Tomas Vondra
2019-09-09
Prevent msys2 conversion of "cmd /c" switch to a file path
Andrew Dunstan
2019-08-26
Treat MINGW and MSYS the same in pg_upgrade test script
Andrew Dunstan
2019-08-12
Fix compiler warning
Peter Eisentraut
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-07-22
Make pg_upgrade's test.sh less chatty.
Tom Lane
2019-06-13
postgres_fdw: Account for triggers in non-direct remote UPDATE planning.
Etsuro Fujita
2019-05-23
pg_upgrade: Make test.sh's installcheck use to-be-upgraded version's bindir.
Andres Freund
2019-04-30
Fix potential assertion failure when reindexing a pg_class index.
Andres Freund
2019-03-24
Avoid double-free in vacuumlo error path.
Tom Lane
2019-02-12
Relax overly strict assertion
Alvaro Herrera
2019-02-07
Ensure that foreign scans with lateral refs are planned correctly.
Tom Lane
2019-01-23
Fix misc typos in comments.
Heikki Linnakangas
2018-12-16
Make error handling in parallel pg_upgrade less bogus.
Tom Lane
2018-11-24
Fix hstore hash function for empty hstores upgraded from 8.4.
Andrew Gierth
2018-11-24
Avoid crashes in contrib/intarray gist__int_ops (bug #15518)
Andrew Gierth
2018-10-10
Fix logical decoding error when system table w/ toast is repeatedly rewritten.
Andres Freund
2018-10-05
Allow btree comparison functions to return INT_MIN.
Tom Lane
2018-09-06
Make contrib/unaccent's unaccent() function work when not in search path.
Tom Lane
2018-09-01
Avoid using potentially-under-aligned page buffers.
Tom Lane
2018-08-31
Enforce cube dimension limit in all cube construction functions
Alexander Korotkov
2018-08-31
Split contrib/cube platform-depended checks into separate test
Alexander Korotkov
2018-08-17
pg_upgrade: issue helpful error message for use on standbys
Bruce Momjian
2018-08-14
pg_upgrade: fix shutdown check for standby servers
Bruce Momjian
2018-07-31
pg_upgrade: fix --check for live source server checks
Bruce Momjian
2018-07-29
Fix earthdistance test suite function name typo.
Noah Misch
2018-07-28
pg_upgrade: check for clean server shutdowns
Bruce Momjian
2018-07-21
Further portability hacking in pg_upgrade's test script.
Tom Lane
2018-07-18
Fix misc typos, mostly in comments.
Heikki Linnakangas
2018-07-13
Fix crash in contrib/ltree's lca() function for empty input array.
Tom Lane
2018-07-09
Prevent accidental linking of system-supplied copies of libpq.so etc.
Tom Lane
2018-06-26
Fix "base" snapshot handling in logical decoding
Alvaro Herrera
2018-06-16
Use snprintf not sprintf in pg_waldump's timestamptz_to_str.
Tom Lane
2018-05-04
Allow MSYS as well as MINGW in Msys uname
Andrew Dunstan
2018-04-15
Fix potentially-unportable code in contrib/adminpack.
Tom Lane
2018-03-04
Fix assorted issues in convert_to_scalar().
Tom Lane
2018-02-28
Rename base64 routines to avoid conflict with Solaris built-in functions.
Tom Lane
2018-02-26
Empty search_path in Autovacuum and non-psql/pgbench clients.
Noah Misch
[next]