summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Move autogenerated array types out of the way during ALTER ... RENAME.Tom Lane2017-05-263-9/+98
* Fix pg_dump to not emit invalid SQL for an empty operator class.Tom Lane2017-05-261-1/+13
* Remove docs mention of PGREALM variableMagnus Hagander2017-05-261-16/+0
* Tighten checks for whitespace in functions that parse identifiers etc.Tom Lane2017-05-242-11/+12
* Update URLs in pgindent source and READMEMagnus Hagander2017-05-232-4/+4
* Fix precision and rounding issues in money multiplication and division.Tom Lane2017-05-214-8/+61
* Change documentation references to PG website to use https: not http:Tom Lane2017-05-2016-27/+27
* Fix typo in comment.Heikki Linnakangas2017-05-181-1/+1
* Make psql handle EOF during COPY FROM STDIN properly on all platforms.Tom Lane2017-05-171-1/+11
* Fix new warnings from GCC 7Peter Eisentraut2017-05-1521-60/+60
* Avoid superfluous work for commits during logical slot creation.Andres Freund2017-05-131-56/+68
* Fix race condition leading to hanging logical slot creation.Andres Freund2017-05-136-249/+221
* Avoid searching for callback functions in CallSyscacheCallbacks().Tom Lane2017-05-123-6/+40
* doc: update markup for release note "release date" blockBruce Momjian2017-05-1212-1264/+1264
* Reduce initial size of RelfilenodeMapHash.Tom Lane2017-05-121-1/+1
* Avoid searching for the target catcache in CatalogCacheIdInvalidate.Tom Lane2017-05-125-55/+64
* Honor PROVE_FLAGS environment settingAndrew Dunstan2017-05-122-2/+6
* Add libxml2 include path for MSVC buildsAndrew Dunstan2017-05-121-0/+1
* Increase MAX_SYSCACHE_CALLBACKS to provide more room for extensions.Tom Lane2017-05-111-1/+1
* psql: Add missing translation markersPeter Eisentraut2017-05-101-2/+2
* Ignore PQcancel errors properlyAlvaro Herrera2017-05-091-4/+4
* Stamp 9.4.12.REL9_4_12Tom Lane2017-05-086-21/+21
* Further patch rangetypes_selfuncs.c's statistics slot management.Tom Lane2017-05-083-12/+15
* Last-minute updates for release notes.Tom Lane2017-05-083-4/+409
* Fix possibly-uninitialized variable.Tom Lane2017-05-081-2/+2
* Match pg_user_mappings limits to information_schema.user_mapping_options.Noah Misch2017-05-085-8/+82
* Restore PGREQUIRESSL recognition in libpq.Noah Misch2017-05-082-0/+27
* Translation updatesPeter Eisentraut2017-05-0830-7431/+7472
* Add security checks to selectivity estimation functionsPeter Eisentraut2017-05-087-32/+376
* Release notes for 9.6.3, 9.5.7, 9.4.12, 9.3.17, 9.2.21.Tom Lane2017-05-073-1/+1107
* Guard against null t->tm_zone in strftime.c.Tom Lane2017-05-071-1/+2
* Install the "posixrules" timezone link in MSVC builds.Tom Lane2017-05-071-3/+8
* Restore fullname[] contents before falling through in pg_open_tzfile().Tom Lane2017-05-071-0/+1
* Allow queries submitted by postgres_fdw to be canceled.Robert Haas2017-05-063-40/+193
* Document current_role.Tom Lane2017-05-061-2/+20
* Allow MSVC to build with Tcl 8.6.Alvaro Herrera2017-05-051-8/+12
* Give nicer error message when connecting to a v10 server requiring SCRAM.Heikki Linnakangas2017-05-052-0/+15
* Fix cursor_to_xml in tableforest false modePeter Eisentraut2017-05-044-15/+71
* Remove useless and rather expensive stanza in matview regression test.Tom Lane2017-05-032-32/+0
* Improve performance of timezone loading, especially pg_timezone_names view.Tom Lane2017-05-023-8/+60
* Ensure commands in extension scripts see the results of preceding DDL.Tom Lane2017-05-021-0/+3
* Fix perl thinko in commit fed6df486dcaAndrew Dunstan2017-05-021-1/+1
* Update time zone data files to tzdata release 2017b.Tom Lane2017-05-0120-1307/+1063
* Allow vcregress.pl to run an arbitrary TAP test setAndrew Dunstan2017-05-011-17/+41
* Sync our copy of the timezone library with IANA release tzcode2017b.Tom Lane2017-04-307-99/+139
* Fix VALIDATE CONSTRAINT to consider NO INHERIT attribute.Robert Haas2017-04-283-2/+38
* Don't use on-disk snapshots for exported logical decoding snapshot.Andres Freund2017-04-273-9/+22
* Preserve required !catalog tuples while computing initial decoding snapshot.Andres Freund2017-04-278-18/+66
* Fix postmaster's handling of fork failure for a bgworker process.Tom Lane2017-04-241-40/+87
* Fix order of arguments to SubTransSetParent().Tom Lane2017-04-231-1/+1