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
/
nodes
Age
Commit message (
Expand
)
Author
2018-10-12
Correct attach/detach logic for FKs in partitions
Alvaro Herrera
2018-10-07
Remove some unnecessary fields from Plan trees.
Tom Lane
2018-10-04
Centralize executor's opening/closing of Relations for rangetable entries.
Tom Lane
2018-09-30
Create an RTE field to record the query's lock mode for each relation.
Tom Lane
2018-09-18
Add a debugging option to stress-test outfuncs.c and readfuncs.c.
Tom Lane
2018-09-18
Fix some minor issues exposed by outfuncs/readfuncs testing.
Tom Lane
2018-09-18
Fix some probably-minor oversights in readfuncs.c.
Tom Lane
2018-09-16
Add outfuncs.c support for RawStmt nodes.
Tom Lane
2018-09-14
Order active window clauses for greater reuse of Sort nodes.
Andrew Gierth
2018-08-31
Disable support for partitionwise joins in problematic cases.
Etsuro Fujita
2018-08-01
Fix run-time partition pruning for appends with multiple source rels.
Tom Lane
2018-07-30
Remove dead code left behind by 1b6801051.
Tom Lane
2018-07-30
Change bms_add_range to be a no-op for empty ranges
Alvaro Herrera
2018-07-24
Refactor cluster_rel() to handle more options
Michael Paquier
2018-07-19
Expand run-time partition pruning to work with MergeAppend
Heikki Linnakangas
2018-07-11
Fix bugs with degenerate window ORDER BY clauses in GROUPS/RANGE mode.
Tom Lane
2018-06-10
Assorted cosmetic cleanup of run-time-partition-pruning code.
Tom Lane
2018-06-10
Relocate partition pruning structs to a saner place.
Tom Lane
2018-06-10
Improve run-time partition pruning to handle any stable expression.
Tom Lane
2018-05-31
Reconcile nodes/*funcs.c with PostgreSQL 11 work.
Noah Misch
2018-04-28
Fix incorrect field type for PlannedStmt.jitFlags in outfuncs/readfuncs.
Tom Lane
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-04-23
Add GUC enable_partition_pruning
Alvaro Herrera
2018-04-23
Make bms_prev_member work correctly with a 64 bit bitmapword
Teodor Sigaev
2018-04-12
Revert MERGE patch
Simon Riggs
2018-04-07
Support partition pruning at execution time
Alvaro Herrera
2018-04-07
Add bms_prev_member function
Alvaro Herrera
2018-04-07
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-06
Faster partition pruning
Alvaro Herrera
2018-04-06
Improve parse representation for MERGE
Simon Riggs
2018-04-03
WITH support in MERGE
Simon Riggs
2018-04-03
MERGE SQL Command following SQL:2016
Simon Riggs
2018-04-02
Revert "Modified files for MERGE"
Simon Riggs
2018-04-02
Modified files for MERGE
Simon Riggs
2018-03-29
C comments: "a" <--> "an" corrections
Bruce Momjian
2018-03-22
Basic planner and executor integration for JIT.
Andres Freund
2018-03-16
Simplify parse representation of savepoint commands
Peter Eisentraut
2018-03-13
Move strtoint() to common
Peter Eisentraut
2018-03-13
Change internal integer representation of Value node
Peter Eisentraut
2018-03-05
Clone extended stats in CREATE TABLE (LIKE INCLUDING ALL)
Alvaro Herrera
2018-02-23
Support parameters in CALL
Peter Eisentraut
2018-02-07
Support all SQL:2011 options for window frame clauses.
Tom Lane
2018-02-02
Fix application of identity values in some cases
Peter Eisentraut
2018-01-26
Remove the obsolete WITH clause of CREATE FUNCTION.
Tom Lane
2018-01-19
Allow UPDATE to move rows between partitions.
Robert Haas
2018-01-19
Local partitioned indexes
Alvaro Herrera
2018-01-09
Rewrite list_qsort() to avoid trashing its input list.
Tom Lane
2018-01-09
Improve the heuristic for ordering child paths of a parallel append.
Tom Lane
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-12-21
Rearrange execution of PARAM_EXTERN Params for plpgsql's benefit.
Tom Lane
[next]