summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Stamp 9.5.8.REL9_5_8Tom Lane2017-08-076-21/+21
* Translation updatesPeter Eisentraut2017-08-0758-15634/+16267
* Last-minute updates for release notes.Tom Lane2017-08-074-284/+540
* Require update permission for the large object written by lo_put().Tom Lane2017-08-073-0/+26
* Again match pg_user_mappings to information_schema.user_mapping_options.Noah Misch2017-08-075-35/+61
* Don't allow logging in with empty password.Heikki Linnakangas2017-08-072-21/+46
* Release notes for 9.6.4, 9.5.8, 9.4.13, 9.3.18, 9.2.22.Tom Lane2017-08-064-0/+1877
* Fix thinko introduced in 2bef06d516460 et al.Andres Freund2017-08-062-2/+2
* Add regression test for wide REPLICA IDENTITY FULL updates.Andres Freund2017-08-052-2/+9
* Disallow SSL session tickets.Tom Lane2017-08-041-0/+8
* Add missing ALTER USER variantsPeter Eisentraut2017-08-033-15/+17
* Fix pg_dump/pg_restore to emit REFRESH MATERIALIZED VIEW commands last.Tom Lane2017-08-032-131/+266
* Fix build on zlib-less environmentsAlvaro Herrera2017-08-031-0/+6
* Fix pg_dump's errno checking for zlib I/OAlvaro Herrera2017-08-024-5/+38
* Add pgtcl back to the list of externally-maintained client interfaces.Tom Lane2017-08-021-7/+28
* Silence warning from modern perl about unescaped bracesTom Lane2017-08-021-1/+1
* Fix comment.Tatsuo Ishii2017-08-011-1/+1
* Doc: specify that the minimum supported version of Perl is 5.8.3.Tom Lane2017-07-312-2/+4
* PL/Perl portability fix: absorb relevant -D switches from Perl.Tom Lane2017-07-318-15/+88
* PL/Perl portability fix: avoid including XSUB.h in plperl.c.Tom Lane2017-07-316-137/+210
* Add missing comment in postgresql.conf.Tatsuo Ishii2017-07-311-0/+1
* Add missing comment in postgresql.conf.Tatsuo Ishii2017-07-311-0/+1
* Fix psql tab completion for CREATE USER MAPPING.Tom Lane2017-07-271-1/+1
* Clean up SQL emitted by psql/describe.c.Tom Lane2017-07-261-34/+34
* Fix concurrent locking of tuple update chainAlvaro Herrera2017-07-261-4/+37
* Fix race condition in predicate-lock init code in EXEC_BACKEND builds.Tom Lane2017-07-241-8/+21
* Ensure that pg_get_ruledef()'s output matches pg_get_viewdef()'s.Tom Lane2017-07-243-5/+60
* MSVC: Accept tcl86.lib in addition to tcl86t.lib.Noah Misch2017-07-231-1/+1
* Fix pg_dump's handling of event triggers.Tom Lane2017-07-222-4/+16
* pg_rewind: Fix some problems when copying files >2GB.Robert Haas2017-07-211-12/+35
* Stabilize postgres_fdw regression tests.Tom Lane2017-07-212-2/+6
* pg_rewind: Fix busted sanity check.Robert Haas2017-07-211-2/+2
* Re-establish postgres_fdw connections after server or user mapping changes.Tom Lane2017-07-213-18/+170
* Doc: clarify description of degenerate NATURAL joins.Tom Lane2017-07-202-4/+7
* Fix dumping of outer joins with empty qual lists.Tom Lane2017-07-203-0/+44
* Doc: add missing note about permissions needed to change log_lock_waits.Tom Lane2017-07-191-0/+1
* Doc: explain dollar quoting in the intro part of the pl/pgsql chapter.Tom Lane2017-07-171-1/+19
* Merge large_object.sql test into largeobject.source.Tom Lane2017-07-177-36/+34
* fix typoAndrew Dunstan2017-07-161-1/+1
* Fix vcregress.pl PROVE_FLAGS bug in commit 93b7d9731fAndrew Dunstan2017-07-161-1/+10
* Fix pg_basebackup output to stdout on Windows.Heikki Linnakangas2017-07-142-2/+6
* Fix dumping of FUNCTION RTEs that contain non-function-call expressions.Tom Lane2017-07-133-2/+96
* Fix race between GetNewTransactionId and GetOldestActiveTransactionId.Heikki Linnakangas2017-07-131-8/+8
* Fix ruleutils.c for domain-over-array cases, too.Tom Lane2017-07-123-11/+81
* Reduce memory usage of tsvector type analyze function.Heikki Linnakangas2017-07-121-4/+17
* Avoid integer overflow while sifting-up a heap in tuplesort.c.Tom Lane2017-07-121-2/+7
* Fix variable and type name in comment.Heikki Linnakangas2017-07-121-2/+2
* Fix ordering of operations in SyncRepWakeQueue to avoid assertion failure.Heikki Linnakangas2017-07-121-6/+16
* Remove unnecessary braces, to match the surrounding style.Heikki Linnakangas2017-07-121-4/+0
* Fix multiple assignments to a column of a domain type.Tom Lane2017-07-113-4/+185