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-05-07
Fix pg_upgrade to not fail when new-cluster TOAST rules differ from old.
Tom Lane
2016-05-02
Remove unused macros.
Heikki Linnakangas
2016-04-14
Fix core dump in ReorderBufferRestoreChange on alignment-picky platforms.
Tom Lane
2016-03-19
Fix phony .PHONY.
Tom Lane
2016-03-17
Fix "pg_bench -C -M prepared".
Tom Lane
2016-03-10
Avoid unlikely data-loss scenarios due to rename() without fsync.
Andres Freund
2016-03-08
ltree: Zero padding bytes when allocating memory for externally visible data.
Andres Freund
2016-03-06
logical decoding: Fix handling of large old tuples with replica identity full.
Andres Freund
2016-03-06
logical decoding: old/newtuple in spooled UPDATE changes was switched around.
Andres Freund
2016-03-06
logical decoding: Tell reorderbuffer about all xids.
Andres Freund
2016-03-04
Force synchronous_commit=on in test_decoding's concurrent_ddl_dml.spec.
Andres Freund
2016-02-18
pg_upgrade: suppress creation of delete script
Bruce Momjian
2016-02-18
Fix multiple bugs in contrib/pgstattuple's pgstatindex() function.
Tom Lane
2016-02-15
pgbench: avoid FD_ISSET on an invalid file descriptor
Alvaro Herrera
2016-02-05
postgres_fdw: Avoid possible misbehavior when RETURNING tableoid column only.
Robert Haas
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-04
Improve contrib/pg_stat_statements' handling of garbage collection failure.
Tom Lane
2015-10-03
Improve errhint() about replication slot naming restrictions.
Andres Freund
2015-09-24
Improve handling of collations in contrib/postgres_fdw.
Tom Lane
2015-09-22
test_decoding: Protect against rare spurious test failures.
Andres Freund
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-07-03
Fix pgbench progress report behaviour when pgbench or a query gets stuck.
Heikki Linnakangas
2015-06-28
Fix function declaration style to respect the coding standard.
Tatsuo Ishii
2015-06-27
Fix test_decoding's handling of nonexistant columns in old tuple versions.
Andres Freund
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
[next]