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
*
Reject duplicate column names in foreign key referenced-columns lists.
Tom Lane
2014-08-09
*
Don't allow foreign tables with OIDs.
Heikki Linnakangas
2014-06-24
*
Remove tabs after spaces in C comments
Bruce Momjian
2014-05-06
*
Avoid repeated name lookups during table and index DDL.
Robert Haas
2014-02-17
*
Allow SET TABLESPACE to database default
Stephen Frost
2014-01-18
*
Don't allow ALTER MATERIALIZED VIEW ADD UNIQUE.
Kevin Grittner
2013-08-15
*
Update messages, comments and documentation for materialized views.
Noah Misch
2013-07-05
*
Post-pgindent cleanup
Stephen Frost
2013-06-01
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Allow CREATE FOREIGN TABLE to include SERIAL columns.
Tom Lane
2013-05-15
*
Clean up the mess around EXPLAIN and materialized views.
Tom Lane
2013-04-12
*
Fix checksums for CLUSTER, VACUUM FULL etc.
Simon Riggs
2013-04-07
*
Fix problems with incomplete attempt to prohibit OIDS with MVs.
Kevin Grittner
2013-03-22
*
Allow I/O reliability checks using 16-bit checksums
Simon Riggs
2013-03-22
*
Extend object-access hook machinery to support post-alter events.
Robert Haas
2013-03-17
*
Allow default expressions to be attached to columns of foreign tables.
Tom Lane
2013-03-12
*
Code beautification for object-access hook machinery.
Robert Haas
2013-03-06
*
Add a materialized view relations.
Kevin Grittner
2013-03-03
*
Provide database object names as separate fields in error messages.
Tom Lane
2013-01-29
*
Skip truncating ON COMMIT DELETE ROWS temp tables, if the transaction hasn't
Heikki Linnakangas
2013-01-29
*
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-23
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Adjust many backend functions to return OID rather than void.
Robert Haas
2012-12-23
*
Fix failure to ignore leftover temp tables after a server crash.
Tom Lane
2012-12-17
*
Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY.
Tom Lane
2012-11-28
*
Fix handling of inherited check constraints in ALTER COLUMN TYPE.
Tom Lane
2012-11-05
*
Fix ALTER EXTENSION / SET SCHEMA
Alvaro Herrera
2012-10-31
*
Add context info to OAT_POST_CREATE security hook
Alvaro Herrera
2012-10-23
*
Comment fixes.
Robert Haas
2012-08-30
*
Split heapam_xlog.h from heapam.h
Alvaro Herrera
2012-08-28
*
Fix dependencies generated during ALTER TABLE ADD CONSTRAINT USING INDEX.
Tom Lane
2012-08-11
*
Centralize the logic for detecting misplaced aggregates, window funcs, etc.
Tom Lane
2012-08-10
*
Fix typo in comment
Alvaro Herrera
2012-08-08
*
connoinherit may be true only for CHECK constraints
Alvaro Herrera
2012-07-20
*
Avoid pre-determining index names during CREATE TABLE LIKE parsing.
Tom Lane
2012-07-16
*
Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars.
Tom Lane
2012-06-30
*
Improve reporting of permission errors for array types
Peter Eisentraut
2012-06-15
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Improve error message for ALTER COLUMN TYPE coercion failure.
Tom Lane
2012-05-16
*
Prevent loss of init fork when truncating an unlogged table.
Robert Haas
2012-05-11
*
Lots of doc corrections.
Robert Haas
2012-04-23
*
Recast "ONLY" column CHECK constraints as NO INHERIT
Alvaro Herrera
2012-04-20
*
Allow statistics to be collected for foreign tables.
Tom Lane
2012-04-06
*
Add DROP INDEX CONCURRENTLY [IF EXISTS], uses ShareUpdateExclusiveLock
Simon Riggs
2012-04-06
*
Add support for renaming domain constraints
Peter Eisentraut
2012-04-03
*
Add support for renaming constraints
Peter Eisentraut
2012-03-10
*
Extend object access hook framework to support arguments, and DROP.
Robert Haas
2012-03-09
*
ALTER TABLE: skip FK validation when it's safe to do so
Alvaro Herrera
2012-02-27
*
Add some enumeration commas, for consistency
Peter Eisentraut
2012-02-24
*
Be more clear when a new column name collides with a system column name.
Robert Haas
2012-01-26
[next]