aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt
Commit message (Expand)AuthorAge
* 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
* Fix ruleutils to print "INSERT INTO foo DEFAULT VALUES" correctly.Tom Lane2012-10-19
* Fix oversight in new code for printing rangetable aliases.Tom Lane2012-10-12
* Quiet a few MSC compiler warnings.Andrew Dunstan2012-10-07
* Avoid planner crash/Assert failure with joins to unflattened subqueries.Tom Lane2012-10-03
* Fix access past end of string in date parsing.Heikki Linnakangas2012-10-02
* Have pg_terminate/cancel_backend not ERROR on non-existent processesAlvaro Herrera2012-09-27
* Improve ruleutils.c's heuristics for dealing with rangetable aliases.Tom Lane2012-09-21
* Fix array_typanalyze to work for domains over arrays.Tom Lane2012-09-18
* Allow embedded spaces without quoting in unix_socket_directories entries.Tom Lane2012-09-06
* Fix to_date() and to_timestamp() to allow specification of the day ofBruce Momjian2012-09-03
* Make configure probe for mbstowcs_l as well as wcstombs_l.Tom Lane2012-08-31
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* Fix division by zero in the new range type histogram creation.Heikki Linnakangas2012-08-30
* Improve EXPLAIN's ability to cope with LATERAL references in plans.Tom Lane2012-08-30
* Split heapam_xlog.h from heapam.hAlvaro Herrera2012-08-28
* remove catcache.h from syscache.hAlvaro Herrera2012-08-28
* Collect and use histograms of lower and upper bounds for range types.Heikki Linnakangas2012-08-27
* Allow text timezone designations, e.g. "America/Chicago", when using theBruce Momjian2012-08-25
* Fix cascading privilege revoke to notice when privileges are still held.Tom Lane2012-08-23