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
2018-04-02
postgres_fdw: Push down partition-wise aggregation.
Robert Haas
2018-04-01
Fix a boatload of typos in C comments.
Tom Lane
2018-04-01
Add amcheck verification of heap relations belonging to btree indexes.
Andres Freund
2018-03-29
Rewrite the code that applies scan/join targets to paths.
Robert Haas
2018-03-28
Fix jsonb_plpython tests on older Python versions
Peter Eisentraut
2018-03-28
Transforms for jsonb to PL/Python
Peter Eisentraut
2018-03-25
Mop-up for commit feb8254518752b2cb4a8964c374dd82d49ef0e0d.
Tom Lane
2018-03-23
Remove stdbool workaround in sepgsql
Peter Eisentraut
2018-03-22
Improve style guideline compliance of assorted error-report messages.
Tom Lane
2018-03-22
Sync up our various ways of estimating pg_class.reltuples.
Tom Lane
2018-03-22
Fix errors in contrib/bloom index build.
Tom Lane
2018-03-21
Handle heap rewrites even better in logical decoding
Peter Eisentraut
2018-03-21
Add strict_word_similarity to pg_trgm module
Teodor Sigaev
2018-03-21
Rework word_similarity documentation, make it close to actual algorithm.
Teodor Sigaev
2018-03-17
Add 'unit' parameter to ExplainProperty{Integer,Float}.
Andres Freund
2018-03-17
Make ExplainPropertyInteger accept 64bit input, remove *Long variant.
Andres Freund
2018-03-15
Fix more format truncation issues
Peter Eisentraut
2018-03-13
When updating reltuples after ANALYZE, just extrapolate from our sample.
Tom Lane
2018-03-08
Revert "Temporarily instrument postgres_fdw test to look for statistics chang...
Tom Lane
2018-03-07
test_decoding: Remove unused #include directives.
Robert Haas
2018-03-05
Temporarily instrument postgres_fdw test to look for statistics changes.
Tom Lane
2018-03-04
Fix assorted issues in convert_to_scalar().
Tom Lane
2018-03-02
postgres_fdw: Fourth attempt to stabilize regression tests.
Robert Haas
2018-03-01
Fix IOS planning when only some index columns can return an attribute.
Tom Lane
2018-03-01
Fix format_type() to restore its old behavior.
Tom Lane
2018-02-28
Rename base64 routines to avoid conflict with Solaris built-in functions.
Tom Lane
2018-02-28
postgres_fdw: Third attempt to stabilize regression tests.
Robert Haas
2018-02-26
Empty search_path in Autovacuum and non-psql/pgbench clients.
Noah Misch
2018-02-23
Allow auto_explain.log_min_duration to go up to INT_MAX.
Tom Lane
2018-02-22
postgres_fdw: Fix interaction of PHVs with child joins.
Robert Haas
2018-02-21
Blindly attempt to adapt sepgsql regression tests.
Andres Freund
2018-02-19
Remove bogus "extern" annotations on function definitions.
Tom Lane
2018-02-17
Refactor format_type APIs to be more modular
Alvaro Herrera
2018-02-16
Rename enable_partition_wise_join to enable_partitionwise_join
Peter Eisentraut
2018-02-12
get_relid_attribute_name is dead, long live get_attname
Alvaro Herrera
2018-02-09
postgres_fdw: Attmempt to stabilize regression tests.
Robert Haas
2018-02-08
postgres_fdw: Remove CTID output from some tests.
Robert Haas
2018-02-07
postgres_fdw: Push down UPDATE/DELETE joins to remote servers.
Robert Haas
2018-02-02
Support parallel btree index builds.
Robert Haas
2018-01-31
pgcrypto's encrypt() supports AES-128, AES-192, and AES-256
Robert Haas
2018-01-31
pg_prewarm: Add missing LWLockRegisterTranche call.
Robert Haas
2018-01-30
Fix test case for 'outer pathkeys do not match mergeclauses' fix.
Robert Haas
2018-01-30
Remove dead assignment
Peter Eisentraut
2018-01-26
Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers.
Tom Lane
2018-01-26
pageinspect: Fix use of wrong memory context by hash_page_items.
Robert Haas
2018-01-26
Fix C comment typo
Bruce Momjian
2018-01-19
Allow UPDATE to move rows between partitions.
Robert Haas
2018-01-19
Replace AclObjectKind with ObjectType
Peter Eisentraut
2018-01-17
postgres_fdw: Avoid 'outer pathkeys do not match mergeclauses' error.
Robert Haas
2018-01-17
Ability to advance replication slots
Simon Riggs
[next]