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