summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2018-09-20Fix segment_bins corruption in dsa.c.Thomas Munro
2018-09-20Defer restoration of libraries in parallel workers.Thomas Munro
2018-09-19Fix minor error message style guide violation.Tom Lane
2018-09-19Don't ignore locktable-full failures in StandbyAcquireAccessExclusiveLock.Tom Lane
2018-09-18Fix some probably-minor oversights in readfuncs.c.Tom Lane
2018-09-18Allow DSM allocation to be interrupted.Thomas Munro
2018-09-17Fix parsetree representation of XMLTABLE(XMLNAMESPACES(DEFAULT ...)).Tom Lane
2018-09-17Translation updatesPeter Eisentraut
2018-09-16Add outfuncs.c support for RawStmt nodes.Tom Lane
2018-09-15In v11, disable JIT by default (it's still enabled by default in HEAD).Tom Lane
2018-09-15Fix failure with initplans used conditionally during EvalPlanQual rechecks.Tom Lane
2018-09-14Move PartitionDispatchData struct definition to execPartition.cAlvaro Herrera
2018-09-14Fix ALTER/TYPE on columns referenced by FKs in partitioned tablesAlvaro Herrera
2018-09-14Don't allow LIMIT/OFFSET clause within sub-selects to be pushed to workers.Amit Kapila
2018-09-13Attach FPI to the first record after full_page_writes is turned on.Amit Kapila
2018-09-12Repair bug in regexp split performance improvements.Andrew Gierth
2018-09-11Remove ruleutils.c's special case for BIT [VARYING] literals.Tom Lane
2018-09-11Repair double-free in SP-GIST rescan (bug #15378)Andrew Gierth
2018-09-09Fix past pd_upper write in ginRedoRecompress()Alexander Korotkov
2018-09-08Minor cleanup/future-proofing for pg_saslprep().Tom Lane
2018-09-08Save/restore SPI's global variables in SPI_connect() and SPI_finish().Tom Lane
2018-09-07Limit depth of forced recursion for CLOBBER_CACHE_RECURSIVELY.Tom Lane
2018-09-07Fix longstanding recursion hazard in sinval message processing.Tom Lane
2018-09-05Remove no-longer-used variable.Tom Lane
2018-09-05Simplify partitioned table creation vs. relcacheAlvaro Herrera
2018-09-04Fully enforce uniqueness of constraint names.Tom Lane
2018-09-04Prohibit pushing subqueries containing window function calculation toAmit Kapila
2018-09-04During the split, set checksum on an empty hash index page.Amit Kapila
2018-09-03Remove pg_constraint.conincludingAlvaro Herrera
2018-09-03Fix memory leak in TRUNCATE decodingTomas Vondra
2018-09-02Fix initial sync of slot parent directory when restoring statusMichael Paquier
2018-09-01Avoid using potentially-under-aligned page buffers.Tom Lane
2018-09-01Ignore server-side delays when enforcing wal_sender_timeout.Noah Misch
2018-08-31Ensure correct minimum consistent point on standbysMichael Paquier
2018-08-31Disable support for partitionwise joins in problematic cases.Etsuro Fujita
2018-08-31Remove extra word from src/backend/optimizer/READMEEtsuro Fujita
2018-08-30Stop bgworkers during fast shutdown with postmaster in startup phaseMichael Paquier
2018-08-28Avoid quadratic slowdown in regexp match/split functions.Andrew Gierth
2018-08-27Fix snapshot leak warning for some proceduresPeter Eisentraut
2018-08-26Fix typos.Thomas Munro
2018-08-26Make syslogger more robust against failures in opening CSV log files.Tom Lane
2018-08-24LLVMJIT: LLVMGetHostCPUFeatures now is upstream, use LLMV version if available.Andres Freund
2018-08-24Suppress uninitialized-variable warning in new SCRAM code.Tom Lane
2018-08-23Fix lexing of standard multi-character operators in edge cases.Andrew Gierth
2018-08-23Reduce an unnecessary O(N^3) loop in lexer.Andrew Gierth
2018-08-22Change PROCEDURE to FUNCTION in CREATE TRIGGER syntaxPeter Eisentraut
2018-08-22Change PROCEDURE to FUNCTION in CREATE OPERATOR syntaxPeter Eisentraut
2018-08-22doc: Update uses of the word "procedure"Peter Eisentraut
2018-08-21Fix typoAlvaro Herrera
2018-08-21fix typoAlvaro Herrera