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
/
backend
Age
Commit message (
Expand
)
Author
2016-07-15
Adjust spellings of forms of "cancel"
Peter Eisentraut
2016-07-14
Fix GiST index build for NaN values in geometric types.
Tom Lane
2016-07-13
Add a regression test case to improve code coverage for tuplesort.
Tom Lane
2016-07-12
Add serial comma and quoting to message
Peter Eisentraut
2016-07-11
Print a given subplan only once in EXPLAIN.
Tom Lane
2016-07-11
Fix start WAL filename for concurrent backups from standby
Magnus Hagander
2016-07-10
Revert "Add some temporary code to record stack usage at server process exit."
Tom Lane
2016-07-09
Improve recording of IA64 stack data.
Tom Lane
2016-07-08
Add more temporary code to record stack usage at server process exit.
Tom Lane
2016-07-08
Add some temporary code to record stack usage at server process exit.
Tom Lane
2016-07-07
Fix typo in comment.
Robert Haas
2016-07-07
Properly adjust pointers when tuples are moved during CLUSTER.
Robert Haas
2016-07-07
Fix a prototype which is inconsistent with the function definition.
Robert Haas
2016-07-07
Clarify resource utilization of parallel query.
Robert Haas
2016-07-07
Rename pg_stat_wal_receiver.conn_info to conninfo.
Fujii Masao
2016-07-07
Fix typos
Peter Eisentraut
2016-07-06
Fix typo in comment.
Fujii Masao
2016-07-04
Fix failure to handle conflicts in non-arbiter exclusion constraints.
Tom Lane
2016-07-03
Typo fix.
Tom Lane
2016-07-03
Allow RTE_SUBQUERY rels to be considered parallel-safe.
Tom Lane
2016-07-03
Fix up parallel-safety marking for appendrels.
Tom Lane
2016-07-03
Allow treating TABLESAMPLE scans as parallel-safe.
Tom Lane
2016-07-03
Set correct cost data in Gather node added by force_parallel_mode.
Tom Lane
2016-07-03
Round rowcount estimate for a partial path to an integer.
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
Improve WritebackContextInit() comment and prototype argument names.
Andres Freund
2016-07-01
Provide and use a makefile target to build all generated headers.
Tom Lane
2016-07-01
walreceiver: tweak pg_stat_wal_receiver behavior
Alvaro Herrera
2016-07-01
Rethink the GetForeignUpperPaths API (again).
Tom Lane
2016-07-01
Set consider_parallel correctly for upper planner rels.
Robert Haas
2016-07-01
Be more paranoid in ruleutils.c's get_variable().
Tom Lane
2016-07-01
Fix crash bug in RestoreSnapshot.
Robert Haas
2016-06-30
Fix several mistakes around parallel workers and client_encoding.
Robert Haas
2016-06-30
Fix typo in ReorderBufferIterTXNInit().
Tom Lane
2016-06-29
Dodge compiler bug in Visual Studio 2013.
Tom Lane
2016-06-29
Fix some infelicities in EXPLAIN output for parallel query plans.
Tom Lane
2016-06-29
Add conninfo to pg_stat_wal_receiver
Alvaro Herrera
2016-06-29
Fix match_foreign_keys_to_quals for FKs linking to unused rtable entries.
Tom Lane
2016-06-29
Fix obsolete comment.
Robert Haas
2016-06-28
Remove unused arguments in two GiST subroutines
Alvaro Herrera
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-26
Avoid making a separate pass over the query to check for partializability.
Tom Lane
2016-06-26
Rethink node-level representation of partial-aggregation modes.
Tom Lane
2016-06-26
Simplify planner's final setup of Aggrefs for partial aggregation.
Tom Lane
2016-06-24
Fix handling of multixacts predating pg_upgrade
Alvaro Herrera
[next]