aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils
Commit message (Expand)AuthorAge
* Use WaitLatch, not pg_usleep, for delaying in pg_sleep().Tom Lane2013-06-15
* Remove special-case treatment of LOG severity level in standalone mode.Tom Lane2013-06-13
* Avoid reading past datum end when parsing JSON.Noah Misch2013-06-12
* Improve updatability checking for views and foreign tables.Tom Lane2013-06-12
* Fix unescaping of JSON Unicode escapes, especially for non-UTF8.Andrew Dunstan2013-06-12
* Fix cache flush hazard in cache_record_field_properties().Tom Lane2013-06-11
* Handle Unicode surrogate pairs correctly when processing JSON.Andrew Dunstan2013-06-08
* Additional spelling correctionsStephen Frost2013-06-03
* Minor spelling fixesStephen Frost2013-06-01
* Don't emit non-canonical empty arrays in array_remove().Noah Misch2013-05-31
* postgresql.conf.sample: Improve whitespacePeter Eisentraut2013-05-29
* pgindent run for release 9.3Bruce Momjian2013-05-29
* 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
* Revert idea of zer-padding padding session id in log_line_prefixBruce Momjian2013-05-06
* Use correct length to convert json unicode escapes.Andrew Dunstan2013-05-01
* Fix longstanding race condition in plancache.c.Tom Lane2013-04-20
* 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
* Fix insecure parsing of server command-line switches.Tom Lane2013-04-01
* Make REPLICATION privilege checks test current user not authenticated user.Tom Lane2013-04-01
* Add new JSON processing functions and parser API.Andrew Dunstan2013-03-29
* Add sql_drop event for event triggersAlvaro Herrera2013-03-28
* Revoke bc5334d8679c428a709d150666b288171795bd76Simon Riggs2013-03-28
* Revoke 7a5a59d378e052618d6feae64d1d2b4f2ad6f9bcSimon Riggs2013-03-28
* Set recovery_config_directory for EXEC_BACKEND.Simon Riggs2013-03-27
* Allow external recovery_config_directorySimon Riggs2013-03-27
* Allow I/O reliability checks using 16-bit checksumsSimon Riggs2013-03-22
* Change commit_delay to be SUSET for 9.3+Simon Riggs2013-03-22
* Fix "element <@ range" cost estimation.Heikki Linnakangas2013-03-21
* Allow extracting machine-readable object identityAlvaro Herrera2013-03-20
* Improve signal-handler lockout mechanism in timeout.c.Tom Lane2013-03-17
* 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