aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Revert 9.5 pgindent changes to atomics directory filesBruce Momjian2015-05-24
* Add a bit more commentary about regex's colormap tree data structure.Tom Lane2015-05-24
* Remove no-longer-required function declarations.Tom Lane2015-05-24
* pgindent run for 9.5Bruce Momjian2015-05-23
* Still more fixes for lossy-GiST-distance-functions patch.Tom Lane2015-05-23
* Remove the new UPSERT command tag and use INSERT instead.Andres Freund2015-05-23
* Unpack jbvBinary objects passed to pushJsonbValueAndrew Dunstan2015-05-22
* At promotion, don't leave behind a partial segment on the old timeline.Heikki Linnakangas2015-05-22
* More fixes for lossy-GiST-distance-functions patch.Tom Lane2015-05-21
* Improve packing/alignment annotation for ItemPointerData.Tom Lane2015-05-21
* Fix more typos in comments.Heikki Linnakangas2015-05-20
* Collection of typo fixes.Heikki Linnakangas2015-05-20
* 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