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 nasty performance problem in tsquery_rewrite().
Tom Lane
2016-10-30
*
Fix bogus tree-flattening logic in QTNTernary().
Tom Lane
2016-10-30
*
Improve speed of aggregates that use array_append as transition function.
Tom Lane
2016-10-30
*
If the stats collector dies during Hot Standby, restart it.
Robert Haas
2016-10-27
*
Fix possible pg_basebackup failure on standby with "include WAL".
Robert Haas
2016-10-27
*
Fix incorrect trigger-property updating in ALTER CONSTRAINT.
Tom Lane
2016-10-26
*
Translation updates
Peter Eisentraut
2016-10-24
*
Preserve commit timestamps across clean restart
Alvaro Herrera
2016-10-24
*
Avoid testing tuple visibility without buffer lock.
Tom Lane
2016-10-23
*
Don't throw serialization errors for self-conflicts in INSERT ON CONFLICT.
Tom Lane
2016-10-23
*
Avoid testing tuple visibility without buffer lock in RI_FKey_check().
Tom Lane
2016-10-23
*
Fix EXPLAIN so that it doesn't emit invalid XML in corner cases.
Tom Lane
2016-10-20
*
Suppress "Factory" zone in pg_timezone_names view for tzdata >= 2016g.
Tom Lane
2016-10-19
*
Fix WAL-logging of FSM and VM truncation.
Heikki Linnakangas
2016-10-19
*
Fix cidin() to handle values above 2^31 platform-independently.
Tom Lane
2016-10-18
*
Fix assorted integer-overflow hazards in varbit.c.
Tom Lane
2016-10-14
*
Fix handling of pgstat counters for TRUNCATE in a prepared transaction.
Tom Lane
2016-10-13
*
Fix another bug in merging of inherited CHECK constraints.
Tom Lane
2016-10-13
*
Try to find out the actual hugepage size when making a MAP_HUGETLB request.
Tom Lane
2016-10-13
*
Clean up handling of anonymous mmap'd shared-memory segment.
Tom Lane
2016-10-13
*
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
*
Do ClosePostmasterPorts() earlier in SubPostmasterMain().
Tom Lane
2016-10-01
*
Silence compiler warnings
Alvaro Herrera
2016-09-28
*
Include <sys/select.h> where needed
Alvaro Herrera
2016-09-27
*
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
*
Support OpenSSL 1.1.0.
Heikki Linnakangas
2016-09-15
*
Fix copy/pasto in file identification
Simon Riggs
2016-09-12
*
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 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 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
*
Fix pg_xlogdump so that it handles cross-page XLP_FIRST_IS_CONTRECORD record.
Fujii Masao
2016-08-29
*
Fix potential memory leakage from HandleParallelMessages().
Tom Lane
2016-08-26
*
Fix assorted small bugs in ThrowErrorData().
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
[next]