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