aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Update URLs in pgindent source and READMEMagnus Hagander2017-05-23
* Fix precision and rounding issues in money multiplication and division.Tom Lane2017-05-21
* Change documentation references to PG website to use https: not http:Tom Lane2017-05-20
* Fix typo in comment.Heikki Linnakangas2017-05-18
* Make psql handle EOF during COPY FROM STDIN properly on all platforms.Tom Lane2017-05-17
* Fix new warnings from GCC 7Peter Eisentraut2017-05-16
* In SSL tests, don't scribble on permissions of a repo file.Tom Lane2017-05-15
* Fix unsafe reference into relcache in constructed CommentStmt.Tom Lane2017-05-15
* Make stats regression test more robust in the face of parallel query.Tom Lane2017-05-14
* Suppress indentation from Data::Dumper in regression testsAndrew Dunstan2017-05-14
* Avoid superfluous work for commits during logical slot creation.Andres Freund2017-05-13
* Fix race condition leading to hanging logical slot creation.Andres Freund2017-05-13
* Avoid searching for callback functions in CallSyscacheCallbacks().Tom Lane2017-05-12
* doc: update markup for release note "release date" blockBruce Momjian2017-05-12
* Reduce initial size of RelfilenodeMapHash.Tom Lane2017-05-12
* Avoid searching for the target catcache in CatalogCacheIdInvalidate.Tom Lane2017-05-12
* Honor PROVE_FLAGS environment settingAndrew Dunstan2017-05-12
* Add libxml2 include path for MSVC buildsAndrew Dunstan2017-05-12
* Doc fix: scale(numeric) returns integer, not numeric.Tom Lane2017-05-11
* Increase MAX_SYSCACHE_CALLBACKS to provide more room for extensions.Tom Lane2017-05-11
* psql: Add missing translation markersPeter Eisentraut2017-05-10
* Ignore PQcancel errors properlyAlvaro Herrera2017-05-09
* Stamp 9.6.3.REL9_6_3Tom Lane2017-05-08
* Further patch rangetypes_selfuncs.c's statistics slot management.Tom Lane2017-05-08
* Last-minute updates for release notes.Tom Lane2017-05-08
* Fix possibly-uninitialized variable.Tom Lane2017-05-08
* Match pg_user_mappings limits to information_schema.user_mapping_options.Noah Misch2017-05-08
* Restore PGREQUIRESSL recognition in libpq.Noah Misch2017-05-08
* Translation updatesPeter Eisentraut2017-05-08
* Add security checks to selectivity estimation functionsPeter Eisentraut2017-05-08
* Release notes for 9.6.3, 9.5.7, 9.4.12, 9.3.17, 9.2.21.Tom Lane2017-05-07
* Guard against null t->tm_zone in strftime.c.Tom Lane2017-05-07
* Install the "posixrules" timezone link in MSVC builds.Tom Lane2017-05-07
* Restore fullname[] contents before falling through in pg_open_tzfile().Tom Lane2017-05-07
* pg_dump: Don't leak memory in buildDefaultACLCommands()Stephen Frost2017-05-06
* RLS: Fix ALL vs. SELECT+UPDATE policy usageStephen Frost2017-05-06
* Document current_role.Tom Lane2017-05-06
* Allow MSVC to build with Tcl 8.6.Alvaro Herrera2017-05-05
* Give nicer error message when connecting to a v10 server requiring SCRAM.Heikki Linnakangas2017-05-05
* Fix cursor_to_xml in tableforest false modePeter Eisentraut2017-05-04
* Fix pfree-of-already-freed-tuple when rescanning a GiST index-only scan.Tom Lane2017-05-04
* Remove useless and rather expensive stanza in matview regression test.Tom Lane2017-05-03
* Improve performance of timezone loading, especially pg_timezone_names view.Tom Lane2017-05-02
* Ensure commands in extension scripts see the results of preceding DDL.Tom Lane2017-05-02
* Fix perl thinko in commit fed6df486dcaAndrew Dunstan2017-05-02
* Update time zone data files to tzdata release 2017b.Tom Lane2017-05-01
* Allow vcregress.pl to run an arbitrary TAP test setAndrew Dunstan2017-05-01
* Sync our copy of the timezone library with IANA release tzcode2017b.Tom Lane2017-04-30
* doc: Fix typo in 9.6 release notesPeter Eisentraut2017-04-28
* Fix VALIDATE CONSTRAINT to consider NO INHERIT attribute.Robert Haas2017-04-28