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
/
src
/
test
Age
Commit message (
Expand
)
Author
2016-07-07
Rename pg_stat_wal_receiver.conn_info to conninfo.
Fujii Masao
2016-07-04
Fix failure to handle conflicts in non-arbiter exclusion constraints.
Tom Lane
2016-07-02
Fix failure to mark all aggregates with appropriate transtype.
Tom Lane
2016-07-02
Fix some interrelated planner issues with initPlans and Param munging.
Tom Lane
2016-07-01
Provide and use a makefile target to build all generated headers.
Tom Lane
2016-07-01
Set consider_parallel correctly for upper planner rels.
Robert Haas
2016-06-29
Fix some infelicities in EXPLAIN output for parallel query plans.
Tom Lane
2016-06-29
Update rules.out to match commit 9ed551e0a.
Tom Lane
2016-06-29
Fix match_foreign_keys_to_quals for FKs linking to unused rtable entries.
Tom Lane
2016-06-28
Don't apply sortgroupref labels to a tlist that might not match.
Tom Lane
2016-06-27
Fix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA to not plan the query.
Tom Lane
2016-06-27
Change predecence of phrase operator.
Teodor Sigaev
2016-06-27
Do not fallback to AND for FTS phrase operator.
Teodor Sigaev
2016-06-27
Make exact distance match for FTS phrase operator
Teodor Sigaev
2016-06-24
psql: Improve \crosstabview error messages
Peter Eisentraut
2016-06-22
Update oidjoins regression test for 9.6.
Tom Lane
2016-06-22
Fix type-safety problem with parallel aggregate serial/deserialization.
Tom Lane
2016-06-22
Improve cleanup in rolenames test
Peter Eisentraut
2016-06-18
Improve error message annotation for GRANT/REVOKE on untrusted PLs.
Tom Lane
2016-06-18
Still another try at fixing scanjoin_target insertion into parallel plans.
Tom Lane
2016-06-17
Try again to fix the way the scanjoin_target is used with partial paths.
Robert Haas
2016-06-17
Add VACUUM (DISABLE_PAGE_SKIPPING) for emergencies.
Robert Haas
2016-06-17
Remove PID from 'parallel worker' context message.
Robert Haas
2016-06-17
Attempt to fix broken regression test.
Robert Haas
2016-06-16
Add regression test for 04ae11f62e643e07c411c4935ea6af46cb112aa9.
Robert Haas
2016-06-15
Fix regression test for force_parallel_mode=on.
Robert Haas
2016-06-12
Finish pgindent run for 9.6: Perl files.
Noah Misch
2016-06-09
pgindent run for 9.6
Robert Haas
2016-06-08
Test parallel query essentials in "make check".
Noah Misch
2016-06-07
Make psql_crosstab plans more stable
Alvaro Herrera
2016-06-07
Revert "Use Foreign Key relationships to infer multi-column join selectivity".
Tom Lane
2016-06-07
Message style and wording fixes
Peter Eisentraut
2016-06-07
pg_dump only selected components of ACCESS METHODs
Stephen Frost
2016-06-03
Mark read/write expanded values as read-only in ValuesNext(), too.
Tom Lane
2016-06-03
Mark read/write expanded values as read-only in ExecProject().
Tom Lane
2016-06-03
Fix various common mispellings.
Greg Stark
2016-05-27
Fix DROP ACCESS METHOD IF EXISTS.
Tom Lane
2016-05-26
Disable physical tlist if any Var would need multiple sortgroupref labels.
Tom Lane
2016-05-25
Qualify table usage in dumpTable() and use regclass
Stephen Frost
2016-05-11
Fix assorted missing infrastructure for ON CONFLICT.
Tom Lane
2016-05-06
Add test_pg_dump to @contrib_excludes
Stephen Frost
2016-05-06
Remove MODULES_big from test_pg_dump
Stephen Frost
2016-05-06
Remove various special checks around default roles
Stephen Frost
2016-05-06
Add TAP tests for pg_dump
Stephen Frost
2016-05-05
Rename tsvector delete() to ts_delete(), and filter() to ts_filter().
Tom Lane
2016-05-05
Fix corner-case loss of precision in numeric pow() calculation
Dean Rasheed
2016-05-04
Revert timeline following in replication slots
Alvaro Herrera
2016-04-30
Fix mishandling of equivalence-class tests in parameterized plans.
Tom Lane
2016-04-27
Use memmove() not memcpy() to slide some pointers down.
Tom Lane
2016-04-26
Fix order of shutdown cleanup operations in PostgresNode.pm.
Tom Lane
[next]