summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2015-01-07Fix namespace handling in xpath functionPeter Eisentraut
2015-01-06Correctly handle relcache invalidation corner case during logical decoding.Andres Freund
2015-01-06Improve relcache invalidation handling of currently invisible relations.Andres Freund
2015-01-06Update copyright for 2015Bruce Momjian
2015-01-05Fix typo in comment.Fujii Masao
2014-12-30Add pg_identify_object_as_addressAlvaro Herrera
2014-12-25Temporarily revert "Move pg_lzcompress.c to src/common."Tom Lane
2014-12-25Add capability to suppress CONTEXT: messages to elog machinery.Andres Freund
2014-12-25Move pg_lzcompress.c to src/common.Fujii Masao
2014-12-23Revert "Use a bitmask to represent role attributes"Alvaro Herrera
2014-12-23Use a bitmask to represent role attributesAlvaro Herrera
2014-12-23Change local_preload_libraries to PGC_USERSETPeter Eisentraut
2014-12-22Move rbtree.c from src/backend/utils/misc to src/backend/lib.Heikki Linnakangas
2014-12-18Improve hash_create's API for selecting simple-binary-key hash functions.Tom Lane
2014-12-18Ensure variables live across calls in generate_series(numeric, numeric).Fujii Masao
2014-12-16Fix some jsonb issues found by Coverity in recent commits.Andrew Dunstan
2014-12-15Fix point <-> polygon code for zero-distance case.Tom Lane
2014-12-15Add point <-> polygon distance operator.Heikki Linnakangas
2014-12-13Repair corner-case bug in array version of percentile_cont().Tom Lane
2014-12-12Add several generator functions for jsonb that exist for json.Andrew Dunstan
2014-12-12Add json_strip_nulls and jsonb_strip_nulls functions.Andrew Dunstan
2014-12-11Fix minor thinko in convertToJsonb().Tom Lane
2014-12-07Event Trigger for table_rewriteSimon Riggs
2014-12-05Print wal_log_hints in the rm_desc routing of a parameter-change record.Heikki Linnakangas
2014-12-03Keep track of transaction commit timestampsAlvaro Herrera
2014-12-02Improve error messages for malformed array input strings.Tom Lane
2014-12-02Fix JSON aggregates to work properly when final function is re-executed.Tom Lane
2014-12-01Guard against bad "dscale" values in numeric_recv().Tom Lane
2014-12-01Fix hstore_to_json_loose's detection of valid JSON number values.Andrew Dunstan
2014-11-28Improve typcache: cache negative lookup results, add invalidation logic.Tom Lane
2014-11-27Rename pg_rowsecurity -> pg_policy and other fixesStephen Frost
2014-11-26Attempt to suppress uninitialized variable warning.Robert Haas
2014-11-25Fix uninitialized-variable warning.Tom Lane
2014-11-25Support arrays as input to array_agg() and ARRAY(SELECT ...).Tom Lane
2014-11-24Add infrastructure to save and restore GUC values.Robert Haas
2014-11-21Rearrange CustomScan API.Tom Lane
2014-11-20Revamp the WAL record format.Heikki Linnakangas
2014-11-17Fix relpersistence setting in reindex_indexAlvaro Herrera
2014-11-15Get rid of SET LOGGED indexes persistence kludgeAlvaro Herrera
2014-11-14Clean up includes from RLS patchStephen Frost
2014-11-13Move the guts of our Levenshtein implementation into core.Robert Haas
2014-11-13Rename pending_list_cleanup_size to gin_pending_list_limit.Fujii Masao
2014-11-12Explicitly support the case that a plancache's raw_parse_tree is NULL.Tom Lane
2014-11-12Message improvementsPeter Eisentraut
2014-11-11Remove incorrect comment.Robert Haas
2014-11-11Add generate_series(numeric, numeric).Fujii Masao
2014-11-11Add GUC and storage parameter to set the maximum size of GIN pending list.Fujii Masao
2014-11-07Introduce custom path and scan providers.Robert Haas
2014-11-07Use the sortsupport infrastructure in more cases.Robert Haas
2014-11-07BRIN: Block Range IndexesAlvaro Herrera