Commit Graph

2736 Commits (e1e2bb34f1237cbec396bcaa795f0fa955af0e72)

Author SHA1 Message Date
Stephen Frost c9fc28a7f1 Minor spelling fixes 13 years ago
Noah Misch 97c4d9b7c7 Don't emit non-canonical empty arrays in array_remove(). 13 years ago
Bruce Momjian 9af4159fce pgindent run for release 9.3 13 years ago
Tom Lane 403bd6a18b Fix crash when trying to display a NOTIFY rule action. 13 years ago
Tom Lane 35d50b527a Fix to_number() to correctly ignore thousands separator when it's '.'. 13 years ago
Tom Lane 69cc60dcfd Guard against input_rows == 0 in estimate_num_groups(). 13 years ago
Tom Lane 1d6c72a55b Move materialized views' is-populated status into their pg_class entries. 13 years ago
Andrew Dunstan 5f8b4319b9 Use correct length to convert json unicode escapes. 13 years ago
Peter Eisentraut cc26ea9fe2 Clean up references to SQL92 13 years ago
Andrew Dunstan 728ec9731f Correct handling of NULL arguments in json funcs. 13 years ago
Kevin Grittner 52e6e33ab4 Create a distinction between a populated matview and a scannable one. 13 years ago
Tom Lane 3ccae48f44 Support indexing of regular-expression searches in contrib/pg_trgm. 13 years ago
Andrew Dunstan e75feb2834 Fix off by one error in JSON extract path code. 13 years ago
Tom Lane f7b0006f42 Avoid updating our PgBackendStatus entry when track_activities is off. 13 years ago
Andrew Dunstan a570c98d7f Add new JSON processing functions and parser API. 13 years ago
Alvaro Herrera 473ab40c8b Add sql_drop event for event triggers 13 years ago
Heikki Linnakangas f897c4744f Fix "element <@ range" cost estimation. 13 years ago
Alvaro Herrera f8348ea32e Allow extracting machine-readable object identity 13 years ago
Tom Lane 73e7025bd8 Extend format() to handle field width and left/right alignment. 13 years ago
Heikki Linnakangas 59d0bf9dca Add cost estimation of range @> and <@ operators. 13 years ago
Andrew Dunstan 38fb4d978c JSON generation improvements. 13 years ago
Heikki Linnakangas 23f10b6473 SP-GiST support of the range adjacent operator -|- 13 years ago
Tom Lane 80b011ef0a Fix to_char() to use ASCII-only case-folding rules where appropriate. 13 years ago
Tom Lane 542eeba269 Fix overflow check in tm2timestamp (this time for sure). 13 years ago
Tom Lane bc61878682 Fix map_sql_value_to_xml_value() to treat domains like their base types. 13 years ago
Kevin Grittner 3bf3ab8c56 Add a materialized view relations. 13 years ago
Alvaro Herrera a730183926 Move relpath() to libpgcommon 13 years ago
Tom Lane 71627f3d19 Fix CVE-2013-0255 properly. 13 years ago
Tom Lane f806c191a3 Simplify box_overlap computations. 13 years ago
Andrew Dunstan e1c1e21732 Enable building with Microsoft Visual Studio 2012. 13 years ago
Tom Lane ab0f7b6089 Prevent execution of enum_recv() from SQL. 13 years ago
Tom Lane 62e666400d Perform line wrapping and indenting by default in ruleutils.c. 13 years ago
Tom Lane 9afc58396a Reject nonzero day fields in AT TIME ZONE INTERVAL functions. 13 years ago
Tom Lane 991f3e5ab3 Provide database object names as separate fields in error messages. 13 years ago
Bruce Momjian 7e2322dff3 Allow CREATE TABLE IF EXIST so succeed if the schema is nonexistent 13 years ago
Tom Lane 760f3c043a Fix concat() and format() to handle VARIADIC-labeled arguments correctly. 13 years ago
Alvaro Herrera 0ac5ad5134 Improve concurrency of foreign key locking 13 years ago
Tom Lane 75b39e7909 Add infrastructure for storing a VARIADIC ANY function's VARIADIC flag. 13 years ago
Tom Lane 5c4eb9166e Reject out-of-range dates in to_date(). 13 years ago
Peter Eisentraut 9d2cd99a60 Make spelling more uniform 13 years ago
Tom Lane 31f38f28b0 Redesign the planner's handling of index-descent cost estimation. 13 years ago
Peter Eisentraut 49e7a26d67 Make some spelling more consistent 13 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Tom Lane 2ffa740be9 Fix ruleutils to cope with conflicts from adding/dropping/renaming columns. 13 years ago
Tom Lane 3f88b08003 Fix some minor issues in view pretty-printing. 13 years ago
Tom Lane 6919b7e329 Fix failure to ignore leftover temp tables after a server crash. 13 years ago
Tom Lane a99c42f291 Support automatically-updatable views. 13 years ago
Heikki Linnakangas 5cb0e33597 Speed up operations on numeric, mostly by avoiding palloc() overhead. 13 years ago
Tom Lane 1f7cb5c309 Improve handling of INT_MIN / -1 and related cases. 13 years ago
Tom Lane a235b85a0b Fix the int8 and int2 cases of (minimum possible integer) % (-1). 13 years ago