aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Add check for syscache lookup failure in update_relispartition().Tom Lane2019-05-05
* Fix set of issues with memory-allocation system calls in frontend codeMichael Paquier2019-05-04
* MSVC: Build ~35% faster by calling dumpbin just once per directory.Noah Misch2019-05-03
* Suppress compiler warning in non-SSL, non-assert builds.Noah Misch2019-05-03
* Correct more obsolete nbtree page split comments.Peter Geoghegan2019-05-03
* Doc: remove obsolete comment about per-branch documentation.Tom Lane2019-05-03
* Remove RelationSetIndexList().Tom Lane2019-05-03
* Fix reindexing of pg_class indexes some more.Tom Lane2019-05-02
* heap_prepare_freeze_tuple: Simplify codingAlvaro Herrera2019-05-02
* Fix nbtsort.c's page space accounting.Peter Geoghegan2019-05-02
* Fix some problems with VACUUM (INDEX_CLEANUP FALSE).Robert Haas2019-05-02
* doc: clarify behavior of pg_upgrade's clone modeBruce Momjian2019-05-01
* Fix union for pgstat message typesMagnus Hagander2019-05-01
* Run catalog reindexing test from 3dbb317d32 serially, to avoid deadlocks.Andres Freund2019-04-30
* Fix unused variable compiler warning in !debug builds.Andres Freund2019-04-30
* docs: Fix small copy & paste mistake.Andres Freund2019-04-30
* Improve comment spelling and style in llvmjit_deform.c.Andres Freund2019-04-30
* Improve code inferring length of bitmap for JITed tuple deforming.Andres Freund2019-04-30
* Clean up handling of constraint_exclusion and enable_partition_pruning.Tom Lane2019-04-30
* doc: improve PG 12 to_timestamp()/to_date() wordingBruce Momjian2019-04-30
* doc: move "only" to a more appropriate place in the sentenceBruce Momjian2019-04-30
* Message style fixesAlvaro Herrera2019-04-30
* Widen tuple counter variables from long to int64Alvaro Herrera2019-04-30
* Fix potential assertion failure when reindexing a pg_class index.Andres Freund2019-04-29
* Fix several recently introduced issues around handling new relation forks.Andres Freund2019-04-29
* Remove obsolete _bt_insert_parent() comment.Peter Geoghegan2019-04-29
* In walreceiver, don't try to do ereport() in a signal handler.Tom Lane2019-04-29
* Fix some typosMichael Paquier2019-04-29
* Message fixesAlvaro Herrera2019-04-29
* Fix potential catalog corruption with temporary identity columnsPeter Eisentraut2019-04-29
* Do pre-release housekeeping on catalog data, and fix jsonpath send/recv.Tom Lane2019-04-28
* Use preprocessor conditions compatible with Emacs indent.Noah Misch2019-04-28
* Clean up minor warnings from buildfarm.Tom Lane2019-04-28
* Fix more typos and inconsistencies in documentationMichael Paquier2019-04-28
* Avoid postgres_fdw crash for a targetlist entry that's just a Param.Tom Lane2019-04-27
* Add viewBox attribute to storage page layout SVG imageJoe Conway2019-04-27
* Add guidance on making documentation SVG images responsiveJoe Conway2019-04-27
* Correct the URL pointing to PL/RJoe Conway2019-04-27
* Update config.guess and config.subPeter Eisentraut2019-04-27
* Portability fix for zic.c.Tom Lane2019-04-26
* Mention REINDEX CONCURRENTLY in documentation about index maintenanceMichael Paquier2019-04-27
* Sync our copy of the timezone library with IANA release tzcode2019a.Tom Lane2019-04-26
* Update time zone data files to tzdata release 2019a.Tom Lane2019-04-26
* Update key words table for version 12Peter Eisentraut2019-04-26
* Apply stopgap fix for bug #15672.Tom Lane2019-04-26
* pg_dump: store unused attribs as NULL instead of '\0'Alvaro Herrera2019-04-26
* doc: Update section on NFSPeter Eisentraut2019-04-26
* Add FDW documentation notes about insert and update tuple routing and COPY.Etsuro Fujita2019-04-26
* Sanitize line pointers within contrib/amcheck.Peter Geoghegan2019-04-25
* Fix partitioned index attachmentAlvaro Herrera2019-04-25