summaryrefslogtreecommitdiff
path: root/src/include/utils
AgeCommit message (Expand)Author
2016-03-15Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>.Tom Lane
2016-01-22Remove new coupling between NAMEDATALEN and MAX_LEVENSHTEIN_STRLEN.Tom Lane
2015-12-22Comment improvements for abbreviated keys.Robert Haas
2015-11-29Avoid caching expression state trees for domain constraints across queries.Tom Lane
2015-11-20Fix handling of inherited check constraints in ALTER COLUMN TYPE (again).Tom Lane
2015-10-20Fix incorrect translation of minus-infinity datetimes for json/jsonb.Tom Lane
2015-10-04Group cluster_name and update_process_title settings togetherPeter Eisentraut
2015-09-24Allow planner to use expression-index stats for function calls in WHERE.Tom Lane
2015-09-20Remove the SECURITY_ROW_LEVEL_DISABLED security context bit.Noah Misch
2015-09-20Remove the row_security=force GUC value.Noah Misch
2015-09-04Fix subtransaction cleanup after an outer-subtransaction portal fails.Tom Lane
2015-08-04Fix bogus "out of memory" reports in tuplestore.c.Tom Lane
2015-07-28Plug RLS related information leak in pg_stats view.Joe Conway
2015-07-25Redesign tablesample method API, and do extensive code review.Tom Lane
2015-07-17Support JSON negative array subscripts everywhereAndrew Dunstan
2015-07-08Revoke support for strxfrm() that write past the specified array length.Noah Misch
2015-06-28Improve design and implementation of pg_file_settings view.Tom Lane
2015-06-28Add missing_ok option to the SQL functions for reading files.Heikki Linnakangas
2015-06-27Add opaque declaration of HTAB to tqual.h.Kevin Grittner
2015-06-25Fix the logic for putting relations into the relcache init file.Tom Lane
2015-06-10Fix typo in comment.Kevin Grittner
2015-06-07Use a safer method for determining whether relcache init file is stale.Tom Lane
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-24Remove no-longer-required function declarations.Tom Lane
2015-05-23pgindent run for 9.5Bruce Momjian
2015-05-22Unpack jbvBinary objects passed to pushJsonbValueAndrew Dunstan
2015-05-20Fix more typos in comments.Heikki Linnakangas
2015-05-18Put back a backwards-compatible version of sampling support functions.Tom Lane
2015-05-16Support GROUPING SETS, CUBE and ROLLUP.Andres Freund
2015-05-15Move strategy numbers to include/access/stratnum.hAlvaro Herrera
2015-05-15TABLESAMPLE, SQL Standard and extensibleSimon Riggs
2015-05-15Allow GiST distance function to return merely a lower-bound.Heikki Linnakangas
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-12Additional functions and operators for jsonbAndrew Dunstan
2015-05-11Allow on-the-fly capture of DDL event detailsAlvaro Herrera
2015-05-09Add new OID alias type regnamespaceAndrew Dunstan
2015-05-09Add new OID alias type regroleAndrew Dunstan
2015-05-08Add pg_file_settings view and functionStephen Frost
2015-05-08Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund
2015-05-05Add geometry/range functions to support BRIN inclusionAlvaro Herrera
2015-04-30Create an infrastructure for parallel computation in PostgreSQL.Robert Haas
2015-04-29Introduce replication progress tracking infrastructure.Andres Freund
2015-04-26Add transforms featurePeter Eisentraut
2015-04-14Reorganize our CRC source files again.Heikki Linnakangas
2015-04-06pg_event_trigger_dropped_objects: add is_temp columnAlvaro Herrera
2015-04-03Add log_min_autovacuum_duration per-table optionAlvaro Herrera
2015-04-03Add palloc_extended for frontend and backend.Fujii Masao