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
2018-10-18
Still further rethinking of build changes for macOS Mojave.
Tom Lane
2018-10-16
Improve stability of recently-added regression test case.
Tom Lane
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-10-01
Fix tuple_data_split() to not open a relation without any lock.
Tom Lane
2018-09-25
Make some fixes to allow building Postgres on macOS 10.14 ("Mojave").
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-28
postgres_fdw: don't push ORDER BY with no vars (bug #15352)
Andrew Gierth
2018-07-29
Fix earthdistance test suite function name typo.
Noah Misch
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-07-05
Reduce cost of test_decoding's new oldest_xmin test
Alvaro Herrera
2018-06-26
Fix "base" snapshot handling in logical decoding
Alvaro Herrera
2018-06-18
Fix contrib/hstore_plperl to look through scalar refs.
Tom Lane
2018-05-07
adminpack: Revoke EXECUTE on pg_logfile_rotate()
Stephen Frost
2018-04-19
Fix broken extract_actual_join_clauses call in 9.6 postgres_fdw.
Tom Lane
2018-04-15
Fix potentially-unportable code in contrib/adminpack.
Tom Lane
2018-04-10
Remove wrongly backpatched piece of code in cube.c
Teodor Sigaev
2018-03-22
Fix errors in contrib/bloom index build.
Tom Lane
2018-03-21
Rework word_similarity documentation, make it close to actual algorithm.
Teodor Sigaev
2018-03-04
Fix assorted issues in convert_to_scalar().
Tom Lane
2018-03-01
Fix IOS planning when only some index columns can return an attribute.
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-01-31
pgcrypto's encrypt() supports AES-128, AES-192, and AES-256
Robert Haas
2018-01-30
Fix test case for 'outer pathkeys do not match mergeclauses' fix.
Robert Haas
2018-01-17
postgres_fdw: Avoid 'outer pathkeys do not match mergeclauses' error.
Robert Haas
2018-01-11
Fix behavior of ~> (cube, int) operator
Teodor Sigaev
2018-01-04
Fix incorrect computations of length of null bitmap in pageinspect.
Tom Lane
2017-11-27
Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE.
Tom Lane
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-10
Tighten test in contrib/bloom/t/001_wal.pl.
Tom Lane
2017-11-06
start-scripts: switch to $PGUSER before opening $PGLOG.
Noah Misch
2017-10-06
Fix crash when logical decoding is invoked from a PL function.
Tom Lane
2017-10-05
Fix more user-visible elog() calls.
Robert Haas
2017-08-17
Remove bogus line from comment.
Robert Haas
2017-08-05
Add regression test for wide REPLICA IDENTITY FULL updates.
Andres Freund
2017-07-31
PL/Perl portability fix: absorb relevant -D switches from Perl.
Tom Lane
2017-07-31
PL/Perl portability fix: avoid including XSUB.h in plperl.c.
Tom Lane
2017-07-24
When WCOs are present, disable direct foreign table modification.
Robert Haas
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-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
[next]