Commit Graph

43153 Commits (e662ef0f2e95d9da3df705ddaaff36b0c01c7acc)
 

Author SHA1 Message Date
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
Tom Lane e2c8100e60 Fix race condition in predicate-lock init code in EXEC_BACKEND builds. 8 years ago
Robert Haas 7086be6e36 When WCOs are present, disable direct foreign table modification. 8 years ago
Tom Lane b4af9e3f37 Ensure that pg_get_ruledef()'s output matches pg_get_viewdef()'s. 8 years ago
Tom Lane 278cb43411 Be more consistent about errors for opfamily member lookup failures. 8 years ago
Noah Misch bbbd9121e6 MSVC: Finish clean.bat build artifact coverage. 8 years ago
Noah Misch 71ad8000da MSVC: Accept tcl86.lib in addition to tcl86t.lib. 8 years ago
Tom Lane 93f039b494 Fix pg_dump's handling of event triggers. 8 years ago
Tom Lane ab2324fd46 Improve comments about partitioned hash table freelists. 8 years ago
Tom Lane 991c8b04fc Update expected results for collate.linux.utf8 regression test. 8 years ago
Alvaro Herrera de38489b92 Fix typo in comment 8 years ago
Tom Lane e22efaabf1 Doc: update versioning information in libpq.sgml. 8 years ago
Robert Haas a46fe6e8be pg_rewind: Fix some problems when copying files >2GB. 8 years ago
Tom Lane 88f48b57fd Stabilize postgres_fdw regression tests. 8 years ago
Robert Haas 063ff9210c pg_rewind: Fix busted sanity check. 8 years ago
Tom Lane 8bf58c0d9b Re-establish postgres_fdw connections after server or user mapping changes. 8 years ago
Teodor Sigaev 7e1fb4c59e Fix double shared memory allocation. 8 years ago
Dean Rasheed 68f785fd52 Make the new partition regression tests locale-independent. 8 years ago
Dean Rasheed d363d42bb9 Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds. 8 years ago
Tom Lane 866f4a7c21 In v10 release notes, call out sequence changes as a compatibility item. 8 years ago
Tom Lane ed3dc224e5 Doc: clarify description of degenerate NATURAL joins. 8 years ago