summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2017-07-27Work around Msys weakness in Testlib.pm's command_like()Andrew Dunstan
2017-07-26Clean up SQL emitted by psql/describe.c.Tom Lane
2017-07-26Update copyright in recently added filesAlvaro Herrera
2017-07-26Fix concurrent locking of tuple update chainAlvaro Herrera
2017-07-26Remove obsolete comments about functional dependenciesAlvaro Herrera
2017-07-25Make PostgresNode easily subclassableAlvaro Herrera
2017-07-25Fix race conditions in replication slot operationsAlvaro Herrera
2017-07-24Fix partitioning crashes during error reporting.Robert Haas
2017-07-24Fix race condition in predicate-lock init code in EXEC_BACKEND builds.Tom Lane
2017-07-24When WCOs are present, disable direct foreign table modification.Robert Haas
2017-07-24Ensure that pg_get_ruledef()'s output matches pg_get_viewdef()'s.Tom Lane
2017-07-24Be more consistent about errors for opfamily member lookup failures.Tom Lane
2017-07-24MSVC: Finish clean.bat build artifact coverage.Noah Misch
2017-07-24MSVC: Accept tcl86.lib in addition to tcl86t.lib.Noah Misch
2017-07-23Fix pg_dump's handling of event triggers.Tom Lane
2017-07-22Improve comments about partitioned hash table freelists.Tom Lane
2017-07-22Update expected results for collate.linux.utf8 regression test.Tom Lane
2017-07-22Fix typo in commentAlvaro Herrera
2017-07-21pg_rewind: Fix some problems when copying files >2GB.Robert Haas
2017-07-21pg_rewind: Fix busted sanity check.Robert Haas
2017-07-21Fix double shared memory allocation.Teodor Sigaev
2017-07-21Make the new partition regression tests locale-independent.Dean Rasheed
2017-07-21Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds.Dean Rasheed
2017-07-20Fix dumping of outer joins with empty qual lists.Tom Lane
2017-07-19Add static assertions about pg_control fitting into one disk sector.Tom Lane