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
*
Basic partition-wise join functionality.
Robert Haas
2017-10-06
*
On CREATE TABLE, consider skipping validation of subpartitions.
Robert Haas
2017-10-05
*
On attach, consider skipping validation of subpartitions individually.
Robert Haas
2017-10-05
*
Improve error message when skipping scan of default partition.
Robert Haas
2017-10-05
*
Allow DML commands that create tables to use parallel query.
Robert Haas
2017-10-05
*
Document and use SPI_result_code_string()
Peter Eisentraut
2017-10-04
*
Allow multiple tables to be specified in one VACUUM or ANALYZE command.
Tom Lane
2017-10-03
*
Try to make crash restart test work on windows.
Andres Freund
2017-10-01
*
Support arrays over domains.
Tom Lane
2017-09-30
*
psql: Update \d sequence display
Peter Eisentraut
2017-09-29
*
Add background worker type
Peter Eisentraut
2017-09-29
*
Remove replacement selection sort.
Robert Haas
2017-09-29
*
Fix freezing of a dead HOT-updated tuple
Alvaro Herrera
2017-09-28
*
Fix behavior when converting a float infinity to numeric.
Tom Lane
2017-09-27
*
Revert to 9.6 treatment of ALTER TYPE enumtype ADD VALUE.
Tom Lane
2017-09-27
*
Turn on log_replication_commands in PostgresNode
Peter Eisentraut
2017-09-26
*
Improve wording of error message added in commit 714805010.
Tom Lane
2017-09-26
*
Remove heuristic same-transaction test from check_safe_enum_use().
Tom Lane
2017-09-26
*
Use a blacklist to distinguish original from add-on enum values.
Tom Lane
2017-09-26
*
Handle heap rewrites better in logical replication
Peter Eisentraut
2017-09-26
*
Make construct_[md_]array return a valid empty array for zero-size input.
Tom Lane
2017-09-25
*
Ten-second timeout in 013_crash_restart.pl is not enough, let's try 60.
Tom Lane
2017-09-23
*
Test BRIN autosummarization
Alvaro Herrera
2017-09-23
*
Expand expected output for recovery test even further.
Andres Freund
2017-09-22
*
Provide a test for variable existence in psql
Andrew Dunstan
2017-09-21
*
Give a better error for duplicate entries in VACUUM/ANALYZE column list.
Tom Lane
2017-09-21
*
Fix instability in subscription regression test.
Tom Lane
2017-09-20
*
Fix create_lateral_join_info to handle dead relations properly.
Robert Haas
2017-09-20
*
Accept that server might not be able to send error in crash recovery test.
Andres Freund
2017-09-19
*
Remove no-op GiST support functions in the core GiST opclasses.
Tom Lane
2017-09-19
*
Make new crash restart test a bit more robust.
Andres Freund
2017-09-19
*
Add test for postmaster crash restarts.
Andres Freund
2017-09-18
*
Fix DROP SUBSCRIPTION hang
Peter Eisentraut
2017-09-17
*
Ensure that BEFORE STATEMENT triggers fire the right number of times.
Tom Lane
2017-09-17
*
Fix SQL-spec incompatibilities in new transition table feature.
Tom Lane
2017-09-16
*
After a MINVALUE/MAXVALUE bound, allow only more of the same.
Robert Haas
2017-09-15
*
src/test/ldap: Fix test function in Linux port
Alvaro Herrera
2017-09-16
*
Apply pg_get_serial_sequence() to identity column sequences as well
Peter Eisentraut
2017-09-15
*
Add LDAP authentication test suite
Peter Eisentraut
2017-09-15
*
Test coverage for CREATE/ALTER FOREIGN DATA WRAPPER .. HANDLER.
Robert Haas
2017-09-15
*
Expand partitioned table RTEs level by level, without flattening.
Robert Haas
2017-09-14
*
Avoid use of bool in thread_test.c
Peter Eisentraut
2017-09-14
*
Adjust unstable regression test case.
Tom Lane
2017-09-13
*
Add psql variables to track success/failure of SQL queries.
Tom Lane
2017-09-12
*
Fix RecursiveCopy.pm to cope with disappearing files.
Tom Lane
2017-09-11
*
Prefer argument name over "$n" for the refname of a plpgsql argument.
Tom Lane
2017-09-11
*
Message style fixes
Peter Eisentraut
2017-09-11
*
Quick-hack fix for foreign key cascade vs triggers with transition tables.
Tom Lane
2017-09-10
*
Add a test harness for the red-black tree code.
Tom Lane
2017-09-10
*
Allow a partitioned table to have a default partition.
Robert Haas
2017-09-08
[next]