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
*
If wait_for_catchup fails under has_wal_read_bug, skip balance of test.
Noah Misch
2022-11-12
*
Support writing "CREATE/ALTER TABLE ... SET STORAGE DEFAULT".
Tom Lane
2022-11-10
*
Fix alter_table.sql test case to test what it claims to.
Tom Lane
2022-11-10
*
Report a more useful error for reloptions on a partitioned table.
Tom Lane
2022-11-09
*
psql: Add information in \d+ about foreign partitions and child tables
Michael Paquier
2022-11-08
*
Fix initialization of pg_stat_get_lastscan()
Michael Paquier
2022-11-08
*
Handle SubPlan cases in find_nonnullable_rels/vars.
Tom Lane
2022-11-05
*
meson: Split 'main' suite into 'regress' and 'isolation'
Andres Freund
2022-11-04
*
Correct error message for row-level triggers with transition tables on partit...
Etsuro Fujita
2022-11-04
*
Create FKs properly when attaching table as partition
Alvaro Herrera
2022-11-03
*
Add more tests for COPY with incorrect option combinations
Michael Paquier
2022-11-02
*
Fix planner failure with extended statistics on partitioned tables.
Tom Lane
2022-11-01
*
Add basic regression tests for semi/antijoin recognition.
Tom Lane
2022-10-31
*
Under has_wal_read_bug, skip recovery/t/032_relfilenode_reuse.pl.
Noah Misch
2022-10-29
*
Use Limit instead of Unique to implement DISTINCT, when possible
David Rowley
2022-10-28
*
Avoid making commutatively-duplicate clauses in EquivalenceClasses.
Tom Lane
2022-10-27
*
Add some tests to check the SQL functions of control file
Michael Paquier
2022-10-27
*
Add rule_number to pg_hba_file_rules and map_number to pg_ident_file_mappings
Michael Paquier
2022-10-26
*
Fix recently added incorrect assertion
Alvaro Herrera
2022-10-24
*
Improve coverage of ruleutils.c for SQLValueFunctions
Michael Paquier
2022-10-24
*
Fix and improve TAP tests for pg_hba.conf and regexps
Michael Paquier
2022-10-24
*
Add support for regexps on database and user entries in pg_hba.conf
Michael Paquier
2022-10-24
*
Make finding openssl program a configure or meson option
Peter Eisentraut
2022-10-20
*
Improve the accuracy of numeric power() for integer exponents.
Dean Rasheed
2022-10-20
*
Better handle interrupting TAP tests
Alvaro Herrera
2022-10-19
*
Rework shutdown callback of archiver modules
Michael Paquier
2022-10-19
*
Remove no-longer-needed compatibility hack
Alvaro Herrera
2022-10-18
*
Rename SetSingleFuncCall() to InitMaterializedSRF()
Michael Paquier
2022-10-18
*
Record dependencies of a cast on other casts that it requires.
Tom Lane
2022-10-17
*
Add checks for regexes with user name map in test for peer authentication
Michael Paquier
2022-10-17
*
Fix EXPLAIN of SEARCH BREADTH FIRST with a constant initial value.
Tom Lane
2022-10-16
*
pgstat: Track time of the last scan of a relation
Andres Freund
2022-10-14
*
libpq: Reset singlerow flag correctly in pipeline mode
Alvaro Herrera
2022-10-14
*
Put tests of md5() function into separate test file
Peter Eisentraut
2022-10-13
*
Improve the WARNING message for CREATE SUBSCRIPTION.
Amit Kapila
2022-10-13
*
Fix outdated code reference
Alvaro Herrera
2022-10-12
*
Fix compilation warning in test_copy_callbacks
Michael Paquier
2022-10-12
*
Yet further fixes for multi-row VALUES lists for updatable views.
Tom Lane
2022-10-11
*
Add TAP tests for role membership in pg_hba.conf
Michael Paquier
2022-10-11
*
Add support for COPY TO callback functions
Michael Paquier
2022-10-11
*
Fix self-referencing foreign keys with partitioned tables
Alvaro Herrera
2022-10-07
*
Create subscription stats entry at CREATE SUBSCRIPTION time
Andres Freund
2022-10-06
*
Fix final warnings produced by -Wshadow=compatible-local
David Rowley
2022-10-07
*
Remove uses of MemoryContextContains in nodeAgg.c and nodeWindowAgg.c.
Tom Lane
2022-10-06
*
Refactor TAP test authentication/001_password.pl
Michael Paquier
2022-10-06
*
tests: Restrict pg_locks queries in advisory_locks.sql to current database
Andres Freund
2022-10-05
*
meson: Add windows resource files
Andres Freund
2022-10-05
*
Revert "Optimize order of GROUP BY keys".
Tom Lane
2022-10-03
*
Add authentication TAP test for peer authentication
Michael Paquier
2022-10-03
*
Fix tab-completion after commit 790bf615ddba
Alvaro Herrera
2022-09-30
[next]