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