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