aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Stamp 9.5.5.REL9_5_5Tom Lane2016-10-24
* Translation updatesPeter Eisentraut2016-10-24
* Update release notes for last-minute commit timestamp fix.Tom Lane2016-10-24
* Preserve commit timestamps across clean restartAlvaro Herrera2016-10-24
* Release notes for 9.6.1, 9.5.5, 9.4.10, 9.3.15, 9.2.19, 9.1.24.Tom Lane2016-10-23
* Avoid testing tuple visibility without buffer lock.Tom Lane2016-10-23
* Don't throw serialization errors for self-conflicts in INSERT ON CONFLICT.Tom Lane2016-10-23
* Avoid testing tuple visibility without buffer lock in RI_FKey_check().Tom Lane2016-10-23
* Improve documentation about use of Linux huge pages.Tom Lane2016-10-22
* Doc: wording tweak for PERL, PYTHON, TCLSH configuration variables.Tom Lane2016-10-21
* Fix EXPLAIN so that it doesn't emit invalid XML in corner cases.Tom Lane2016-10-20
* Sync our copy of the timezone library with IANA release tzcode2016h.Tom Lane2016-10-20
* Update time zone data files to tzdata release 2016h.Tom Lane2016-10-20
* Another portability fix for tzcode2016g update.Tom Lane2016-10-19
* Windows portability fix.Tom Lane2016-10-19
* Sync our copy of the timezone library with IANA release tzcode2016g.Tom Lane2016-10-19
* 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
* Improve documentation for CREATE RECURSIVE VIEW.Tom Lane2016-10-11
* 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
* Document has_type_privilege().Tom Lane2016-09-26
* Install TAP test infrastructure so it's available for extension testing.Tom Lane2016-09-23