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
*
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
*
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 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.1.14.
REL9_1_14
Tom Lane
2014-07-21
*
Fix REASSIGN OWNED for text search objects
Alvaro Herrera
2014-07-15
*
Avoid leaking memory while evaluating arguments for a table function.
Tom Lane
2014-06-19
*
Add mkdtemp() to libpgport.
Noah Misch
2014-06-14
*
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
*
Fix incorrect pg_proc.proallargtypes entries for two built-in functions.
Tom Lane
2014-04-23
*
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.1.13.
REL9_1_13
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.1.12.
REL9_1_12
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
*
Fix multiple bugs in index page locking during hot-standby WAL replay.
Tom Lane
2014-01-14
*
Stamp 9.1.11.
REL9_1_11
Tom Lane
2013-12-02
*
Fix incomplete backpatch of pg_multixact truncation changes to <= 9.2
Alvaro Herrera
2013-12-02
*
Fix array slicing of int2vector and oidvector values.
Tom Lane
2013-11-23
*
Fix race condition in GIN posting tree page deletion.
Heikki Linnakangas
2013-11-08
*
Fix generation of MergeAppend plans for optimized min/max on expressions.
Tom Lane
2013-11-07
*
Fix some odd behaviors when using a SQL-style simple GMT offset timezone.
Tom Lane
2013-11-01
*
Stamp 9.1.10.
REL9_1_10
Peter Eisentraut
2013-10-07
*
Eliminate xmin from hash tag for predicate locks on heap tuples.
Kevin Grittner
2013-10-07
*
Unconditionally use the WSA equivalents of Socket error constants.
Andrew Dunstan
2013-08-26
*
In locate_grouping_columns(), don't expect an exact match of Var typmods.
Tom Lane
2013-08-23
*
Change post-rewriter representation of dropped columns in joinaliasvars.
Tom Lane
2013-07-23
*
Fix include-guard
Magnus Hagander
2013-07-07
*
Ensure no xid gaps during Hot Standby startup
Simon Riggs
2013-06-23
*
Fix typo in comment.
Robert Haas
2013-05-23
*
Fix crash on compiling a regular expression with more than 32k colors.
Heikki Linnakangas
2013-04-04
*
Stamp 9.1.9.
REL9_1_9
Tom Lane
2013-04-01
*
Fix insecure parsing of server command-line switches.
Tom Lane
2013-04-01
*
Make REPLICATION privilege checks test current user not authenticated user.
Tom Lane
2013-04-01
*
Fix to_char() to use ASCII-only case-folding rules where appropriate.
Tom Lane
2013-03-05
*
Document and clean up gistsplit.c.
Tom Lane
2013-02-10
[next]