aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Add amcheck missing downlink tests.Teodor Sigaev2018-04-25
* Reindent Perl files with perltidy version 20170521.Tom Lane2018-04-25
* Change pgindent/README to specify that we use perltidy version 20170521.Tom Lane2018-04-25
* Add missing and dangling downlink checks to amcheckTeodor Sigaev2018-04-25
* Fix typoMagnus Hagander2018-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
* Make Emacs settings match perltidy configurationPeter 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
* Update trigram example in docs to correct stateTeodor Sigaev2018-04-23
* Fix wrong validation of top-parent pointer during page deletion in Btree.Teodor Sigaev2018-04-23
* Make PGJIT_* macros safer.Heikki Linnakangas2018-04-23
* Add comment explaining BGWORKER_BYPASS_ALLOWCONNMagnus Hagander2018-04-23
* Add missing documentation for BGWORKER_BYPASS_ALLOWCONNMagnus Hagander2018-04-22
* Add missing "static" marker.Tom Lane2018-04-21
* doc: Restructure authentication methods sectionsPeter Eisentraut2018-04-21
* Test conversion of NaN between float4 and float8.Tom Lane2018-04-20
* Fix a couple minor typosStephen Frost2018-04-20
* Don't run fast_default regression test in parallel with other tests.Tom Lane2018-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
* Enlarge find_other_exec's meager fgets bufferAlvaro Herrera2018-04-19
* Fix datatype for number of heap tuples during last cleanupTeodor Sigaev2018-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
* Improve docs for the new INCLUDE directive in CREATE/ALTER TABLE.Heikki Linnakangas2018-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
* Improve coverage of nodeAppend runtime partition pruneAlvaro Herrera2018-04-17
* Add more infinite recursion detection while locking a view.Tatsuo Ishii2018-04-17