index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
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
Fix compiler warning
Tom Lane
2021-12-12
Suppress -Warray-parameter warnings in pgcrypto/sha2.c.
Tom Lane
2021-12-12
Reformat imath.c macro to remove -Wmisleading-indentation warnings.
Tom Lane
2021-12-12
Make pg_upgrade's test.sh less chatty.
Tom Lane
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-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: Add SYSTEMQUOTE for Windows paths with spaces
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-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-03
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
2018-02-23
Allow auto_explain.log_min_duration to go up to INT_MAX.
Tom Lane
2018-02-21
Repair pg_upgrade's failure to preserve relfrozenxid for matviews.
Tom Lane
2018-02-05
Ensure that all temp files made during pg_upgrade are non-world-readable.
Tom Lane
2018-01-31
pgcrypto's encrypt() supports AES-128, AES-192, and AES-256
Robert Haas
2017-11-25
Avoid formally-undefined use of memcpy() in hstoreUniquePairs().
Tom Lane
2017-11-17
Provide modern examples of how to auto-start Postgres on macOS.
Tom Lane
2017-11-06
start-scripts: switch to $PGUSER before opening $PGLOG.
Noah Misch
2017-07-21
Stabilize postgres_fdw regression tests.
Tom Lane
2017-07-21
Re-establish postgres_fdw connections after server or user mapping changes.
Tom Lane
2017-06-20
pg_upgrade: start/stop new server after pg_resetwal
Bruce Momjian
2017-06-15
Fix low-probability leaks of PGresult objects in the backend.
Tom Lane
2017-06-07
postgres_fdw: Allow cancellation of transaction control commands.
Robert Haas
2017-05-15
Fix new warnings from GCC 7
Peter Eisentraut
2017-05-06
Allow queries submitted by postgres_fdw to be canceled.
Robert Haas
2017-04-21
Avoid depending on non-POSIX behavior of fcntl(2).
Tom Lane
2017-04-17
Support OpenSSL 1.1.0 in 9.3 and 9.2.
Tom Lane
2017-04-14
Further fix pg_trgm's extraction of trigrams from regular expressions.
Tom Lane
2017-04-13
Fix regexport.c to behave sanely with lookaround constraints.
Tom Lane
2017-04-06
Silence compiler warning in sepgsql
Joe Conway
2017-03-14
Spelling fixes
Peter Eisentraut
2017-03-12
Fix pg_file_write() error handling.
Noah Misch
2017-03-11
Fix ancient connection leak in dblink
Joe Conway
2017-03-08
pg_xlogdump: Remove extra newline in error message
Peter Eisentraut
2017-02-22
Fix contrib/pg_trgm's extraction of trigrams from regular expressions.
Tom Lane
[next]