index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
nodes
/
readfuncs.c
Age
Commit message (
Expand
)
Author
2022-01-07
Update copyright for 2022
Bruce Momjian
2022-01-03
Fix index-only scan plans, take 2.
Tom Lane
2021-12-22
Remove unused include
Peter Eisentraut
2021-12-22
Remove unused include
Peter Eisentraut
2021-12-17
Simplify the general-purpose 64-bit integer parsing APIs
Peter Eisentraut
2021-11-24
Flush Memoize cache when non-key parameters change, take 2
David Rowley
2021-11-24
Allow Memoize to operate in binary comparison mode
David Rowley
2021-09-15
Remove arbitrary 64K-or-so limit on rangetable size.
Tom Lane
2021-09-15
Make node output prefix match node structure name
Peter Eisentraut
2021-08-08
Change SeqScan node to contain Scan node
Peter Eisentraut
2021-07-14
Change the name of the Result Cache node to Memoize
David Rowley
2021-07-07
Use a hash table to speed up NOT IN(values)
David Rowley
2021-06-06
Standardize nodes/*funcs.c cosmetics for ForeignScan.resultRelation.
Noah Misch
2021-05-10
Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.
Tom Lane
2021-04-08
Speedup ScalarArrayOpExpr evaluation
David Rowley
2021-04-07
SQL-standard function body
Peter Eisentraut
2021-04-02
Add Result Cache executor node (take 2)
David Rowley
2021-04-01
Revert b6002a796
David Rowley
2021-04-01
Add Result Cache executor node
David Rowley
2021-03-31
Rework planning and execution of UPDATE and DELETE.
Tom Lane
2021-03-31
Allow an alias to be attached to a JOIN ... USING
Peter Eisentraut
2021-03-31
Add support for asynchronous execution.
Etsuro Fujita
2021-03-24
Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."
Amit Kapila
2021-03-18
Implement GROUP BY DISTINCT
Tomas Vondra
2021-03-10
Enable parallel SELECT for "INSERT INTO ... SELECT ...".
Amit Kapila
2021-02-27
Add missing TidRangeScan readfunc
David Rowley
2021-02-01
SEARCH and CYCLE clauses
Peter Eisentraut
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-09
Support subscripting of arbitrary types, not only arrays.
Tom Lane
2020-11-24
Move per-agg and per-trans duplicate finding to the planner.
Heikki Linnakangas
2020-10-14
Include result relation info in direct modify ForeignScan nodes.
Heikki Linnakangas
2020-10-13
Create ResultRelInfos later in InitPlan, index them by RT index.
Heikki Linnakangas
2020-05-25
Reconcile nodes/*funcs.c.
Noah Misch
2020-05-01
Get rid of trailing semicolons in C macro definitions.
Tom Lane
2020-04-07
Support FETCH FIRST WITH TIES
Alvaro Herrera
2020-04-06
Implement Incremental Sort
Tomas Vondra
2020-02-28
Fix commit c11cb17d.
Jeff Davis
2020-01-09
Reconsider the representation of join alias Vars.
Tom Lane
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-11
Add readfuncs.c support for AppendRelInfo.
Tom Lane
2019-12-11
Further adjust EXPLAIN's choices of table alias names.
Tom Lane
2019-08-02
Fix representation of hash keys in Hash/HashJoin nodes.
Andres Freund
2019-05-17
Restructure creation of run-time pruning steps.
Tom Lane
2019-03-30
Generated columns
Peter Eisentraut
2019-03-22
Collations with nondeterministic comparison
Peter Eisentraut
2019-03-07
Allow ATTACH PARTITION with only ShareUpdateExclusiveLock.
Robert Haas
2019-03-06
Fix copy/out/readfuncs for accessMethod addition in 8586bf7ed8.
Andres Freund
2019-02-16
Allow user control of CTE materialization, and change the default behavior.
Tom Lane
2019-02-01
Renaming for new subscripting mechanism
Alvaro Herrera
2019-01-28
In the planner, replace an empty FROM clause with a dummy RTE.
Tom Lane
[next]