summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2019-06-06Fix confusion on different kinds of slots in IndexOnlyScans.Heikki Linnakangas
2019-06-05Fix confusing NOTICE text in REINDEX CONCURRENTLYDavid Rowley
2019-06-05Fix incorrect index behavior in COPY FROM with partitioned tablesDavid Rowley
2019-06-05Rework code using list_delete_cell() in MergeAttributesMichael Paquier
2019-06-04Add command column to pg_stat_progress_create_indexPeter Eisentraut
2019-06-03Fix unsafe memory management in CloneRowTriggersToPartition().Tom Lane
2019-06-03Update SQL conformance information about JSON pathPeter Eisentraut
2019-06-03Fix typos in various placesMichael Paquier
2019-05-31Fix double-phrase typo in messageAlvaro Herrera
2019-05-30Make error logging in extended statistics more consistentTomas Vondra
2019-05-29Make one message just like all its siblings.Alvaro Herrera
2019-05-28Fix typo in messageAlvaro Herrera
2019-05-26Fix typos.Amit Kapila
2019-05-24Update copyright year.Thomas Munro
2019-05-24Fix typos.Thomas Munro
2019-05-23tableam: Rename wrapper functions to match callback names.Andres Freund
2019-05-23Fix array size allocation for HashAggregate hash keys.Andrew Gierth
2019-05-22Initial pgperltidy run for v12.Tom Lane
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-05-22Convert ExecComputeStoredGenerated to use tuple slotsPeter Eisentraut
2019-05-22Fix O(N^2) performance issue in pg_publication_tables view.Tom Lane
2019-05-21tableam: Move heap-specific logic from needs_toast_table below tableam.Robert Haas
2019-05-20Fix comment for issue_xlog_fsync().Fujii Masao
2019-05-20Make VACUUM accept 1 and 0 as a boolean value.Fujii Masao
2019-05-20Translation updatesPeter Eisentraut
2019-05-20Remove outdated comment in copy.c.Andres Freund
2019-05-20Minimally fix partial aggregation for aggregates that don't have one argument.Andres Freund
2019-05-19Don't to predicate lock for analyze scans, refactor scan option passing.Andres Freund
2019-05-19Revert "postmaster: Start syslogger earlier".Tom Lane
2019-05-19Fix declarations of couple jsonpath functionsAlexander Korotkov
2019-05-18Make BufFileCreateTemp() ensure that temp tablespaces are set up.Tom Lane
2019-05-18"A void function may not return a value".Tom Lane
2019-05-18tableam: Avoid relying on relation size to determine validity of tids.Andres Freund
2019-05-18tableam: Don't assume that every AM uses md.c style storage.Andres Freund
2019-05-17Restructure creation of run-time pruning steps.Tom Lane
2019-05-16More message style fixesAlvaro Herrera
2019-05-16Remove extra nbtree half-dead internal page check.Peter Geoghegan
2019-05-16Fix bogus logic for combining range-partitioned columns during pruning.Tom Lane
2019-05-16Fix partition pruning to treat stable comparison operators properly.Tom Lane
2019-05-15Remove obsolete nbtree insertion comment.Peter Geoghegan
2019-05-15Reverse order of newitem nbtree candidate splits.Peter Geoghegan
2019-05-14Handle table_complete_speculative's succeeded argument as documented.Andres Freund
2019-05-14Fix SQL-style substring() to have spec-compliant greediness behavior.Tom Lane
2019-05-14In bootstrap mode, use default signal handling for SIGINT etc.Tom Lane
2019-05-14Update SQL features/conformance information to SQL:2016Peter Eisentraut
2019-05-14Update information_schema for SQL:2016Peter Eisentraut
2019-05-14Detect internal GiST page splits correctly during index build.Heikki Linnakangas
2019-05-14Fix comment on when HOT update is possible.Heikki Linnakangas
2019-05-14Fix typo.Etsuro Fujita