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
2016-02-03
pgbench: Install guard against overflow when dividing by -1.
Robert Haas
2016-02-03
Fix IsValidJsonNumber() to notice trailing non-alphanumeric garbage.
Tom Lane
2016-01-15
Fix spelling mistake.
Robert Haas
2016-01-05
Sort $(wildcard) output where needed for reproducible build output.
Tom Lane
2015-12-27
Add forgotten CHECK_FOR_INTERRUPT calls in pgcrypto's crypt()
Alvaro Herrera
2015-11-24
pg_upgrade: fix CopyFile() on Windows to fail on file existence
Bruce Momjian
2015-11-14
pg_upgrade: properly detect file copy failure on Windows
Bruce Momjian
2015-10-05
Prevent stack overflow in query-type functions.
Noah Misch
2015-10-05
pgcrypto: Detect and report too-short crypt() salts.
Noah Misch
2015-10-01
Fix pg_dump to handle inherited NOT VALID check constraints correctly.
Tom Lane
2015-09-24
Improve handling of collations in contrib/postgres_fdw.
Tom Lane
2015-09-17
Honour TEMP_CONFIG when testing pg_upgrade
Andrew Dunstan
2015-09-11
pg_dump, pg_upgrade: allow postgres/template1 tablespace moves
Bruce Momjian
2015-09-08
Fix error message wording in previous sslinfo commit
Alvaro Herrera
2015-09-07
Add more sanity checks in contrib/sslinfo
Alvaro Herrera
2015-09-05
Fix misc typos.
Heikki Linnakangas
2015-08-30
Fix sepgsql regression tests.
Joe Conway
2015-08-03
contrib/isn now needs a .gitignore file.
Tom Lane
2015-08-02
Fix output of ISBN-13 numbers beginning with 979.
Heikki Linnakangas
2015-07-09
Replace use of "diff -q".
Noah Misch
2015-07-07
Fix portability issue in pg_upgrade test script: avoid $PWD.
Tom Lane
2015-06-28
Fix function declaration style to respect the coding standard.
Tatsuo Ishii
2015-05-18
pgcrypto: Report errant decryption as "Wrong key or corrupt data".
Noah Misch
2015-05-18
Fix typos
Peter Eisentraut
2015-05-16
pg_upgrade: properly handle timeline variables
Bruce Momjian
2015-05-16
pg_upgrade: force timeline 1 in the new cluster
Bruce Momjian
2015-05-16
pg_upgrade: only allow template0 to be non-connectable
Bruce Momjian
2015-05-05
Fix incorrect declaration of citext's regexp_matches() functions.
Tom Lane
2015-04-07
Fix assorted inconsistent function declarations.
Tom Lane
2015-03-31
Remove spurious semicolons.
Heikki Linnakangas
2015-03-30
Run pg_upgrade and pg_resetxlog with restricted token on Windows
Andrew Dunstan
2015-03-16
Replace insertion sort in contrib/intarray with qsort().
Tom Lane
2015-03-06
Fix contrib/file_fdw's expected file
Alvaro Herrera
2015-02-12
pg_upgrade: quote directory names in delete_old_cluster script
Bruce Momjian
2015-02-02
Cherry-pick security-relevant fixes from upstream imath library.
Noah Misch
2015-02-02
Fix buffer overrun after incomplete read in pullf_read_max().
Noah Misch
2015-01-30
Fix Coverity warning about contrib/pgcrypto's mdc_finish().
Tom Lane
2015-01-30
Handle unexpected query results, especially NULLs, safely in connectby().
Tom Lane
2015-01-26
Fix volatile-safety issue in dblink's materializeQueryResult().
Tom Lane
2015-01-15
pg_standby: Avoid writing one byte beyond the end of the buffer.
Robert Haas
2015-01-04
Correctly handle test durations of more than 2147s in pg_test_timing.
Andres Freund
2015-01-04
Fix off-by-one in pg_xlogdump's fuzzy_open_file().
Andres Freund
2015-01-04
Add missing va_end() call to a early exit in dmetaphone.c's StringAt().
Andres Freund
2014-12-30
Fix resource leak pointed out by Coverity.
Tatsuo Ishii
2014-12-18
Lock down regression testing temporary clusters on Windows.
Noah Misch
2014-12-17
Update .gitignore for pg_upgrade
Magnus Hagander
2014-12-16
Fix file descriptor leak after failure of a \setshell command in pgbench.
Tom Lane
2014-12-12
Revert misguided change to postgres_fdw FOR UPDATE/SHARE code.
Tom Lane
2014-12-12
Fix planning of SELECT FOR UPDATE on child table with partial index.
Tom Lane
2014-12-01
Fix hstore_to_json_loose's detection of valid JSON number values.
Andrew Dunstan
[next]