index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
Commit message (
Expand
)
Author
Age
*
Fix pg_dump for disabled triggers on partitioned tables
Alvaro Herrera
2021-07-16
*
Preserve firing-on state when cloning row triggers to partitions
Alvaro Herrera
2021-07-16
*
Replace explicit PIN entries in pg_depend with an OID range test.
Tom Lane
2021-07-15
*
Improve reporting of "conflicting or redundant options" errors.
Dean Rasheed
2021-07-15
*
Add support for prepared transactions to built-in logical replication.
Amit Kapila
2021-07-14
*
Change the name of the Result Cache node to Memoize
David Rowley
2021-07-14
*
Fix numeric_mul() overflow due to too many digits after decimal point.
Dean Rasheed
2021-07-10
*
Avoid creating a RESULT RTE that's marked LATERAL.
Tom Lane
2021-07-09
*
Reject cases where a query in WITH rewrites to just NOTIFY.
Tom Lane
2021-07-09
*
Teach pg_size_pretty and pg_size_bytes about petabytes
David Rowley
2021-07-09
*
Fix incorrect return value in pg_size_pretty(bigint)
David Rowley
2021-07-09
*
Improve error messages about mismatching relkind
Peter Eisentraut
2021-07-08
*
Use a hash table to speed up NOT IN(values)
David Rowley
2021-07-07
*
Prevent numeric overflows in parallel numeric aggregates.
Dean Rasheed
2021-07-05
*
Don't reset relhasindex for partitioned tables on ANALYZE
Alvaro Herrera
2021-07-01
*
Add tests for UNBOUNDED syntax ambiguity
Peter Eisentraut
2021-07-01
*
Fixes for multirange selectivity estimation
Alexander Korotkov
2021-06-29
*
Fix bogus logic for reporting which hash partition conflicts.
Tom Lane
2021-06-29
*
Message style improvements
Peter Eisentraut
2021-06-28
*
Add test for CREATE INDEX CONCURRENTLY with not-so-immutable predicate
Michael Paquier
2021-06-28
*
Fixes in ALTER SUBSCRIPTION DROP PUBLICATION code
Peter Eisentraut
2021-06-25
*
Support disabling index bypassing by VACUUM.
Peter Geoghegan
2021-06-18
*
Fix misbehavior of DROP OWNED BY with duplicate polroles entries.
Tom Lane
2021-06-18
*
Don't set a fast default for anything but a plain table
Andrew Dunstan
2021-06-18
*
Revert 29854ee8d1 due to buildfarm failures
Alexander Korotkov
2021-06-15
*
Support for unnest(multirange) and cast multirange as an array of ranges
Alexander Korotkov
2021-06-15
*
Improve handling of dropped objects in pg_event_trigger_ddl_commands()
Michael Paquier
2021-06-14
*
Remove forced toast recompression in VACUUM FULL/CLUSTER
Michael Paquier
2021-06-14
*
Ignore more environment variables in pg_regress.c
Michael Paquier
2021-06-13
*
Reconsider the handling of procedure OUT parameters.
Tom Lane
2021-06-10
*
Don't crash on empty statements in SQL-standard function bodies.
Tom Lane
2021-06-08
*
Fix portability issue in test indirect_toast
Michael Paquier
2021-06-07
*
Re-allow custom GUC names that have more than two components.
Tom Lane
2021-06-02
*
Reject SELECT ... GROUP BY GROUPING SETS (()) FOR UPDATE.
Tom Lane
2021-06-01
*
Fix mis-planning of repeated application of a projection.
Tom Lane
2021-05-31
*
Improve some error wording with multirange type parsing
Michael Paquier
2021-05-31
*
Rethink definition of pg_attribute.attcompression.
Tom Lane
2021-05-27
*
Improve docs and error messages for parallel vacuum.
Amit Kapila
2021-05-25
*
Fix setrefs.c code for Result Cache nodes
David Rowley
2021-05-25
*
Disallow whole-row variables in GENERATED expressions.
Tom Lane
2021-05-21
*
Fix usage of "tableoid" in GENERATED expressions.
Tom Lane
2021-05-21
*
Avoid creating testtablespace directories where not wanted.
Tom Lane
2021-05-19
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Reduce runtime of privileges.sql test under CLOBBER_CACHE_ALWAYS.
Tom Lane
2021-05-11
*
Get rid of the separate serial_schedule list of tests.
Tom Lane
2021-05-11
*
Replace opr_sanity test's binary_coercible() function with C code.
Tom Lane
2021-05-11
*
Fix typo
Peter Eisentraut
2021-05-11
*
Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.
Tom Lane
2021-05-10
*
Revert recovery prefetching feature.
Thomas Munro
2021-05-10
*
Fix typo
Peter Eisentraut
2021-05-07
[next]