index
:
postgresql-pgindent.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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
nodes
Age
Commit message (
Expand
)
Author
2019-01-25
Split QTW_EXAMINE_RTES flag into QTW_EXAMINE_RTES_BEFORE/_AFTER.
Tom Lane
2019-01-23
Fix misc typos in comments.
Heikki Linnakangas
2019-01-19
Allow COPY FROM to filter data using WHERE conditions
Tomas Vondra
2019-01-15
Don't include genam.h from execnodes.h and relscan.h anymore.
Andres Freund
2019-01-15
Don't include heapam.h from others headers.
Andres Freund
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-12-31
Remove some useless code
Alvaro Herrera
2018-12-30
Support parameterized TidPaths.
Tom Lane
2018-12-20
Make bitmapset.c use 64-bit bitmap words on 64-bit machines.
Tom Lane
2018-11-21
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-16
Redesign initialization of partition routing structures
Alvaro Herrera
2018-11-16
Introduce notion of different types of slots (without implementing them).
Andres Freund
2018-11-15
Correct code comments for PartitionedRelPruneInfo struct
Peter Eisentraut
2018-11-10
Don't require return slots for nodes without projection.
Andres Freund
2018-11-08
Revise attribute handling code on partition creation
Alvaro Herrera
2018-11-07
Postpone calculating total_table_pages until after pruning/exclusion.
Tom Lane
2018-10-30
Fix interaction of CASE and ArrayCoerceExpr.
Tom Lane
2018-10-17
Improve some comments related to executor result relations.
Tom Lane
2018-10-08
Avoid O(N^2) cost in ExecFindRowMark().
Tom Lane
2018-10-07
Remove some unnecessary fields from Plan trees.
Tom Lane
2018-10-04
In the executor, use an array of pointers to access the rangetable.
Tom Lane
2018-10-04
Centralize executor's opening/closing of Relations for rangetable entries.
Tom Lane
2018-10-04
Add option SKIP_LOCKED to VACUUM and ANALYZE
Michael Paquier
2018-10-03
Fix issues around EXPLAIN with JIT.
Andres Freund
2018-09-30
Create an RTE field to record the query's lock mode for each relation.
Tom Lane
2018-09-25
Collect JIT instrumentation from workers.
Andres Freund
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-17
Fix parsetree representation of XMLTABLE(XMLNAMESPACES(DEFAULT ...)).
Tom Lane
2018-08-31
Disable support for partitionwise joins in problematic cases.
Etsuro Fujita
2018-08-30
Fix IndexInfo comments.
Heikki Linnakangas
2018-08-13
Avoid query-lifetime memory leaks in XMLTABLE (bug #15321)
Andrew Gierth
2018-08-01
Fix run-time partition pruning for appends with multiple source rels.
Tom Lane
2018-07-29
Fix two oversights from 9ebe0572 which refactored cluster_rel
Michael Paquier
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-18
Fix misc typos, mostly in comments.
Heikki Linnakangas
2018-07-12
Rename VACOPT_NOWAIT to VACOPT_SKIP_LOCKED
Michael Paquier
2018-07-11
Fix bugs with degenerate window ORDER BY clauses in GROUPS/RANGE mode.
Tom Lane
2018-06-27
Fix typo in comment
Alvaro Herrera
2018-06-26
Allow direct lookups of AppendRelInfo by child relid
Alvaro Herrera
2018-06-11
Improve commentary about run-time partition pruning data structures.
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-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-04-23
Add GUC enable_partition_pruning
Alvaro Herrera
2018-04-20
Change more places to be less trusting of RestrictInfo.is_pushed_down.
Tom Lane
2018-04-17
Update Append's idea of first_partial_plan
Alvaro Herrera
[next]