index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
access
/
reloptions.h
Commit message (
Expand
)
Author
Age
*
Finish reverting "recheck_on_update" patch.
Tom Lane
2019-01-15
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Allow HOT updates for some expression indexes
Simon Riggs
2018-03-27
*
Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers.
Tom Lane
2018-01-26
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Add some const decorations to prototypes
Peter Eisentraut
2017-11-10
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Don't allocate storage for partitioned tables.
Robert Haas
2017-03-31
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Restructure index access method API to hide most of it at the C level.
Tom Lane
2016-01-17
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Reduce lock levels for ALTER TABLE SET autovacuum storage options
Simon Riggs
2015-08-14
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
BRIN: Block Range Indexes
Alvaro Herrera
2014-11-07
*
Revert "Allow units to be specified in relation option setting value."
Fujii Masao
2014-08-29
*
Allow units to be specified in relation option setting value.
Fujii Masao
2014-08-28
*
Move view reloptions into their own varlena struct
Alvaro Herrera
2014-07-14
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Add a security_barrier option for views.
Robert Haas
2011-12-22
*
Add SP-GiST (space-partitioned GiST) index access method.
Tom Lane
2011-12-17
*
Change the way string relopts are allocated.
Heikki Linnakangas
2011-08-09
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism.
Robert Haas
2010-01-22
*
Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).
Robert Haas
2010-01-05
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Use more-portable coding for the check on handing out the last available
Tom Lane
2009-05-24
*
Disallow setting fillfactor for TOAST tables.
Alvaro Herrera
2009-04-04
*
Const-ify the parse table passed to fillRelOptions. The previous coding
Tom Lane
2009-03-23
*
Allow reloption names to have qualifiers, initially supporting a TOAST
Alvaro Herrera
2009-02-02
*
Allow extracting and parsing of reloptions from a bare pg_class tuple, and
Alvaro Herrera
2009-01-26
*
Simplify the writing of amoptions routines by introducing a convenience
Alvaro Herrera
2009-01-12
*
A couple further reloptions improvements, per KaiGai Kohei: add a validation
Alvaro Herrera
2009-01-08
*
Fix string reloption handling, per KaiGai Kohei.
Alvaro Herrera
2009-01-06
*
Change the reloptions machinery to use a table-based parser, and provide
Alvaro Herrera
2009-01-05
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagate
Tom Lane
2007-12-01
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
*
Code review for FILLFACTOR patch. Change WITH grammar as per earlier
Tom Lane
2006-07-03