index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
common
/
reloptions.c
Age
Commit message (
Expand
)
Author
2016-05-06
Limit maximum parallel degree to 1024.
Robert Haas
2016-04-08
Add a 'parallel_degree' reloption.
Robert Haas
2016-03-10
Reduce lock level for altering fillfactor
Simon Riggs
2016-01-17
Restructure index access method API to hide most of it at the C level.
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-10-05
Re-Align *_freeze_max_age reloption limits with corresponding GUC limits.
Andres Freund
2015-09-08
Allow per-tablespace effective_io_concurrency
Alvaro Herrera
2015-08-14
Reduce lock levels for ALTER TABLE SET autovacuum storage options
Simon Riggs
2015-08-02
Fix a number of places that produced XX000 errors in the regression tests.
Tom Lane
2015-04-03
Add log_min_autovacuum_duration per-table option
Alvaro Herrera
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-11-13
Rename pending_list_cleanup_size to gin_pending_list_limit.
Fujii Masao
2014-11-11
Add GUC and storage parameter to set the maximum size of GIN pending list.
Fujii Masao
2014-11-07
BRIN: Block Range Indexes
Alvaro Herrera
2014-08-29
Revert "Allow units to be specified in relation option setting value."
Fujii Masao
2014-08-28
Allow units to be specified in relation option setting value.
Fujii Masao
2014-08-25
revert "Throw error for ALTER TABLE RESET of an invalid option"
Bruce Momjian
2014-08-25
Throw error for ALTER TABLE RESET of an invalid option
Bruce Momjian
2014-08-13
Prevent memory leaks in parseRelOptions().
Tom Lane
2014-07-14
Move view reloptions into their own varlena struct
Alvaro Herrera
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-02-13
Separate multixact freezing parameters from xid's
Alvaro Herrera
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-12-23
Revise documentation for new freezing method.
Robert Haas
2013-12-10
Add a new reloption, user_catalog_table.
Robert Haas
2013-07-18
WITH CHECK OPTION support for auto-updatable VIEWs
Stephen Frost
2013-03-03
Add a materialized view relations.
Kevin Grittner
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-08-30
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-06-14
Remove RELKIND_UNCATALOGED.
Robert Haas
2012-04-25
Another trivial comment-typo fix.
Tom Lane
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-12-22
Add a security_barrier option for views.
Robert Haas
2011-12-17
Add SP-GiST (space-partitioned GiST) index access method.
Tom Lane
2011-09-08
Buffering GiST index build algorithm.
Heikki Linnakangas
2011-09-04
Clean up the #include mess a little.
Tom Lane
2011-09-01
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-08-09
Change the way string relopts are allocated.
Heikki Linnakangas
2011-04-12
Pass collations to functions in FunctionCallInfoData, not FmgrInfo.
Tom Lane
2011-01-01
Basic foreign table support.
Robert Haas
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-06-07
Ensure default-only storage parameters for TOAST relations
Itagaki Takahiro
2010-03-11
Add missing reset of need_initialization in reloptions code.
Tom Lane
2010-02-26
pgindent run for 9.0
Bruce Momjian
2010-01-22
Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism.
Robert Haas
2010-01-05
Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).
Robert Haas
2010-01-02
Update copyright for the year 2010.
Bruce Momjian
2009-08-27
Fix handling of autovacuum reloptions.
Alvaro Herrera
2009-06-11
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
[next]