aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils
Commit message (Expand)AuthorAge
* Move pqsignal() to libpgport.Tom Lane2013-03-17
* Add lock_timeout configuration parameter.Tom Lane2013-03-16
* 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
* Arrange to cache FdwRoutine structs in foreign tables' relcache entries.Tom Lane2013-03-06
* Code beautification for object-access hook machinery.Robert Haas2013-03-06
* 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
* Split pgstat file in smaller piecesAlvaro Herrera2013-02-18
* Add ALTER ROLE ALL SET commandPeter Eisentraut2013-02-17
* Fix CVE-2013-0255 properly.Tom Lane2013-02-13
* Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera2013-02-12
* 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
* Reset vacuum_defer_cleanup_age to PGC_SIGHUP.Simon Riggs2013-02-04
* Perform line wrapping and indenting by default in ruleutils.c.Tom Lane2013-02-03
* Mark vacuum_defer_cleanup_age as PGC_POSTMASTER.Simon Riggs2013-02-02
* 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
* Change plan caching to honor, not resist, changes in search_path.Tom Lane2013-01-25
* 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
* Add ddl_command_end support for event triggers.Robert Haas2013-01-21
* Fix error-checking typo in check_TSCurrentConfig().Tom Lane2013-01-20
* Fix an O(N^2) performance issue for sessions modifying many relations.Tom Lane2013-01-20
* Improve memory space management in tuplesort and tuplestore.Tom Lane2013-01-17
* Base the default SSL ciphers on DEFAULT instead of ALLMagnus Hagander2013-01-17
* Fix hash_update_hash_key() to handle same-bucket case correctly.Tom Lane2013-01-14
* Reject out-of-range dates in to_date().Tom Lane2013-01-14
* Prevent very-low-probability PANIC during PREPARE TRANSACTION.Tom Lane2013-01-13
* Make spelling more uniformPeter Eisentraut2013-01-13
* Update comments for elog_start().Tom Lane2013-01-13
* Redesign the planner's handling of index-descent cost estimation.Tom Lane2013-01-11
* Make some spelling more consistentPeter Eisentraut2013-01-05
* Invent a "one-shot" variant of CachedPlans for better performance.Tom Lane2013-01-04
* Fix IsUnderPostmaster/EXEC_BACKEND confusionAlvaro Herrera2013-01-02
* Set MaxBackends only on bootstrap and standalone modesAlvaro Herrera2013-01-02
* Make sure MaxBackends is always setAlvaro Herrera2013-01-02
* Fix background workers for EXEC_BACKENDAlvaro Herrera2013-01-02
* 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