index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
tablecmds.c
Commit message (
Expand
)
Author
Age
*
Fix ALTER TABLE .. ENABLE/DISABLE TRIGGER recursion
Alvaro Herrera
2020-10-20
*
Remove es_result_relation_info from EState.
Heikki Linnakangas
2020-10-14
*
Create ResultRelInfos later in InitPlan, index them by RT index.
Heikki Linnakangas
2020-10-13
*
Add for_each_from, to simplify loops starting from non-first list cells.
Tom Lane
2020-09-28
*
Improve error cursor positions for problems with partition bounds.
Tom Lane
2020-09-23
*
Avoid unnecessary recursion to child tables in ALTER TABLE SET NOT NULL.
Tom Lane
2020-09-16
*
Message fixes and style improvements
Peter Eisentraut
2020-09-14
*
Raise error on concurrent drop of partitioned index
Alvaro Herrera
2020-09-01
*
Fix ALTER TABLE's scheduling rules for AT_AddConstraint subcommands.
Tom Lane
2020-08-22
*
Fix handling of CREATE TABLE LIKE with inheritance.
Tom Lane
2020-08-21
*
Replace remaining StrNCpy() by strlcpy()
Peter Eisentraut
2020-08-10
*
Use multi-inserts for pg_attribute and pg_shdepend
Michael Paquier
2020-07-31
*
Eliminate cache lookup errors in SQL functions for object addresses
Michael Paquier
2020-07-15
*
Fix timing issue with ALTER TABLE's validate constraint
David Rowley
2020-07-14
*
Rename field "relkind" to "objtype" for CTAS and ALTER TABLE nodes
Michael Paquier
2020-07-11
*
code: replace 'master' with 'primary' where appropriate.
Andres Freund
2020-07-08
*
Don't create pg_type entries for sequences or toast tables.
Tom Lane
2020-07-07
*
Fix some comments referring to past features
Michael Paquier
2020-06-15
*
Add missing error code to "cannot attach index ..." error.
Heikki Linnakangas
2020-05-28
*
Run pgindent with new pg_bsd_indent version 2.1.1.
Tom Lane
2020-05-16
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Dial back -Wimplicit-fallthrough to level 3
Alvaro Herrera
2020-05-13
*
Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGS
Alvaro Herrera
2020-05-12
*
Fix several DDL issues of generated columns versus inheritance
Peter Eisentraut
2020-05-08
*
Propagate ALTER TABLE ... SET STORAGE to indexes
Peter Eisentraut
2020-05-08
*
Remove bogus Assert in foreign key cloning code
David Rowley
2020-04-22
*
Fix detaching partitions with cloned row triggers
Alvaro Herrera
2020-04-21
*
Fix collection of typos and grammar mistakes in the tree
Michael Paquier
2020-04-10
*
Preserve clustered index after rewrites with ALTER TABLE
Michael Paquier
2020-04-06
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-04-04
*
Implement operator class parameters
Alexander Korotkov
2020-03-30
*
Add object names to partition integrity violations.
Amit Kapila
2020-03-23
*
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
*
Enable BEFORE row-level triggers for partitioned tables
Alvaro Herrera
2020-03-18
*
Preserve replica identity index across ALTER TABLE rewrite
Peter Eisentraut
2020-03-13
*
Code simplification
Peter Eisentraut
2020-03-09
*
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-03-04
*
Record parents of triggers
Alvaro Herrera
2020-02-27
*
Fix failure to create FKs correctly in partitions
Alvaro Herrera
2020-02-07
*
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-30
*
Make inherited TRUNCATE perform access permission checks on parent table only.
Fujii Masao
2020-01-31
*
Added relation name in error messages for constraint checks.
Amit Kapila
2020-01-28
*
Fix concurrent indexing operations with temporary tables
Michael Paquier
2020-01-22
*
Clarify behavior of adding and altering a column in same ALTER command.
Tom Lane
2020-01-21
*
Restructure ALTER TABLE execution to fix assorted bugs.
Tom Lane
2020-01-15
*
ALTER TABLE ... ALTER COLUMN ... DROP EXPRESSION
Peter Eisentraut
2020-01-14
*
Fix handling of generated columns in ALTER TABLE.
Tom Lane
2020-01-08
*
Fix cloning of row triggers to sub-partitions
Alvaro Herrera
2020-01-02
*
Make parser rely more heavily on the ParseNamespaceItem data structure.
Tom Lane
2020-01-02
[next]