Commit Graph

43166 Commits (80215156f9a10dfcacfcef15be35ebb0d79300b5)
 

Author SHA1 Message Date
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
Robert Haas 7086be6e36 When WCOs are present, disable direct foreign table modification. 9 years ago
Tom Lane b4af9e3f37 Ensure that pg_get_ruledef()'s output matches pg_get_viewdef()'s. 9 years ago
Tom Lane 278cb43411 Be more consistent about errors for opfamily member lookup failures. 9 years ago
Noah Misch bbbd9121e6 MSVC: Finish clean.bat build artifact coverage. 9 years ago
Noah Misch 71ad8000da MSVC: Accept tcl86.lib in addition to tcl86t.lib. 9 years ago
Tom Lane 93f039b494 Fix pg_dump's handling of event triggers. 9 years ago