Commit Graph

313 Commits (f30c6f523f9caa73c9ba6ebd82c8d29fe45866a3)

Author SHA1 Message Date
Fujii Masao ecd222e770 Support VERBOSE option in REINDEX command. 10 years ago
Andres Freund 6aab1f45ac Fix various typos and grammar errors in comments. 11 years ago
Alvaro Herrera 0853630159 Fix lost persistence setting during REINDEX INDEX 11 years ago
Tom Lane 90c35a9ed0 Code cleanup for REINDEX DATABASE/SCHEMA/SYSTEM. 11 years ago
Alvaro Herrera a2e35b53c3 Change many routines to return ObjectAddress rather than OID 11 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Simon Riggs 2646d2d4a9 Further changes to REINDEX SCHEMA 11 years ago
Simon Riggs ae4e6887a4 Silence REINDEX 11 years ago
Simon Riggs fe263d115a REINDEX SCHEMA 11 years ago
Alvaro Herrera 85b506bbfc Get rid of SET LOGGED indexes persistence kludge 11 years ago
Fujii Masao 08309aaf74 Implement IF NOT EXIST for CREATE INDEX. 11 years ago
Bruce Momjian b87671f1b6 Shorten warning about hash creation 11 years ago
Bruce Momjian 849462a9fa improve hash creation warning message 11 years ago
Bruce Momjian 84aa8ba128 Issue a warning during the creation of hash indexes 11 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 12 years ago
Robert Haas 5f173040e3 Avoid repeated name lookups during table and index DDL. 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Alvaro Herrera 1a3e82a7f9 Restore some comments lost during 15732b34e8 12 years ago
Robert Haas 8e18d04d4d Refine our definition of what constitutes a system relation. 12 years ago
Alvaro Herrera 15732b34e8 Add WaitForLockers in lmgr, refactoring index.c code 12 years ago
Noah Misch 16f38f72ab Restore REINDEX constraint validation. 12 years ago
Noah Misch 02d2b694ee Update messages, comments and documentation for materialized views. 12 years ago
Robert Haas 568d4138c6 Use an MVCC snapshot, rather than SnapshotNow, for catalog scans. 12 years ago
Bruce Momjian 9af4159fce pgindent run for release 9.3 12 years ago
Tom Lane c3d09b3bd2 Avoid deadlock between concurrent CREATE INDEX CONCURRENTLY commands. 13 years ago
Kevin Grittner 3bf3ab8c56 Add a materialized view relations. 13 years ago
Bruce Momjian 7e2322dff3 Allow CREATE TABLE IF EXIST so succeed if the schema is nonexistent 13 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Robert Haas 82b1b213ca Adjust more backend functions to return OID rather than void. 13 years ago
Tom Lane 3c84046490 Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY. 13 years ago
Alvaro Herrera f4c4335a4a Add context info to OAT_POST_CREATE security hook 13 years ago
Alvaro Herrera c219d9b0a5 Split tuple struct defs from htup.h to htup_details.h 13 years ago
Tom Lane eaccfded98 Centralize the logic for detecting misplaced aggregates, window funcs, etc. 13 years ago
Tom Lane c92be3c059 Avoid pre-determining index names during CREATE TABLE LIKE parsing. 13 years ago
Robert Haas d7c734841b Reduce messages about implicit indexes and sequences to DEBUG1. 13 years ago
Robert Haas d2c86a1ccd Remove RELKIND_UNCATALOGED. 13 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 13 years ago
Robert Haas 9d35116611 Damage control for yesterday's CheckIndexCompatible changes. 14 years ago
Robert Haas 6eb71ac552 Make CheckIndexCompatible simpler and more bullet-proof. 14 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago
Robert Haas cbe24a6dd8 Improve behavior of concurrent CLUSTER. 14 years ago
Robert Haas 2ad36c4e44 Improve table locking behavior in the face of current DDL. 14 years ago
Tom Lane 1609797c25 Clean up the #include mess a little. 14 years ago
Bruce Momjian 6416a82a62 Remove unnecessary #include references, per pgrminclude script. 14 years ago
Robert Haas 84e3712677 Create VXID locks "lazily" in the main lock table. 14 years ago
Robert Haas cdd61237d6 Remove superfluous variable. 14 years ago
Robert Haas 367bc426a1 Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE. 14 years ago
Robert Haas 4240e429d0 Try to acquire relation locks in RangeVarGetRelid. 14 years ago
Bruce Momjian 6560407c7d Pgindent run before 9.1 beta2. 14 years ago
Peter Eisentraut c13dc6402b Spell checking and markup refinement 15 years ago