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
/
include
Age
Commit message (
Expand
)
Author
2015-10-02
Add recursion depth protections to regular expression matching.
Tom Lane
2015-09-09
Remove files signaling a standby promotion request at postmaster startup
Fujii Masao
2015-09-04
Fix subtransaction cleanup after an outer-subtransaction portal fails.
Tom Lane
2015-08-29
Fix s_lock.h PPC assembly code to be compatible with native AIX assembler.
Tom Lane
2015-08-27
Add a small cache of locks owned by a resource owner in ResourceOwner.
Tom Lane
2015-08-10
Accept alternate spellings of __sparcv7 and __sparcv8.
Tom Lane
2015-08-04
Fix bogus "out of memory" reports in tuplestore.c.
Tom Lane
2015-07-22
Fix off-by-one error in calculating subtrans/multixact truncation point.
Heikki Linnakangas
2015-06-25
Fix the logic for putting relations into the relcache init file.
Tom Lane
2015-06-09
Stamp 9.1.18.
REL9_1_18
Tom Lane
2015-06-07
Use a safer method for determining whether relcache init file is stale.
Tom Lane
2015-06-01
Stamp 9.1.17.
REL9_1_17
Tom Lane
2015-05-28
Fix fsync-at-startup code to not treat errors as fatal.
Tom Lane
2015-05-19
Revert error-throwing wrappers for the printf family of functions.
Tom Lane
2015-05-18
Stamp 9.1.16.
Tom Lane
2015-05-18
Add error-throwing wrappers for the printf family of functions.
Noah Misch
2015-05-18
Permit use of vsprintf() in PostgreSQL code.
Noah Misch
2015-05-04
Recursively fsync() the data directory after a crash.
Robert Haas
2015-02-17
Remove code to match IPv4 pg_hba.conf entries to IPv4-in-IPv6 addresses.
Tom Lane
2015-02-13
Fix broken #ifdef for __sparcv8
Heikki Linnakangas
2015-02-02
Stamp 9.1.15.
REL9_1_15
Tom Lane
2015-02-02
Be more careful to not lose sync in the FE/BE protocol.
Heikki Linnakangas
2015-01-08
On Darwin, detect and report a multithreaded postmaster.
Noah Misch
2014-12-16
Fix off-by-one loop count in MapArrayTypeName, and get rid of static array.
Tom Lane
2014-11-15
Backport "Expose fsync_fname as a public API".
Andres Freund
2014-11-13
Fix race condition between hot standby and restoring a full-page image.
Heikki Linnakangas
2014-10-30
Test IsInTransactionChain, not IsTransactionBlock, in vac_update_relstats.
Tom Lane
2014-10-20
Flush unlogged table's buffers when copying or moving databases.
Andres Freund
2014-10-18
Declare mkdtemp() only if we're providing it.
Tom Lane
2014-10-16
Support timezone abbreviations that sometimes change.
Tom Lane
2014-09-09
Fix typo in solaris spinlock fix.
Andres Freund
2014-09-09
Fix spinlock implementation for some !solaris sparc platforms.
Andres Freund
2014-07-29
Treat 2PC commit/abort the same as regular xacts in recovery.
Heikki Linnakangas
2014-07-21
Stamp 9.1.14.
REL9_1_14
Tom Lane
2014-07-15
Fix REASSIGN OWNED for text search objects
Alvaro Herrera
2014-06-20
Avoid leaking memory while evaluating arguments for a table function.
Tom Lane
2014-06-14
Add mkdtemp() to libpgport.
Noah Misch
2014-05-15
Fix unportable setvbuf() usage in initdb.
Tom Lane
2014-05-15
Fix race condition in preparing a transaction for two-phase commit.
Heikki Linnakangas
2014-05-06
Remove tabs after spaces in C comments
Bruce Momjian
2014-05-01
Fix failure to detoast fields in composite elements of structured types.
Tom Lane
2014-04-24
Fix incorrect pg_proc.proallargtypes entries for two built-in functions.
Tom Lane
2014-04-03
Avoid palloc in critical section in GiST WAL-logging.
Heikki Linnakangas
2014-04-02
Fix assorted issues in client host name lookup.
Tom Lane
2014-03-17
Stamp 9.1.13.
REL9_1_13
Tom Lane
2014-03-07
Fix dangling smgr_owner pointer when a fake relcache entry is freed.
Heikki Linnakangas
2014-03-07
Avoid getting more than AccessShareLock when deparsing a query.
Tom Lane
2014-03-01
Allow regex operations to be terminated early by query cancel requests.
Tom Lane
2014-02-17
Stamp 9.1.12.
REL9_1_12
Tom Lane
2014-02-17
Predict integer overflow to avoid buffer overruns.
Noah Misch
[next]