Commit Graph

694 Commits (e4597ee65d683e11a57a4b7f597807ebf44b6cf1)

Author SHA1 Message Date
Robert Haas 5f173040e3 Avoid repeated name lookups during table and index DDL. 12 years ago
Alvaro Herrera b152c6cd0d Make DROP IF EXISTS more consistently not fail 12 years ago
Stephen Frost 6f25c62d78 Allow SET TABLESPACE to database default 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Robert Haas 66abc2608c Add a new reloption, user_catalog_table. 12 years ago
Heikki Linnakangas 9e857436ef Don't include unused space in LOG_NEWPAGE records. 12 years ago
Robert Haas 8e18d04d4d Refine our definition of what constitutes a system relation. 12 years ago
Tom Lane 784e762e88 Support multi-argument UNNEST(), and TABLE() syntax for multiple functions. 12 years ago
Peter Eisentraut 001e114b8d Fix whitespace issues found by git diff --check, add gitattributes 12 years ago
Robert Haas 07cacba983 Add the notion of REPLICA IDENTITY for a table. 12 years ago
Robert Haas cab5dc5daf Allow only some columns of a view to be auto-updateable. 12 years ago
Robert Haas ba3d39c969 Don't allow system columns in CHECK constraints, except tableoid. 12 years ago
Kevin Grittner 3f78b1715c Don't allow ALTER MATERIALIZED VIEW ADD UNIQUE. 12 years ago
Stephen Frost 4cbe3ac3e8 WITH CHECK OPTION support for auto-updatable VIEWs 12 years ago
Kevin Grittner cc1965a99b Add support for REFRESH MATERIALIZED VIEW CONCURRENTLY. 12 years ago
Noah Misch 02d2b694ee Update messages, comments and documentation for materialized views. 12 years ago
Fujii Masao 2ef085d0e6 Get rid of pg_class.reltoastidxid. 12 years ago
Robert Haas 568d4138c6 Use an MVCC snapshot, rather than SnapshotNow, for catalog scans. 12 years ago
Simon Riggs f177cbfe67 ALTER TABLE ... ALTER CONSTRAINT for FKs 12 years ago
Simon Riggs 2f74e4ec50 Assert that ALTER TABLE subcommands have pass set 12 years ago
Simon Riggs 4f14c86d74 Reverting previous commit, pending investigation 12 years ago
Simon Riggs b577a57d41 ALTER TABLE ... ALTER CONSTRAINT for FKs 12 years ago
Stephen Frost 551938ae22 Post-pgindent cleanup 12 years ago
Bruce Momjian 9af4159fce pgindent run for release 9.3 12 years ago
Tom Lane b142068622 Allow CREATE FOREIGN TABLE to include SERIAL columns. 13 years ago
Tom Lane 0b33790421 Clean up the mess around EXPLAIN and materialized views. 13 years ago
Simon Riggs cf8dc9e10c Fix checksums for CLUSTER, VACUUM FULL etc. 13 years ago
Kevin Grittner 549dae0352 Fix problems with incomplete attempt to prohibit OIDS with MVs. 13 years ago
Simon Riggs 96ef3b8ff1 Allow I/O reliability checks using 16-bit checksums 13 years ago
Robert Haas 05f3f9c7b2 Extend object-access hook machinery to support post-alter events. 13 years ago
Tom Lane a0c6dfeecf Allow default expressions to be attached to columns of foreign tables. 13 years ago
Robert Haas f90cc26982 Code beautification for object-access hook machinery. 13 years ago
Kevin Grittner 3bf3ab8c56 Add a materialized view relations. 13 years ago
Tom Lane 991f3e5ab3 Provide database object names as separate fields in error messages. 13 years ago
Heikki Linnakangas c9d7dbacd3 Skip truncating ON COMMIT DELETE ROWS temp tables, if the transaction hasn't 13 years ago
Alvaro Herrera 0ac5ad5134 Improve concurrency of foreign key locking 13 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Robert Haas c504513f83 Adjust many backend functions to return OID rather than void. 13 years ago
Tom Lane 6919b7e329 Fix failure to ignore leftover temp tables after a server crash. 13 years ago
Tom Lane 3c84046490 Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY. 13 years ago
Tom Lane 5ed6546cf7 Fix handling of inherited check constraints in ALTER COLUMN TYPE. 13 years ago
Alvaro Herrera 04f28bdb84 Fix ALTER EXTENSION / SET SCHEMA 13 years ago
Alvaro Herrera f4c4335a4a Add context info to OAT_POST_CREATE security hook 13 years ago
Robert Haas e1a6375d8f Comment fixes. 13 years ago
Alvaro Herrera 21c09e99dc Split heapam_xlog.h from heapam.h 13 years ago
Tom Lane b53800355f Fix dependencies generated during ALTER TABLE ADD CONSTRAINT USING INDEX. 13 years ago
Tom Lane eaccfded98 Centralize the logic for detecting misplaced aggregates, window funcs, etc. 13 years ago
Alvaro Herrera 92ec0370eb Fix typo in comment 13 years ago
Alvaro Herrera f5bcd398ad connoinherit may be true only for CHECK constraints 13 years ago
Tom Lane c92be3c059 Avoid pre-determining index names during CREATE TABLE LIKE parsing. 13 years ago