aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
...
* Attach FPI to the first record after full_page_writes is turned on.Amit Kapila2018-09-13
* Repair bug in regexp split performance improvements.Andrew Gierth2018-09-12
* Remove ruleutils.c's special case for BIT [VARYING] literals.Tom Lane2018-09-11
* Repair double-free in SP-GIST rescan (bug #15378)Andrew Gierth2018-09-11
* Fix past pd_upper write in ginRedoRecompress()Alexander Korotkov2018-09-09
* Minor cleanup/future-proofing for pg_saslprep().Tom Lane2018-09-08
* Save/restore SPI's global variables in SPI_connect() and SPI_finish().Tom Lane2018-09-07
* Limit depth of forced recursion for CLOBBER_CACHE_RECURSIVELY.Tom Lane2018-09-07
* Fix longstanding recursion hazard in sinval message processing.Tom Lane2018-09-07
* Remove no-longer-used variable.Tom Lane2018-09-05
* Simplify partitioned table creation vs. relcacheAlvaro Herrera2018-09-05
* Fully enforce uniqueness of constraint names.Tom Lane2018-09-04
* Prohibit pushing subqueries containing window function calculation toAmit Kapila2018-09-04
* During the split, set checksum on an empty hash index page.Amit Kapila2018-09-04
* Remove pg_constraint.conincludingAlvaro Herrera2018-09-03
* Fix memory leak in TRUNCATE decodingTomas Vondra2018-09-03
* Fix initial sync of slot parent directory when restoring statusMichael Paquier2018-09-02
* Avoid using potentially-under-aligned page buffers.Tom Lane2018-09-01
* Ignore server-side delays when enforcing wal_sender_timeout.Noah Misch2018-08-31
* Ensure correct minimum consistent point on standbysMichael Paquier2018-08-31
* Disable support for partitionwise joins in problematic cases.Etsuro Fujita2018-08-31
* Remove extra word from src/backend/optimizer/READMEEtsuro Fujita2018-08-31
* Stop bgworkers during fast shutdown with postmaster in startup phaseMichael Paquier2018-08-29
* Avoid quadratic slowdown in regexp match/split functions.Andrew Gierth2018-08-28
* Fix snapshot leak warning for some proceduresPeter Eisentraut2018-08-27
* Fix typos.Thomas Munro2018-08-27
* Make syslogger more robust against failures in opening CSV log files.Tom Lane2018-08-26
* LLVMJIT: LLVMGetHostCPUFeatures now is upstream, use LLMV version if available.Andres Freund2018-08-24
* Suppress uninitialized-variable warning in new SCRAM code.Tom Lane2018-08-24
* Fix lexing of standard multi-character operators in edge cases.Andrew Gierth2018-08-23
* Reduce an unnecessary O(N^3) loop in lexer.Andrew Gierth2018-08-23
* Change PROCEDURE to FUNCTION in CREATE TRIGGER syntaxPeter Eisentraut2018-08-22
* Change PROCEDURE to FUNCTION in CREATE OPERATOR syntaxPeter Eisentraut2018-08-22
* doc: Update uses of the word "procedure"Peter Eisentraut2018-08-22
* Fix typoAlvaro Herrera2018-08-21
* fix typoAlvaro Herrera2018-08-21
* Fix set of NLS translation issuesMichael Paquier2018-08-21
* Fix typo in description of enable_parallel_hashMichael Paquier2018-08-21
* Clarify comment about assignment and reset of temp namespace ID in MyProcMichael Paquier2018-08-21
* Improve error messages for CREATE OR REPLACE PROCEDUREPeter Eisentraut2018-08-18
* Set scan direction appropriately for SubPlans (bug #15336)Andrew Gierth2018-08-17
* Fix executor prune failure when plan already prunedAlvaro Herrera2018-08-16
* Close the file descriptor in ApplyLogicalMappingFileTomas Vondra2018-08-16
* Update FSM on WAL replay of page all-visible/frozenAlvaro Herrera2018-08-15
* Clean up assorted misuses of snprintf()'s result value.Tom Lane2018-08-15
* Remove obsolete commentPeter Eisentraut2018-08-13
* Make autovacuum more aggressive to remove orphaned temp tablesMichael Paquier2018-08-13
* Adjust comment atop ExecShutdownNode.Amit Kapila2018-08-13
* Prohibit shutting down resources if there is a possibility of back up.Amit Kapila2018-08-13
* Avoid query-lifetime memory leaks in XMLTABLE (bug #15321)Andrew Gierth2018-08-13