index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
Age
Commit message (
Expand
)
Author
2019-12-16
Clean up some misplaced comments in partition_join.sql regression test.
Etsuro Fujita
2019-12-14
Try to stabilize results of new tuplesort regression test.
Tom Lane
2019-12-14
Prevent overly-aggressive collapsing of joins to RTE_RESULT relations.
Tom Lane
2019-12-12
Put back regression test case in a more robust form.
Tom Lane
2019-12-12
Fix EXTRACT(ISOYEAR FROM timestamp) for years BC.
Tom Lane
2019-12-12
Remove redundant function calls in timestamp[tz]_part().
Tom Lane
2019-12-11
Remove unstable test case added in commit 5935917ce.
Tom Lane
2019-12-11
Allow executor startup pruning to prune all child nodes.
Tom Lane
2019-12-11
Further adjust EXPLAIN's choices of table alias names.
Tom Lane
2019-12-10
Add backend-only appendStringInfoStringQuoted
Alvaro Herrera
2019-12-09
Improve isolationtester's timeout management.
Tom Lane
2019-12-06
Improve test coverage of ruleutils.c.
Tom Lane
2019-12-06
Disallow non-default collation in ADD PRIMARY KEY/UNIQUE USING INDEX.
Tom Lane
2019-12-04
Update minimum SSL version
Peter Eisentraut
2019-12-03
Fix alter_system_table test
Peter Eisentraut
2019-12-03
Fix EXPLAIN's column alias output for mismatched child tables.
Tom Lane
2019-12-01
Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables.
Tom Lane
2019-11-30
libq support for sslpassword connection param, DER format keys
Andrew Dunstan
2019-11-30
Revert commits 290acac92b and 8a7e9e9dad.
Amit Kapila
2019-11-29
Add a regression test for allow_system_table_mods
Peter Eisentraut
2019-11-29
Add error position to an error message
Peter Eisentraut
2019-11-28
Fix choose_best_statistics to check clauses individually
Tomas Vondra
2019-11-28
Remove useless "return;" lines
Alvaro Herrera
2019-11-28
Move pump_until to TestLib.pm.
Amit Kapila
2019-11-27
Don't use native methods in TestLib::slurp_file on Msys
Andrew Dunstan
2019-11-27
Revert "Close stdin where it's not needed in TestLib.pm procedures"
Andrew Dunstan
2019-11-26
Fix closing stdin in TestLib.pm
Andrew Dunstan
2019-11-26
Allow access to child table statistics if user can read parent table.
Tom Lane
2019-11-26
Don't shut down Gather[Merge] early under Limit.
Amit Kapila
2019-11-25
Close stdin where it's not needed in TestLib.pm procedures
Andrew Dunstan
2019-11-25
Make the order of the header file includes consistent.
Amit Kapila
2019-11-24
Use native methods to open input in TestLib::slurp_file on Windows.
Andrew Dunstan
2019-11-24
Avoid assertion failure with LISTEN in a serializable transaction.
Tom Lane
2019-11-22
Add test coverage for "unchanged toast column" replication code path.
Tom Lane
2019-11-22
Fix bogus tuple-slot management in logical replication UPDATE handling.
Tom Lane
2019-11-21
Allow ALTER VIEW command to rename the column in the view.
Fujii Masao
2019-11-21
Track statistics for spilling of changes from ReorderBuffer.
Amit Kapila
2019-11-19
Fix corner-case failure in match_pattern_prefix().
Tom Lane
2019-11-17
Further fix dumping of views that contain just VALUES(...).
Tom Lane
2019-11-16
Add tuplesort test to serial_schedule.
Peter Geoghegan
2019-11-16
Improve stability of tests for VACUUM (SKIP_LOCKED)
Michael Paquier
2019-11-16
Skip system attributes when applying mvdistinct stats
Tomas Vondra
2019-11-14
Fix plan instability in the new tuplesort test.
Andres Freund
2019-11-13
Add tests for tuplesort.c.
Andres Freund
2019-11-13
Introduce the 'force' option for the Drop Database command.
Amit Kapila
2019-11-12
pg_stat_{ssl,gssapi}: Show only processes with connections
Alvaro Herrera
2019-11-11
Further improve stability of partition_prune regression test.
Tom Lane
2019-11-09
Fix subscription test
Peter Eisentraut
2019-11-09
Fix negative bitmapset member not allowed error in logical replication
Peter Eisentraut
2019-11-07
Fix SET CONSTRAINTS .. DEFERRED on partitioned tables
Alvaro Herrera
[next]