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
*
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
*
Separate multixact freezing parameters from xid's
Alvaro Herrera
2014-02-13
*
Enable building with Visual Studion 2013.
Andrew Dunstan
2014-01-26
*
Fix multiple bugs in index page locking during hot-standby WAL replay.
Tom Lane
2014-01-14
*
Disallow LATERAL references to the target table of an UPDATE/DELETE.
Tom Lane
2014-01-11
*
Handle wraparound during truncation in multixact/members
Alvaro Herrera
2014-01-02
*
Don't ignore tuple locks propagated by our updates
Alvaro Herrera
2013-12-18
*
Rework tuple freezing protocol
Alvaro Herrera
2013-12-16
*
Stamp 9.3.2.
REL9_3_2
Tom Lane
2013-12-02
*
Truncate pg_multixact/'s contents during crash recovery
Alvaro Herrera
2013-11-29
[next]