index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
nodes
/
copyfuncs.c
Commit message (
Expand
)
Author
Age
*
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-22
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-21
*
Fix representation of hash keys in Hash/HashJoin nodes.
Andres Freund
2019-08-02
*
Restructure creation of run-time pruning steps.
Tom Lane
2019-05-17
*
Fix tablespace inheritance for partitioned rels
Alvaro Herrera
2019-04-25
*
Generated columns
Peter Eisentraut
2019-03-30
*
REINDEX CONCURRENTLY
Peter Eisentraut
2019-03-29
*
Fix use of wrong datatype with sizeof().
Robert Haas
2019-03-25
*
Transaction chaining
Peter Eisentraut
2019-03-24
*
Collations with nondeterministic comparison
Peter Eisentraut
2019-03-22
*
Fix copyfuncs/equalfuncs support for VacuumStmt.
Robert Haas
2019-03-18
*
Implement OR REPLACE option for CREATE AGGREGATE.
Andrew Gierth
2019-03-19
*
Allow ATTACH PARTITION with only ShareUpdateExclusiveLock.
Robert Haas
2019-03-07
*
Fix copy/out/readfuncs for accessMethod addition in 8586bf7ed8.
Andres Freund
2019-03-06
*
tableam: introduce table AM infrastructure.
Andres Freund
2019-03-06
*
Allow user control of CTE materialization, and change the default behavior.
Tom Lane
2019-02-16
*
Renaming for new subscripting mechanism
Alvaro Herrera
2019-02-01
*
Rename nodes/relation.h to nodes/pathnodes.h.
Tom Lane
2019-01-29
*
Allow COPY FROM to filter data using WHERE conditions
Tomas Vondra
2019-01-20
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove some useless code
Alvaro Herrera
2018-12-31
*
Revise attribute handling code on partition creation
Alvaro Herrera
2018-11-08
*
Correct attach/detach logic for FKs in partitions
Alvaro Herrera
2018-10-12
*
Remove some unnecessary fields from Plan trees.
Tom Lane
2018-10-07
*
Centralize executor's opening/closing of Relations for rangetable entries.
Tom Lane
2018-10-04
*
Create an RTE field to record the query's lock mode for each relation.
Tom Lane
2018-09-30
*
Fix run-time partition pruning for appends with multiple source rels.
Tom Lane
2018-08-01
*
Refactor cluster_rel() to handle more options
Michael Paquier
2018-07-24
*
Expand run-time partition pruning to work with MergeAppend
Heikki Linnakangas
2018-07-19
*
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-06-10
*
Revert MERGE patch
Simon Riggs
2018-04-12
*
Support partition pruning at execution time
Alvaro Herrera
2018-04-07
*
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-07
*
Faster partition pruning
Alvaro Herrera
2018-04-06
*
Improve parse representation for MERGE
Simon Riggs
2018-04-06
*
WITH support in MERGE
Simon Riggs
2018-04-03
*
MERGE SQL Command following SQL:2016
Simon Riggs
2018-04-03
*
Revert "Modified files for MERGE"
Simon Riggs
2018-04-02
*
Modified files for MERGE
Simon Riggs
2018-04-02
*
Basic planner and executor integration for JIT.
Andres Freund
2018-03-22
*
Simplify parse representation of savepoint commands
Peter Eisentraut
2018-03-16
*
Clone extended stats in CREATE TABLE (LIKE INCLUDING ALL)
Alvaro Herrera
2018-03-05
*
Support parameters in CALL
Peter Eisentraut
2018-02-22
*
Support all SQL:2011 options for window frame clauses.
Tom Lane
2018-02-07
*
Fix application of identity values in some cases
Peter Eisentraut
2018-02-02
*
Remove the obsolete WITH clause of CREATE FUNCTION.
Tom Lane
2018-01-26
*
Allow UPDATE to move rows between partitions.
Robert Haas
2018-01-19
*
Local partitioned indexes
Alvaro Herrera
2018-01-19
[next]