aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Preliminary work for pgindent run.Tom Lane2018-04-26
* Avoid parsing catalog data twice during BKI file construction.Tom Lane2018-04-26
* Convert unused_oids and duplicate_oids to use Catalog.pm infrastructure.Tom Lane2018-04-25
* Make Catalog.pm's representation of toast and index decls more abstract.Tom Lane2018-04-25
* Prevent generation of bogus subquery scan paths.Robert Haas2018-04-25
* Reindent Perl files with perltidy version 20170521.Tom Lane2018-04-25
* Update ExecInitPartitionInfo commentAlvaro Herrera2018-04-24
* Initialize ExprStates once in run-time partition pruningAlvaro Herrera2018-04-24
* Add GUC enable_partition_pruningAlvaro Herrera2018-04-23
* Fix handling of partition bounds for boolean partitioning columns.Tom Lane2018-04-23
* Fix typo in logical truncate replicationPeter Eisentraut2018-04-23
* Add missing pstrdupAlvaro Herrera2018-04-23
* Remove useless default clause in switchAlvaro Herrera2018-04-23
* Make bms_prev_member work correctly with a 64 bit bitmapwordTeodor Sigaev2018-04-23
* Fix wrong validation of top-parent pointer during page deletion in Btree.Teodor Sigaev2018-04-23
* Add missing "static" marker.Tom Lane2018-04-21
* Fix a couple minor typosStephen Frost2018-04-20
* Fix race conditions when an event trigger is added concurrently with DDL.Tom Lane2018-04-20
* Tweak a couple of planner APIs to save recalculating join relids.Tom Lane2018-04-20
* Change more places to be less trusting of RestrictInfo.is_pushed_down.Tom Lane2018-04-20
* Improve consistency of comments in system catalog headers.Tom Lane2018-04-19
* Fix incorrect handling of join clauses pushed into parameterized paths.Tom Lane2018-04-19
* Remove quick path in ExecInitPartitionInfo for equal tupdescsAlvaro Herrera2018-04-19
* Plural of modulus is moduliAlvaro Herrera2018-04-19
* Rework code to determine partition pruning procedureAlvaro Herrera2018-04-19
* Adjust _bt_insertonpg() commentsTeodor Sigaev2018-04-19
* Handle XLOG_BTREE_META_CLEANUP in btree_desc() and btree_identify()Teodor Sigaev2018-04-19
* Adjust INCLUDE index truncation comments and code.Teodor Sigaev2018-04-19
* Improve error detection/reporting in Catalog.pm and genbki.pl.Tom Lane2018-04-18
* Better fix for deadlock hazard in CREATE INDEX CONCURRENTLY.Tom Lane2018-04-18
* Rationalize handling of single and double quotes in bootstrap data.Tom Lane2018-04-17
* Rationalize handling of array type names in bootstrap data.Tom Lane2018-04-17
* Simplify genbki.pl's data quoting rules.Tom Lane2018-04-17
* Fix confusion on the padding of GIDs in on commit and abort records.Heikki Linnakangas2018-04-17
* Update Append's idea of first_partial_planAlvaro Herrera2018-04-17
* Fix a few typos in comments and variable names.Heikki Linnakangas2018-04-17
* Add more infinite recursion detection while locking a view.Tatsuo Ishii2018-04-17
* Fix broken collation-aware searches in SP-GiST text opclass.Tom Lane2018-04-16
* Ignore whole-rows in INSERT/CONFLICT with partitioned tablesAlvaro Herrera2018-04-16
* Clean up callers of JsonbIteratorNext().Tom Lane2018-04-15
* Don't attempt to verify checksums on new pagesMagnus Hagander2018-04-15
* Simplify view-expansion code in rewriteHandler.c.Tom Lane2018-04-14
* Reorganize partitioning codeAlvaro Herrera2018-04-14
* Fix enforcement of SELECT FOR UPDATE permissions with nested views.Tom Lane2018-04-14
* Improve code commentsPeter Eisentraut2018-04-14
* Support named and default arguments in CALLPeter Eisentraut2018-04-14
* Prevent segfault in expand_tuple with no missing valuesAndrew Dunstan2018-04-13
* Improve regression test coverage for src/backend/tsearch/spell.c.Tom Lane2018-04-13
* Fix bogus affix-merging code.Tom Lane2018-04-12