index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
Fix incorrect assertion on number of array dimensions.
Heikki Linnakangas
2020-10-01
*
Reword partitioning error message
Alvaro Herrera
2020-09-30
*
Fix handling of BC years in to_date/to_timestamp.
Tom Lane
2020-09-30
*
Remove obsolete replication settings within TAP tests.
Tom Lane
2020-09-29
*
Fix memory leak in plpgsql's CALL processing.
Tom Lane
2020-09-29
*
Support for ISO 8601 in the jsonpath .datetime() method
Alexander Korotkov
2020-09-29
*
Remove excess space from jsonpath .datetime() default format string
Alexander Korotkov
2020-09-29
*
Archive timeline history files in standby if archive_mode is set to "always".
Fujii Masao
2020-09-29
*
Fix progress reporting of REINDEX CONCURRENTLY
Michael Paquier
2020-09-29
*
Add for_each_from, to simplify loops starting from non-first list cells.
Tom Lane
2020-09-28
*
Assign collations in partition bound expressions.
Tom Lane
2020-09-28
*
Revise RelationBuildRowSecurity() to avoid memory leaks.
Tom Lane
2020-09-26
*
Fix handling of -d "connection string" in pg_dump/pg_restore.
Tom Lane
2020-09-24
*
Fix missing fsync of SLRU directories.
Thomas Munro
2020-09-24
*
Avoid possible dangling-pointer access in tsearch_readline_callback.
Tom Lane
2020-09-23
*
Copy editing: fix a bunch of misspellings and poor wording.
Tom Lane
2020-09-21
*
Translation updates
Peter Eisentraut
2020-09-21
*
Use factorial rather than numeric_fac in create_operator.sql.
Tom Lane
2020-09-18
*
Fix comments in heapam.c.
Amit Kapila
2020-09-18
*
Update parallel BTree scan state when the scan keys can't be satisfied.
Amit Kapila
2020-09-17
*
Fix bogus completion tag usage in walsender
Alvaro Herrera
2020-09-16
*
Avoid unnecessary recursion to child tables in ALTER TABLE SET NOT NULL.
Tom Lane
2020-09-16
*
Fix bogus cache-invalidation logic in logical replication worker.
Tom Lane
2020-09-16
*
Change LogicalTapeSetBlocks() to use nBlocksWritten.
Jeff Davis
2020-09-15
*
HashAgg: release write buffers sooner by rewinding tape.
Jeff Davis
2020-09-15
*
Fix use-after-free bug with event triggers in an extension script
Alvaro Herrera
2020-09-15
*
Translation updates
Peter Eisentraut
2020-09-14
*
Fix interpolation in test name.
Noah Misch
2020-09-13
*
Message fixes and style improvements
Peter Eisentraut
2020-09-14
*
Use the properly transformed RangeVar for expandTableLikeClause().
Tom Lane
2020-09-13
*
logtape.c: do not preallocate for tapes when sorting
Jeff Davis
2020-09-11
*
psql: Display stats target of extended statistics
Alvaro Herrera
2020-09-11
*
Update copyright year
Alvaro Herrera
2020-09-11
*
Use _exit(2) for SIGQUIT during ProcessStartupPacket, too.
Tom Lane
2020-09-10
*
Clean up some code and comments in partbounds.c.
Etsuro Fujita
2020-09-10
*
doc: Fix some grammar and inconsistencies
Michael Paquier
2020-09-10
*
Fix rd_firstRelfilenodeSubid for nailed relations, in parallel workers.
Noah Misch
2020-09-09
*
Make archiver's SIGQUIT handler exit via _exit().
Tom Lane
2020-09-09
*
Minor fixes in docs and error messages.
Tom Lane
2020-09-09
*
Check default partitions constraints while descending
Alvaro Herrera
2020-09-08
*
Adjust cost model for HashAgg that spills to disk.
Jeff Davis
2020-09-07
*
Clarify comments in enforce_generic_type_consistency().
Tom Lane
2020-09-07
*
Fix misleading error message about inconsistent moving-aggregate types.
Tom Lane
2020-09-06
*
Remove useless lstat() call in pg_rewind.
Tom Lane
2020-09-06
*
Make new authentication test case more robust.
Tom Lane
2020-09-04
*
Fix over-eager ping'ing in logical replication receiver.
Tom Lane
2020-09-04
*
Fix bogus MaxAllocSize check in logtape.c.
Jeff Davis
2020-09-04
*
Collect attribute data on extension owned tables being dumped
Andrew Dunstan
2020-09-04
*
C comment: correct use of 64-"byte" cache line size
Bruce Momjian
2020-09-04
*
Fix rare deadlock failure in create_am regression test.
Tom Lane
2020-09-04
[next]