index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Fix incorrect handling of polymorphic aggregates used as window functions.
Tom Lane
2016-10-09
*
Fix two bugs in merging of inherited CHECK constraints.
Tom Lane
2016-10-08
*
libpqwalreceiver needs to link with libintl when using --enable-nls.
Tom Lane
2016-10-07
*
Fix fallback implementation of pg_atomic_write_u32().
Andres Freund
2016-10-07
*
Correct logical decoding restore behaviour for subtransactions.
Andres Freund
2016-10-03
*
Show a sensible value in pg_settings.unit for GUC_UNIT_XSEGS variables.
Tom Lane
2016-10-03
*
Fix RLS with COPY (col1, col2) FROM tab
Stephen Frost
2016-10-03
*
Add ALTER EXTENSION ADD/DROP ACCESS METHOD, and use it in pg_upgrade.
Tom Lane
2016-10-02
*
Do ClosePostmasterPorts() earlier in SubPostmasterMain().
Tom Lane
2016-10-01
*
Silence compiler warnings
Alvaro Herrera
2016-09-28
*
Fix dangling pointer problem in ReorderBufferSerializeChange.
Robert Haas
2016-09-28
*
Include <sys/select.h> where needed
Alvaro Herrera
2016-09-27
*
Translation updates
Peter Eisentraut
2016-09-26
*
Remove useless code.
Tom Lane
2016-09-23
*
Don't trust CreateFileMapping() to clear the error code on success.
Tom Lane
2016-09-23
*
Avoid using PostmasterRandom() for DSM control segment ID.
Tom Lane
2016-09-23
*
Be sure to rewind the tuplestore read pointer in non-leader CTEScan nodes.
Tom Lane
2016-09-22
*
Use PostmasterRandom(), not random(), for DSM control segment ID.
Robert Haas
2016-09-20
*
Retry DSM control segment creation if Windows indicates access denied.
Robert Haas
2016-09-20
*
Fix outdated comments, GIST search queue is not an RBTree anymore.
Heikki Linnakangas
2016-09-20
*
Fix building with LibreSSL.
Heikki Linnakangas
2016-09-15
*
Make min_parallel_relation_size's default value platform-independent.
Tom Lane
2016-09-15
*
Support OpenSSL 1.1.0.
Heikki Linnakangas
2016-09-15
*
Fix and clarify comments on replacement selection.
Heikki Linnakangas
2016-09-15
*
Fix copy/pasto in file identification
Simon Riggs
2016-09-12
*
Raise max setting of checkpoint_timeout to 1d
Simon Riggs
2016-09-11
*
Fix miserable coding in pg_stat_get_activity().
Tom Lane
2016-09-10
*
Fix locking a tuple updated by an aborted (sub)transaction
Alvaro Herrera
2016-09-09
*
Fix corruption of 2PC recovery with subxacts
Simon Riggs
2016-09-09
*
Fix VACUUM_TRUNCATE_LOCK_WAIT_INTERVAL
Simon Riggs
2016-09-09
*
Fix mdtruncate() to close fd.c handle of deleted segments.
Andres Freund
2016-09-08
*
Fix minor memory leak in Standby startup
Simon Riggs
2016-09-08
*
Guard against possible memory allocation botch in batchmemtuples().
Tom Lane
2016-09-06
*
Fix corrupt GIN_SEGMENT_ADDITEMS WAL records on big-endian hardware.
Tom Lane
2016-09-03
*
Don't require dynamic timezone abbreviations to match underlying time zone.
Tom Lane
2016-09-02
*
Prevent starting a standalone backend with standby_mode on.
Tom Lane
2016-08-31
*
Translation updates
Peter Eisentraut
2016-08-29
*
Fix pg_xlogdump so that it handles cross-page XLP_FIRST_IS_CONTRECORD record.
Fujii Masao
2016-08-29
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
*
Add a nonlocalized version of the severity field to client error messages.
Tom Lane
2016-08-26
*
Fix potential memory leakage from HandleParallelMessages().
Tom Lane
2016-08-26
*
Put static forward declarations in elog.c back into same order as code.
Tom Lane
2016-08-26
*
Fix assorted small bugs in ThrowErrorData().
Tom Lane
2016-08-26
*
Fix logic for adding "parallel worker" context line to worker errors.
Tom Lane
2016-08-26
*
Fix small query-lifespan memory leak in bulk updates.
Tom Lane
2016-08-24
*
Fix improper repetition of previous results from a hashed aggregate.
Tom Lane
2016-08-24
*
Suppress compiler warnings in non-cassert builds.
Tom Lane
2016-08-23
*
Fix possible sorting error when aborting use of abbreviated keys.
Robert Haas
2016-08-22
*
Guard against parallel-restricted functions in VALUES expressions.
Tom Lane
2016-08-19
*
reorderbuffer: preserve errno while reporting error
Alvaro Herrera
2016-08-19
[next]