aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
...
* Avoid depending on non-POSIX behavior of fcntl(2).Tom Lane2017-04-21
* Support OpenSSL 1.1.0 in 9.4 branch.Tom Lane2017-04-15
* Provide a way to control SysV shmem attach address in EXEC_BACKEND builds.Tom Lane2017-04-15
* Fix regexport.c to behave sanely with lookaround constraints.Tom Lane2017-04-13
* Remove dead code and fix comments in fast-path function handling.Heikki Linnakangas2017-04-06
* Fix integer-overflow problems in interval comparison.Tom Lane2017-04-05
* Fix unportable disregard of alignment requirements in RADIUS code.Tom Lane2017-03-26
* Revert Windows service check refactoring, and replace with a different fix.Heikki Linnakangas2017-03-24
* Fix and simplify check for whether we're running as Windows service.Heikki Linnakangas2017-03-17
* Avoid having vacuum set reltuples to 0 on non-empty relations in theAndrew Gierth2017-03-16
* Spelling fixesPeter Eisentraut2017-03-14
* Fix failure to mark init buffers as BM_PERMANENT.Robert Haas2017-03-14
* Use doubly-linked block lists in aset.c to reduce large-chunk overhead.Tom Lane2017-03-08
* Fix incorrect variable datatypeMagnus Hagander2017-02-28
* Make walsender always initialize the buffers.Fujii Masao2017-02-22
* Fix sloppy handling of corner-case errors in fd.c.Tom Lane2017-02-21
* Make sure that hash join's bulk-tuple-transfer loops are interruptible.Tom Lane2017-02-15
* Ignore tablespace ACLs when ignoring schema ACLs.Noah Misch2017-02-12
* Blind try to fix portability issue in commit 8f93bd851 et al.Tom Lane2017-02-09
* Fix roundoff problems in float8_timestamptz() and make_interval().Tom Lane2017-02-08
* Avoid returning stale attribute bitmaps in RelationGetIndexAttrBitmap().Tom Lane2017-02-06
* Translation updatesPeter Eisentraut2017-02-06
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Add KOI8-U map files to Makefile.Heikki Linnakangas2017-02-02
* Check interrupts during hot standby waitsSimon Riggs2017-01-27
* Add castNode(type, ptr) for safe casting between NodeTag based types.Andres Freund2017-01-26
* Reset hot standby xmin after restartSimon Riggs2017-01-26
* Ensure that a tsquery like '!foo' matches empty tsvectors.Tom Lane2017-01-26
* Revert "Fix comments in StrategyNotifyBgWriter()."Tatsuo Ishii2017-01-24
* Fix comments in StrategyNotifyBgWriter().Tatsuo Ishii2017-01-24
* Avoid useless respawining the autovacuum launcher at high speed.Robert Haas2017-01-20
* Fix an assertion failure related to an exclusive backup.Fujii Masao2017-01-17
* Throw suitable error for COPY TO STDOUT/FROM STDIN in a SQL function.Tom Lane2017-01-14
* Invalidate cached plans on FDW option changes.Tom Lane2017-01-06
* Fix handling of empty arrays in array_fill().Tom Lane2017-01-05
* Handle OID column inheritance correctly in ALTER TABLE ... INHERIT.Tom Lane2017-01-04
* Silence compiler warningsJoe Conway2017-01-02
* Silence compiler warningMagnus Hagander2017-01-01
* Fix interval_transform so it doesn't throw away non-no-op casts.Tom Lane2016-12-27
* Remove triggerable Assert in hashname().Tom Lane2016-12-26
* Use TSConfigRelationId in AlterTSConfiguration()Stephen Frost2016-12-22
* Fix broken error check in _hash_doinsert.Robert Haas2016-12-22
* Fix detection of unfinished Unicode surrogate pair at end of string.Tom Lane2016-12-21
* Fix order of operations in CREATE OR REPLACE VIEW.Dean Rasheed2016-12-21
* Fix base backup rate limiting in presence of slow i/oMagnus Hagander2016-12-19
* Fix off-by-one in memory allocation for quote_literal_cstr().Heikki Linnakangas2016-12-16
* Back-patch fcff8a575198478023ada8a48e13b50f70054766 as a bug fix.Kevin Grittner2016-12-13
* Build backend/parser/scan.l and interfaces/ecpg/preproc/pgc.l standalone.Tom Lane2016-12-11
* Prevent crash when ts_rewrite() replaces a non-top-level subtree with null.Tom Lane2016-12-11
* Fix reporting of column typmods for multi-row VALUES constructs.Tom Lane2016-12-09