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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add new function pg_notification_queue_usage.
Robert Haas
2015-07-17
4
-0
/
+43
*
Remove regression test added on auto-pilot.
Robert Haas
2015-07-14
2
-2
/
+0
*
Add ALTER OPERATOR command, for changing selectivity estimator functions.
Heikki Linnakangas
2015-07-14
4
-1
/
+142
*
Make regression test output stable.
Heikki Linnakangas
2015-07-14
2
-10
/
+10
*
Retain comments on indexes and constraints at ALTER TABLE ... TYPE ...
Heikki Linnakangas
2015-07-14
2
-0
/
+99
*
Add assign_expr_collations() to CreatePolicy() and AlterPolicy().
Joe Conway
2015-07-11
2
-0
/
+33
*
Improve logging of TAP tests.
Heikki Linnakangas
2015-07-09
3
-22
/
+104
*
Improve regression test coverage of table lock modes vs permissions.
Joe Conway
2015-07-07
2
-0
/
+167
*
Fix incorrect path in pg_regress log messages.
Fujii Masao
2015-07-08
1
-3
/
+3
*
Make RLS related error messages more consistent and compliant.
Joe Conway
2015-07-06
1
-1
/
+1
*
Fix some typos in regression test comments.
Tom Lane
2015-07-05
5
-8
/
+8
*
Add documentation and regression tests concerning rounding of numerics.
Tom Lane
2015-07-03
9
-0
/
+144
*
Add an optional missing_ok argument to SQL function current_setting().
Tom Lane
2015-07-02
2
-0
/
+44
*
Whitespace fix - replace tab with spaces in CREATE TABLE command.
Joe Conway
2015-07-02
2
-2
/
+2
*
Improve design and implementation of pg_file_settings view.
Tom Lane
2015-06-28
1
-2
/
+4
*
Fix DDL command collection for TRANSFORM
Alvaro Herrera
2015-06-26
3
-0
/
+28
*
Don't warn about creating temporary or unlogged hash indexes.
Robert Haas
2015-06-26
2
-0
/
+7
*
Add transforms to pg_get_object_address and friends
Alvaro Herrera
2015-06-21
2
-5
/
+20
*
Change TAP test framework to not rely on having a chmod executable.
Robert Haas
2015-06-19
2
-2
/
+16
*
Fix failure to cover scalar-vs-rowtype cases in exec_stmt_return().
Tom Lane
2015-06-12
2
-0
/
+65
*
Improve error message and hint for ALTER COLUMN TYPE can't-cast failure.
Tom Lane
2015-06-12
2
-2
/
+6
*
Rename jsonb - text[] operator to #- to avoid ambiguity.
Andrew Dunstan
2015-06-11
3
-51
/
+51
*
Desupport jsonb subscript deletion on objects
Andrew Dunstan
2015-06-07
3
-118
/
+5
*
Get rid of a //-style comment.
Tom Lane
2015-06-05
1
-2
/
+1
*
Second try at stabilizing query plans in rowsecurity regression test.
Tom Lane
2015-06-04
4
-28
/
+24
*
Fix brin regression test so it actually tests cidr.
Tom Lane
2015-06-04
2
-28
/
+4
*
Tighten the per-operator testing done in brin regression test.
Tom Lane
2015-06-04
2
-104
/
+458
*
Fix brin "char" test to actually test what it meant to test.
Tom Lane
2015-06-04
2
-2
/
+2
*
Stabilize results of brin regression test.
Tom Lane
2015-06-04
2
-6
/
+6
*
Stabilize query plans in rowsecurity regression test.
Tom Lane
2015-06-04
2
-20
/
+24
*
Fix some questionable edge-case behaviors in add_path() and friends.
Tom Lane
2015-06-03
1
-26
/
+26
*
Rename jsonb_replace to jsonb_set and allow it to add new values
Andrew Dunstan
2015-05-31
3
-69
/
+225
*
Check that all aliases of a built-in function have same leakproof property.
Tom Lane
2015-05-29
2
-0
/
+3
*
Fix portability issue in isolationtester grammar.
Tom Lane
2015-05-27
2
-9
/
+9
*
Suppress occasional failures in brin regression test.
Tom Lane
2015-05-26
2
-9
/
+4
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
7
-161
/
+200
*
Fix yet another bug in ON CONFLICT rule deparsing.
Andres Freund
2015-05-23
2
-4
/
+74
*
More fixes for lossy-GiST-distance-functions patch.
Tom Lane
2015-05-21
2
-0
/
+36
*
Various fixes around ON CONFLICT for rule deparsing.
Andres Freund
2015-05-19
3
-20
/
+62
*
Avoid collation dependence in indexes of system catalogs.
Tom Lane
2015-05-19
2
-6
/
+150
*
Attach ON CONFLICT SET ... WHERE to the correct planstate.
Andres Freund
2015-05-19
2
-0
/
+18
*
Fix typos in comments
Magnus Hagander
2015-05-17
2
-2
/
+2
*
Fix whitespace
Peter Eisentraut
2015-05-16
4
-5
/
+0
*
Support GROUPING SETS, CUBE and ROLLUP.
Andres Freund
2015-05-16
4
-1
/
+757
*
Add BRIN infrastructure for "inclusion" opclasses
Alvaro Herrera
2015-05-15
3
-17
/
+70
*
Improve test for CONVERT() with GB18030 <-> UTF8.
Tom Lane
2015-05-15
2
-10
/
+10
*
TABLESAMPLE, SQL Standard and extensible
Simon Riggs
2015-05-15
7
-1
/
+338
*
Silence another create_index regression test failure.
Heikki Linnakangas
2015-05-15
2
-16
/
+16
*
Fix outdated src/test/mb/ tests, and add a GB18030 test.
Tom Lane
2015-05-15
10
-1
/
+124
*
Silence create_index regression test failure.
Heikki Linnakangas
2015-05-15
2
-14
/
+14
[next]