index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
common
Commit message (
Expand
)
Author
Age
*
Limit maximum parallel degree to 1024.
Robert Haas
2016-05-06
*
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
*
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-04-08
*
Add a 'parallel_degree' reloption.
Robert Haas
2016-04-08
*
Reduce lock level for altering fillfactor
Simon Riggs
2016-03-10
*
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
*
Re-Align *_freeze_max_age reloption limits with corresponding GUC limits.
Andres Freund
2015-10-05
*
Allow per-tablespace effective_io_concurrency
Alvaro Herrera
2015-09-08
*
Fix misc typos.
Heikki Linnakangas
2015-09-05
*
Reduce lock levels for ALTER TABLE SET autovacuum storage options
Simon Riggs
2015-08-14
*
Fix a number of places that produced XX000 errors in the regression tests.
Tom Lane
2015-08-02
*
Remove obsolete heap_formtuple/modifytuple/deformtuple functions.
Heikki Linnakangas
2015-07-02
*
Support "expanded" objects, particularly arrays, for better performance.
Tom Lane
2015-05-14
*
Fix postgres_fdw to return the right ctid value in EvalPlanQual cases.
Tom Lane
2015-05-13
*
Add log_min_autovacuum_duration per-table option
Alvaro Herrera
2015-04-03
*
Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[].
Tom Lane
2015-02-21
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Rename pending_list_cleanup_size to gin_pending_list_limit.
Fujii Masao
2014-11-13
*
Add GUC and storage parameter to set the maximum size of GIN pending list.
Fujii Masao
2014-11-11
*
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
*
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-25
*
Prevent memory leaks in parseRelOptions().
Tom Lane
2014-08-13
*
Move view reloptions into their own varlena struct
Alvaro Herrera
2014-07-14
*
Avoid copying index tuples when building an index.
Robert Haas
2014-07-01
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Fix failure to detoast fields in composite elements of structured types.
Tom Lane
2014-05-01
*
Address ccvalid/ccnoinherit in TupleDesc support functions.
Noah Misch
2014-03-23
*
Separate multixact freezing parameters from xid's
Alvaro Herrera
2014-02-13
*
Revert C comment change in slot_attisnull()
Bruce Momjian
2014-01-28
*
Adjust C comment in slot_attisnull() regarding nulls.
Bruce Momjian
2014-01-25
*
Allow use of "z" flag in our printf calls, and use it where appropriate.
Tom Lane
2014-01-23
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Revise documentation for new freezing method.
Robert Haas
2013-12-23
*
Change the way we mark tuples as frozen.
Robert Haas
2013-12-22
*
Add a new reloption, user_catalog_table.
Robert Haas
2013-12-10
*
Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.
Tom Lane
2013-11-21
*
Prevent memory leaks from accumulating across printtup() calls.
Tom Lane
2013-11-03
*
Prevent using strncpy with src == dest in TupleDescInitEntry.
Tom Lane
2013-10-28
*
Add SQL Standard WITH ORDINALITY support for UNNEST (and any other SRF)
Greg Stark
2013-07-29
*
WITH CHECK OPTION support for auto-updatable VIEWs
Stephen Frost
2013-07-18
*
Cooperate with the Valgrind instrumentation framework.
Noah Misch
2013-06-26
*
Add a materialized view relations.
Kevin Grittner
2013-03-03
*
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-23
*
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
*
Split resowner.h
Alvaro Herrera
2012-08-28
[next]