summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2019-12-18Refactor attribute mappings used in logical tuple conversionMichael Paquier
2019-12-18Fix subscriber invalid memory access on DDL.Amit Kapila
2019-12-18Fix some OBJS lists in two Makefiles to be ordered alphabeticallyMichael Paquier
2019-12-18Remove redundant not-null testBruce Momjian
2019-12-18Remove shadow variables linked to RedoRecPtr in xlog.cMichael Paquier
2019-12-17Fix error reporting for index expressions of prohibited types.Tom Lane
2019-12-17Fix bad formula in previous commit.Robert Haas
2019-12-17Code cleanup for toast_fetch_datum and toast_fetch_datum_slice.Robert Haas
2019-12-17Add missing "void" to prototypes.Robert Haas
2019-12-17Partially deduplicate interrupt handling for background processes.Robert Haas
2019-12-17Use PostgresSigHupHandler in more places.Robert Haas
2019-12-17Move interrupt-handling code into subroutines.Robert Haas
2019-12-17Change overly strict Assert in TransactionGroupUpdateXidStatus.Amit Kapila
2019-12-17Rename nbtree tuple macros.Peter Geoghegan
2019-12-17Fix "force_parallel_mode = regress" to work with ANALYZE + VERBOSE.Tom Lane
2019-12-17Update nbtree README's "Scans during Recovery".Peter Geoghegan
2019-12-16Demote variable from global to localAlvaro Herrera
2019-12-16Fix yet another crash in page split during GiST index creation.Heikki Linnakangas
2019-12-16Sort out getpeereid() and peer auth handling on WindowsPeter Eisentraut
2019-12-15Remove duplicated progress reporting during heap scan of VACUUMMichael Paquier
2019-12-14Prevent overly-aggressive collapsing of joins to RTE_RESULT relations.Tom Lane
2019-12-14Fix memory leak when initializing DH parameters in backendMichael Paquier
2019-12-14Fix mdsyncfiletag(), take II.Thomas Munro
2019-12-14Don't use _mdfd_getseg() in mdsyncfiletag().Thomas Munro
2019-12-13Fix crash when a page was split during GiST index creation.Heikki Linnakangas
2019-12-12Fix EXTRACT(ISOYEAR FROM timestamp) for years BC.Tom Lane
2019-12-12Remove redundant function calls in timestamp[tz]_part().Tom Lane
2019-12-12Remove extra parenthesis from comment.Etsuro Fujita
2019-12-12Add readfuncs.c support for AppendRelInfo.Tom Lane
2019-12-11Allow executor startup pruning to prune all child nodes.Tom Lane
2019-12-11Further adjust EXPLAIN's choices of table alias names.Tom Lane
2019-12-11Emit parameter values during query bind/execute errorsAlvaro Herrera
2019-12-11Use only one thread to handle incoming signals on Windows.Tom Lane
2019-12-11Remove ATPrepSetStatisticsPeter Eisentraut
2019-12-11Fix some compiler warnings with timestamp parsing in formatting.cMichael Paquier
2019-12-10Fix tuple column count in pg_control_init().Tom Lane
2019-12-10Add backend-only appendStringInfoStringQuotedAlvaro Herrera
2019-12-10Fix handling of multiple AFTER ROW triggers on a foreign table.Etsuro Fujita
2019-12-09Fix race condition in our Windows signal emulation.Tom Lane
2019-12-09Fix typos in miscinit.c.Amit Kapila
2019-12-06Fix comments in execGrouping.cJeff Davis
2019-12-06Disallow non-default collation in ADD PRIMARY KEY/UNIQUE USING INDEX.Tom Lane
2019-12-04Update minimum SSL versionPeter Eisentraut
2019-12-04Fix whitespace.Etsuro Fujita
2019-12-03Fix thinkos from commit 9989d37Michael Paquier
2019-12-03Remove XLogFileNameP() from the treeMichael Paquier
2019-12-03Fix EXPLAIN's column alias output for mismatched child tables.Tom Lane
2019-12-02Add a reverse-translation column number array to struct AppendRelInfo.Tom Lane
2019-12-01Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables.Tom Lane
2019-11-29Small code simplificationPeter Eisentraut