index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
Commit message (
Expand
)
Author
Age
*
Fix some corner cases for window ranges with infinite offsets.
Tom Lane
2020-07-20
*
Make floating-point "NaN / 0" return NaN instead of raising an error.
Tom Lane
2020-07-20
*
Add generic_plans and custom_plans fields into pg_prepared_statements.
Fujii Masao
2020-07-20
*
Allow logical replication to transfer data in binary format.
Tom Lane
2020-07-18
*
Eliminate cache lookup errors in SQL functions for object addresses
Michael Paquier
2020-07-15
*
Fix bitmap AND/OR scans on the inside of a nestloop partition-wise join.
Tom Lane
2020-07-14
*
Fix timing issue with ALTER TABLE's validate constraint
David Rowley
2020-07-14
*
Cope with lateral references in the quals of a subquery RTE.
Tom Lane
2020-07-13
*
Improvements to psql \dAo and \dAp commands
Alexander Korotkov
2020-07-13
*
Revert "Track statistics for spilling of changes from ReorderBuffer".
Amit Kapila
2020-07-13
*
Forbid numeric NaN in jsonpath
Alexander Korotkov
2020-07-11
*
Improve error reporting for jsonpath .double() method
Alexander Korotkov
2020-07-11
*
Revert "Remove reset of testtablespace from pg_regress on Windows"
Michael Paquier
2020-07-10
*
Morph pg_replication_slots.min_safe_lsn to safe_wal_size
Alvaro Herrera
2020-07-07
*
Rename enable_incrementalsort for clarity
Peter Eisentraut
2020-07-05
*
Add +(pg_lsn,numeric) and -(pg_lsn,numeric) operators.
Fujii Masao
2020-06-30
*
Add current substring regular expression syntax
Peter Eisentraut
2020-06-29
*
Future-proof regression tests against possibly-missing posixrules file.
Tom Lane
2020-06-19
*
Fix deadlock danger when atomic ops are done under spinlock.
Andres Freund
2020-06-18
*
Add basic spinlock tests to regression tests.
Andres Freund
2020-06-18
*
Disallow factorial of negative numbers
Peter Eisentraut
2020-06-18
*
Expand tests for factorial
Peter Eisentraut
2020-06-18
*
Remove reset of testtablespace from pg_regress on Windows
Michael Paquier
2020-06-18
*
Lobotomize test for float -Inf ^ -2, at least for now.
Tom Lane
2020-06-16
*
Fix power() for infinity inputs some more.
Tom Lane
2020-06-15
*
Fix behavior of exp() and power() for infinity inputs.
Tom Lane
2020-06-14
*
Add test coverage for EXTRACT()
Peter Eisentraut
2020-06-14
*
Sync behavior of var_samp and stddev_samp for single NaN inputs.
Tom Lane
2020-06-13
*
Fix behavior of float aggregates for single Inf or NaN inputs.
Tom Lane
2020-06-13
*
Create by default sql/ and expected/ for output directory in pg_regress
Michael Paquier
2020-06-13
*
Fix mishandling of NaN counts in numeric_[avg_]combine.
Tom Lane
2020-06-11
*
Rework HashAgg GUCs.
Jeff Davis
2020-06-11
*
Fix typos.
Amit Kapila
2020-06-11
*
Change default of password_encryption to scram-sha-256
Peter Eisentraut
2020-06-10
*
Repair unstable regression test.
Tom Lane
2020-06-09
*
Improve ineq_histogram_selectivity's behavior for non-default orderings.
Tom Lane
2020-06-05
*
Preserve pg_index.indisreplident across REINDEX CONCURRENTLY
Michael Paquier
2020-06-05
*
Reject "23:59:60.nnn" in datetime input.
Tom Lane
2020-06-04
*
psql: Clean up terminology in \dAp command
Peter Eisentraut
2020-06-04
*
Fix crashes with currtid() and currtid2()
Michael Paquier
2020-06-01
*
Make install-tests target work with vpath builds
Andrew Dunstan
2020-05-31
*
Fix typo in test comment.
Heikki Linnakangas
2020-05-28
*
WITH TIES: number of rows is optional and defaults to one
Alvaro Herrera
2020-05-18
*
Cosmetic improvement for psql opfamily-related information
Alexander Korotkov
2020-05-17
*
Improve ordering for \dAo and \dAp psql commands
Alexander Korotkov
2020-05-17
*
Make pg_stat_wal_receiver consistent with the WAL receiver's shmem info
Michael Paquier
2020-05-17
*
Rework EXPLAIN format for incremental sort
Tomas Vondra
2020-05-12
*
Do pre-release housekeeping on catalog data.
Tom Lane
2020-05-12
*
Correct standbycheck regression test output.
Fujii Masao
2020-05-12
*
Fix findoidjoins to recognize oidvector columns.
Tom Lane
2020-05-09
[next]