summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2015-06-12Fix "path" infrastructure bug affecting jsonb_set()Andrew Dunstan
2015-06-12Fix alphabetization in catalogs.sgml.Fujii Masao
2015-06-07Desupport jsonb subscript deletion on objectsAndrew Dunstan
2015-06-07Use a safer method for determining whether relcache init file is stale.Tom Lane
2015-06-05Fix incorrect order of database-locking operations in InitPostgres().Tom Lane
2015-05-31Avoid naming a variable "new", and remove bogus initializer.Andrew Dunstan
2015-05-31Add a couple of missing JsonbValue type initialisers.Andrew Dunstan
2015-05-31Rename jsonb_replace to jsonb_set and allow it to add new valuesAndrew Dunstan
2015-05-29Revert exporting of internal GUC variable "data_directory".Tom Lane
2015-05-28Fix assorted inconsistencies in our calls of readlink().Tom Lane
2015-05-28Fix pg_get_functiondef() to print a function's LEAKPROOF property.Tom Lane
2015-05-26Revert "Add all structured objects passed to pushJsonbValue piecewise."Andrew Dunstan
2015-05-26Revert "Simplify addJsonbToParseState()"Andrew Dunstan
2015-05-26Simplify addJsonbToParseState()Andrew Dunstan
2015-05-26Add all structured objects passed to pushJsonbValue piecewise.Andrew Dunstan
2015-05-25Clean up and simplify jsonb_concat code.Andrew Dunstan
2015-05-24Manual cleanup of pgindent results.Tom Lane
2015-05-24Remove no-longer-required function declarations.Tom Lane
2015-05-23pgindent run for 9.5Bruce Momjian
2015-05-23Fix yet another bug in ON CONFLICT rule deparsing.Andres Freund
2015-05-22Fix recently-introduced crash in array_contain_compare().Tom Lane
2015-05-22Unpack jbvBinary objects passed to pushJsonbValueAndrew Dunstan
2015-05-20Collection of typo fixes.Heikki Linnakangas
2015-05-19Various fixes around ON CONFLICT for rule deparsing.Andres Freund
2015-05-18Put back a backwards-compatible version of sampling support functions.Tom Lane
2015-05-18Check return values of sensitive system library calls.Noah Misch
2015-05-17Fix typos in commentsMagnus Hagander
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-15Extend GB18030 encoding conversion to cover full Unicode range.Tom Lane
2015-05-15TABLESAMPLE, SQL Standard and extensibleSimon Riggs
2015-05-15Add archive_mode='always' option.Heikki Linnakangas
2015-05-15Fix insufficiently-paranoid GB18030 encoding verifier.Tom Lane
2015-05-15Allow GiST distance function to return merely a lower-bound.Heikki Linnakangas
2015-05-14Teach UtfToLocal/LocalToUtf to support algorithmic encoding conversions.Tom Lane
2015-05-15Separate block sampling functionsSimon Riggs
2015-05-14Add pg_settings.pending_restart columnPeter Eisentraut
2015-05-14Support "expanded" objects, particularly arrays, for better performance.Tom Lane
2015-05-13Fix comment.Robert Haas
2015-05-13Extend abbreviated key infrastructure to datum tuplesorts.Robert Haas
2015-05-13Fix jsonb replace and delete on scalars and empty structuresAndrew Dunstan
2015-05-13Remove useless assertion.Robert Haas
2015-05-12Additional functions and operators for jsonbAndrew Dunstan
2015-05-11Replace some appendStringInfo* calls with more appropriate variantsPeter Eisentraut
2015-05-11Allow on-the-fly capture of DDL event detailsAlvaro Herrera
2015-05-10Code review for foreign/custom join pushdown patch.Tom Lane
2015-05-09Add new OID alias type regnamespaceAndrew Dunstan
2015-05-09Add new OID alias type regroleAndrew Dunstan
2015-05-09Improve ParseConfigFp comment wrt head/tailStephen Frost