summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2018-04-28Clarify handling of special-case values in bootstrap catalog data.Tom Lane
2018-04-28Assorted minor doc/comment fixes.Tom Lane
2018-04-28Try to get some info about Windows can't-reattach-to-shared-memory errors.Tom Lane
2018-04-27Adjust hints and docs to suggest CREATE EXTENSION not CREATE LANGUAGE.Tom Lane
2018-04-27perltidy: Add option --nooutdent-long-commentsPeter Eisentraut
2018-04-27perltidy: Add option --nooutdent-long-quotesPeter Eisentraut
2018-04-27Remove outdated comment on how to set logtape's read buffer size.Heikki Linnakangas
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-04-26Preliminary work for pgindent run.Tom Lane
2018-04-26Avoid parsing catalog data twice during BKI file construction.Tom Lane
2018-04-25Convert unused_oids and duplicate_oids to use Catalog.pm infrastructure.Tom Lane
2018-04-25Make Catalog.pm's representation of toast and index decls more abstract.Tom Lane
2018-04-25Prevent generation of bogus subquery scan paths.Robert Haas
2018-04-25Reindent Perl files with perltidy version 20170521.Tom Lane
2018-04-25Update ExecInitPartitionInfo commentAlvaro Herrera
2018-04-24Initialize ExprStates once in run-time partition pruningAlvaro Herrera
2018-04-23Add GUC enable_partition_pruningAlvaro Herrera
2018-04-23Fix handling of partition bounds for boolean partitioning columns.Tom Lane
2018-04-23Fix typo in logical truncate replicationPeter Eisentraut
2018-04-23Add missing pstrdupAlvaro Herrera
2018-04-23Remove useless default clause in switchAlvaro Herrera
2018-04-23Make bms_prev_member work correctly with a 64 bit bitmapwordTeodor Sigaev
2018-04-23Fix wrong validation of top-parent pointer during page deletion in Btree.Teodor Sigaev
2018-04-21Add missing "static" marker.Tom Lane
2018-04-20Fix a couple minor typosStephen Frost
2018-04-20Fix race conditions when an event trigger is added concurrently with DDL.Tom Lane
2018-04-20Tweak a couple of planner APIs to save recalculating join relids.Tom Lane
2018-04-20Change more places to be less trusting of RestrictInfo.is_pushed_down.Tom Lane
2018-04-19Improve consistency of comments in system catalog headers.Tom Lane
2018-04-19Fix incorrect handling of join clauses pushed into parameterized paths.Tom Lane
2018-04-19Remove quick path in ExecInitPartitionInfo for equal tupdescsAlvaro Herrera
2018-04-19Plural of modulus is moduliAlvaro Herrera
2018-04-19Rework code to determine partition pruning procedureAlvaro Herrera
2018-04-19Adjust _bt_insertonpg() commentsTeodor Sigaev
2018-04-19Handle XLOG_BTREE_META_CLEANUP in btree_desc() and btree_identify()Teodor Sigaev
2018-04-19Adjust INCLUDE index truncation comments and code.Teodor Sigaev
2018-04-18Improve error detection/reporting in Catalog.pm and genbki.pl.Tom Lane
2018-04-18Better fix for deadlock hazard in CREATE INDEX CONCURRENTLY.Tom Lane
2018-04-17Rationalize handling of single and double quotes in bootstrap data.Tom Lane
2018-04-17Rationalize handling of array type names in bootstrap data.Tom Lane
2018-04-17Simplify genbki.pl's data quoting rules.Tom Lane
2018-04-17Fix confusion on the padding of GIDs in on commit and abort records.Heikki Linnakangas
2018-04-17Update Append's idea of first_partial_planAlvaro Herrera
2018-04-17Fix a few typos in comments and variable names.Heikki Linnakangas
2018-04-17Add more infinite recursion detection while locking a view.Tatsuo Ishii
2018-04-16Fix broken collation-aware searches in SP-GiST text opclass.Tom Lane
2018-04-16Ignore whole-rows in INSERT/CONFLICT with partitioned tablesAlvaro Herrera
2018-04-15Clean up callers of JsonbIteratorNext().Tom Lane
2018-04-15Don't attempt to verify checksums on new pagesMagnus Hagander
2018-04-15Simplify view-expansion code in rewriteHandler.c.Tom Lane