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
/
commands
/
tablecmds.c
Age
Commit message (
Expand
)
Author
2019-07-23
Check that partitions are not in use when dropping constraints
Alvaro Herrera
2019-07-22
Install dependencies to prevent dropping partition key columns.
Tom Lane
2019-07-16
Fix thinko in construction of old_conpfeqop list.
Tom Lane
2019-07-09
Propagate trigger arguments to partitions
Alvaro Herrera
2019-07-01
pgindent run prior to branching v12.
Tom Lane
2019-06-28
Fix for dropped columns in a partitioned table's default partition
Alvaro Herrera
2019-06-26
Fix partitioned index creation with foreign partitions
Alvaro Herrera
2019-06-24
Purely-cosmetic adjustments in tablecmds.c.
Tom Lane
2019-06-24
Further fix ALTER COLUMN TYPE's handling of indexes and index constraints.
Tom Lane
2019-06-12
Fix ALTER COLUMN TYPE failure with a partial exclusion constraint.
Tom Lane
2019-06-08
Fix assorted inconsistencies.
Amit Kapila
2019-06-07
Fix default_tablespace usage for partitioned tables
Alvaro Herrera
2019-06-05
Rework code using list_delete_cell() in MergeAttributes
Michael Paquier
2019-06-03
Fix unsafe memory management in CloneRowTriggersToPartition().
Tom Lane
2019-05-26
Fix typos.
Amit Kapila
2019-05-23
tableam: Rename wrapper functions to match callback names.
Andres Freund
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-05-16
More message style fixes
Alvaro Herrera
2019-05-08
Clean up the behavior and API of catalog.c's is-catalog-relation tests.
Tom Lane
2019-05-08
Fix error messages
Alvaro Herrera
2019-05-05
Fix style violations in syscache lookups.
Tom Lane
2019-04-30
Message style fixes
Alvaro Herrera
2019-04-29
Fix several recently introduced issues around handling new relation forks.
Andres Freund
2019-04-26
Apply stopgap fix for bug #15672.
Tom Lane
2019-04-25
Fix partitioned index attachment
Alvaro Herrera
2019-04-25
Fix tablespace inheritance for partitioned rels
Alvaro Herrera
2019-04-23
Avoid order-of-execution problems with ALTER TABLE ADD PRIMARY KEY.
Tom Lane
2019-04-07
Reset memory context once per tuple in validateForeignKeyConstraint.
Andres Freund
2019-04-06
Fix failures in validateForeignKeyConstraint's slow path.
Tom Lane
2019-04-04
Harden tableam against nonexistant / wrong kind of AMs.
Andres Freund
2019-04-03
Copy name when cloning FKs recurses to partitions
Alvaro Herrera
2019-04-03
Support foreign keys that reference partitioned tables
Alvaro Herrera
2019-04-01
tableam: Add table_finish_bulk_insert().
Andres Freund
2019-03-30
Generated columns
Peter Eisentraut
2019-03-29
REINDEX CONCURRENTLY
Peter Eisentraut
2019-03-28
tableam: relation creation, VACUUM FULL/CLUSTER, SET TABLESPACE.
Andres Freund
2019-03-26
Fix partitioned index creation bug with dropped columns
Alvaro Herrera
2019-03-20
Add index_get_partition convenience function
Alvaro Herrera
2019-03-13
Include all columns in default names for foreign key constraints
Peter Eisentraut
2019-03-13
Allow ALTER TABLE .. SET NOT NULL to skip provably unnecessary scans.
Robert Haas
2019-03-11
tableam: Add and use scan APIs.
Andres Freund
2019-03-08
Avoid some table rewrites for ALTER TABLE .. SET DATA TYPE timestamp.
Noah Misch
2019-03-07
Allow ATTACH PARTITION with only ShareUpdateExclusiveLock.
Robert Haas
2019-03-06
tableam: introduce table AM infrastructure.
Andres Freund
2019-02-26
Use slots in trigger infrastructure, except for the actual invocation.
Andres Freund
2019-02-26
Store table oid and tuple's tid in tuple slots directly.
Andres Freund
2019-02-21
Move code for managing PartitionDescs into a new file, partdesc.c
Robert Haas
2019-02-11
Redesign the partition dependency mechanism.
Tom Lane
2019-02-10
Fix trigger drop procedure
Alvaro Herrera
[next]