aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt
Commit message (Expand)AuthorAge
* Fix crash when trying to display a NOTIFY rule action.Tom Lane2013-05-16
* Fix to_number() to correctly ignore thousands separator when it's '.'.Tom Lane2013-05-11
* Guard against input_rows == 0 in estimate_num_groups().Tom Lane2013-05-10
* Move materialized views' is-populated status into their pg_class entries.Tom Lane2013-05-06
* Use correct length to convert json unicode escapes.Andrew Dunstan2013-05-01
* Clean up references to SQL92Peter Eisentraut2013-04-20
* Correct handling of NULL arguments in json funcs.Andrew Dunstan2013-04-15
* Create a distinction between a populated matview and a scannable one.Kevin Grittner2013-04-09
* Support indexing of regular-expression searches in contrib/pg_trgm.Tom Lane2013-04-09
* Fix off by one error in JSON extract path code.Andrew Dunstan2013-04-04
* Avoid updating our PgBackendStatus entry when track_activities is off.Tom Lane2013-04-03
* Add new JSON processing functions and parser API.Andrew Dunstan2013-03-29
* Add sql_drop event for event triggersAlvaro Herrera2013-03-28
* Fix "element <@ range" cost estimation.Heikki Linnakangas2013-03-21
* Allow extracting machine-readable object identityAlvaro Herrera2013-03-20
* Extend format() to handle field width and left/right alignment.Tom Lane2013-03-14
* Add cost estimation of range @> and <@ operators.Heikki Linnakangas2013-03-14
* JSON generation improvements.Andrew Dunstan2013-03-10
* SP-GiST support of the range adjacent operator -|-Heikki Linnakangas2013-03-08
* Fix to_char() to use ASCII-only case-folding rules where appropriate.Tom Lane2013-03-05
* Fix overflow check in tm2timestamp (this time for sure).Tom Lane2013-03-04
* Fix map_sql_value_to_xml_value() to treat domains like their base types.Tom Lane2013-03-03
* Add a materialized view relations.Kevin Grittner2013-03-03
* Move relpath() to libpgcommonAlvaro Herrera2013-02-21
* Fix CVE-2013-0255 properly.Tom Lane2013-02-13
* Simplify box_overlap computations.Tom Lane2013-02-08
* Enable building with Microsoft Visual Studio 2012.Andrew Dunstan2013-02-06
* Prevent execution of enum_recv() from SQL.Tom Lane2013-02-04
* Perform line wrapping and indenting by default in ruleutils.c.Tom Lane2013-02-03
* Reject nonzero day fields in AT TIME ZONE INTERVAL functions.Tom Lane2013-01-31
* Provide database object names as separate fields in error messages.Tom Lane2013-01-29
* Allow CREATE TABLE IF EXIST so succeed if the schema is nonexistentBruce Momjian2013-01-26
* Fix concat() and format() to handle VARIADIC-labeled arguments correctly.Tom Lane2013-01-25
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-23
* Add infrastructure for storing a VARIADIC ANY function's VARIADIC flag.Tom Lane2013-01-21
* Reject out-of-range dates in to_date().Tom Lane2013-01-14
* Make spelling more uniformPeter Eisentraut2013-01-13
* Redesign the planner's handling of index-descent cost estimation.Tom Lane2013-01-11
* Make some spelling more consistentPeter Eisentraut2013-01-05
* Update copyrights for 2013Bruce Momjian2013-01-01
* Fix ruleutils to cope with conflicts from adding/dropping/renaming columns.Tom Lane2012-12-31
* Fix some minor issues in view pretty-printing.Tom Lane2012-12-24
* Fix failure to ignore leftover temp tables after a server crash.Tom Lane2012-12-17
* Support automatically-updatable views.Tom Lane2012-12-08
* Speed up operations on numeric, mostly by avoiding palloc() overhead.Heikki Linnakangas2012-11-21
* Improve handling of INT_MIN / -1 and related cases.Tom Lane2012-11-19
* Fix the int8 and int2 cases of (minimum possible integer) % (-1).Tom Lane2012-11-14
* Fix memory leaks in record_out() and record_send().Tom Lane2012-11-13
* Make the streaming replication protocol messages architecture-independent.Heikki Linnakangas2012-11-07
* Tweak genericcostestimate's fudge factor for index size.Tom Lane2012-10-24