Commit Graph

43172 Commits (583df3b5c56258df2a03e08e3ef00aabe0cf306d)
 

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