Commit Graph

480 Commits (5861b1f343b52ac358912707788214fb8dc981e5)

Author SHA1 Message Date
Tom Lane c7b8998ebb Phase 2 of pgindent updates. 8 years ago
Tom Lane 0d18852666 Disallow CREATE INDEX if table is already in use in current session. 8 years ago
Andres Freund b8d7f053c5 Faster expression evaluation and targetlist projection. 8 years ago
Robert Haas c11453ce0a hash: Add write-ahead logging support. 8 years ago
Noah Misch f30f34e589 Ignore tablespace ACLs when ignoring schema ACLs. 8 years ago
Tom Lane 86d911ec0f Allow index AMs to cache data across aminsert calls within a SQL command. 9 years ago
Heikki Linnakangas 181bdb90ba Fix typos in comments. 9 years ago
Peter Eisentraut f21a563d25 Move some things from builtins.h to new header files 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Robert Haas f0e44751d7 Implement table partitioning. 9 years ago
Tom Lane ea268cdc9a Add macros to make AllocSetContextCreate() calls simpler and safer. 9 years ago
Tom Lane c34df8a003 Disallow creation of indexes on system columns (except for OID). 9 years ago
Teodor Sigaev 8b99edefca Revert CREATE INDEX ... INCLUDING ... 9 years ago
Teodor Sigaev 386e3d7609 CREATE INDEX ... INCLUDING (column[, ...]) 9 years ago
Tom Lane 65c5fcd353 Restructure index access method API to hide most of it at the C level. 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Robert Haas 9043ef390f Don't warn about creating temporary or unlogged hash indexes. 10 years ago
Fujii Masao ecd222e770 Support VERBOSE option in REINDEX command. 10 years ago
Andres Freund 6aab1f45ac Fix various typos and grammar errors in comments. 10 years ago
Alvaro Herrera 0853630159 Fix lost persistence setting during REINDEX INDEX 10 years ago
Tom Lane 90c35a9ed0 Code cleanup for REINDEX DATABASE/SCHEMA/SYSTEM. 10 years ago
Alvaro Herrera a2e35b53c3 Change many routines to return ObjectAddress rather than OID 10 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 11 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. 12 years ago
Kevin Grittner 3bf3ab8c56 Add a materialized view relations. 12 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