index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Age
Commit message (
Expand
)
Author
2017-05-13
Avoid superfluous work for commits during logical slot creation.
Andres Freund
2017-05-13
Fix race condition leading to hanging logical slot creation.
Andres Freund
2017-05-12
Avoid searching for callback functions in CallSyscacheCallbacks().
Tom Lane
2017-05-12
Reduce initial size of RelfilenodeMapHash.
Tom Lane
2017-05-12
Avoid searching for the target catcache in CatalogCacheIdInvalidate.
Tom Lane
2017-05-11
Increase MAX_SYSCACHE_CALLBACKS to provide more room for extensions.
Tom Lane
2017-05-08
Further patch rangetypes_selfuncs.c's statistics slot management.
Tom Lane
2017-05-08
Fix possibly-uninitialized variable.
Tom Lane
2017-05-08
Match pg_user_mappings limits to information_schema.user_mapping_options.
Noah Misch
2017-05-08
Translation updates
Peter Eisentraut
2017-05-08
Add security checks to selectivity estimation functions
Peter Eisentraut
2017-05-05
Fix cursor_to_xml in tableforest false mode
Peter Eisentraut
2017-05-02
Ensure commands in extension scripts see the results of preceding DDL.
Tom Lane
2017-04-28
Fix VALIDATE CONSTRAINT to consider NO INHERIT attribute.
Robert Haas
2017-04-27
Don't use on-disk snapshots for exported logical decoding snapshot.
Andres Freund
2017-04-27
Preserve required !catalog tuples while computing initial decoding snapshot.
Andres Freund
2017-04-24
Fix postmaster's handling of fork failure for a bgworker process.
Tom Lane
2017-04-23
Fix order of arguments to SubTransSetParent().
Tom Lane
2017-04-21
Avoid depending on non-POSIX behavior of fcntl(2).
Tom Lane
2017-04-16
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-13
Fix regexport.c to behave sanely with lookaround constraints.
Tom Lane
2017-04-06
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-03-26
Fix unportable disregard of alignment requirements in RADIUS code.
Tom Lane
2017-03-24
Revert Windows service check refactoring, and replace with a different fix.
Heikki Linnakangas
2017-03-17
Fix and simplify check for whether we're running as Windows service.
Heikki Linnakangas
2017-03-16
Avoid having vacuum set reltuples to 0 on non-empty relations in the
Andrew Gierth
2017-03-14
Spelling fixes
Peter Eisentraut
2017-03-14
Fix failure to mark init buffers as BM_PERMANENT.
Robert Haas
2017-03-08
Use doubly-linked block lists in aset.c to reduce large-chunk overhead.
Tom Lane
2017-02-28
Fix incorrect variable datatype
Magnus Hagander
2017-02-21
Make walsender always initialize the buffers.
Fujii Masao
2017-02-21
Fix sloppy handling of corner-case errors in fd.c.
Tom Lane
2017-02-15
Make sure that hash join's bulk-tuple-transfer loops are interruptible.
Tom Lane
2017-02-12
Ignore tablespace ACLs when ignoring schema ACLs.
Noah Misch
2017-02-09
Blind try to fix portability issue in commit 8f93bd851 et al.
Tom Lane
2017-02-08
Fix roundoff problems in float8_timestamptz() and make_interval().
Tom Lane
2017-02-06
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-02
Add KOI8-U map files to Makefile.
Heikki Linnakangas
2017-01-27
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-24
Revert "Fix comments in StrategyNotifyBgWriter()."
Tatsuo Ishii
2017-01-24
Fix comments in StrategyNotifyBgWriter().
Tatsuo Ishii
2017-01-20
Avoid useless respawining the autovacuum launcher at high speed.
Robert Haas
2017-01-17
Fix an assertion failure related to an exclusive backup.
Fujii Masao
[next]