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-03-18
Directly modify foreign tables.
Robert Haas
2016-03-18
Various minor corrections of and improvements to comments.
Robert Haas
2016-03-18
pg_trgm's set_limit() now uses SetConfigOption()
Teodor Sigaev
2016-03-16
Add files forgotten in f576b17cd6ba653bdace1f0da9a3b57f4984e460
Teodor Sigaev
2016-03-16
Add word_similarity to pg_trgm contrib module.
Teodor Sigaev
2016-03-16
GUC variable pg_trgm.similarity_threshold insead of set_limit()
Teodor Sigaev
2016-03-16
fix typo in comment
Teodor Sigaev
2016-03-16
Improve script generating unaccent rules
Teodor Sigaev
2016-03-15
Fix typos.
Robert Haas
2016-03-15
postgres_fdw: make_tuple_from_result_row should set cur_attno for ctid.
Robert Haas
2016-03-14
Allow callers of create_foreignscan_path to specify nondefault PathTarget.
Tom Lane
2016-03-14
Rethink representation of PathTargets.
Tom Lane
2016-03-14
Update more comments for 96198d94cb7adc664bda341842dc8db671d8be72.
Robert Haas
2016-03-13
Rename auto_explain.sample_ratio to sample_rate
Magnus Hagander
2016-03-12
Widen query numbers-of-tuples-processed counters to uint64.
Tom Lane
2016-03-11
Allow setting sample ratio for auto_explain
Magnus Hagander
2016-03-10
Refactor pull_var_clause's API to make it less tedious to extend.
Tom Lane
2016-03-10
Avoid unlikely data-loss scenarios due to rename() without fsync.
Andres Freund
2016-03-09
pgcrypto: support changing S2K iteration count
Alvaro Herrera
2016-03-09
postgres_fdw: Consider foreign joining and foreign sorting together.
Robert Haas
2016-03-08
ltree: Zero padding bytes when allocating memory for externally visible data.
Andres Freund
2016-03-08
Fix reversed argument to bms_is_subset.
Robert Haas
2016-03-08
Add pg_visibility contrib module.
Robert Haas
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
postgres_fdw: When sending ORDER BY, always include NULLS FIRST/LAST.
Robert Haas
2016-03-04
Force synchronous_commit=on in test_decoding's concurrent_ddl_dml.spec.
Andres Freund
2016-03-03
logical decoding: fix decoding of a commit's commit time.
Andres Freund
2016-03-02
Change the format of the VM fork to add a second bit per page.
Robert Haas
2016-02-27
Respect TEMP_CONFIG when pg_regress_check and friends are called
Andrew Dunstan
2016-02-26
Add new FDW API to test for parallel-safety.
Robert Haas
2016-02-26
Respect TEMP_CONFIG when running contrib regression tests.
Robert Haas
2016-02-21
postgres_fdw: Avoid sharing list substructure.
Robert Haas
2016-02-19
Add an explicit representation of the output targetlist to Paths.
Tom Lane
2016-02-18
Fix multiple bugs in contrib/pgstattuple's pgstatindex() function.
Tom Lane
2016-02-12
Add missing "static" qualifier.
Tom Lane
2016-02-10
postgres_fdw: Remove unnecessary variable.
Robert Haas
2016-02-09
postgres_fdw: Remove unstable regression test.
Robert Haas
2016-02-09
postgres_fdw: Push down joins to remote servers.
Robert Haas
2016-02-08
Use %u not %d to print OIDs.
Tom Lane
2016-02-06
Add missing "static" qualifier.
Tom Lane
2016-02-05
postgres_fdw: pgindent run.
Robert Haas
2016-02-05
postgres_fdw: Avoid possible misbehavior when RETURNING tableoid column only.
Robert Haas
2016-02-04
Change the way that LWLocks for extensions are allocated.
Robert Haas
2016-02-03
Make hstore_to_jsonb_loose match hstore_to_json_loose on what's a number.
Tom Lane
2016-02-03
Code review for commit dc203dc3ac40a4b02b92fb827848a547d2957153.
Robert Haas
2016-02-03
postgres_fdw: Allow fetch_size to be set per-table or per-server.
Robert Haas
2016-02-03
Fix IsValidJsonNumber() to notice trailing non-alphanumeric garbage.
Tom Lane
2016-02-01
Fix typos in comments
Magnus Hagander
[next]