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 DEFAULT-handling in multi-row VALUES lists for updatable views.
Dean Rasheed
2019-02-20
*
Fix CREATE VIEW to allow zero-column views.
Tom Lane
2019-02-17
*
Fix support for CREATE TABLE IF NOT EXISTS AS EXECUTE
Michael Paquier
2019-02-15
*
Adjust error message
Peter Eisentraut
2019-02-11
*
Solve cross-version-upgrade testing problem induced by 1fb57af92.
Tom Lane
2019-02-09
*
Fix searchpath and module location for pg_rewind and ssl TAP tests
Andrew Dunstan
2019-02-07
*
Fix a crash in logical replication
Peter Eisentraut
2019-01-30
*
Allow UNLISTEN in hot-standby mode.
Tom Lane
2019-01-25
*
Enforce non-parallel plan when calling current_schema() in newly-added test
Michael Paquier
2019-01-18
*
Restrict the use of temporary namespace in two-phase transactions
Michael Paquier
2019-01-18
*
Postpone aggregate checks until after collation is assigned.
Andrew Gierth
2019-01-17
*
Fix up confusion over how to use EXTRA_INSTALL.
Tom Lane
2019-01-11
*
Update ssl test certificates and keys
Peter Eisentraut
2019-01-03
*
pg_regress: Promptly detect failed postmaster startup.
Noah Misch
2018-12-31
*
Ignore inherited temp relations from other sessions when truncating
Michael Paquier
2018-12-27
*
Disable WAL-skipping optimization for COPY on views
Michael Paquier
2018-12-23
*
Fix ADD IF NOT EXISTS used in conjunction with ALTER TABLE ONLY
Greg Stark
2018-12-19
*
Fix use-after-free bug when renaming constraints
Michael Paquier
2018-12-17
*
Make constraint rename issue relcache invalidation on target relation
Michael Paquier
2018-12-17
*
Repair bogus handling of multi-assignment Params in upper plan levels.
Tom Lane
2018-12-12
*
Fix test_rls_hooks to assign expression collations properly.
Tom Lane
2018-12-11
*
Raise some timeouts to 180s, in test code.
Noah Misch
2018-12-10
*
Fix misapplication of pgstat_count_truncate to wrong relation.
Tom Lane
2018-12-07
*
Update additional float4/8 expected-output files.
Tom Lane
2018-11-24
*
Fix float-to-integer coercions to handle edge cases correctly.
Tom Lane
2018-11-24
*
Disallow COPY FREEZE on partitioned tables
Alvaro Herrera
2018-11-19
*
Fix missing role dependencies for some schema and type ACLs.
Tom Lane
2018-11-09
*
Fix dependency handling of partitions and inheritance for ON COMMIT
Michael Paquier
2018-11-09
*
Revise attribute handling code on partition creation
Alvaro Herrera
2018-11-08
*
Block creation of partitions with open references to its parent
Michael Paquier
2018-11-05
*
Ignore partitioned tables when processing ON COMMIT DELETE ROWS
Michael Paquier
2018-11-05
*
Disallow starting server with insufficient wal_level for existing slot.
Andres Freund
2018-10-31
*
Lower privilege level of programs calling regression_main
Andrew Dunstan
2018-10-20
*
Client-side fixes for delayed NOTIFY receipt.
Tom Lane
2018-10-19
*
Fix minor bug in isolationtester.
Tom Lane
2018-10-17
*
Avoid rare race condition in privileges.sql regression test.
Tom Lane
2018-10-16
*
Make PostgresNode.pm's poll_query_until() more chatty about failures.
Tom Lane
2018-10-16
*
Remove abstime, reltime, tinterval tables from old regression databases.
Tom Lane
2018-10-12
*
Add regression test for ATTACH PARTITION
Michael Paquier
2018-10-08
*
Fix event triggers for partitioned tables
Alvaro Herrera
2018-10-06
*
MAXALIGN the target address where we store flattened value.
Amit Kapila
2018-10-03
*
Fix corner-case failures in has_foo_privilege() family of functions.
Tom Lane
2018-10-02
*
Fix failure in WHERE CURRENT OF after rewinding the referenced cursor.
Tom Lane
2018-09-23
*
Fix failure with initplans used conditionally during EvalPlanQual rechecks.
Tom Lane
2018-09-15
*
Don't allow LIMIT/OFFSET clause within sub-selects to be pushed to workers.
Amit Kapila
2018-09-14
*
Repair bug in regexp split performance improvements.
Andrew Gierth
2018-09-12
*
Repair double-free in SP-GIST rescan (bug #15378)
Andrew Gierth
2018-09-11
*
Fix v10 back-patch of 076a3c2112b127b3b36346dbc64659f9a165f60f.
Noah Misch
2018-09-08
*
Fix logical subscriber wait in test.
Noah Misch
2018-09-08
*
Prohibit pushing subqueries containing window function calculation to
Amit Kapila
2018-09-04
[next]