aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix error messagesAlvaro Herrera2019-05-08
* Fix table lock levels for REINDEX INDEX CONCURRENTLYPeter Eisentraut2019-05-08
* Remove leftover reference to old "flat file" mechanism in a comment.Heikki Linnakangas2019-05-08
* Correct obsolete nbtsort.c minimum key comment.Peter Geoghegan2019-05-07
* Improve error reporting in jsonpathAlexander Korotkov2019-05-08
* Add TRUNCATE parameter to VACUUM.Fujii Masao2019-05-08
* Fix typos and clarify a commentMagnus Hagander2019-05-07
* Avoid "invalid memory alloc request size" while reading pg_stat_activity.Tom Lane2019-05-07
* Revert "Avoid the creation of the free space map for small heap relations".Amit Kapila2019-05-07
* Use checkAsUser for selectivity estimator checks, if it's set.Dean Rasheed2019-05-06
* Fix security checks for selectivity estimation functions with RLS.Dean Rasheed2019-05-06
* Bring pg_nextoid()'s error messages into line with message style guide.Tom Lane2019-05-05
* Fix style violations in syscache lookups.Tom Lane2019-05-05
* Add check for syscache lookup failure in update_relispartition().Tom Lane2019-05-05
* Correct more obsolete nbtree page split comments.Peter Geoghegan2019-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
* Fix union for pgstat message typesMagnus Hagander2019-05-01
* Fix unused variable compiler warning in !debug builds.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
* 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 potential catalog corruption with temporary identity columnsPeter Eisentraut2019-04-29
* Use preprocessor conditions compatible with Emacs indent.Noah Misch2019-04-28
* Clean up minor warnings from buildfarm.Tom Lane2019-04-28
* Apply stopgap fix for bug #15672.Tom Lane2019-04-26
* Fix partitioned index attachmentAlvaro Herrera2019-04-25
* Fix function names in comments.Fujii Masao2019-04-25
* Fix tablespace inheritance for partitioned relsAlvaro Herrera2019-04-25
* Fix some minor postmaster-state-machine issues.Tom Lane2019-04-24
* Unify error messagesAlvaro Herrera2019-04-24
* Allow pg_class xid & multixid horizons to not be set.Andres Freund2019-04-23
* Repair assorted issues in locale data extraction.Tom Lane2019-04-23
* Prevent O(N^2) unique index insertion edge case.Peter Geoghegan2019-04-23
* Avoid order-of-execution problems with ALTER TABLE ADD PRIMARY KEY.Tom Lane2019-04-23
* Don't request pretty-printed output from xmlNodeDump().Tom Lane2019-04-23
* Fix detection of passwords hashed with MD5 or SCRAM-SHA-256Michael Paquier2019-04-23
* Convert gist to compute page level xid horizon on primary.Andres Freund2019-04-22
* Fix mvdistinct and dependencies size calculationsTomas Vondra2019-04-21
* Fix slot type issue for fuzzy distance index scan over out-of-core table AM.Andres Freund2019-04-19
* Fix two memory leaks around force-storing tuples in slots.Andres Freund2019-04-19