aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix wording in amvalidate error messagesAlvaro Herrera2017-05-30
* Try to ensure that stats collector's receive buffer size is at least 100KB.Tom Lane2017-05-29
* Prevent running pg_resetwal/pg_resetxlog against wrong-version data dirs.Tom Lane2017-05-29
* Allow NumericOnly to be "+ FCONST".Tom Lane2017-05-29
* Move autogenerated array types out of the way during ALTER ... RENAME.Tom Lane2017-05-26
* Fix pg_dump to not emit invalid SQL for an empty operator class.Tom Lane2017-05-26
* Remove docs mention of PGREALM variableMagnus Hagander2017-05-26
* Tighten checks for whitespace in functions that parse identifiers etc.Tom Lane2017-05-24
* 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