summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2020-09-28Minor mop-up for List improvements.Tom Lane
2020-09-27Move resolution of AlternativeSubPlan choices to the planner.Tom Lane
2020-09-26Revise RelationBuildRowSecurity() to avoid memory leaks.Tom Lane
2020-09-26Fix the logical replication from HEAD to lower versions.Amit Kapila
2020-09-25Defer flushing of SLRU files.Thomas Munro
2020-09-24Fix two bugs in MaintainOldSnapshotTimeMapping.Robert Haas
2020-09-24Standardize the printf format for st_sizePeter Eisentraut
2020-09-24Expose oldSnapshotControl definition via new header.Robert Haas
2020-09-24Improve behavior of tsearch_readline(), and remove t_readline().Tom Lane
2020-09-23Fix missing fsync of SLRU directories.Thomas Munro
2020-09-23Improve error cursor positions for problems with partition bounds.Tom Lane
2020-09-23Avoid possible dangling-pointer access in tsearch_readline_callback.Tom Lane
2020-09-23Allow WaitLatch() to be used without a latch.Thomas Munro
2020-09-22Improve the error message for an inappropriate column definition list.Tom Lane
2020-09-21Fix a few more generator scripts to produce pgindent-clean output.Tom Lane
2020-09-21Copy editing: fix a bunch of misspellings and poor wording.Tom Lane
2020-09-21Standardize order of use strict and use warnings in Perl codePeter Eisentraut
2020-09-21Fix checksum calculation in the new sorting GiST build.Heikki Linnakangas
2020-09-20Fix new GIST build code to work under CLOBBER_CACHE_ALWAYS.Tom Lane
2020-09-20Fix whitespacePeter Eisentraut
2020-09-19Remove precedence hacks no longer needed without postfix operators.Tom Lane
2020-09-19Code review for dynahash change.Thomas Munro
2020-09-18Remove large fill factor support from dynahash.c.Thomas Munro
2020-09-18Allow most keywords to be used as column labels without requiring AS.Tom Lane
2020-09-18Update file header comments for logical/relation.c.Amit Kapila
2020-09-18Fix comments in heapam.c.Amit Kapila
2020-09-17Remove support for postfix (right-unary) operators.Tom Lane
2020-09-17Update parallel BTree scan state when the scan keys can't be satisfied.Amit Kapila
2020-09-17Allow CURRENT_ROLE where CURRENT_USER is acceptedPeter Eisentraut
2020-09-17Add support for building GiST index by sorting.Heikki Linnakangas
2020-09-17Teach walsender to update its process title for replication commands.Tom Lane
2020-09-17Fix bogus completion tag usage in walsenderAlvaro Herrera
2020-09-16Centralize setup of SIGQUIT handling for postmaster child processes.Tom Lane
2020-09-16Don't fetch partition check expression during InitResultRelInfo.Tom Lane
2020-09-16Avoid unnecessary recursion to child tables in ALTER TABLE SET NOT NULL.Tom Lane
2020-09-16Fix bogus cache-invalidation logic in logical replication worker.Tom Lane
2020-09-16Change LogicalTapeSetBlocks() to use nBlocksWritten.Jeff Davis
2020-09-16HashAgg: release write buffers sooner by rewinding tape.Jeff Davis
2020-09-16Fix initialization of RelationSyncEntry for streaming transactions.Amit Kapila
2020-09-16Optimize compactify_tuples functionDavid Rowley
2020-09-16Fix use-after-free bug with event triggers in an extension scriptAlvaro Herrera
2020-09-15Report resource usage at the end of recoveryDavid Rowley
2020-09-15Allow incremental sorts for windowing functionsDavid Rowley
2020-09-15Fix compiler warningDavid Rowley
2020-09-14Make walsenders show their replication commands in pg_stat_activity.Tom Lane
2020-09-14Fix typos.Fujii Masao
2020-09-14Make index_set_state_flags() transactionalMichael Paquier
2020-09-14Message fixes and style improvementsPeter Eisentraut
2020-09-13Use the properly transformed RangeVar for expandTableLikeClause().Tom Lane
2020-09-12Fix inconsistency in determining the timestamp of the db statfile.Amit Kapila