aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Revert error-throwing wrappers for the printf family of functions.Tom Lane2015-05-19
* Refactor ON CONFLICT index inference parse tree representation.Andres Freund2015-05-19
* Avoid collation dependence in indexes of system catalogs.Tom Lane2015-05-19
* Revert "Change pg_seclabel.provider and pg_shseclabel.provider to type "name"."Tom Lane2015-05-19
* Change pg_seclabel.provider and pg_shseclabel.provider to type "name".Tom Lane2015-05-18
* Put back a backwards-compatible version of sampling support functions.Tom Lane2015-05-18
* Add error-throwing wrappers for the printf family of functions.Noah Misch2015-05-18
* Permit use of vsprintf() in PostgreSQL code.Noah Misch2015-05-18
* Fix failure to copy IndexScan.indexorderbyops in copyfuncs.c.Tom Lane2015-05-17
* Support GROUPING SETS, CUBE and ROLLUP.Andres Freund2015-05-16
* Add BRIN infrastructure for "inclusion" opclassesAlvaro Herrera2015-05-15
* Move strategy numbers to include/access/stratnum.hAlvaro Herrera2015-05-15
* TABLESAMPLE, SQL Standard and extensibleSimon Riggs2015-05-15
* Add archive_mode='always' option.Heikki Linnakangas2015-05-15
* Fix datatype confusion with the new lossy GiST distance functions.Heikki Linnakangas2015-05-15
* Allow GiST distance function to return merely a lower-bound.Heikki Linnakangas2015-05-15
* Support VERBOSE option in REINDEX command.Fujii Masao2015-05-15
* Teach UtfToLocal/LocalToUtf to support algorithmic encoding conversions.Tom Lane2015-05-14
* Separate block sampling functionsSimon Riggs2015-05-15
* Add pg_settings.pending_restart columnPeter Eisentraut2015-05-14
* Support "expanded" objects, particularly arrays, for better performance.Tom Lane2015-05-14
* Fix some errors from jsonb functions patch.Andrew Dunstan2015-05-12
* Additional functions and operators for jsonbAndrew Dunstan2015-05-12
* Add support for doing late row locking in FDWs.Tom Lane2015-05-12
* Map basebackup tablespaces using a tablespace_map fileAndrew Dunstan2015-05-12
* Allow on-the-fly capture of DDL event detailsAlvaro Herrera2015-05-11
* Code review for foreign/custom join pushdown patch.Tom Lane2015-05-10
* Add new OID alias type regnamespaceAndrew Dunstan2015-05-09
* Add new OID alias type regroleAndrew Dunstan2015-05-09
* Bump catversion for pg_file_settingsStephen Frost2015-05-08
* Add pg_file_settings view and functionStephen Frost2015-05-08
* At promotion, archive last segment from old timeline with .partial suffix.Heikki Linnakangas2015-05-08
* Add macros to check if a filename is a WAL segment or other such file.Heikki Linnakangas2015-05-08
* Minor ON CONFLICT related comments and doc fixes.Andres Freund2015-05-08
* Teach autovacuum about multixact member wraparound.Robert Haas2015-05-08
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-08
* Represent columns requiring insert and update privileges indentently.Andres Freund2015-05-08
* Improve BRIN infra, minmax opclass and regression testAlvaro Herrera2015-05-07
* Avoid using a C++ keyword as a structure member name.Robert Haas2015-05-05
* Add geometry/range functions to support BRIN inclusionAlvaro Herrera2015-05-05
* Improve procost estimates for some text search functions.Tom Lane2015-05-04
* Recursively fsync() the data directory after a crash.Robert Haas2015-05-04
* Allow FDWs and custom scan providers to replace joins with scans.Robert Haas2015-05-01
* Copy editing of the replication origins patch.Andres Freund2015-05-01
* Fix unaligned memory access in xlog parsing due to replication origin patch.Andres Freund2015-05-01
* Create an infrastructure for parallel computation in PostgreSQL.Robert Haas2015-04-30
* Correct replication origin's use of UINT16_MAX to PG_UINT16_MAX.Andres Freund2015-04-30
* Introduce replication progress tracking infrastructure.Andres Freund2015-04-29
* Improve qual pushdown for RLS and SB viewsStephen Frost2015-04-27
* Fix various typos and grammar errors in comments.Andres Freund2015-04-26