summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2015-06-09Use polymorphic inverse function for int8 aggregates.Pavan Deolasee
2015-06-05Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTERPavan Deolasee
2015-06-04Add missing columns for the newly added aggregate functionsPavan Deolasee
2015-06-04Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTERPavan Deolasee
2015-06-03Fix planner's cost estimation for SEMI/ANTI joins with inner indexscans.Tom Lane
2015-06-01Support snapshot requests without valid GXIDPavan Deolasee
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-29Remove some other references of coord_name tracking in transaction infoPavan Deolasee
2015-05-29Remove coordinator name tracking from GTM transaction info structurePavan Deolasee
2015-05-29Simplify GTM protocol a bit by only using GXID for transaction identificationPavan Deolasee
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-22Add and use macros IS_PGXC_LOCAL_COORDINATOR and IS_PGXC_REMOTE_COORDINATORPavan Deolasee
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-21Rename gti_backend_id to gti_proxy_client_id which is a better description ofPavan Deolasee
2015-05-21Add support for materialized views.Pavan Deolasee
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-18Correct _null_ mis-spell which was causing boolean aggregates to fail with anPavan Deolasee
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