summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Stamp 9.4.6.REL9_4_6Tom Lane2016-02-086-21/+21
* Translation updatesPeter Eisentraut2016-02-0816-2926/+2984
* Last-minute updates for release notes.Tom Lane2016-02-084-0/+52
* Fix some regex issues with out-of-range characters and large char ranges.Tom Lane2016-02-086-18/+53
* Backpatch of 7a58d19b0 to 9.4, previously omitted.Andres Freund2016-02-082-4/+4
* Improve documentation about PRIMARY KEY constraints.Tom Lane2016-02-072-42/+44
* Release notes for 9.5.1, 9.4.6, 9.3.11, 9.2.15, 9.1.20.Tom Lane2016-02-074-0/+2725
* Force certain "pljava" custom GUCs to be PGC_SUSET.Noah Misch2016-02-051-0/+11
* Update time zone data files to tzdata release 2016a.Tom Lane2016-02-057-45/+73
* postgres_fdw: Avoid possible misbehavior when RETURNING tableoid column only.Robert Haas2016-02-043-7/+73
* When modifying a foreign table, initialize tableoid field properly.Robert Haas2016-02-041-0/+23
* In pg_dump, ensure that view triggers are processed after view rules.Tom Lane2016-02-043-0/+9
* Add hstore_to_jsonb() and hstore_to_jsonb_loose() to hstore documentation.Tom Lane2016-02-031-3/+23
* pgbench: Install guard against overflow when dividing by -1.Robert Haas2016-02-031-1/+29
* Fix IsValidJsonNumber() to notice trailing non-alphanumeric garbage.Tom Lane2016-02-033-29/+43
* Fix pg_description entries for jsonb_to_record() and jsonb_to_recordset().Tom Lane2016-02-021-2/+2
* Fix error in documentated use of mingw-w64 compilersAndrew Dunstan2016-01-301-1/+1
* Fix incorrect pattern-match processing in psql's \det command.Tom Lane2016-01-291-1/+2
* Fix syntax descriptions for replication commands in logicaldecoding.sgmlFujii Masao2016-01-291-2/+2
* Fix startup so that log prefix %h works for the log_connections message.Tom Lane2016-01-261-6/+8
* Properly install dynloader.h on MSVC buildsBruce Momjian2016-01-194-6/+12
* Fix spelling mistake.Robert Haas2016-01-141-1/+1
* Properly close token in sspi authenticationMagnus Hagander2016-01-141-0/+2
* Handle extension members when first setting object dump flags in pg_dump.Tom Lane2016-01-133-163/+312
* Avoid dump/reload problems when using both plpython2 and plpython3.Tom Lane2016-01-111-10/+71
* Clean up some lack-of-STRICT issues in the core code, too.Tom Lane2016-01-092-47/+45
* Clean up code for widget_in() and widget_out().Tom Lane2016-01-091-12/+11
* Add STRICT to some C functions created by the regression tests.Tom Lane2016-01-092-12/+12
* Fix unobvious interaction between -X switch and subdirectory creation.Tom Lane2016-01-071-13/+24
* Fix one more TAP test to use standard command-line argument ordering.Tom Lane2016-01-071-1/+1
* Use plain mkdir() not pg_mkdir_p() to create subdirectories of PGDATA.Tom Lane2016-01-071-27/+22
* Windows: Make pg_ctl reliably detect service statusAlvaro Herrera2016-01-071-1/+159
* Sort $(wildcard) output where needed for reproducible build output.Tom Lane2016-01-051-1/+1
* Fix treatment of *lpNumberOfBytesRecvd == 0: that's a completion condition.Tom Lane2016-01-041-21/+16
* Teach pg_dump to quote reloption values safely.Tom Lane2016-01-022-38/+128
* Fix overly-strict assertions in spgtextproc.c.Tom Lane2016-01-021-6/+8
* Adjust back-branch release note description of commits a2a718b22 et al.Tom Lane2016-01-024-8/+8
* Update copyright for 2016Bruce Momjian2016-01-022-4/+4
* Teach flatten_reloptions() to quote option values safely.Tom Lane2016-01-011-11/+52
* Add some more defenses against silly estimates to gincostestimate().Tom Lane2016-01-011-29/+52
* Put back one copyObject() in rewriteTargetView().Tom Lane2015-12-291-0/+7
* Document the exponentiation operator as associating left to right.Tom Lane2015-12-281-1/+1
* Update documentation about pseudo-types.Tom Lane2015-12-281-4/+14
* Fix translation domain in pg_basebackupAlvaro Herrera2015-12-282-2/+2
* Add forgotten CHECK_FOR_INTERRUPT calls in pgcrypto's crypt()Alvaro Herrera2015-12-272-0/+6
* Fix factual and grammatical errors in comments for struct _tableInfo.Tom Lane2015-12-241-5/+5
* In pg_dump, remember connection passwords no matter how we got them.Tom Lane2015-12-231-17/+35
* Rework internals of changing a type's ownershipAlvaro Herrera2015-12-216-73/+97
* adjust ACL owners for REASSIGN and ALTER OWNER TOAlvaro Herrera2015-12-213-64/+161
* Make viewquery a copy in rewriteTargetView()Stephen Frost2015-12-213-12/+133