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
2018-03-26
Optimize btree insertions for common case of increasing values
Andrew Dunstan
2018-03-25
Fix unsafe extraction of the OID part of a relation filename.
Tom Lane
2018-03-25
Remove useless if-test.
Tom Lane
2018-03-23
Small refactoring
Peter Eisentraut
2018-03-23
Fix make rules that generate multiple output files.
Tom Lane
2018-03-23
Exclude unlogged tables from base backups
Teodor Sigaev
2018-03-23
Allow FOR EACH ROW triggers on partitioned tables
Alvaro Herrera
2018-03-23
Adapt expression JIT to stdbool.h introduction.
Andres Freund
2018-03-23
Use stdbool.h if suitable
Peter Eisentraut
2018-03-22
Add expression compilation support to LLVM JIT provider.
Andres Freund
2018-03-22
Expand list of synchronized types and functions in LLVM JIT provider.
Andres Freund
2018-03-22
Improve style guideline compliance of assorted error-report messages.
Tom Lane
2018-03-22
Consider Parallel Append of partial paths for UNION [ALL].
Robert Haas
2018-03-22
Sync up our various ways of estimating pg_class.reltuples.
Tom Lane
2018-03-22
Basic planner and executor integration for JIT.
Andres Freund
2018-03-22
Debugging and profiling support for LLVM JIT provider.
Andres Freund
2018-03-22
Support for optimizing and emitting code in LLVM JIT provider.
Andres Freund
2018-03-22
Avoid creating a TOAST table for a partitioned table.
Robert Haas
2018-03-22
Fix typo in comment.
Robert Haas
2018-03-22
Fix tuple counting in SP-GiST index build.
Tom Lane
2018-03-22
Call pgstat_report_activity() in parallel CREATE INDEX workers.
Robert Haas
2018-03-22
Implement partition-wise grouping/aggregation.
Robert Haas
2018-03-22
Improve ANALYZE's strategy for finding MCVs.
Dean Rasheed
2018-03-22
Add file containing extensions of the LLVM C API.
Andres Freund
2018-03-22
Basic JIT provider and error handling infrastructure.
Andres Freund
2018-03-22
Prevent extensions from creating custom GUCs that are GUC_LIST_QUOTE.
Tom Lane
2018-03-22
Fix mishandling of quoted-list GUC values in pg_dump and ruleutils.c.
Tom Lane
2018-03-21
Improve predtest.c's handling of cases with NULL-constant inputs.
Tom Lane
2018-03-21
Fix relcache handling of the 'default' partition
Alvaro Herrera
2018-03-21
Handle heap rewrites even better in logical decoding
Peter Eisentraut
2018-03-21
Repair crash with unsortable grouping sets.
Andrew Gierth
2018-03-21
Handle EEOP_FUNCEXPR_[STRICT_]FUSAGE out of line.
Andres Freund
2018-03-20
Don't pass the grouping target around unnecessarily.
Robert Haas
2018-03-20
Determine grouping strategies in create_grouping_paths.
Robert Haas
2018-03-20
Defer creation of partially-grouped relation until it's needed.
Robert Haas
2018-03-20
Fix CommandCounterIncrement in partition-related DDL
Alvaro Herrera
2018-03-20
Prevent query-lifespan memory leakage of SP-GiST traversal values.
Tom Lane
2018-03-19
Add missing break
Peter Eisentraut
2018-03-19
Fix some corner-case issues in REFRESH MATERIALIZED VIEW CONCURRENTLY.
Tom Lane
2018-03-19
Fix performance hazard in REFRESH MATERIALIZED VIEW CONCURRENTLY.
Tom Lane
2018-03-19
Remove unnecessary members from ModifyTableState and ExecInsert
Alvaro Herrera
2018-03-19
Expand comment a little bit
Alvaro Herrera
2018-03-19
Fix state reversal after partition tuple routing
Alvaro Herrera
2018-03-19
Generate a separate upper relation for each stage of setop planning.
Robert Haas
2018-03-19
Rewrite recurse_union_children to iterate, rather than recurse.
Robert Haas
2018-03-19
Fix typo in comment
Magnus Hagander
2018-03-17
Fix WHERE CURRENT OF when the referenced cursor uses an index-only scan.
Tom Lane
2018-03-17
Add ssl_passphrase_command setting
Peter Eisentraut
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
[next]