summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2017-05-13Avoid superfluous work for commits during logical slot creation.Andres Freund
2017-05-13Fix race condition leading to hanging logical slot creation.Andres Freund
2017-05-12Avoid searching for callback functions in CallSyscacheCallbacks().Tom Lane
2017-05-12Reduce initial size of RelfilenodeMapHash.Tom Lane
2017-05-12Avoid searching for the target catcache in CatalogCacheIdInvalidate.Tom Lane
2017-05-11Increase MAX_SYSCACHE_CALLBACKS to provide more room for extensions.Tom Lane
2017-05-08Further patch rangetypes_selfuncs.c's statistics slot management.Tom Lane
2017-05-08Fix possibly-uninitialized variable.Tom Lane
2017-05-08Match pg_user_mappings limits to information_schema.user_mapping_options.Noah Misch
2017-05-08Translation updatesPeter Eisentraut
2017-05-08Add security checks to selectivity estimation functionsPeter Eisentraut
2017-05-05Fix cursor_to_xml in tableforest false modePeter Eisentraut
2017-05-02Ensure commands in extension scripts see the results of preceding DDL.Tom Lane
2017-04-28Fix VALIDATE CONSTRAINT to consider NO INHERIT attribute.Robert Haas
2017-04-27Don't use on-disk snapshots for exported logical decoding snapshot.Andres Freund
2017-04-27Preserve required !catalog tuples while computing initial decoding snapshot.Andres Freund
2017-04-24Fix postmaster's handling of fork failure for a bgworker process.Tom Lane
2017-04-23Fix order of arguments to SubTransSetParent().Tom Lane
2017-04-21Avoid depending on non-POSIX behavior of fcntl(2).Tom Lane
2017-04-16Support OpenSSL 1.1.0 in 9.4 branch.Tom Lane
2017-04-15Provide a way to control SysV shmem attach address in EXEC_BACKEND builds.Tom Lane
2017-04-13Fix regexport.c to behave sanely with lookaround constraints.Tom Lane
2017-04-06Remove dead code and fix comments in fast-path function handling.Heikki Linnakangas
2017-04-06Fix integer-overflow problems in interval comparison.Tom Lane
2017-03-26Fix unportable disregard of alignment requirements in RADIUS code.Tom Lane
2017-03-24Revert Windows service check refactoring, and replace with a different fix.Heikki Linnakangas
2017-03-17Fix and simplify check for whether we're running as Windows service.Heikki Linnakangas
2017-03-16Avoid having vacuum set reltuples to 0 on non-empty relations in theAndrew Gierth
2017-03-14Spelling fixesPeter Eisentraut
2017-03-14Fix failure to mark init buffers as BM_PERMANENT.Robert Haas
2017-03-08Use doubly-linked block lists in aset.c to reduce large-chunk overhead.Tom Lane
2017-02-28Fix incorrect variable datatypeMagnus Hagander
2017-02-21Make walsender always initialize the buffers.Fujii Masao
2017-02-21Fix sloppy handling of corner-case errors in fd.c.Tom Lane
2017-02-15Make sure that hash join's bulk-tuple-transfer loops are interruptible.Tom Lane
2017-02-12Ignore tablespace ACLs when ignoring schema ACLs.Noah Misch
2017-02-09Blind try to fix portability issue in commit 8f93bd851 et al.Tom Lane
2017-02-08Fix roundoff problems in float8_timestamptz() and make_interval().Tom Lane
2017-02-06Avoid returning stale attribute bitmaps in RelationGetIndexAttrBitmap().Tom Lane
2017-02-06Translation updatesPeter Eisentraut
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-02-02Add KOI8-U map files to Makefile.Heikki Linnakangas
2017-01-27Check interrupts during hot standby waitsSimon Riggs
2017-01-27Add castNode(type, ptr) for safe casting between NodeTag based types.Andres Freund
2017-01-26Reset hot standby xmin after restartSimon Riggs
2017-01-26Ensure that a tsquery like '!foo' matches empty tsvectors.Tom Lane
2017-01-24Revert "Fix comments in StrategyNotifyBgWriter()."Tatsuo Ishii
2017-01-24Fix comments in StrategyNotifyBgWriter().Tatsuo Ishii
2017-01-20Avoid useless respawining the autovacuum launcher at high speed.Robert Haas
2017-01-17Fix an assertion failure related to an exclusive backup.Fujii Masao