summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Stamp 9.3.18.REL9_3_18Tom Lane2017-08-073-10/+10
* Translation updatesPeter Eisentraut2017-08-0745-11720/+11148
* Again match pg_user_mappings to information_schema.user_mapping_options.Noah Misch2017-08-074-823/+830
* Don't allow logging in with empty password.Heikki Linnakangas2017-08-072-23/+40
* Disallow SSL session tickets.Tom Lane2017-08-041-0/+8
* Add missing ALTER USER variantsPeter Eisentraut2017-08-031-3/+11
* Fix pg_dump/pg_restore to emit REFRESH MATERIALIZED VIEW commands last.Tom Lane2017-08-032-122/+260
* Silence warning from modern perl about unescaped bracesTom Lane2017-08-021-1/+1
* Fix comment.Tatsuo Ishii2017-08-011-1/+1
* PL/Perl portability fix: absorb relevant -D switches from Perl.Tom Lane2017-07-314-13/+43
* PL/Perl portability fix: avoid including XSUB.h in plperl.c.Tom Lane2017-07-315-130/+205
* 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-33/+33
* 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-2/+49
* 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
* Fix dumping of outer joins with empty qual lists.Tom Lane2017-07-203-0/+44
* Merge large_object.sql test into largeobject.source.Tom Lane2017-07-177-27/+32
* 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-1/+95
* 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-9/+69
* Reduce memory usage of tsvector type analyze function.Heikki Linnakangas2017-07-121-4/+17
* Fix variable and type name in comment.Heikki Linnakangas2017-07-121-2/+2
* Remove unnecessary braces, to match the surrounding style.Heikki Linnakangas2017-07-121-2/+0
* Fix multiple assignments to a column of a domain type.Tom Lane2017-07-113-4/+185
* On Windows, retry process creation if we fail to reserve shared memory.Tom Lane2017-07-101-7/+15
* Fix potential data corruption during freezeTeodor Sigaev2017-07-061-1/+1
* Treat clean shutdown of an SSL connection same as the non-SSL case.Heikki Linnakangas2017-07-031-3/+11
* Second try at fixing tcp_keepalives_idle option on Solaris.Tom Lane2017-06-282-89/+69
* Support tcp_keepalives_idle option on Solaris.Tom Lane2017-06-272-15/+48
* Re-allow SRFs and window functions within sub-selects within aggregates.Tom Lane2017-06-271-1/+1
* Don't lose walreceiver start requests due to race condition in postmaster.Tom Lane2017-06-261-7/+32
* Ignore old stats file timestamps when starting the stats collector.Tom Lane2017-06-261-0/+20
* Fix typo in commentAlvaro Herrera2017-06-221-1/+1
* Fix possibility of creating a "phantom" segment after promotion.Andres Freund2017-06-211-1/+1
* Fix materialized-view documentation oversights.Tom Lane2017-06-191-1/+1
* On Windows, make pg_dump use binary mode for compressed plain text output.Tom Lane2017-06-191-4/+4
* Fix dependency, when changing a function's argument/return type.Heikki Linnakangas2017-06-163-0/+80
* Fix low-probability leaks of PGresult objects in the backend.Tom Lane2017-06-151-4/+10
* Clear auth context correctly when re-connecting after failed auth attempt.Heikki Linnakangas2017-06-072-36/+47
* Remove leftover variable from previous commit.Andres Freund2017-06-051-1/+0
* Unify SIGHUP handling between normal and walsender backends.Andres Freund2017-06-054-33/+23
* Fix thinko in previous openssl changeAndrew Dunstan2017-06-051-1/+1
* Find openssl lib files in right directory for MSVCAndrew Dunstan2017-06-051-4/+14
* Always use -fPIC, not -fpic, when building shared libraries with gcc.Tom Lane2017-06-013-12/+3
* Try to ensure that stats collector's receive buffer size is at least 100KB.Tom Lane2017-05-291-0/+32