index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
Commit message (
Expand
)
Author
Age
*
worker_spi: Call pgstat_report_stat.
Robert Haas
2016-09-28
*
Include <sys/select.h> where needed
Alvaro Herrera
2016-09-27
*
Install TAP test infrastructure so it's available for extension testing.
Tom Lane
2016-09-23
*
Be sure to rewind the tuplestore read pointer in non-leader CTEScan nodes.
Tom Lane
2016-09-22
*
Support OpenSSL 1.1.0.
Heikki Linnakangas
2016-09-15
*
Fix locking a tuple updated by an aborted (sub)transaction
Alvaro Herrera
2016-09-09
*
Fix two src/test/modules Makefiles
Alvaro Herrera
2016-09-08
*
Allow pg_dump to dump non-extension members of an extension-owned schema.
Tom Lane
2016-09-08
*
Add regression test coverage for non-default timezone abbreviation sets.
Tom Lane
2016-09-04
*
Don't require dynamic timezone abbreviations to match underlying time zone.
Tom Lane
2016-09-02
*
Fix instability in parallel regression tests.
Tom Lane
2016-08-25
*
Fix improper repetition of previous results from a hashed aggregate.
Tom Lane
2016-08-24
*
Add alternative output for ON CONFLICT toast isolation test.
Andres Freund
2016-08-18
*
Fix deletion of speculatively inserted TOAST on conflict
Andres Freund
2016-08-17
*
Fix typos
Peter Eisentraut
2016-08-16
*
Final pgindent + perltidy run for 9.6.
Tom Lane
2016-08-15
*
Remove bogus dependencies on NUMERIC_MAX_PRECISION.
Tom Lane
2016-08-14
*
Add SQL-accessible functions for inspecting index AM properties.
Tom Lane
2016-08-13
*
Fix busted Assert for CREATE MATVIEW ... WITH NO DATA.
Tom Lane
2016-08-11
*
Fix two errors with nested CASE/WHEN constructs.
Tom Lane
2016-08-08
*
Sort out paired double quotes in \connect, \password and \crosstabview.
Noah Misch
2016-08-08
*
Make format() error messages consistent again
Peter Eisentraut
2016-08-08
*
Make array_to_tsvector() sort and de-duplicate the given strings.
Tom Lane
2016-08-05
*
Fix ts_delete(tsvector, text[]) to cope with duplicate array entries.
Tom Lane
2016-08-05
*
Make INSERT-from-multiple-VALUES-rows handle targetlist indirection better.
Tom Lane
2016-08-03
*
Fix assorted problems in recovery tests
Alvaro Herrera
2016-08-03
*
Consistently capitalize names of recovery tests
Peter Eisentraut
2016-08-02
*
Don't CHECK_FOR_INTERRUPTS between WaitLatch and ResetLatch.
Tom Lane
2016-08-01
*
Correctly handle owned sequences with extensions
Stephen Frost
2016-07-31
*
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-29
*
Fix assorted fallout from IS [NOT] NULL patch.
Tom Lane
2016-07-28
*
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-26
*
Message style improvements
Peter Eisentraut
2016-07-25
*
Give recovery tests more time to finish
Alvaro Herrera
2016-07-25
*
Fix regression tests to work in Welsh locale.
Tom Lane
2016-07-22
*
Make core regression tests safe for Danish locale.
Tom Lane
2016-07-21
*
Establish conventions about global object names used in regression tests.
Tom Lane
2016-07-17
*
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-16
*
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-15
*
Minor test adjustment.
Tom Lane
2016-07-13
*
Add a regression test case to improve code coverage for tuplesort.
Tom Lane
2016-07-13
*
Fix TAP tests and MSVC scripts for pathnames with spaces.
Tom Lane
2016-07-09
*
Rename pg_stat_wal_receiver.conn_info to conninfo.
Fujii Masao
2016-07-07
[next]