index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
*
Revert error-throwing wrappers for the printf family of functions.
Tom Lane
2015-05-19
*
Refactor ON CONFLICT index inference parse tree representation.
Andres Freund
2015-05-19
*
Avoid collation dependence in indexes of system catalogs.
Tom Lane
2015-05-19
*
Revert "Change pg_seclabel.provider and pg_shseclabel.provider to type "name"."
Tom Lane
2015-05-19
*
Change pg_seclabel.provider and pg_shseclabel.provider to type "name".
Tom Lane
2015-05-18
*
Put back a backwards-compatible version of sampling support functions.
Tom Lane
2015-05-18
*
Add error-throwing wrappers for the printf family of functions.
Noah Misch
2015-05-18
*
Permit use of vsprintf() in PostgreSQL code.
Noah Misch
2015-05-18
*
Fix failure to copy IndexScan.indexorderbyops in copyfuncs.c.
Tom Lane
2015-05-17
*
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
*
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
*
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 some errors from jsonb functions patch.
Andrew Dunstan
2015-05-12
*
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
*
Allow on-the-fly capture of DDL event details
Alvaro Herrera
2015-05-11
*
Code review for foreign/custom join pushdown patch.
Tom Lane
2015-05-10
*
Add new OID alias type regnamespace
Andrew Dunstan
2015-05-09
*
Add new OID alias type regrole
Andrew Dunstan
2015-05-09
*
Bump catversion for pg_file_settings
Stephen Frost
2015-05-08
*
Add pg_file_settings view and function
Stephen Frost
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
*
Minor ON CONFLICT related comments and doc fixes.
Andres Freund
2015-05-08
*
Teach autovacuum about multixact member wraparound.
Robert Haas
2015-05-08
*
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-08
*
Represent columns requiring insert and update privileges indentently.
Andres Freund
2015-05-08
*
Improve BRIN infra, minmax opclass and regression test
Alvaro Herrera
2015-05-07
*
Avoid using a C++ keyword as a structure member name.
Robert Haas
2015-05-05
*
Add geometry/range functions to support BRIN inclusion
Alvaro Herrera
2015-05-05
*
Improve procost estimates for some text search functions.
Tom Lane
2015-05-04
*
Recursively fsync() the data directory after a crash.
Robert Haas
2015-05-04
*
Allow FDWs and custom scan providers to replace joins with scans.
Robert Haas
2015-05-01
*
Copy editing of the replication origins patch.
Andres Freund
2015-05-01
*
Fix unaligned memory access in xlog parsing due to replication origin patch.
Andres Freund
2015-05-01
*
Create an infrastructure for parallel computation in PostgreSQL.
Robert Haas
2015-04-30
*
Correct replication origin's use of UINT16_MAX to PG_UINT16_MAX.
Andres Freund
2015-04-30
*
Introduce replication progress tracking infrastructure.
Andres Freund
2015-04-29
*
Improve qual pushdown for RLS and SB views
Stephen Frost
2015-04-27
*
Fix various typos and grammar errors in comments.
Andres Freund
2015-04-26
[next]