Commit Graph

128 Commits (32fd2b57d7f64948e649fc205c43f007762ecaac)

Author SHA1 Message Date
Robert Haas c9ce4a1c61 Eliminate "parallel degree" terminology. 9 years ago
Robert Haas c7ea68ff8d Limit maximum parallel degree to 1024. 10 years ago
Robert Haas 25fe8b5f1a Add a 'parallel_degree' reloption. 10 years ago
Simon Riggs fcb4bfddb6 Reduce lock level for altering fillfactor 10 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
Andres Freund 2596d705bd Re-Align *_freeze_max_age reloption limits with corresponding GUC limits. 10 years ago
Alvaro Herrera 1aba62ec63 Allow per-tablespace effective_io_concurrency 10 years ago
Simon Riggs 47167b7907 Reduce lock levels for ALTER TABLE SET autovacuum storage options 10 years ago
Tom Lane 09cecdf285 Fix a number of places that produced XX000 errors in the regression tests. 10 years ago
Alvaro Herrera 4ff695b17d Add log_min_autovacuum_duration per-table option 11 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Fujii Masao c291503b1c Rename pending_list_cleanup_size to gin_pending_list_limit. 11 years ago
Fujii Masao a1b395b6a2 Add GUC and storage parameter to set the maximum size of GIN pending list. 11 years ago
Alvaro Herrera 7516f52594 BRIN: Block Range Indexes 11 years ago
Fujii Masao 9df492664a Revert "Allow units to be specified in relation option setting value." 11 years ago
Fujii Masao e23014f3d4 Allow units to be specified in relation option setting value. 11 years ago
Bruce Momjian 6cb74a67e2 revert "Throw error for ALTER TABLE RESET of an invalid option" 11 years ago
Bruce Momjian 73d78e11a0 Throw error for ALTER TABLE RESET of an invalid option 11 years ago
Tom Lane a844c29966 Prevent memory leaks in parseRelOptions(). 11 years ago
Alvaro Herrera 346d7be184 Move view reloptions into their own varlena struct 11 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 12 years ago
Alvaro Herrera 801c2dc72c Separate multixact freezing parameters from xid's 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Robert Haas d43760b624 Revise documentation for new freezing method. 12 years ago
Robert Haas 66abc2608c Add a new reloption, user_catalog_table. 12 years ago
Stephen Frost 4cbe3ac3e8 WITH CHECK OPTION support for auto-updatable VIEWs 12 years ago
Kevin Grittner 3bf3ab8c56 Add a materialized view relations. 13 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Alvaro Herrera c219d9b0a5 Split tuple struct defs from htup.h to htup_details.h 13 years ago
Robert Haas d2c86a1ccd Remove RELKIND_UNCATALOGED. 13 years ago
Tom Lane 9873001e6d Another trivial comment-typo fix. 14 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago
Robert Haas 0e4611c023 Add a security_barrier option for views. 14 years ago
Tom Lane 8daeb5ddd6 Add SP-GiST (space-partitioned GiST) index access method. 14 years ago
Heikki Linnakangas 5edb24a898 Buffering GiST index build algorithm. 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
Heikki Linnakangas 77949a2913 Change the way string relopts are allocated. 14 years ago
Tom Lane d64713df7e Pass collations to functions in FunctionCallInfoData, not FmgrInfo. 15 years ago
Robert Haas 0d692a0dc9 Basic foreign table support. 15 years ago
Bruce Momjian 5d950e3b0c Stamp copyrights for year 2011. 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Itagaki Takahiro b5faba1284 Ensure default-only storage parameters for TOAST relations 16 years ago
Tom Lane 1f44a313bd Add missing reset of need_initialization in reloptions code. 16 years ago
Bruce Momjian 65e806cba1 pgindent run for 9.0 16 years ago
Robert Haas 76a47c0e74 Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism. 16 years ago
Robert Haas d86d51a958 Support ALTER TABLESPACE name SET/RESET ( tablespace_options ). 16 years ago
Bruce Momjian 0239800893 Update copyright for the year 2010. 16 years ago
Alvaro Herrera 53af86c55c Fix handling of autovacuum reloptions. 16 years ago