index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
...
*
Suppress "Factory" zone in pg_timezone_names view for tzdata >= 2016g.
Tom Lane
2016-10-19
*
Update time zone data files to tzdata release 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
*
Revert addition of PGDLLEXPORT in PG_FUNCTION_INFO_V1 macro.
Tom Lane
2016-10-12
*
Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 macro.
Tom Lane
2016-10-12
*
Fix copy-pasto in comment.
Heikki Linnakangas
2016-10-12
*
In PQsendQueryStart(), avoid leaking any left-over async result.
Tom Lane
2016-10-10
*
Fix two bugs in merging of inherited CHECK constraints.
Tom Lane
2016-10-08
*
Remove user_relns() SRF from regression tests.
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
*
Make TAP test suites to work, when @INC does not contain current dir.
Heikki Linnakangas
2016-10-07
*
Don't allow both --source-server and --source-target args to pg_rewind.
Heikki Linnakangas
2016-10-07
*
Clear OpenSSL error queue after failed X509_STORE_load_locations() call.
Heikki Linnakangas
2016-10-07
*
Don't share SSL_CTX between libpq connections.
Heikki Linnakangas
2016-10-07
*
Disable synchronous commits in pg_rewind.
Heikki Linnakangas
2016-10-06
*
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
*
Enforce a specific order for probing library loadability in pg_upgrade.
Tom Lane
2016-10-03
*
Do ClosePostmasterPorts() earlier in SubPostmasterMain().
Tom Lane
2016-10-01
*
Retry opening new segments in pg_xlogdump --folllow
Magnus Hagander
2016-09-30
*
Silence compiler warnings
Alvaro Herrera
2016-09-28
*
worker_spi: Call pgstat_report_stat.
Robert Haas
2016-09-28
*
Include <sys/select.h> where needed
Alvaro Herrera
2016-09-27
*
Install TAP test infrastructure so it's available for extension testing.
Tom Lane
2016-09-23
*
Fix incorrect logic for excluding range constructor functions in pg_dump.
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
*
Fix pgbench's calculation of average latency, when -T is not used.
Heikki Linnakangas
2016-09-21
*
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 latency calculation when there are \sleep commands in the script.
Heikki Linnakangas
2016-09-19
*
MSVC: Include pg_recvlogical in client-only install.
Robert Haas
2016-09-19
*
Fix ecpg -? option on Windows, add -V alias for --version.
Heikki Linnakangas
2016-09-18
*
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
*
Improve unreachability recognition in elog() macro.
Tom Lane
2016-09-10
*
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
[prev]
[next]