aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Suppress "Factory" zone in pg_timezone_names view for tzdata >= 2016g.Tom Lane2016-10-19
* Update time zone data files to tzdata release 2016g.Tom Lane2016-10-19
* Fix WAL-logging of FSM and VM truncation.Heikki Linnakangas2016-10-19
* Fix cidin() to handle values above 2^31 platform-independently.Tom Lane2016-10-18
* Fix assorted integer-overflow hazards in varbit.c.Tom Lane2016-10-14
* Fix handling of pgstat counters for TRUNCATE in a prepared transaction.Tom Lane2016-10-13
* Fix another bug in merging of inherited CHECK constraints.Tom Lane2016-10-13
* Try to find out the actual hugepage size when making a MAP_HUGETLB request.Tom Lane2016-10-13
* Clean up handling of anonymous mmap'd shared-memory segment.Tom Lane2016-10-13
* Revert addition of PGDLLEXPORT in PG_FUNCTION_INFO_V1 macro.Tom Lane2016-10-12
* Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 macro.Tom Lane2016-10-12
* Fix copy-pasto in comment.Heikki Linnakangas2016-10-12
* In PQsendQueryStart(), avoid leaking any left-over async result.Tom Lane2016-10-10
* Fix two bugs in merging of inherited CHECK constraints.Tom Lane2016-10-08
* Remove user_relns() SRF from regression tests.Tom Lane2016-10-08
* libpqwalreceiver needs to link with libintl when using --enable-nls.Tom Lane2016-10-07
* Fix fallback implementation of pg_atomic_write_u32().Andres Freund2016-10-07
* Make TAP test suites to work, when @INC does not contain current dir.Heikki Linnakangas2016-10-07
* Don't allow both --source-server and --source-target args to pg_rewind.Heikki Linnakangas2016-10-07
* Clear OpenSSL error queue after failed X509_STORE_load_locations() call.Heikki Linnakangas2016-10-07
* Don't share SSL_CTX between libpq connections.Heikki Linnakangas2016-10-07
* Disable synchronous commits in pg_rewind.Heikki Linnakangas2016-10-06
* Correct logical decoding restore behaviour for subtransactions.Andres Freund2016-10-03
* Show a sensible value in pg_settings.unit for GUC_UNIT_XSEGS variables.Tom Lane2016-10-03
* Fix RLS with COPY (col1, col2) FROM tabStephen Frost2016-10-03
* Enforce a specific order for probing library loadability in pg_upgrade.Tom Lane2016-10-03
* Do ClosePostmasterPorts() earlier in SubPostmasterMain().Tom Lane2016-10-01
* Retry opening new segments in pg_xlogdump --folllowMagnus Hagander2016-09-30
* Silence compiler warningsAlvaro Herrera2016-09-28
* worker_spi: Call pgstat_report_stat.Robert Haas2016-09-28
* Include <sys/select.h> where neededAlvaro Herrera2016-09-27
* Install TAP test infrastructure so it's available for extension testing.Tom Lane2016-09-23
* Fix incorrect logic for excluding range constructor functions in pg_dump.Tom Lane2016-09-23
* Don't trust CreateFileMapping() to clear the error code on success.Tom Lane2016-09-23
* Avoid using PostmasterRandom() for DSM control segment ID.Tom Lane2016-09-23
* Be sure to rewind the tuplestore read pointer in non-leader CTEScan nodes.Tom Lane2016-09-22
* Fix pgbench's calculation of average latency, when -T is not used.Heikki Linnakangas2016-09-21
* Use PostmasterRandom(), not random(), for DSM control segment ID.Robert Haas2016-09-20
* Retry DSM control segment creation if Windows indicates access denied.Robert Haas2016-09-20
* Fix outdated comments, GIST search queue is not an RBTree anymore.Heikki Linnakangas2016-09-20
* Fix latency calculation when there are \sleep commands in the script.Heikki Linnakangas2016-09-19
* MSVC: Include pg_recvlogical in client-only install.Robert Haas2016-09-19
* Fix ecpg -? option on Windows, add -V alias for --version.Heikki Linnakangas2016-09-18
* Fix building with LibreSSL.Heikki Linnakangas2016-09-15
* Support OpenSSL 1.1.0.Heikki Linnakangas2016-09-15
* Fix copy/pasto in file identificationSimon Riggs2016-09-12
* Improve unreachability recognition in elog() macro.Tom Lane2016-09-10
* Fix miserable coding in pg_stat_get_activity().Tom Lane2016-09-10
* Fix locking a tuple updated by an aborted (sub)transactionAlvaro Herrera2016-09-09
* Fix VACUUM_TRUNCATE_LOCK_WAIT_INTERVALSimon Riggs2016-09-09