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
*
Add error position to an error message
Peter Eisentraut
2019-11-29
*
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-28
*
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-27
*
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-26
*
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-25
*
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-24
*
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-22
*
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-21
*
Fix corner-case failure in match_pattern_prefix().
Tom Lane
2019-11-19
*
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-16
*
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-13
*
pg_stat_{ssl,gssapi}: Show only processes with connections
Alvaro Herrera
2019-11-12
*
Further improve stability of partition_prune regression test.
Tom Lane
2019-11-11
*
Fix subscription test
Peter Eisentraut
2019-11-09
*
Fix negative bitmapset member not allowed error in logical replication
Peter Eisentraut
2019-11-09
*
Fix SET CONSTRAINTS .. DEFERRED on partitioned tables
Alvaro Herrera
2019-11-07
*
Fix integer-overflow edge case detection in interval_mul and pgbench.
Tom Lane
2019-11-07
*
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-11-05
*
Fix "unexpected relkind" error when denying permissions on toast tables.
Tom Lane
2019-11-05
*
Generate EquivalenceClass members for partitionwise child join rels.
Tom Lane
2019-11-05
*
Refactor code building relation options
Michael Paquier
2019-11-05
*
Validate ispell dictionaries more carefully.
Tom Lane
2019-11-02
*
Fix failure when creating cloned indexes for a partition
Michael Paquier
2019-11-02
*
Allow extracting fields from a ROW() expression in more cases.
Tom Lane
2019-10-28
*
On Windows, use COMSPEC to find the location of cmd.exe.
Tom Lane
2019-10-28
*
Handle empty-string edge cases correctly in strpos().
Tom Lane
2019-10-28
*
Fix dependency handling at swap phase of REINDEX CONCURRENTLY
Michael Paquier
2019-10-28
*
Remove obsolete information schema tables
Peter Eisentraut
2019-10-25
*
Avoid failure when selecting a namespace node in XMLTABLE.
Tom Lane
2019-10-25
*
Make the order of the header file includes consistent in non-backend modules.
Amit Kapila
2019-10-25
*
Make command order in test more sensible
Peter Eisentraut
2019-10-22
*
Refactor jsonpath's compareDatetime()
Alexander Korotkov
2019-10-21
*
Replace alter_table.sql test usage of event triggers.
Andres Freund
2019-10-16
*
Remove obsolete collation test.
Thomas Munro
2019-10-16
*
Fix CLUSTER on expression indexes.
Andres Freund
2019-10-15
*
Fix dependency handling of column drop with partitioned tables
Michael Paquier
2019-10-13
[next]