index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename I/O timing statistics columns to blk_read_time and blk_write_time.
Tom Lane
2012-04-29
1
-6
/
+6
*
Fix printing of whole-row Vars at top level of a SELECT targetlist.
Tom Lane
2012-04-27
1
-13
/
+32
*
Lots of doc corrections.
Robert Haas
2012-04-23
4
-4
/
+4
*
Reduce hash size for compute_array_stats, compute_tsvector_stats.
Robert Haas
2012-04-23
1
-1
/
+1
*
Recast "ONLY" column CHECK constraints as NO INHERIT
Alvaro Herrera
2012-04-20
1
-2
/
+7
*
pg_size_pretty(numeric)
Robert Haas
2012-04-14
1
-0
/
+132
*
Rename bytea_agg to string_agg and add delimiter argument
Peter Eisentraut
2012-04-13
1
-3
/
+10
*
Make pg_tablespace_location(0) return the database's default tablespace.
Tom Lane
2012-04-10
1
-1
/
+9
*
Measure epoch of timestamp-without-time-zone from local not UTC midnight.
Tom Lane
2012-04-10
1
-22
/
+3
*
Fix an Assert that turns out to be reachable after all.
Tom Lane
2012-04-09
1
-2
/
+7
*
Publish checkpoint timing information to pg_stat_bgwriter.
Robert Haas
2012-04-05
1
-0
/
+14
*
Expose track_iotiming data via the statistics collector.
Robert Haas
2012-04-05
1
-0
/
+32
*
Replace empty locale name with implied value in CREATE DATABASE and initdb.
Tom Lane
2012-03-25
1
-10
/
+24
*
Code review for protransform patches.
Tom Lane
2012-03-23
5
-70
/
+61
*
Clean up compiler warnings from unused variables with asserts disabled
Peter Eisentraut
2012-03-21
1
-2
/
+2
*
Add const qualifier to tzn returned by timestamp2tm()
Peter Eisentraut
2012-03-15
4
-7
/
+7
*
Remove unused tzn arguments for timestamp2tm()
Peter Eisentraut
2012-03-15
2
-22
/
+13
*
Improve EncodeDateTime and EncodeTimeOnly APIs
Peter Eisentraut
2012-03-14
5
-38
/
+45
*
Use correct sizeof operand in qsort call
Peter Eisentraut
2012-03-12
1
-1
/
+1
*
Add comment for missing break in switch
Peter Eisentraut
2012-03-12
1
-0
/
+1
*
Improve estimation of IN/NOT IN by assuming array elements are distinct.
Tom Lane
2012-03-07
1
-3
/
+71
*
Rewrite GiST support code for rangetypes.
Tom Lane
2012-03-04
1
-191
/
+1102
*
Remove useless "rough estimate" path from mcelem_array_contained_selec.
Tom Lane
2012-03-04
1
-76
/
+62
*
Improve histogram-filling loop in new compute_array_stats() code.
Tom Lane
2012-03-04
1
-19
/
+44
*
Collect and use element-frequency statistics for arrays.
Tom Lane
2012-03-03
4
-14
/
+2034
*
Add COLLATION FOR expression
Peter Eisentraut
2012-03-02
1
-0
/
+27
*
Add const qualifiers where they are accidentally cast away
Peter Eisentraut
2012-02-28
2
-2
/
+2
*
ALTER TABLE: skip FK validation when it's safe to do so
Alvaro Herrera
2012-02-27
1
-0
/
+1
*
Add some enumeration commas, for consistency
Peter Eisentraut
2012-02-24
2
-2
/
+2
*
Correctly handle NULLs in JSON output.
Andrew Dunstan
2012-02-23
1
-12
/
+14
*
Fix typo, noticed by Will Crawford.
Andrew Dunstan
2012-02-21
1
-1
/
+1
*
Fix a couple of cases of JSON output.
Andrew Dunstan
2012-02-20
1
-4
/
+21
*
Improve pretty printing of viewdefs.
Andrew Dunstan
2012-02-19
1
-2
/
+135
*
Improve statistics estimation to make some use of DISTINCT in sub-queries.
Tom Lane
2012-02-16
1
-35
/
+59
*
Add a comment to AdjustIntervalForTypmod to reduce chance of future bugs.
Robert Haas
2012-02-09
1
-1
/
+2
*
Improve interval_transform function to detect a few more cases.
Robert Haas
2012-02-09
1
-2
/
+7
*
Add transform functions for various temporal typmod coercisions.
Robert Haas
2012-02-08
3
-0
/
+132
*
Fix typos pointed out by Noah Misch.
Robert Haas
2012-02-07
1
-2
/
+2
*
Add a transform function for varbit typmod coercisions.
Robert Haas
2012-02-07
1
-0
/
+35
*
Add a transform function for numeric typmod coercisions.
Robert Haas
2012-02-07
1
-0
/
+48
*
Add array_to_json and row_to_json functions.
Andrew Dunstan
2012-02-03
1
-2
/
+352
*
Try to be more consistent about accepting denormalized float8 numbers.
Tom Lane
2012-02-01
1
-10
/
+34
*
Built-in JSON data type.
Robert Haas
2012-01-31
2
-1
/
+666
*
Tweak index costing for problems with partial indexes.
Tom Lane
2012-01-29
1
-39
/
+58
*
Use parameterized paths to generate inner indexscans more flexibly.
Tom Lane
2012-01-27
1
-24
/
+13
*
Show default privileges in information schema
Peter Eisentraut
2012-01-27
1
-0
/
+58
*
Add deadlock counter to pg_stat_database
Magnus Hagander
2012-01-26
1
-0
/
+16
*
Track temporary file count and size in pg_stat_database
Magnus Hagander
2012-01-26
1
-0
/
+33
*
Add bitwise AND, OR, and NOT operators for macaddr data type.
Robert Haas
2012-01-19
1
-0
/
+53
*
Separate state from query string in pg_stat_activity
Magnus Hagander
2012-01-19
1
-41
/
+75
[next]