aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Add support for ICU 4.2Peter Eisentraut2017-08-05
* Fix bug in deciding whether to scan newly-attached partition.Robert Haas2017-08-04
* Only kill sync workers at commit time in subscription DDLPeter Eisentraut2017-08-04
* hash: Immediately after a bucket split, try to clean the old bucket.Robert Haas2017-08-04
* Message style improvementsPeter Eisentraut2017-08-04
* hash: Increase the number of possible overflow bitmaps by 8x.Robert Haas2017-08-04
* Apply ALTER ... SET NOT NULL recursively in ALTER ... ADD PRIMARY KEY.Tom Lane2017-08-04
* Disallow SSL session tickets.Tom Lane2017-08-04
* Further unify ROLE and USER command grammar rulesPeter Eisentraut2017-08-03
* Fix pg_dump/pg_restore to emit REFRESH MATERIALIZED VIEW commands last.Tom Lane2017-08-03
* Fix build on zlib-less environmentsAlvaro Herrera2017-08-03
* Fix lock upgrade hazard in ATExecAttachPartition.Robert Haas2017-08-03
* Code beautification for ATExecAttachPartition.Robert Haas2017-08-03
* Allow a foreign table CHECK constraint to be initially NOT VALID.Robert Haas2017-08-03
* Improve ExecModifyTable comments.Robert Haas2017-08-03
* Teach map_partition_varattnos to handle whole-row expressions.Robert Haas2017-08-03
* Add new files to nls.mk and add translation markersPeter Eisentraut2017-08-02
* Fix pg_dump's errno checking for zlib I/OAlvaro Herrera2017-08-02
* Remove broken and useless entry-count printing in HASH_DEBUG code.Tom Lane2017-08-02
* Get a snapshot before COPY in table syncPeter Eisentraut2017-08-02
* Remove duplicate setting of SSL_OP_SINGLE_DH_USE option.Tom Lane2017-08-02
* Fix OBJECT_TYPE/OBJECT_DOMAIN confusionPeter Eisentraut2017-08-02
* Revert test case added by commit 1e165d05fe06a9072867607886f818bc255507db.Tom Lane2017-08-01
* Second try at getting useful errors out of newlocale/_create_locale.Tom Lane2017-08-01
* Suppress less info in regression tests using DROP CASCADE.Tom Lane2017-08-01
* Try to deliver a sane message for _create_locale() failure on Windows.Tom Lane2017-08-01
* Allow creation of C/POSIX collations without depending on libc behavior.Tom Lane2017-08-01
* Comment fix for partition_rbound_cmp().Dean Rasheed2017-08-01
* Fix comment.Tatsuo Ishii2017-08-01
* Fix typoPeter Eisentraut2017-07-31
* Fix typoPeter Eisentraut2017-07-31
* Always use 2048 bit DH parameters for OpenSSL ephemeral DH ciphers.Heikki Linnakangas2017-07-31
* Tighten coding for non-composite case in plperl's return_next.Tom Lane2017-07-31
* Fix function comment for dumpACL()Stephen Frost2017-07-31
* Add missing comment in postgresql.conf.Tatsuo Ishii2017-07-31
* Add missing comment in postgresql.conf.Tatsuo Ishii2017-07-31
* Add missing comment in postgresql.conf.Tatsuo Ishii2017-07-31
* Move ExecProcNode from dispatch to function pointer based model.Andres Freund2017-07-30
* Move interrupt checking from ExecProcNode() to executor nodes.Andres Freund2017-07-30
* Include publication owner's name in the output of \dRp+.Tom Lane2017-07-28
* PL/Perl portability fix: absorb relevant -D switches from Perl.Tom Lane2017-07-28
* PL/Perl portability fix: avoid including XSUB.h in plperl.c.Tom Lane2017-07-28
* Fix psql tab completion for CREATE USER MAPPING.Tom Lane2017-07-27
* Standardize describe.c's behavior for no-matching-objects a bit more.Tom Lane2017-07-27
* Avoid use of sprintf/snprintf in describe.c.Tom Lane2017-07-27
* Sync listDbRoleSettings() with the rest of the world.Tom Lane2017-07-27
* Fix very minor memory leaks in psql's command.c.Tom Lane2017-07-27
* Work around Msys weakness in Testlib.pm's command_like()Andrew Dunstan2017-07-26
* Clean up SQL emitted by psql/describe.c.Tom Lane2017-07-26
* Update copyright in recently added filesAlvaro Herrera2017-07-26