aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Doc: Improve clarity on partitioned table limitationsDavid Rowley2020-09-30
* 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
* Stamp 13.0.REL_13_0Tom Lane2020-09-21
* Doc: improve v13 release note item about autovacuum and INSERTs.Tom Lane2020-09-21
* Copy editing: fix a bunch of misspellings and poor wording.Tom Lane2020-09-21
* Translation updatesPeter Eisentraut2020-09-21
* Update list of acknowledgments in release notesPeter 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
* Fix amcheck child check pg_upgrade bug.Peter Geoghegan2020-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
* Doc: improve release notes' info about FROM UNPACKAGED feature removal.Tom Lane2020-09-15
* Doc: fix misstatement in v13 release notes.Tom Lane2020-09-15
* Stamp 13rc1.REL_13_RC1Tom Lane2020-09-14
* 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
* doc: Don't hide the "Up" link when it is the same as "Home"Peter Eisentraut2020-09-12
* 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
* Doc: some more v13 release note tweaking.Tom Lane2020-09-10
* Doc: update v13 release notes through today, do a copy-editing pass.Tom Lane2020-09-10
* Doc: fill in "major enhancements" list in v13 release notes.Tom Lane2020-09-10
* Use _exit(2) for SIGQUIT during ProcessStartupPacket, too.Tom Lane2020-09-10
* doc: Remove buggy ICU collation from documentationPeter Eisentraut2020-09-10
* Fix title in reference sectionMagnus Hagander2020-09-10
* Clean up some code and comments in partbounds.c.Etsuro Fujita2020-09-10
* Doc: clean up contributor names.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
* Doc: adjust documentation related to index support functions.Tom Lane2020-09-09