index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Fix negative bitmapset member not allowed error in logical replication
Peter Eisentraut
2019-11-09
*
Fix gratuitous error message variation
Peter Eisentraut
2019-11-08
*
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
*
Fix assertion failure when running pgbench -s.
Fujii Masao
2019-11-07
*
Minor code review for tuple slot rewrite.
Tom Lane
2019-11-06
*
Sync our DTrace infrastructure with c.h's definition of type bool.
Tom Lane
2019-11-06
*
Fix memory allocation mistake
Peter Eisentraut
2019-11-06
*
Fix timestamp of sent message for write context in logical decoding
Michael Paquier
2019-11-06
*
Request small targetlist for input to WindowAgg.
Andrew Gierth
2019-11-06
*
Avoid logging complaints about abandoned connections when using PAM.
Tom Lane
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
*
Catch invalid typlens in a couple of places
Peter Eisentraut
2019-11-04
*
Suppress warning from older compilers.
Tom Lane
2019-11-03
*
Validate ispell dictionaries more carefully.
Tom Lane
2019-11-02
*
Fix failure when creating cloned indexes for a partition
Michael Paquier
2019-11-02
*
Fix race condition at backend exit when deleting element in syncrep queue
Michael Paquier
2019-11-01
*
Fix handling of pg_class.relispartition at swap phase in REINDEX CONCURRENTLY
Michael Paquier
2019-10-29
*
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
*
Fix initialization of fake LSN for unlogged relations
Michael Paquier
2019-10-27
*
Handle interrupts within a transaction context in REINDEX CONCURRENTLY
Michael Paquier
2019-10-25
*
Acquire properly session-level lock on new index in REINDEX CONCURRENTLY
Michael Paquier
2019-10-23
*
Clean up properly error_context_stack in autovacuum worker on exception
Michael Paquier
2019-10-23
*
Update obsolete comment.
Etsuro Fujita
2019-10-21
*
Fix memory leak introduced in commit 7df159a620.
Amit Kapila
2019-10-21
*
Fix failure of archive recovery with recovery_min_apply_delay enabled.
Fujii Masao
2019-10-18
*
Make crash recovery ignore recovery_min_apply_delay setting.
Fujii Masao
2019-10-18
*
Fix typo
Alvaro Herrera
2019-10-18
*
Update comments about progress reporting by index_drop
Alvaro Herrera
2019-10-18
*
Fix timeout handling in logical replication worker
Michael Paquier
2019-10-18
*
Fix minor bug in logical-replication walsender shutdown
Alvaro Herrera
2019-10-17
*
When restoring GUCs in parallel workers, show an error context.
Thomas Munro
2019-10-17
*
Fix bug that could try to freeze running multixacts.
Thomas Munro
2019-10-17
*
Fix crash when reporting CREATE INDEX progress
Alvaro Herrera
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
*
Make crash recovery ignore restore_command and recovery_end_command settings.
Fujii Masao
2019-10-11
*
Fix table rewrites that include a column without a default.
Andres Freund
2019-10-09
*
Flush logical mapping files with fd opened for read/write at checkpoint
Michael Paquier
2019-10-09
*
Check for too many postmaster children before spawning a bgworker.
Tom Lane
2019-10-07
*
Fix crash caused by EPQ happening with a before update trigger present.
Andres Freund
2019-10-04
*
Use a fd opened for read/write when syncing slots during startup, take 2.
Andres Freund
2019-10-04
*
Fix bitshiftright()'s zero-padding some more.
Tom Lane
2019-10-04
*
Avoid unnecessary out-of-memory errors during encoding conversion.
Tom Lane
2019-10-03
*
Allow repalloc() to give back space when a large chunk is downsized.
Tom Lane
2019-10-03
*
Selectively include window frames in expression walks/mutates.
Andrew Gierth
2019-10-03
*
Remove temporary WAL and history files at the end of archive recovery
Michael Paquier
2019-10-02
*
Make crash recovery ignore recovery target settings.
Fujii Masao
2019-09-30
[next]