summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2015-06-16Fix comment in fmgr.h to refer to actual function used.Andrew Dunstan
2015-06-12Make postmaster restart archiver soon after it dies, even during recovery.Fujii Masao
2015-06-11Rename jsonb - text[] operator to #- to avoid ambiguity.Andrew Dunstan
2015-06-10Fix typo in comment.Kevin Grittner
2015-06-10Fix typo in comment.Fujii Masao
2015-06-07Use a safer method for determining whether relcache init file is stale.Tom Lane
2015-06-03Fix planner's cost estimation for SEMI/ANTI joins with inner indexscans.Tom Lane
2015-06-01Rename jsonb_replace to jsonb_set and allow it to add new valuesAndrew Dunstan
2015-05-29Check that all aliases of a built-in function have same leakproof property.Tom Lane
2015-05-29Revert exporting of internal GUC variable "data_directory".Tom Lane
2015-05-28Fix fsync-at-startup code to not treat errors as fatal.Tom Lane
2015-05-25Revert 9.5 pgindent changes to atomics directory filesBruce Momjian
2015-05-24Add a bit more commentary about regex's colormap tree data structure.Tom Lane
2015-05-24Remove no-longer-required function declarations.Tom Lane
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-23Still more fixes for lossy-GiST-distance-functions patch.Tom Lane
2015-05-22Remove the new UPSERT command tag and use INSERT instead.Andres Freund
2015-05-22Unpack jbvBinary objects passed to pushJsonbValueAndrew Dunstan
2015-05-22At promotion, don't leave behind a partial segment on the old timeline.Heikki Linnakangas
2015-05-21More fixes for lossy-GiST-distance-functions patch.Tom Lane
2015-05-21Improve packing/alignment annotation for ItemPointerData.Tom Lane
2015-05-20Fix more typos in comments.Heikki Linnakangas
2015-05-20Collection of typo fixes.Heikki Linnakangas
2015-05-19Revert error-throwing wrappers for the printf family of functions.Tom Lane
2015-05-19Refactor ON CONFLICT index inference parse tree representation.Andres Freund
2015-05-19Avoid collation dependence in indexes of system catalogs.Tom Lane
2015-05-19Revert "Change pg_seclabel.provider and pg_shseclabel.provider to type "name"."Tom Lane
2015-05-19Change pg_seclabel.provider and pg_shseclabel.provider to type "name".Tom Lane
2015-05-18Put back a backwards-compatible version of sampling support functions.Tom Lane
2015-05-18Add error-throwing wrappers for the printf family of functions.Noah Misch
2015-05-18Permit use of vsprintf() in PostgreSQL code.Noah Misch
2015-05-18Fix failure to copy IndexScan.indexorderbyops in copyfuncs.c.Tom Lane
2015-05-16Support GROUPING SETS, CUBE and ROLLUP.Andres Freund
2015-05-15Add BRIN infrastructure for "inclusion" opclassesAlvaro Herrera
2015-05-15Move strategy numbers to include/access/stratnum.hAlvaro Herrera
2015-05-15TABLESAMPLE, SQL Standard and extensibleSimon Riggs
2015-05-15Add archive_mode='always' option.Heikki Linnakangas
2015-05-15Fix datatype confusion with the new lossy GiST distance functions.Heikki Linnakangas
2015-05-15Allow GiST distance function to return merely a lower-bound.Heikki Linnakangas
2015-05-15Support VERBOSE option in REINDEX command.Fujii Masao
2015-05-15Teach UtfToLocal/LocalToUtf to support algorithmic encoding conversions.Tom Lane
2015-05-15Separate block sampling functionsSimon Riggs
2015-05-15Add pg_settings.pending_restart columnPeter Eisentraut
2015-05-14Support "expanded" objects, particularly arrays, for better performance.Tom Lane
2015-05-12Fix some errors from jsonb functions patch.Andrew Dunstan
2015-05-12Additional functions and operators for jsonbAndrew Dunstan
2015-05-12Add support for doing late row locking in FDWs.Tom Lane
2015-05-12Map basebackup tablespaces using a tablespace_map fileAndrew Dunstan
2015-05-11Allow on-the-fly capture of DDL event detailsAlvaro Herrera
2015-05-10Code review for foreign/custom join pushdown patch.Tom Lane