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
2017-01-06
Invalidate cached plans on FDW option changes.
Tom Lane
2017-01-05
Use 'use strict' in all Perl programs
Peter Eisentraut
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-22
Make dblink try harder to form useful error messages
Joe Conway
2016-12-22
Protect dblink from invalid options when using postgres_fdw server
Joe Conway
2016-12-22
Give a useful error message if uuid-ossp is built without preconfiguration.
Tom Lane
2016-12-21
Improve dblink error message when remote does not provide it
Joe Conway
2016-12-18
In contrib/uuid-ossp, #include headers needed for ntohl() and ntohs().
Tom Lane
2016-12-15
Various temporary slots test improvements
Peter Eisentraut
2016-12-12
Fix race condition in test_decoding "slot" test.
Tom Lane
2016-12-12
Add support for temporary replication slots
Peter Eisentraut
2016-12-12
Further cleanup from the strong-random patch.
Heikki Linnakangas
2016-12-12
Fix pgcrypto compilation with OpenSSL 1.1.0.
Heikki Linnakangas
2016-12-08
Log the creation of an init fork unconditionally.
Robert Haas
2016-12-05
Replace PostmasterRandom() with a stronger source, second attempt.
Heikki Linnakangas
2016-11-30
Remove dead stuff from pgcrypto.
Heikki Linnakangas
2016-11-29
Test all contrib-created operator classes with amvalidate.
Tom Lane
2016-11-29
Add uuid to the set of types supported by contrib/btree_gist.
Tom Lane
2016-11-22
Make contrib/test_decoding regression tests safe for CZ locale.
Tom Lane
2016-11-14
Provide NO_INSTALLCHECK option for pgxs.
Andres Freund
2016-11-13
pg_stat_statements: Add .gitignore file for tests
Peter Eisentraut
2016-11-12
Add minimal set of regression tests for pg_stat_statements.
Andres Freund
2016-11-08
Replace uses of SPI_modifytuple that intend to allocate in current context.
Tom Lane
2016-11-08
Make SPI_fnumber() reject dropped columns.
Tom Lane
2016-11-07
Revert "Delete contrib/xml2's legacy implementation of xml_is_well_formed()."
Tom Lane
2016-11-07
Revert "Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 mac...
Tom Lane
2016-11-04
Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 macro.
Tom Lane
2016-11-04
Delete contrib/xml2's legacy implementation of xml_is_well_formed().
Tom Lane
2016-11-04
Fix gin_leafpage_items().
Tom Lane
2016-11-04
pageinspect: Fix unaligned struct access in GIN functions
Peter Eisentraut
2016-11-04
postgres_fdw: Fix typo in comment.
Robert Haas
2016-11-03
psql: Split up "Modifiers" column in \d and \dD
Peter Eisentraut
2016-11-03
Use NIL instead of NULL for an empty List.
Robert Haas
2016-11-02
Don't convert Consts into Vars during setrefs.c processing.
Tom Lane
2016-11-02
pageinspect: Make page test more portable
Peter Eisentraut
2016-11-02
Fix portability bug in gin_page_opaque_info().
Tom Lane
2016-11-02
pageinspect: Make btree test more portable
Peter Eisentraut
2016-11-01
postgres_fdw: Fix typo in comment.
Robert Haas
2016-11-01
pageinspect: Add tests
Peter Eisentraut
2016-10-28
pgstattuple: Don't take heavyweight locks when examining a hash index.
Robert Haas
2016-10-26
Suppress unused-variable warning in non-assert builds.
Tom Lane
2016-10-26
Fix typo in comment.
Heikki Linnakangas
2016-10-25
postgres_fdw: Try again to stabilize aggregate pushdown regression tests.
Robert Haas
2016-10-21
postgres_fdw: Attempt to stabilize regression results.
Robert Haas
2016-10-21
postgres_fdw: Push down aggregates to remote servers.
Robert Haas
2016-10-18
Revert "Replace PostmasterRandom() with a stronger way of generating randomne...
Heikki Linnakangas
2016-10-17
Use OpenSSL EVP API for symmetric encryption in pgcrypto.
Heikki Linnakangas
2016-10-17
Replace PostmasterRandom() with a stronger way of generating randomness.
Heikki Linnakangas
2016-10-13
Fix further hash table order dependent tests.
Andres Freund
2016-10-05
Rename WAIT_* constants to PG_WAIT_*.
Robert Haas
[next]