aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Fix incorrect assertion on number of array dimensions.Heikki Linnakangas2020-10-01
* Reword partitioning error messageAlvaro Herrera2020-09-30
* Fix handling of BC years in to_date/to_timestamp.Tom Lane2020-09-30
* Remove obsolete replication settings within TAP tests.Tom Lane2020-09-29
* Fix memory leak in plpgsql's CALL processing.Tom Lane2020-09-29
* Support for ISO 8601 in the jsonpath .datetime() methodAlexander Korotkov2020-09-29
* Remove excess space from jsonpath .datetime() default format stringAlexander Korotkov2020-09-29
* Archive timeline history files in standby if archive_mode is set to "always".Fujii Masao2020-09-29
* Fix progress reporting of REINDEX CONCURRENTLYMichael Paquier2020-09-29
* Add for_each_from, to simplify loops starting from non-first list cells.Tom Lane2020-09-28
* Assign collations in partition bound expressions.Tom Lane2020-09-28
* Revise RelationBuildRowSecurity() to avoid memory leaks.Tom Lane2020-09-26
* Fix handling of -d "connection string" in pg_dump/pg_restore.Tom Lane2020-09-24
* Fix missing fsync of SLRU directories.Thomas Munro2020-09-24
* Avoid possible dangling-pointer access in tsearch_readline_callback.Tom Lane2020-09-23
* Copy editing: fix a bunch of misspellings and poor wording.Tom Lane2020-09-21
* Translation updatesPeter Eisentraut2020-09-21
* Use factorial rather than numeric_fac in create_operator.sql.Tom Lane2020-09-18
* Fix comments in heapam.c.Amit Kapila2020-09-18
* Update parallel BTree scan state when the scan keys can't be satisfied.Amit Kapila2020-09-17
* Fix bogus completion tag usage in walsenderAlvaro Herrera2020-09-16
* Avoid unnecessary recursion to child tables in ALTER TABLE SET NOT NULL.Tom Lane2020-09-16
* Fix bogus cache-invalidation logic in logical replication worker.Tom Lane2020-09-16
* Change LogicalTapeSetBlocks() to use nBlocksWritten.Jeff Davis2020-09-15
* HashAgg: release write buffers sooner by rewinding tape.Jeff Davis2020-09-15
* Fix use-after-free bug with event triggers in an extension scriptAlvaro Herrera2020-09-15
* Translation updatesPeter Eisentraut2020-09-14
* Fix interpolation in test name.Noah Misch2020-09-13
* Message fixes and style improvementsPeter Eisentraut2020-09-14
* Use the properly transformed RangeVar for expandTableLikeClause().Tom Lane2020-09-13
* logtape.c: do not preallocate for tapes when sortingJeff Davis2020-09-11
* psql: Display stats target of extended statisticsAlvaro Herrera2020-09-11
* Update copyright yearAlvaro Herrera2020-09-11
* Use _exit(2) for SIGQUIT during ProcessStartupPacket, too.Tom Lane2020-09-10
* Clean up some code and comments in partbounds.c.Etsuro Fujita2020-09-10
* doc: Fix some grammar and inconsistenciesMichael Paquier2020-09-10
* Fix rd_firstRelfilenodeSubid for nailed relations, in parallel workers.Noah Misch2020-09-09
* Make archiver's SIGQUIT handler exit via _exit().Tom Lane2020-09-09
* Minor fixes in docs and error messages.Tom Lane2020-09-09
* Check default partitions constraints while descendingAlvaro Herrera2020-09-08
* Adjust cost model for HashAgg that spills to disk.Jeff Davis2020-09-07
* Clarify comments in enforce_generic_type_consistency().Tom Lane2020-09-07
* Fix misleading error message about inconsistent moving-aggregate types.Tom Lane2020-09-06
* Remove useless lstat() call in pg_rewind.Tom Lane2020-09-06
* Make new authentication test case more robust.Tom Lane2020-09-04
* Fix over-eager ping'ing in logical replication receiver.Tom Lane2020-09-04
* Fix bogus MaxAllocSize check in logtape.c.Jeff Davis2020-09-04
* Collect attribute data on extension owned tables being dumpedAndrew Dunstan2020-09-04
* C comment: correct use of 64-"byte" cache line sizeBruce Momjian2020-09-04
* Fix rare deadlock failure in create_am regression test.Tom Lane2020-09-04