aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Fix typo in commentMagnus Hagander2016-11-14
* Fix duplication in ALTER MATERIALIZE VIEW synopsisAlvaro Herrera2016-11-14
* Re-allow user_catalog_table option for materialized views.Tom Lane2016-11-10
* Fix typoMagnus Hagander2016-11-08
* Band-aid fix for incorrect use of view options as StdRdOptions.Tom Lane2016-11-07
* pg_rewing pg_upgrade: Fix translation markersPeter Eisentraut2016-11-07
* Fix handling of symlinked pg_stat_tmp and pg_replslotMagnus Hagander2016-11-07
* Rationalize and document pltcl's handling of magic ".tupno" array element.Tom Lane2016-11-06
* Need to do SPI_push/SPI_pop around expression evaluation in plpgsql.Tom Lane2016-11-06
* More zic cleanup.Tom Lane2016-11-06
* Remove duplicate macro definition.Tom Lane2016-11-05
* Back-patch portability fixes for contrib/pageinspect/ginfuncs.c.Tom Lane2016-11-04
* Sync our copy of the timezone library with IANA tzcode master.Tom Lane2016-11-04
* Fix portability bug in gin_page_opaque_info().Tom Lane2016-11-02
* Fix nasty performance problem in tsquery_rewrite().Tom Lane2016-10-30
* Fix bogus tree-flattening logic in QTNTernary().Tom Lane2016-10-30
* Improve speed of aggregates that use array_append as transition function.Tom Lane2016-10-30
* If the stats collector dies during Hot Standby, restart it.Robert Haas2016-10-27
* Fix possible pg_basebackup failure on standby with "include WAL".Robert Haas2016-10-27
* Fix incorrect trigger-property updating in ALTER CONSTRAINT.Tom Lane2016-10-26
* Fix not-HAVE_SYMLINK code in zic.c.Tom Lane2016-10-26
* Doc: improve documentation about inheritance.Tom Lane2016-10-26
* 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