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 failure to set correct operator in window run condition
David Rowley
2022-08-05
*
Remove configure probe and related tests for getrlimit.
Thomas Munro
2022-08-05
*
Fix check_exclusion_or_unique_constraint for UNIQUE NULLS NOT DISTINCT.
Tom Lane
2022-08-04
*
Add proper regression test for the recent SRFs-in-pathkeys problem.
Tom Lane
2022-08-04
*
Reduce test runtime of src/test/modules/snapshot_too_old.
Tom Lane
2022-08-03
*
Add wait_for_subscription_sync for TAP tests.
Amit Kapila
2022-08-03
*
Change type "char"'s I/O format for non-ASCII characters.
Tom Lane
2022-08-02
*
Improve performance of ORDER BY / DISTINCT aggregates
David Rowley
2022-08-02
*
Remove duplicated wait for subscription sync from 007_ddl.pl.
Amit Kapila
2022-08-02
*
Relax overly strict rules in select_outer_pathkeys_for_merge()
David Rowley
2022-08-02
*
Append -X to direct invocation of psql in new test for BASE_BACKUP
Michael Paquier
2022-08-01
*
Add more TAP tests with BASE_BACKUP and pg_backup_start/stop
Michael Paquier
2022-08-01
*
Remove test_oat_hooks.c's nodetag_to_string().
Tom Lane
2022-07-31
*
Fix trim_array() for zero-dimensional array argument.
Tom Lane
2022-07-31
*
Feed ObjectAddress to event triggers for ALTER TABLE ATTACH/DETACH
Michael Paquier
2022-07-31
*
Expand tests of test_ddl_deparse/ for ALTER TABLE
Michael Paquier
2022-07-31
*
Improve regression test coverage of GiST index building.
Tom Lane
2022-07-30
*
Adjust new pg_read_file() test cases for more portability.
Tom Lane
2022-07-30
*
Fix new recovery test for log_error_verbosity=verbose case
Andrew Dunstan
2022-07-29
*
Support pg_read_[binary_]file (filename, missing_ok).
Tom Lane
2022-07-29
*
Fix test instability
Alvaro Herrera
2022-07-29
*
Fix replay of create database records on standby
Alvaro Herrera
2022-07-28
*
Improve makeArrayTypeName's algorithm for choosing array type names.
Tom Lane
2022-07-26
*
Eliminate duplicate code in table.c.
Amit Kapila
2022-07-26
*
Fix a few issues with REINDEX grammar
Michael Paquier
2022-07-26
*
Add xheader_width pset option to psql
Andrew Dunstan
2022-07-25
*
Doc: update recovery/README.
Tom Lane
2022-07-23
*
Rework grammar for REINDEX
Alvaro Herrera
2022-07-22
*
Close old gap in dependency checks for functions returning composite.
Tom Lane
2022-07-22
*
Make the name optional in CREATE STATISTICS.
Dean Rasheed
2022-07-21
*
Fix ruleutils issues with dropped cols in functions-returning-composite.
Tom Lane
2022-07-21
*
Allow users to skip logical replication of data having origin.
Amit Kapila
2022-07-21
*
Make subquery aliases optional in the FROM clause.
Dean Rasheed
2022-07-20
*
Tweak detail and hint messages to be consistent with project policy
Michael Paquier
2022-07-20
*
Fix missed corner cases for grantable permissions on GUCs.
Tom Lane
2022-07-19
*
Estimate cost of elided SubqueryScan, Append, MergeAppend nodes better.
Tom Lane
2022-07-19
*
Reinstate tests accidentally removed by e3fcca0d0d
Tomas Vondra
2022-07-18
*
Mark all symbols exported from extension libraries PGDLLEXPORT.
Andres Freund
2022-07-17
*
Remove now superfluous declarations of dlsym()ed symbols.
Andres Freund
2022-07-17
*
Disable unstable test cases in src/test/ssl/t/001_ssltests.pl.
Tom Lane
2022-07-16
*
Disable unstable test cases in src/test/ssl/t/001_ssltests.pl.
Tom Lane
2022-07-16
*
Replace many MemSet calls with struct initialization
Peter Eisentraut
2022-07-16
*
Log details for client certificate failures
Peter Eisentraut
2022-07-15
*
Fix flag tests in src/test/modules/test_oat_hooks
Alvaro Herrera
2022-07-13
*
Allow specifying STORAGE attribute for a new table
Peter Eisentraut
2022-07-13
*
Add copy/equal support for XID lists
Alvaro Herrera
2022-07-12
*
Fix two portability issues with the tests of test_oat_hooks
Michael Paquier
2022-07-11
*
Improve error message with JSON_SERIALIZE()
Michael Paquier
2022-07-11
*
Mark Scan as an abstract node type, too.
Tom Lane
2022-07-09
*
Mark PlanState as an abstract node type.
Tom Lane
2022-07-09
[next]