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
/
backend
/
commands
/
createas.c
Age
Commit message (
Expand
)
Author
2023-03-29
Simplify useless 0L constants
Peter Eisentraut
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-08-08
In extensions, don't replace objects not belonging to the extension.
Tom Lane
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-06-18
Centralize the logic for protective copying of utility statements.
Tom Lane
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-30
Sanitize IF NOT EXISTS in EXPLAIN for CTAS and matviews
Michael Paquier
2020-11-21
Remove INSERT privilege check at table creation of CTAS and matview
Michael Paquier
2020-11-16
Relax INSERT privilege requirement for CTAS and matviews WITH NO DATA
Michael Paquier
2020-04-04
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-30
Allow the planner-related functions and hook to accept the query string.
Fujii Masao
2020-03-22
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-21
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-02
Represent command completion tags as structs
Alvaro Herrera
2020-01-30
Remove excess parens in ereport() calls
Alvaro Herrera
2020-01-04
Make better use of ParseState in ProcessUtility
Peter Eisentraut
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-11-12
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-07-15
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-05-23
tableam: Rename wrapper functions to match callback names.
Andres Freund
2019-04-01
tableam: Add table_finish_bulk_insert().
Andres Freund
2019-03-25
tableam: Use in CREATE TABLE AS and CREATE MATERIALIZED VIEW.
Andres Freund
2019-03-06
tableam: introduce table AM infrastructure.
Andres Freund
2019-02-27
Fix memory leak when inserting tuple at relation creation for CTAS
Michael Paquier
2019-01-21
Replace uses of heap_open et al with the corresponding table_* function.
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-11-21
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-17
Make TupleTableSlots extensible, finish split of existing slot type.
Andres Freund
2018-11-15
Rejigger materializing and fetching a HeapTuple from a slot.
Andres Freund
2018-09-30
Create an RTE field to record the query's lock mode for each relation.
Tom Lane
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-10-05
Allow DML commands that create tables to use parallel query.
Robert Haas
2017-08-20
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-04-10
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-01
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-29
Cast result of copyObject() to correct type
Peter Eisentraut
2017-03-23
Allow for parallel execution whenever ExecutorRun() is done only once.
Robert Haas
2017-01-27
Use castNode() in a bunch of statement-list-related code.
Tom Lane
2017-01-27
Use the new castNode() macro in a number of places.
Andres Freund
2017-01-14
Change representation of statement lists, and add statement location info.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-07
Implement table partitioning.
Robert Haas
2016-06-27
Fix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA to not plan the query.
Tom Lane
2016-06-06
Stop the executor if no more tuples can be sent from worker to leader.
Robert Haas
2016-03-12
Widen query numbers-of-tuples-processed counters to uint64.
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-05-07
Represent columns requiring insert and update privileges indentently.
Andres Freund
[next]