index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
*
Remove code to match IPv4 pg_hba.conf entries to IPv4-in-IPv6 addresses.
Tom Lane
2015-02-17
*
Fix broken #ifdef for __sparcv8
Heikki Linnakangas
2015-02-13
*
Stamp 9.3.6.
REL9_3_6
Tom Lane
2015-02-02
*
Be more careful to not lose sync in the FE/BE protocol.
Heikki Linnakangas
2015-02-02
*
Fix assorted oversights in range selectivity estimation.
Tom Lane
2015-01-30
*
Improve performance of EXPLAIN with large range tables.
Tom Lane
2015-01-15
*
On Darwin, detect and report a multithreaded postmaster.
Noah Misch
2015-01-07
*
Add pg_string_endswith as the start of a string helper library in src/common.
Andres Freund
2015-01-03
*
Fix off-by-one loop count in MapArrayTypeName, and get rid of static array.
Tom Lane
2014-12-16
*
Fix hstore_to_json_loose's detection of valid JSON number values.
Andrew Dunstan
2014-12-01
*
Backport "Expose fsync_fname as a public API".
Andres Freund
2014-11-15
*
Fix race condition between hot standby and restoring a full-page image.
Heikki Linnakangas
2014-11-13
*
Explicitly support the case that a plancache's raw_parse_tree is NULL.
Tom Lane
2014-11-12
*
Ensure that whole-row Vars produce nonempty column names.
Tom Lane
2014-11-10
*
Test IsInTransactionChain, not IsTransactionBlock, in vac_update_relstats.
Tom Lane
2014-10-30
*
Flush unlogged table's buffers when copying or moving databases.
Andres Freund
2014-10-20
*
Declare mkdtemp() only if we're providing it.
Tom Lane
2014-10-17
*
Support timezone abbreviations that sometimes change.
Tom Lane
2014-10-16
*
Fix some more problems with nested append relations.
Tom Lane
2014-10-01
*
Mark x86's memory barrier inline assembly as clobbering the cpu flags.
Andres Freund
2014-09-19
*
Fix typo in solaris spinlock fix.
Andres Freund
2014-09-09
*
Fix spinlock implementation for some !solaris sparc platforms.
Andres Freund
2014-09-09
*
Treat 2PC commit/abort the same as regular xacts in recovery.
Heikki Linnakangas
2014-07-29
*
Stamp 9.3.5.
REL9_3_5
Tom Lane
2014-07-21
*
Have multixact be truncated by checkpoint, not vacuum
Alvaro Herrera
2014-06-27
*
Avoid leaking memory while evaluating arguments for a table function.
Tom Lane
2014-06-19
*
Add mkdtemp() to libpgport.
Noah Misch
2014-06-14
*
Wrap multixact/members correctly during extension, take 2
Alvaro Herrera
2014-06-09
*
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-15
*
Remove tabs after spaces in C comments
Bruce Momjian
2014-05-06
*
Fix failure to detoast fields in composite elements of structured types.
Tom Lane
2014-05-01
*
Can't completely get rid of #ifndef FRONTEND in palloc.h :-(
Tom Lane
2014-04-27
*
Don't #include utils/palloc.h in common/fe_memutils.h.
Tom Lane
2014-04-26
*
Fix race when updating a tuple concurrently locked by another process
Alvaro Herrera
2014-04-24
*
Fix incorrect pg_proc.proallargtypes entries for two built-in functions.
Tom Lane
2014-04-23
*
Fix non-equivalence of VARIADIC and non-VARIADIC function call formats.
Tom Lane
2014-04-03
*
Avoid palloc in critical section in GiST WAL-logging.
Heikki Linnakangas
2014-04-03
*
Fix assorted issues in client host name lookup.
Tom Lane
2014-04-02
*
Stamp 9.3.4.
REL9_3_4
Tom Lane
2014-03-17
*
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-06
*
Allow regex operations to be terminated early by query cancel requests.
Tom Lane
2014-03-01
*
Stamp 9.3.3.
REL9_3_3
Tom Lane
2014-02-17
*
PGDLLIMPORT-ify MyBgworkerEntry.
Tom Lane
2014-02-17
*
Predict integer overflow to avoid buffer overruns.
Noah Misch
2014-02-17
*
Fix handling of wide datetime input/output.
Noah Misch
2014-02-17
*
Avoid repeated name lookups during table and index DDL.
Robert Haas
2014-02-17
*
Prevent privilege escalation in explicit calls to PL validators.
Noah Misch
2014-02-17
*
PGDLLIMPORT'ify DateStyle and IntervalStyle.
Tom Lane
2014-02-16
[next]