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
*
Fix possible crash with GENERATED ALWAYS columns
David Rowley
2020-04-18
*
Fix possible future cache reference leak in ALTER EXTENSION ADD/DROP.
Tom Lane
2020-04-17
*
Fix the usage of parallel and full options of vacuum command.
Amit Kapila
2020-04-16
*
Account for collation when coercing the output of a SQL function.
Tom Lane
2020-04-14
*
Add a wait_for_catchup() before immediate stop of a test master.
Noah Misch
2020-04-13
*
Use perl warnings pragma consistently
Andrew Dunstan
2020-04-13
*
Further stabilize results of 019_replslot_limit.pl.
Tom Lane
2020-04-09
*
Fix default text search parser's ts_headline code for phrase queries.
Tom Lane
2020-04-09
*
Fix CREATE TABLE LIKE INCLUDING GENERATED column order issue
Peter Eisentraut
2020-04-09
*
Stabilize incremental_sort tests
Tomas Vondra
2020-04-08
*
Allow publishing partition changes via ancestors
Peter Eisentraut
2020-04-08
*
Revert 0f5ca02f53
Alexander Korotkov
2020-04-08
*
Fix crash when using COLLATE in partition bound expressions
Michael Paquier
2020-04-08
*
Remove testing for precise LSN/reserved bytes in new TAP test
Alvaro Herrera
2020-04-07
*
Allow partitionwise join to handle nested FULL JOIN USING cases.
Tom Lane
2020-04-07
*
Allow partitionwise joins in more cases.
Etsuro Fujita
2020-04-08
*
Fix circle_in to accept "(x,y),r" as it's advertised to do.
Tom Lane
2020-04-07
*
Appease perlcritic
Alvaro Herrera
2020-04-07
*
Allow users to limit storage reserved by replication slots
Alvaro Herrera
2020-04-07
*
Allow psql's \g and \gx commands to transiently change \pset options.
Tom Lane
2020-04-07
*
Implement waiting for given lsn at transaction start
Alexander Korotkov
2020-04-07
*
Support FETCH FIRST WITH TIES
Alvaro Herrera
2020-04-07
*
Adjust bytea get_bit/set_bit to use int8 not int4 for bit numbering.
Tom Lane
2020-04-07
*
Minor improvements in Incremental Sort explain
Tomas Vondra
2020-04-07
*
Consider Incremental Sort paths at additional places
Tomas Vondra
2020-04-07
*
Introduce xid8-based functions to replace txid_XXX.
Thomas Munro
2020-04-07
*
Add SQL type xid8 to expose FullTransactionId to users.
Thomas Munro
2020-04-07
*
Fix failures in incremental_sort due to number of workers
Tomas Vondra
2020-04-07
*
Implement Incremental Sort
Tomas Vondra
2020-04-06
*
Re-stabilize infinite_recurse() test case.
Tom Lane
2020-04-06
*
Add logical replication support to replicate into partitioned tables
Peter Eisentraut
2020-04-06
*
Preserve clustered index after rewrites with ALTER TABLE
Michael Paquier
2020-04-06
*
Further improve stability fix for partition_aggregate test.
Tom Lane
2020-04-05
*
Add perl2host call missing from a new test file.
Noah Misch
2020-04-04
*
Remove bogus Assert, add some regression test cases showing why.
Tom Lane
2020-04-04
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-04-04
*
Include information on buffer usage during planning phase, in EXPLAIN output,...
Fujii Masao
2020-04-04
*
Fix bugs in gin_fuzzy_search_limit processing.
Tom Lane
2020-04-03
*
Improve stability of explain regression test.
Fujii Masao
2020-04-04
*
Revert "Include information on buffer usage during planning phase, in EXPLAIN...
Fujii Masao
2020-04-03
*
Include information on buffer usage during planning phase, in EXPLAIN output.
Fujii Masao
2020-04-03
*
Improve stability fix for partition_aggregate test.
Tom Lane
2020-04-02
*
Attempt to stabilize partitionwise_aggregate test
David Rowley
2020-04-02
*
Add SQL functions for Unicode normalization
Peter Eisentraut
2020-04-02
*
Collect statistics about SLRU caches
Tomas Vondra
2020-04-02
*
Still another try at stabilizing stats_ext test results.
Tom Lane
2020-03-31
*
Improve error reporting in opclasscmds.c
Alexander Korotkov
2020-03-31
*
Fix INSERT OVERRIDING USER VALUE behavior
Peter Eisentraut
2020-03-31
*
Implement operator class parameters
Alexander Korotkov
2020-03-30
*
Allow using Unix-domain sockets on Windows in tests
Peter Eisentraut
2020-03-30
[next]