index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
commands
/
tablecmds.h
Commit message (
Expand
)
Author
Age
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Lower lock level for renaming indexes
Peter Eisentraut
2018-11-14
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Reorganize partitioning code
Alvaro Herrera
2018-04-14
*
Logical decoding of TRUNCATE
Peter Eisentraut
2018-04-07
*
Foreign keys on partitioned tables
Alvaro Herrera
2018-04-04
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Allow a partitioned table to have a default partition.
Robert Haas
2017-09-08
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Implement table partitioning.
Robert Haas
2016-12-07
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Change many routines to return ObjectAddress rather than OID
Alvaro Herrera
2015-03-03
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Rework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE'
Stephen Frost
2014-08-21
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Avoid repeated name lookups during table and index DDL.
Robert Haas
2014-02-17
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Clean up the mess around EXPLAIN and materialized views.
Tom Lane
2013-04-12
*
Extend object-access hook machinery to support post-alter events.
Robert Haas
2013-03-17
*
Add a materialized view relations.
Kevin Grittner
2013-03-03
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Fix more weird compiler messages caused
Simon Riggs
2012-12-24
*
Adjust many backend functions to return OID rather than void.
Robert Haas
2012-12-23
*
Fix ALTER EXTENSION / SET SCHEMA
Alvaro Herrera
2012-10-31
*
Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars.
Tom Lane
2012-06-30
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Add support for renaming constraints
Peter Eisentraut
2012-03-10
*
Improve behavior of concurrent ALTER TABLE, and do some refactoring.
Robert Haas
2012-01-06
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Improve behavior of concurrent CLUSTER.
Robert Haas
2011-12-21
*
Improve behavior of concurrent rename statements.
Robert Haas
2011-12-15
*
Teach ANALYZE to clear pg_class.relhassubclass when appropriate.
Tom Lane
2011-09-02
*
Add missing include so include file compiles cleanly on its own.
Bruce Momjian
2011-08-22
*
Allow ALTER TABLE name {OF type | NOT OF}.
Robert Haas
2011-04-20
*
Tweak find_composite_type_dependencies API a bit more.
Robert Haas
2011-02-11
*
Tighten ALTER FOREIGN TABLE .. SET DATA TYPE checks.
Robert Haas
2011-02-06
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Propagate ALTER TYPE operations to typed tables
Peter Eisentraut
2010-11-23
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Fix failure of "ALTER TABLE t ADD COLUMN c serial" when done by non-owner.
Tom Lane
2010-08-18
*
Reduce lock levels of CREATE TRIGGER and some ALTER TABLE, CREATE RULE actions.
Simon Riggs
2010-07-28
*
Tighten integrity checks on ALTER TABLE ... ALTER COLUMN ... RENAME.
Robert Haas
2010-02-01
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Make backend header files C++ safe
Peter Eisentraut
2009-07-16
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Improve our #include situation by moving pointer types away from the
Alvaro Herrera
2008-06-19
*
Rearrange ALTER TABLE syntax processing as per my recent proposal: the
Tom Lane
2008-06-15
[next]