summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-12-19Extend the ProcSignal mechanism to support barriers.Robert Haas
2019-12-19Remove unneeded "pin scan" nbtree VACUUM code.Peter Geoghegan
2019-12-19revert: Remove meaningless assignments in nbtree codeBruce Momjian
2019-12-19Remove meaningless assignments in nbtree codeBruce Momjian
2019-12-19makeArrayTypeName: Remove pointless relation open/closeAlvaro Herrera
2019-12-19Update neglected comment.Robert Haas
2019-12-19Fix minor problems with non-exclusive backup cleanup.Robert Haas
2019-12-18Re-#include <time.h> in checkpointer.c.Robert Haas
2019-12-18Move heap-specific detoasting logic into a separate function.Robert Haas
2019-12-18Minimal portability fix for commit e1551f96e.Tom Lane
2019-12-18Fix compiler warning in non-assert buildsMichael Paquier
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-17simplehash: Allow for use in frontend code.Robert Haas
2019-12-17simplehash: Allow use of simplehash without MemoryContext.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 query cancellation handling in psqlMichael Paquier
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-16On Windows, wait a little to see if ERROR_ACCESS_DENIED goes away.Tom Lane
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-16Fix build of Perl-using modules of WindowsPeter Eisentraut
2019-12-16Sort out getpeereid() and peer auth handling on WindowsPeter Eisentraut
2019-12-16Clean up some misplaced comments in partition_join.sql regression test.Etsuro Fujita
2019-12-15Remove duplicated progress reporting during heap scan of VACUUMMichael Paquier
2019-12-14Try to stabilize results of new tuplesort regression test.Tom Lane
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-13Modernize our readline API a tad.Tom Lane
2019-12-12Put back regression test case in a more robust form.Tom Lane
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-12(Blindly) tweak new test regexAlvaro Herrera
2019-12-12Remove extra parenthesis from comment.Etsuro Fujita
2019-12-12Add readfuncs.c support for AppendRelInfo.Tom Lane