Commit Graph

30289 Commits (0332993c4e14f13b211f41535f77aadb305fd354)

Author SHA1 Message Date
Heikki Linnakangas 493490cbcb Silence warning about uninitialized 'ret' variable on some compilers. 9 years ago
Peter Eisentraut e11e24b1ed Formatting improvements in config file samples 9 years ago
Peter Eisentraut 8c9387c55e Update code comments 9 years ago
Peter Eisentraut dabbe8d564 Fix typo 9 years ago
Peter Eisentraut 57f2ff00d7 psql: Update tab completion for ALTER SUBSCRIPTION 9 years ago
Peter Eisentraut 8dc7c33812 Improve tablesync behavior with concurrent changes 9 years ago
Heikki Linnakangas 76b11e8a43 Give a better error message on invalid hostaddr option. 9 years ago
Heikki Linnakangas 67d370e619 Fix script name in README. 9 years ago
Andres Freund 2c48f5db64 Use standard interrupt handling in logical replication launcher. 9 years ago
Andres Freund 5fd56b9f5b Again report a useful error message when walreceiver's connection closes. 9 years ago
Andrew Dunstan f7e6853e1a Mark to_tsvector(regconfig,json[b]) functions immutable 9 years ago
Tom Lane 5bab1985df Fix bit-rot in pg_upgrade's test.sh, and improve documentation. 9 years ago
Heikki Linnakangas e3df8f8b93 Improve authentication error messages. 9 years ago
Peter Eisentraut 7ff9812f9a Put new command-line options in alphabetical order 9 years ago
Robert Haas 0eac8e7ff7 Add statistics subdirectory to Makefile. 9 years ago
Peter Eisentraut 644ea35fc1 Fix updating of pg_subscription_rel from workers 9 years ago
Robert Haas 15ce775faa Prevent BEFORE triggers from violating partitioning constraints. 9 years ago
Heikki Linnakangas e6c33d594a Clear auth context correctly when re-connecting after failed auth attempt. 9 years ago
Heikki Linnakangas 3344582e6f Fix double-free bug in GSS authentication. 9 years ago
Peter Eisentraut d4bfc06e29 Consistently use subscription name as application name 9 years ago
Andres Freund 9206ced1dc Clean up latch related code. 9 years ago
Peter Eisentraut e3a815d2fa Improve handover logic between sync and apply workers 9 years ago
Robert Haas 79c4fa0f62 Fix some cases of "the the" split across two lines. 9 years ago
Robert Haas 3106829513 Use NIL rather than NULL to represent an empty list. 9 years ago
Robert Haas 2186b608b3 Clean up partcollation handling for OID 0. 9 years ago
Andres Freund c1abe6c786 Wire up query cancel interrupt for walsender backends. 9 years ago
Andres Freund 6e1dd2773e Unify SIGHUP handling between normal and walsender backends. 9 years ago
Andres Freund c6c3334364 Prevent possibility of panics during shutdown checkpoint. 9 years ago
Andres Freund 47fd420fb4 Have walsenders participate in procsignal infrastructure. 9 years ago
Andres Freund 703f148e98 Revert "Prevent panic during shutdown checkpoint" 9 years ago
Peter Eisentraut 41a21bf9b4 Don't set application_name in logical replication workers 9 years ago
Peter Eisentraut 9907b55ceb Fix ALTER SUBSCRIPTION grammar ambiguity 9 years ago
Peter Eisentraut 06bfb801c7 Ignore WL_POSTMASTER_DEATH latch event in single user mode 9 years ago
Andrew Dunstan 2e02136fe6 Fix thinko in previous openssl change 9 years ago
Andres Freund c25ed20067 Fix record length computation in pg_waldump/xlogdump. 9 years ago
Tom Lane 3e60c6f723 Code review for shm_toc.h/.c. 9 years ago
Andrew Dunstan 614350a3ab Find openssl lib files in right directory for MSVC 9 years ago
Tom Lane d466335064 Don't be so trusting that shm_toc_lookup() will always succeed. 9 years ago
Heikki Linnakangas af51fea039 Fix typo in error message. 9 years ago
Heikki Linnakangas 553e16951c Fix comments in simplehash.h. 9 years ago
Tom Lane e7941a9766 Replace over-optimistic Assert in partitioning code with a runtime test. 9 years ago
Tom Lane 9db7d47f90 #ifdef out assorted unused GEQO code. 9 years ago
Tom Lane 0d18852666 Disallow CREATE INDEX if table is already in use in current session. 9 years ago
Alvaro Herrera 55a70a023c Assorted translatable string fixes 9 years ago
Tom Lane 5936d25f81 Remove dead variables. 9 years ago
Tom Lane f1175556a1 Add some missing backslash commands to psql's tab-completion knowledge. 9 years ago
Tom Lane 512c7356b6 Fix <> and pattern-NOT-match estimators to handle nulls correctly. 9 years ago
Tom Lane 23886581b5 Fix old corner-case logic error in final_cost_nestloop(). 9 years ago
Peter Eisentraut 66b84fa82f Receive invalidation messages correctly in tablesync worker 9 years ago
Peter Eisentraut 3c9bc2157a Make tablesync worker exit when apply dies while it was waiting for it 9 years ago