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
*
Avoid spurious deadlocks when upgrading a tuple lock
Alvaro Herrera
2019-06-13
*
Fix double-word typos
Alvaro Herrera
2019-06-13
*
Fix incorrect printing of queries with duplicated join names.
Tom Lane
2019-06-12
*
Fix ALTER COLUMN TYPE failure with a partial exclusion constraint.
Tom Lane
2019-06-12
*
Fix handling of COMMENT for domain constraints
Michael Paquier
2019-06-12
*
Fix conversion of JSON strings to JSON output columns in json_to_record().
Tom Lane
2019-06-11
*
Stop using spelling "nonexistant".
Noah Misch
2019-06-08
*
Update stale comments, and fix comment typos.
Noah Misch
2019-06-08
*
Fix assorted inconsistencies.
Amit Kapila
2019-06-08
*
Fix default_tablespace usage for partitioned tables
Alvaro Herrera
2019-06-07
*
Fix message style
Alvaro Herrera
2019-06-06
*
Fix confusing NOTICE text in REINDEX CONCURRENTLY
David Rowley
2019-06-05
*
Fix incorrect index behavior in COPY FROM with partitioned tables
David Rowley
2019-06-05
*
Add command column to pg_stat_progress_create_index
Peter Eisentraut
2019-06-04
*
worker_spi needs a .gitignore file now.
Tom Lane
2019-06-02
*
Increase test coverage for worker_spi by ∞%
Alvaro Herrera
2019-06-02
*
Fix typo in message
Alvaro Herrera
2019-05-28
*
In the pg_upgrade test suite, don't write to src/test/regress.
Noah Misch
2019-05-28
*
Fix array size allocation for HashAggregate hash keys.
Andrew Gierth
2019-05-23
*
Initial pgperltidy run for v12.
Tom Lane
2019-05-22
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
Convert ExecComputeStoredGenerated to use tuple slots
Peter Eisentraut
2019-05-22
*
Fix O(N^2) performance issue in pg_publication_tables view.
Tom Lane
2019-05-22
*
Insert temporary debugging output in regression tests.
Tom Lane
2019-05-21
*
Fix regression tests broken in fc7c281f87467.
Andres Freund
2019-05-20
*
Minimally fix partial aggregation for aggregates that don't have one argument.
Andres Freund
2019-05-19
*
Revert "In the pg_upgrade test suite, don't write to src/test/regress."
Noah Misch
2019-05-19
*
Don't to predicate lock for analyze scans, refactor scan option passing.
Andres Freund
2019-05-19
*
In the pg_upgrade test suite, don't write to src/test/regress.
Noah Misch
2019-05-19
*
Restructure creation of run-time pruning steps.
Tom Lane
2019-05-17
*
Fix regression test outputs
Michael Paquier
2019-05-17
*
Fix bogus logic for combining range-partitioned columns during pruning.
Tom Lane
2019-05-16
*
Fix partition pruning to treat stable comparison operators properly.
Tom Lane
2019-05-16
*
Add isolation test for INSERT ON CONFLICT speculative insertion failure.
Andres Freund
2019-05-14
*
Fix "make clean" to clean out junk files left behind after ssl tests.
Tom Lane
2019-05-14
*
Move logging.h and logging.c from src/fe_utils/ to src/common/.
Tom Lane
2019-05-14
*
Fix SQL-style substring() to have spec-compliant greediness behavior.
Tom Lane
2019-05-14
*
Fix misoptimization of "{1,1}" quantifiers in regular expressions.
Tom Lane
2019-05-12
*
Honor TEMP_CONFIG in TAP suites.
Noah Misch
2019-05-11
*
Remove reindex_catalog test from test schedules.
Andres Freund
2019-05-10
*
Improve and fix some error handling for REINDEX INDEX/TABLE CONCURRENTLY
Michael Paquier
2019-05-10
*
Repair issues with faulty generation of merge-append plans.
Tom Lane
2019-05-09
*
Fix grammar in error message
Peter Eisentraut
2019-05-09
*
Fix error messages
Alvaro Herrera
2019-05-08
*
Probe only 127.0.0.1 when looking for ports on Unix.
Thomas Munro
2019-05-08
*
Add jsonpath_encoding_1.out changes missed in 29ceacc3f9
Alexander Korotkov
2019-05-08
*
Improve error reporting in jsonpath
Alexander Korotkov
2019-05-08
*
Add TRUNCATE parameter to VACUUM.
Fujii Masao
2019-05-08
*
Revert "Avoid the creation of the free space map for small heap relations".
Amit Kapila
2019-05-07
[next]