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
/
include
Age
Commit message (
Expand
)
Author
2016-03-14
Add missing include for self-containment
Peter Eisentraut
2016-03-14
Provide a planner hook at a suitable place for creating upper-rel Paths.
Tom Lane
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-14
pg_stat_get_progress_info() should be marked STRICT.
Tom Lane
2016-03-12
Widen query numbers-of-tuples-processed counters to uint64.
Tom Lane
2016-03-12
Re-export a few of createplan.c's make_xxx() functions.
Tom Lane
2016-03-11
Bump catalog version missed in 6943a946c7e5eb72d53c0ce71f08a81a133503bd
Teodor Sigaev
2016-03-11
Tsvector editing functions
Teodor Sigaev
2016-03-11
Minor additional refactoring of planner.c's PathTarget handling.
Tom Lane
2016-03-11
Allow emit_log_hook to see original message text
Simon Riggs
2016-03-11
Checkpoint sorting and balancing.
Andres Freund
2016-03-11
Allow to trigger kernel writeback after a configurable number of writes.
Andres Freund
2016-03-10
Give pull_var_clause() reject/recurse/return behavior for WindowFuncs too.
Tom Lane
2016-03-10
Refactor pull_var_clause's API to make it less tedious to extend.
Tom Lane
2016-03-10
Rework wait for AccessExclusiveLocks on Hot Standby
Simon Riggs
2016-03-10
Provide much better wait information in pg_stat_activity.
Robert Haas
2016-03-10
Introduce durable_rename() and durable_link_or_rename().
Andres Freund
2016-03-09
Add a generic command progress reporting facility.
Robert Haas
2016-03-09
Improve handling of pathtargets in planner.c.
Tom Lane
2016-03-09
Improve handling of group-column indexes in GroupingSetsPath.
Tom Lane
2016-03-08
Finish refactoring make_foo() functions in createplan.c.
Tom Lane
2016-03-08
Add some functions to fd.c for the convenience of extensions.
Robert Haas
2016-03-08
Department of second thoughts: remove PD_ALL_FROZEN.
Robert Haas
2016-03-07
Make the upper part of the planner work by generating and comparing Paths.
Tom Lane
2016-03-06
logical decoding: Fix handling of large old tuples with replica identity full.
Andres Freund
2016-03-06
logical decoding: Tell reorderbuffer about all xids.
Andres Freund
2016-03-05
Expose control file data via SQL accessible functions.
Joe Conway
2016-03-04
Improve support of Hunspell in ispell dictionary.
Teodor Sigaev
2016-03-03
Revert buggy optimization of index scans
Simon Riggs
2016-03-02
Create stub functions to support pg_upgrade of old contrib/tsearch2.
Tom Lane
2016-03-02
Change the format of the VM fork to add a second bit per page.
Robert Haas
2016-02-26
Add new FDW API to test for parallel-safety.
Robert Haas
2016-02-25
Fix typos
Alvaro Herrera
2016-02-22
Create a function to reliably identify which sessions block which others.
Tom Lane
2016-02-22
Remove redundant PGPROC.lockGroupLeaderIdentifier field.
Tom Lane
2016-02-21
Cosmetic improvements in new config_info code.
Tom Lane
2016-02-21
Cosmetic improvements to group locking.
Robert Haas
2016-02-20
Add pg_size_bytes() to parse human-readable size strings.
Dean Rasheed
2016-02-20
Call xlc __isync() after, not before, associated compare-and-swap.
Noah Misch
2016-02-19
Add an explicit representation of the output targetlist to Paths.
Tom Lane
2016-02-17
Add new system view, pg_config
Joe Conway
2016-02-17
Reuse abbreviated keys in ordered [set] aggregates.
Robert Haas
2016-02-16
Move DATA entry to correct position
Joe Conway
2016-02-15
Allow the WAL writer to flush WAL at a reduced rate.
Andres Freund
2016-02-15
Suppress compiler warnings about useless comparison of unsigned to zero.
Tom Lane
2016-02-15
Correct Copyright year from 2015 to 2016
Joe Conway
2016-02-15
Replace broken link in comment.
Noah Misch
2016-02-12
Introduce extensible node types.
Robert Haas
[next]