index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
/
nodeCustom.c
Commit message (
Expand
)
Author
Age
*
Update copyright for 2025
Bruce Momjian
2025-01-01
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Remove obsolete executor cleanup code
Amit Langote
2023-09-28
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Support for custom slots in the custom executor nodes
Alexander Korotkov
2022-11-24
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Remove arbitrary 64K-or-so limit on rangetable size.
Tom Lane
2021-09-15
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
Rename nodes/relation.h to nodes/pathnodes.h.
Tom Lane
2019-01-29
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Introduce notion of different types of slots (without implementing them).
Andres Freund
2018-11-15
*
Don't require return slots for nodes without projection.
Andres Freund
2018-11-09
*
Restore sane locking behavior during parallel query.
Tom Lane
2018-10-06
*
Centralize executor's opening/closing of Relations for rangetable entries.
Tom Lane
2018-10-04
*
Allow tupleslots to have a fixed tupledesc, use in executor nodes.
Andres Freund
2018-02-16
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Provide DSM segment to ExecXXXInitializeWorker functions.
Andres Freund
2017-11-16
*
Separate reinitialization of shared parallel-scan state from ExecReScan.
Tom Lane
2017-08-30
*
Move ExecProcNode from dispatch to function pointer based model.
Andres Freund
2017-07-30
*
Move interrupt checking from ExecProcNode() to executor nodes.
Andres Freund
2017-07-30
*
Don't be so trusting that shm_toc_lookup() will always succeed.
Tom Lane
2017-06-05
*
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-25
*
Allow custom and foreign scans to have shutdown callbacks.
Robert Haas
2017-02-26
*
Use the new castNode() macro in a number of places.
Andres Freund
2017-01-26
*
Remove obsoleted code relating to targetlist SRF evaluation.
Andres Freund
2017-01-19
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Allow parallel custom and foreign scans.
Robert Haas
2016-02-03
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Improve some messages
Peter Eisentraut
2015-12-10
*
Code review for foreign/custom join pushdown patch.
Tom Lane
2015-05-10
*
Allow FDWs and custom scan providers to replace joins with scans.
Robert Haas
2015-05-01
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Introduce custom path and scan providers.
Robert Haas
2014-11-07