index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Fix whitespace
Peter Eisentraut
2015-05-16
*
More portability fixing for bipartite_match.c.
Tom Lane
2015-05-16
*
Avoid direct use of INFINITY.
Tom Lane
2015-05-15
*
Support GROUPING SETS, CUBE and ROLLUP.
Andres Freund
2015-05-16
*
Add BRIN infrastructure for "inclusion" opclasses
Alvaro Herrera
2015-05-15
*
Move strategy numbers to include/access/stratnum.h
Alvaro Herrera
2015-05-15
*
SQLStandard feature T613 Sampling now Supported
Simon Riggs
2015-05-15
*
Fix uninitialized variable.
Tom Lane
2015-05-15
*
Extend GB18030 encoding conversion to cover full Unicode range.
Tom Lane
2015-05-15
*
TABLESAMPLE, SQL Standard and extensible
Simon Riggs
2015-05-15
*
Add archive_mode='always' option.
Heikki Linnakangas
2015-05-15
*
Fix datatype confusion with the new lossy GiST distance functions.
Heikki Linnakangas
2015-05-15
*
Fix insufficiently-paranoid GB18030 encoding verifier.
Tom Lane
2015-05-15
*
Allow GiST distance function to return merely a lower-bound.
Heikki Linnakangas
2015-05-15
*
Support VERBOSE option in REINDEX command.
Fujii Masao
2015-05-15
*
Teach UtfToLocal/LocalToUtf to support algorithmic encoding conversions.
Tom Lane
2015-05-14
*
Separate block sampling functions
Simon Riggs
2015-05-15
*
Add pg_settings.pending_restart column
Peter Eisentraut
2015-05-14
*
Support "expanded" objects, particularly arrays, for better performance.
Tom Lane
2015-05-14
*
Fix comment.
Robert Haas
2015-05-13
*
Extend abbreviated key infrastructure to datum tuplesorts.
Robert Haas
2015-05-13
*
Fix postgres_fdw to return the right ctid value in EvalPlanQual cases.
Tom Lane
2015-05-13
*
Fix jsonb replace and delete on scalars and empty structures
Andrew Dunstan
2015-05-13
*
Remove useless assertion.
Robert Haas
2015-05-13
*
Fix ON CONFLICT bugs that manifest when used in rules.
Andres Freund
2015-05-13
*
Additional functions and operators for jsonb
Andrew Dunstan
2015-05-12
*
Add support for doing late row locking in FDWs.
Tom Lane
2015-05-12
*
Map basebackup tablespaces using a tablespace_map file
Andrew Dunstan
2015-05-12
*
Replace some appendStringInfo* calls with more appropriate variants
Peter Eisentraut
2015-05-11
*
Allow on-the-fly capture of DDL event details
Alvaro Herrera
2015-05-11
*
Allow LOCK TABLE .. ROW EXCLUSIVE MODE with INSERT
Stephen Frost
2015-05-11
*
Fix incorrect checking of deferred exclusion constraint after a HOT update.
Tom Lane
2015-05-11
*
Increase threshold for multixact member emergency autovac to 50%.
Robert Haas
2015-05-11
*
Even when autovacuum=off, force it for members as we do in other cases.
Robert Haas
2015-05-11
*
Advance the stop point for multixact offset creation only at checkpoint.
Robert Haas
2015-05-10
*
Fix DetermineSafeOldestOffset for the case where there are no mxacts.
Robert Haas
2015-05-10
*
Code review for foreign/custom join pushdown patch.
Tom Lane
2015-05-10
*
Add missing "static" marker.
Tom Lane
2015-05-09
*
Add new OID alias type regnamespace
Andrew Dunstan
2015-05-09
*
Add new OID alias type regrole
Andrew Dunstan
2015-05-09
*
Improve ParseConfigFp comment wrt head/tail
Stephen Frost
2015-05-09
*
Change default for include_realm to 1
Stephen Frost
2015-05-08
*
Modify pg_stat_get_activity to build a tuplestore
Stephen Frost
2015-05-08
*
Add pg_file_settings view and function
Stephen Frost
2015-05-08
*
Fix two problems in infer_arbiter_indexes().
Andres Freund
2015-05-08
*
At promotion, archive last segment from old timeline with .partial suffix.
Heikki Linnakangas
2015-05-08
*
Add macros to check if a filename is a WAL segment or other such file.
Heikki Linnakangas
2015-05-08
*
Fix whitespace
Peter Eisentraut
2015-05-08
*
Minor ON CONFLICT related comments and doc fixes.
Andres Freund
2015-05-08
*
Teach autovacuum about multixact member wraparound.
Robert Haas
2015-05-08
[next]