summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2018-11-01Fix error message typo introduced 691d79a07933.Andres Freund
2018-10-31Disallow starting server with insufficient wal_level for existing slot.Andres Freund
2018-10-31Fix memory leak in repeated SPGIST index scans.Tom Lane
2018-10-16Avoid statically allocating gmtsub()'s timezone workspace.Tom Lane
2018-10-15Check for stack overrun in standard_ProcessUtility().Tom Lane
2018-10-14Avoid duplicate XIDs at recovery when building initial snapshotMichael Paquier
2018-10-10Fix logical decoding error when system table w/ toast is repeatedly rewritten.Andres Freund
2018-10-05Allow btree comparison functions to return INT_MIN.Tom Lane
2018-10-02Fix corner-case failures in has_foo_privilege() family of functions.Tom Lane
2018-10-01Fix ALTER COLUMN TYPE to not open a relation without any lock.Tom Lane
2018-09-26Recurse to sequences on ownership change for all relkindsPeter Eisentraut
2018-09-24Fix over-allocation of space for array_out()'s result string.Tom Lane
2018-09-24Initialize random() in bootstrap/stand-alone postgres and in initdb.Noah Misch
2018-09-23Fix failure in WHERE CURRENT OF after rewinding the referenced cursor.Tom Lane
2018-09-18Allow DSM allocation to be interrupted.Thomas Munro
2018-09-15Fix failure with initplans used conditionally during EvalPlanQual rechecks.Tom Lane
2018-09-12Repair bug in regexp split performance improvements.Andrew Gierth
2018-09-11Support building with Visual Studio 2015Andrew Dunstan
2018-09-09Fix past pd_upper write in ginRedoRecompress()Alexander Korotkov
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-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-28Avoid quadratic slowdown in regexp match/split functions.Andrew Gierth
2018-08-26Make syslogger more robust against failures in opening CSV log files.Tom Lane
2018-08-23Reduce an unnecessary O(N^3) loop in lexer.Andrew Gierth
2018-08-21Fix set of NLS translation issuesMichael Paquier
2018-08-17Set scan direction appropriately for SubPlans (bug #15336)Andrew Gierth
2018-08-16Close the file descriptor in ApplyLogicalMappingFileTomas Vondra
2018-08-15Clean up assorted misuses of snprintf()'s result value.Tom Lane
2018-08-08Don't run atexit callbacks in quickdie signal handlers.Heikki Linnakangas
2018-08-07Don't record FDW user mappings as members of extensions.Tom Lane
2018-08-07Fix incorrect initialization of BackendActivityBuffer.Tom Lane
2018-08-06Translation updatesPeter Eisentraut
2018-08-04Reset properly errno before calling write()Michael Paquier
2018-08-03Add table relcache invalidation to index builds.Peter Geoghegan
2018-07-31Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.Tom Lane
2018-07-29Document security implications of qualified names.Noah Misch
2018-07-19Fix handling of empty uncompressed posting list pages in GINAlexander Korotkov
2018-07-18Fix misc typos, mostly in comments.Heikki Linnakangas
2018-07-13Fix inadequate buffer locking in FSM and VM page re-initialization.Tom Lane
2018-07-12Make logical WAL sender report streaming state appropriatelyMichael Paquier
2018-07-09Avoid emitting a bogus WAL record when recycling an all-zero btree page.Tom Lane
2018-07-09Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane
2018-07-05Prevent references to invalid relation pages after fresh promotionMichael Paquier
2018-07-04Check for interrupts inside the nbtree page deletion code.Andres Freund
2018-07-04Improve the performance of relation deletes during recovery.Fujii Masao