index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
Age
Commit message (
Expand
)
Author
2016-08-02
Consistently capitalize names of recovery tests
Peter Eisentraut
2016-08-01
Don't CHECK_FOR_INTERRUPTS between WaitLatch and ResetLatch.
Tom Lane
2016-07-31
Correctly handle owned sequences with extensions
Stephen Frost
2016-07-29
Fix tqueue.c's range-remapping code.
Tom Lane
2016-07-29
Eliminate a few more user-visible "cache lookup failed" errors.
Robert Haas
2016-07-28
Fix assorted fallout from IS [NOT] NULL patch.
Tom Lane
2016-07-26
Allow functions that return sets of tuples to return simple NULLs.
Tom Lane
2016-07-26
Change various deparsing functions to return NULL for invalid input.
Robert Haas
2016-07-26
Fix constant-folding of ROW(...) IS [NOT] NULL with composite fields.
Tom Lane
2016-07-26
Fix improper example of using psql() function in TAP tests documentation.
Fujii Masao
2016-07-25
Message style improvements
Peter Eisentraut
2016-07-25
Give recovery tests more time to finish
Alvaro Herrera
2016-07-22
Fix regression tests to work in Welsh locale.
Tom Lane
2016-07-21
Make core regression tests safe for Danish locale.
Tom Lane
2016-07-17
Establish conventions about global object names used in regression tests.
Tom Lane
2016-07-16
Improve test case exercising the sorting path for hash index build.
Tom Lane
2016-07-16
Add regression test case exercising the sorting path for hash index build.
Tom Lane
2016-07-15
Avoid serializability errors when locking a tuple with a committed update
Alvaro Herrera
2016-07-15
Fix parsing NOT sequence in tsquery
Teodor Sigaev
2016-07-15
Fix nested NOT operation cleanup in tsquery.
Teodor Sigaev
2016-07-13
Minor test adjustment.
Tom Lane
2016-07-13
Add a regression test case to improve code coverage for tuplesort.
Tom Lane
2016-07-09
Fix TAP tests and MSVC scripts for pathnames with spaces.
Tom Lane
2016-07-07
Rename pg_stat_wal_receiver.conn_info to conninfo.
Fujii Masao
2016-07-04
Fix failure to handle conflicts in non-arbiter exclusion constraints.
Tom Lane
2016-07-02
Fix failure to mark all aggregates with appropriate transtype.
Tom Lane
2016-07-01
Fix some interrelated planner issues with initPlans and Param munging.
Tom Lane
2016-07-01
Provide and use a makefile target to build all generated headers.
Tom Lane
2016-07-01
Set consider_parallel correctly for upper planner rels.
Robert Haas
2016-06-29
Fix some infelicities in EXPLAIN output for parallel query plans.
Tom Lane
2016-06-29
Update rules.out to match commit 9ed551e0a.
Tom Lane
2016-06-29
Fix match_foreign_keys_to_quals for FKs linking to unused rtable entries.
Tom Lane
2016-06-28
Don't apply sortgroupref labels to a tlist that might not match.
Tom Lane
2016-06-27
Fix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA to not plan the query.
Tom Lane
2016-06-27
Change predecence of phrase operator.
Teodor Sigaev
2016-06-27
Do not fallback to AND for FTS phrase operator.
Teodor Sigaev
2016-06-27
Make exact distance match for FTS phrase operator
Teodor Sigaev
2016-06-24
psql: Improve \crosstabview error messages
Peter Eisentraut
2016-06-22
Update oidjoins regression test for 9.6.
Tom Lane
2016-06-22
Fix type-safety problem with parallel aggregate serial/deserialization.
Tom Lane
2016-06-21
Improve cleanup in rolenames test
Peter Eisentraut
2016-06-18
Improve error message annotation for GRANT/REVOKE on untrusted PLs.
Tom Lane
2016-06-18
Still another try at fixing scanjoin_target insertion into parallel plans.
Tom Lane
2016-06-17
Try again to fix the way the scanjoin_target is used with partial paths.
Robert Haas
2016-06-17
Add VACUUM (DISABLE_PAGE_SKIPPING) for emergencies.
Robert Haas
2016-06-17
Remove PID from 'parallel worker' context message.
Robert Haas
2016-06-17
Attempt to fix broken regression test.
Robert Haas
2016-06-16
Add regression test for 04ae11f62e643e07c411c4935ea6af46cb112aa9.
Robert Haas
2016-06-15
Fix regression test for force_parallel_mode=on.
Robert Haas
2016-06-12
Finish pgindent run for 9.6: Perl files.
Noah Misch
[next]