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
*
Fix instability in parallel regression tests.
Tom Lane
2016-08-25
2
-10
/
+10
*
Fix improper repetition of previous results from a hashed aggregate.
Tom Lane
2016-08-24
2
-0
/
+97
*
Create an SP-GiST opclass for inet/cidr.
Tom Lane
2016-08-23
3
-1
/
+181
*
Add txid_current_ifassigned().
Robert Haas
2016-08-23
2
-0
/
+23
*
Run select_parallel test by itself
Peter Eisentraut
2016-08-22
3
-19
/
+10
*
Use LEFT JOINs in some system views in case referenced row doesn't exist.
Tom Lane
2016-08-19
1
-11
/
+9
*
Add alternative output for ON CONFLICT toast isolation test.
Andres Freund
2016-08-18
1
-0
/
+15
*
Fix deletion of speculatively inserted TOAST on conflict
Andres Freund
2016-08-17
3
-0
/
+67
*
Implement regexp_match(), a simplified alternative to regexp_matches().
Tom Lane
2016-08-17
3
-2
/
+37
*
Improve parsetree representation of special functions such as CURRENT_DATE.
Tom Lane
2016-08-16
4
-51
/
+51
*
Fix typos
Peter Eisentraut
2016-08-16
2
-2
/
+2
*
Final pgindent + perltidy run for 9.6.
Tom Lane
2016-08-15
3
-40
/
+40
*
Remove bogus dependencies on NUMERIC_MAX_PRECISION.
Tom Lane
2016-08-14
1
-1
/
+1
*
Add SQL-accessible functions for inspecting index AM properties.
Tom Lane
2016-08-13
4
-1
/
+297
*
Fix busted Assert for CREATE MATVIEW ... WITH NO DATA.
Tom Lane
2016-08-11
2
-0
/
+39
*
Fix two errors with nested CASE/WHEN constructs.
Tom Lane
2016-08-08
2
-0
/
+87
*
Sort out paired double quotes in \connect, \password and \crosstabview.
Noah Misch
2016-08-08
2
-10
/
+10
*
Make format() error messages consistent again
Peter Eisentraut
2016-08-08
1
-4
/
+4
*
Make array_to_tsvector() sort and de-duplicate the given strings.
Tom Lane
2016-08-05
2
-0
/
+9
*
Fix ts_delete(tsvector, text[]) to cope with duplicate array entries.
Tom Lane
2016-08-05
2
-0
/
+7
*
Make INSERT-from-multiple-VALUES-rows handle targetlist indirection better.
Tom Lane
2016-08-03
2
-0
/
+127
*
Fix assorted problems in recovery tests
Alvaro Herrera
2016-08-03
2
-9
/
+8
*
Consistently capitalize names of recovery tests
Peter Eisentraut
2016-08-02
4
-9
/
+9
*
Don't CHECK_FOR_INTERRUPTS between WaitLatch and ResetLatch.
Tom Lane
2016-08-01
2
-4
/
+4
*
Correctly handle owned sequences with extensions
Stephen Frost
2016-07-31
2
-2
/
+85
*
Fix tqueue.c's range-remapping code.
Tom Lane
2016-07-29
2
-0
/
+31
*
Eliminate a few more user-visible "cache lookup failed" errors.
Robert Haas
2016-07-29
2
-0
/
+35
*
Fix assorted fallout from IS [NOT] NULL patch.
Tom Lane
2016-07-28
1
-3
/
+3
*
Allow functions that return sets of tuples to return simple NULLs.
Tom Lane
2016-07-26
2
-0
/
+41
*
Change various deparsing functions to return NULL for invalid input.
Robert Haas
2016-07-26
2
-0
/
+45
*
Fix constant-folding of ROW(...) IS [NOT] NULL with composite fields.
Tom Lane
2016-07-26
2
-0
/
+78
*
Fix improper example of using psql() function in TAP tests documentation.
Fujii Masao
2016-07-26
1
-1
/
+1
*
Message style improvements
Peter Eisentraut
2016-07-25
1
-1
/
+1
*
Give recovery tests more time to finish
Alvaro Herrera
2016-07-25
1
-1
/
+1
*
Fix regression tests to work in Welsh locale.
Tom Lane
2016-07-22
2
-46
/
+46
*
Make core regression tests safe for Danish locale.
Tom Lane
2016-07-21
4
-21
/
+21
*
Establish conventions about global object names used in regression tests.
Tom Lane
2016-07-17
55
-2370
/
+2372
*
Improve test case exercising the sorting path for hash index build.
Tom Lane
2016-07-16
2
-0
/
+20
*
Add regression test case exercising the sorting path for hash index build.
Tom Lane
2016-07-16
2
-0
/
+14
*
Avoid serializability errors when locking a tuple with a committed update
Alvaro Herrera
2016-07-15
8
-1
/
+1388
*
Fix parsing NOT sequence in tsquery
Teodor Sigaev
2016-07-15
2
-0
/
+42
*
Fix nested NOT operation cleanup in tsquery.
Teodor Sigaev
2016-07-15
2
-0
/
+15
*
Minor test adjustment.
Tom Lane
2016-07-13
2
-2
/
+0
*
Add a regression test case to improve code coverage for tuplesort.
Tom Lane
2016-07-13
2
-0
/
+70
*
Fix TAP tests and MSVC scripts for pathnames with spaces.
Tom Lane
2016-07-09
1
-3
/
+4
*
Rename pg_stat_wal_receiver.conn_info to conninfo.
Fujii Masao
2016-07-07
1
-2
/
+2
*
Fix failure to handle conflicts in non-arbiter exclusion constraints.
Tom Lane
2016-07-04
2
-0
/
+37
*
Fix failure to mark all aggregates with appropriate transtype.
Tom Lane
2016-07-02
2
-0
/
+32
*
Fix some interrelated planner issues with initPlans and Param munging.
Tom Lane
2016-07-01
2
-0
/
+81
*
Provide and use a makefile target to build all generated headers.
Tom Lane
2016-07-01
2
-6
/
+3
[next]