| Commit message (Expand) | Author | Age |
* | Stamp 9.5.5.REL9_5_5 | Tom Lane | 2016-10-24 |
* | Translation updates | Peter Eisentraut | 2016-10-24 |
* | Update release notes for last-minute commit timestamp fix. | Tom Lane | 2016-10-24 |
* | Preserve commit timestamps across clean restart | Alvaro Herrera | 2016-10-24 |
* | Release notes for 9.6.1, 9.5.5, 9.4.10, 9.3.15, 9.2.19, 9.1.24. | Tom Lane | 2016-10-23 |
* | 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 |
* | Improve documentation about use of Linux huge pages. | Tom Lane | 2016-10-22 |
* | Doc: wording tweak for PERL, PYTHON, TCLSH configuration variables. | Tom Lane | 2016-10-21 |
* | Fix EXPLAIN so that it doesn't emit invalid XML in corner cases. | Tom Lane | 2016-10-20 |
* | Sync our copy of the timezone library with IANA release tzcode2016h. | Tom Lane | 2016-10-20 |
* | Update time zone data files to tzdata release 2016h. | Tom Lane | 2016-10-20 |
* | Another portability fix for tzcode2016g update. | Tom Lane | 2016-10-19 |
* | Windows portability fix. | Tom Lane | 2016-10-19 |
* | Sync our copy of the timezone library with IANA release tzcode2016g. | Tom Lane | 2016-10-19 |
* | 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 |
* | Improve documentation for CREATE RECURSIVE VIEW. | Tom Lane | 2016-10-11 |
* | 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 |
* | Document has_type_privilege(). | Tom Lane | 2016-09-26 |
* | Install TAP test infrastructure so it's available for extension testing. | Tom Lane | 2016-09-23 |