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
2015-12-31
Add a comment noting that FDWs don't have to implement EXCEPT or LIMIT TO.
Tom Lane
2015-12-28
Code and docs review for cube kNN support.
Tom Lane
2015-12-28
Fix omission of -X (--no-psqlrc) in some psql invocations.
Tom Lane
2015-12-27
Add forgotten CHECK_FOR_INTERRUPT calls in pgcrypto's crypt()
Alvaro Herrera
2015-12-25
Improve the gin index scan performance in pg_trgm.
Teodor Sigaev
2015-12-22
postgres_fdw: Consider requesting sorted data so we can do a merge join.
Robert Haas
2015-12-19
Fix whitespace
Peter Eisentraut
2015-12-18
Cube extension kNN support
Teodor Sigaev
2015-12-08
Allow foreign and custom joins to handle EvalPlanQual rechecks.
Robert Haas
2015-11-25
Add forgotten file in commit d6061f83a166b015657fda8623c704fcb86930e9
Teodor Sigaev
2015-11-25
Improve pageinspect module
Teodor Sigaev
2015-11-19
Dodge a macro-name conflict with Perl.
Tom Lane
2015-11-18
Make a comment more precise.
Robert Haas
2015-11-04
Add regression tests for remote execution of extension operators/functions.
Tom Lane
2015-11-03
Allow postgres_fdw to ship extension funcs/operators for remote execution.
Tom Lane
2015-11-03
postgres_fdw: Add ORDER BY to some remote SQL queries.
Robert Haas
2015-10-29
Message style improvements
Peter Eisentraut
2015-10-15
Allow FDWs to push down quals without breaking EvalPlanQual rechecks.
Robert Haas
2015-10-12
Avoid scan-build warning about uninitialized htonl() arguments.
Noah Misch
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
Add missed CREATE EXTENSION ... CASCADE regression test adjustment.
Andres Freund
2015-10-03
Add CASCADE support for CREATE EXTENSION.
Andres Freund
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-08
Fix error message wording in previous sslinfo commit
Alvaro Herrera
2015-09-08
contrib/sslinfo: add ssl_extension_info SRF
Alvaro Herrera
2015-09-07
Add more sanity checks in contrib/sslinfo
Alvaro Herrera
2015-09-06
Adjust sepgsql regression output for recent error context change
Joe Conway
2015-09-05
Rearrange the handling of error context reports.
Tom Lane
2015-09-05
Fix misc typos.
Heikki Linnakangas
2015-09-04
Make unaccent handle all diacritics known to Unicode, and expand ligatures co...
Teodor Sigaev
2015-08-30
Fix sepgsql regression tests.
Joe Conway
2015-08-23
Improve spelling
Peter Eisentraut
2015-08-15
Don't use function definitions looking like old-style ones.
Andres Freund
2015-08-15
Remove bogus step from test_decoding isolation tests.
Robert Haas
2015-08-13
Use materialize SRF mode in brin_page_items
Alvaro Herrera
2015-08-10
Add confirmed_flush column to pg_replication_slots.
Andres Freund
2015-08-03
contrib/isn now needs a .gitignore file.
Tom Lane
2015-08-03
Fix a number of places that produced XX000 errors in the regression tests.
Tom Lane
2015-08-02
Fix output of ISBN-13 numbers beginning with 979.
Heikki Linnakangas
2015-07-25
Some platforms now need contrib/tsm_system_time to be linked with libm.
Tom Lane
2015-07-25
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-07-21
Add selectivity estimation functions for intarray operators.
Heikki Linnakangas
2015-07-20
This supports the triconsistent function for pg_trgm GIN opclass
Teodor Sigaev
2015-07-18
Enable transforms modules to build and test on Cygwin.
Andrew Dunstan
2015-07-16
AIX: Link TRANSFORM modules with their dependencies.
Noah Misch
2015-07-16
MinGW: Link ltree_plpython with plpython.
Noah Misch
[next]