Commit Graph

43173 Commits (972b6ec20bf090a18145624f8092d2cb1715ab83)
 

Author SHA1 Message Date
Robert Haas 972b6ec20b Fix lock upgrade hazard in ATExecAttachPartition. 8 years ago
Robert Haas 583df3b5c5 Code beautification for ATExecAttachPartition. 8 years ago
Robert Haas 86705aa8c3 Allow a foreign table CHECK constraint to be initially NOT VALID. 8 years ago
Robert Haas 12a34f59bf Improve ExecModifyTable comments. 8 years ago
Robert Haas 610e8ebb0f Teach map_partition_varattnos to handle whole-row expressions. 8 years ago
Peter Eisentraut 5ff3d73813 Add new files to nls.mk and add translation markers 8 years ago
Alvaro Herrera 4d57e83816 Fix pg_dump's errno checking for zlib I/O 8 years ago
Tom Lane 80215156f9 Add pgtcl back to the list of externally-maintained client interfaces. 8 years ago
Tom Lane 9d4e566999 Remove broken and useless entry-count printing in HASH_DEBUG code. 8 years ago
Peter Eisentraut cf65201833 Get a snapshot before COPY in table sync 8 years ago
Tom Lane f352f91cbf Remove duplicate setting of SSL_OP_SINGLE_DH_USE option. 8 years ago
Peter Eisentraut 41cefbb6db Fix OBJECT_TYPE/OBJECT_DOMAIN confusion 8 years ago
Tom Lane 32ca22b02d Revert test case added by commit 1e165d05fe. 8 years ago
Tom Lane 514f613293 Second try at getting useful errors out of newlocale/_create_locale. 8 years ago
Tom Lane 8e7537261c Suppress less info in regression tests using DROP CASCADE. 8 years ago
Tom Lane 1e165d05fe Try to deliver a sane message for _create_locale() failure on Windows. 8 years ago
Peter Eisentraut c1bb787046 doc: Fix typo 8 years ago
Tom Lane f97256570f Allow creation of C/POSIX collations without depending on libc behavior. 8 years ago
Tom Lane b21c569cea Further improve consistency of configure's program searching. 8 years ago
Dean Rasheed 4de6216877 Comment fix for partition_rbound_cmp(). 8 years ago
Tatsuo Ishii e662ef0f2e Fix comment. 8 years ago
Peter Eisentraut 0b02e3f128 Fix typo 8 years ago
Peter Eisentraut f40254a799 Fix typo 8 years ago
Heikki Linnakangas 4427b515e6 Doc: add v10 release notes entries for the DH parameter changes. 8 years ago
Heikki Linnakangas c0a15e07cd Always use 2048 bit DH parameters for OpenSSL ephemeral DH ciphers. 8 years ago
Tom Lane dea6ba939f Doc: specify that the minimum supported version of Perl is 5.8.3. 8 years ago
Tom Lane 40b9f19217 Record full paths of programs sought by "configure". 8 years ago
Tom Lane b4cc35fbb7 Tighten coding for non-composite case in plperl's return_next. 8 years ago
Stephen Frost d2a51e3efc Fix function comment for dumpACL() 8 years ago
Tatsuo Ishii 393d47ed0f Add missing comment in postgresql.conf. 8 years ago
Tatsuo Ishii 8b015dd723 Add missing comment in postgresql.conf. 8 years ago
Tatsuo Ishii 9fe63092b5 Add missing comment in postgresql.conf. 8 years ago
Andres Freund cc9f08b6b8 Move ExecProcNode from dispatch to function pointer based model. 8 years ago
Andres Freund d47cfef711 Move interrupt checking from ExecProcNode() to executor nodes. 8 years ago
Tom Lane 9dea962b3e Include publication owner's name in the output of \dRp+. 8 years ago
Tom Lane 3c163a7fc7 PL/Perl portability fix: absorb relevant -D switches from Perl. 8 years ago
Tom Lane bebe174bb4 PL/Perl portability fix: avoid including XSUB.h in plperl.c. 8 years ago
Tom Lane 8d304072a2 Fix psql tab completion for CREATE USER MAPPING. 8 years ago
Tom Lane 77cb4a1d67 Standardize describe.c's behavior for no-matching-objects a bit more. 8 years ago
Tom Lane 1e2f941db1 Avoid use of sprintf/snprintf in describe.c. 8 years ago
Tom Lane b884f629dc Sync listDbRoleSettings() with the rest of the world. 8 years ago
Tom Lane dc4da3dc84 Fix very minor memory leaks in psql's command.c. 8 years ago
Andrew Dunstan efd7f8e365 Work around Msys weakness in Testlib.pm's command_like() 8 years ago
Tom Lane 50d2426f5a Clean up SQL emitted by psql/describe.c. 8 years ago
Alvaro Herrera 5e3254f086 Update copyright in recently added files 8 years ago
Alvaro Herrera 459c64d322 Fix concurrent locking of tuple update chain 8 years ago
Alvaro Herrera c28e4f4dc6 Remove obsolete comments about functional dependencies 8 years ago
Alvaro Herrera 54dacc7466 Make PostgresNode easily subclassable 8 years ago
Alvaro Herrera 9915de6c1c Fix race conditions in replication slot operations 8 years ago
Robert Haas 4132dbec69 Fix partitioning crashes during error reporting. 8 years ago