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
/
test
/
regress
/
sql
/
opr_sanity.sql
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix type-safety problem with parallel aggregate serial/deserialization.
Tom Lane
2016-06-22
1
-61
/
+68
*
Add parallel query support functions for assorted aggregates.
Robert Haas
2016-04-05
1
-1
/
+61
*
Improve index AMs' opclass validation procedures.
Tom Lane
2016-01-21
1
-170
/
+1
*
Fix assorted inconsistencies in GiST opclass support function declarations.
Tom Lane
2016-01-19
1
-2
/
+2
*
Restructure index access method API to hide most of it at the C level.
Tom Lane
2016-01-17
1
-88
/
+27
*
Add some checks on "char"-type columns to type_sanity and opr_sanity.
Tom Lane
2016-01-09
1
-1
/
+3
*
In opr_sanity regression test, check for unexpected uses of cstring.
Tom Lane
2016-01-05
1
-1
/
+72
*
Check that all aliases of a built-in function have same leakproof property.
Tom Lane
2015-05-29
1
-0
/
+1
*
Avoid collation dependence in indexes of system catalogs.
Tom Lane
2015-05-19
1
-3
/
+70
*
BRIN: Block Range Indexes
Alvaro Herrera
2014-11-07
1
-2
/
+5
*
Add opr_sanity queries to inspect commutator/negator links more closely.
Tom Lane
2014-08-16
1
-3
/
+20
*
Add regression test to prevent future breakage of legacy query in libpq.
Tom Lane
2014-06-12
1
-0
/
+24
*
Move regression test listing of builtin leakproof functions to opr_sanity.sql.
Andres Freund
2014-06-05
1
-3
/
+22
*
Fix incorrect pg_proc.proallargtypes entries for two built-in functions.
Tom Lane
2014-04-23
1
-0
/
+9
*
Allow polymorphic aggregates to have non-polymorphic state data types.
Tom Lane
2014-04-23
1
-14
/
+32
*
Provide moving-aggregate support for a bunch of numerical aggregates.
Tom Lane
2014-04-12
1
-6
/
+6
*
Create infrastructure for moving-aggregate optimization.
Tom Lane
2014-04-12
1
-1
/
+102
*
Allow opclasses to provide tri-valued GIN consistent functions.
Heikki Linnakangas
2014-03-12
1
-32
/
+38
*
Add another regression test cross-checking operator and function comments.
Tom Lane
2014-01-11
1
-3
/
+22
*
Support ordered-set (WITHIN GROUP) aggregates.
Tom Lane
2013-12-23
1
-14
/
+33
*
Allow aggregates to provide estimates of their transition state data size.
Tom Lane
2013-11-16
1
-1
/
+1
*
Allow aggregate functions to be VARIADIC.
Tom Lane
2013-09-03
1
-1
/
+9
*
Code review for protransform patches.
Tom Lane
2012-03-23
1
-0
/
+7
*
Support min/max index optimizations on boolean columns.
Tom Lane
2012-02-08
1
-2
/
+2
*
Add SP-GiST (space-partitioned GiST) index access method.
Tom Lane
2011-12-17
1
-0
/
+32
*
Create a "sort support" interface API for faster sorting.
Tom Lane
2011-12-07
1
-24
/
+19
*
More code review for rangetypes patch.
Tom Lane
2011-11-21
1
-10
/
+10
*
Support range data types.
Heikki Linnakangas
2011-11-03
1
-3
/
+9
*
Spell checking and markup refinement
Peter Eisentraut
2011-05-19
1
-3
/
+3
*
Further refine patch for commenting operator implementation functions.
Tom Lane
2011-03-03
1
-14
/
+9
*
Mark operator implementation functions as such in their comments.
Tom Lane
2011-03-03
1
-0
/
+37
*
KNNGIST, otherwise known as order-by-operator support for GIST.
Tom Lane
2010-12-03
1
-12
/
+14
*
Create the system catalog infrastructure needed for KNNGIST.
Tom Lane
2010-11-24
1
-7
/
+47
*
Install a data-type-based solution for protecting pg_get_expr().
REL9_1_ALPHA1
Tom Lane
2010-09-03
1
-1
/
+4
*
Remove the single-argument form of string_agg(). It added nothing much in
Tom Lane
2010-08-05
1
-0
/
+20
*
Add some opr_sanity checks that the lengths of the various argument-info
Tom Lane
2009-11-29
1
-0
/
+32
*
Add a new column proiswindow to pg_proc. It doesn't actually do anything
Tom Lane
2008-12-19
1
-0
/
+5
*
Code review for function default parameters patch. Fix numerous problems as
Tom Lane
2008-12-18
1
-3
/
+5
*
Default values for function arguments
Peter Eisentraut
2008-12-04
1
-0
/
+5
*
Add support for user-defined I/O conversion casts.
Heikki Linnakangas
2008-10-31
1
-5
/
+14
*
Clean up the loose ends in selectivity estimation left by my patch for semi
Tom Lane
2008-08-16
1
-3
/
+6
*
Improve SELECT DISTINCT to consider hash aggregation, as well as sort/uniq,
Tom Lane
2008-08-05
1
-9
/
+18
*
Add a "provariadic" column to pg_proc to eliminate the remarkably expensive
Tom Lane
2008-07-16
1
-0
/
+14
*
Extend GIN to support partial-match searches, and extend tsquery to support
Tom Lane
2008-05-16
1
-1
/
+23
*
Make casts from xml to text independent of the XML option setting, thus
Peter Eisentraut
2007-11-27
1
-0
/
+4
*
Fix breakage of GIN support for varchar[] and cidr[] that I introduced in the
Tom Lane
2007-09-03
1
-0
/
+10
*
Fix up hash functions for datetime datatypes so that they don't take
Tom Lane
2007-07-06
1
-6
/
+6
*
Come to think of it, we should check that commutator pairs have the same
Tom Lane
2007-02-06
1
-0
/
+8
*
Add support for cross-type hashing in hashed subplans (hashed IN/NOT IN cases
Tom Lane
2007-02-06
1
-5
/
+29
*
Implement XMLSERIALIZE for real. Analogously, make the xml to text cast
Peter Eisentraut
2007-02-03
1
-3
/
+0
[next]