Commit Graph

42851 Commits (2186b608b3cb859fe0ec04015a5c4e4cbf69caed)
 

Author SHA1 Message Date
Robert Haas 2186b608b3 Clean up partcollation handling for OID 0. 9 years ago
Michael Meskes 0f33ee0e3b Fix docs to not claim ECPG's SET CONNECTION is not thread-aware. 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
Andres Freund 34aebcf42a Allow parallelism in COPY (query) TO ...; 9 years ago
Peter Eisentraut de492c17f0 doc: Add note that DROP SUBSCRIPTION drops replication slot 9 years ago
Peter Eisentraut 420a0392ef Remove replication slot name check from ReplicationSlotAcquire() 9 years ago
Peter Eisentraut 9fcf670c2e Fix signal handling in logical replication workers 9 years ago
Magnus Hagander acbd8375e9 Fix copy/paste mistake in comment 9 years ago
Magnus Hagander 483373979b Fix typo in comment 9 years ago
Peter Eisentraut 6812330f1c Reorganize logical replication worker disconnect code 9 years ago
Peter Eisentraut 2d460179ba psql: Fix display of whether table is part of publication 9 years ago
Alvaro Herrera f112f175a4 Fix typo 9 years ago
Andres Freund 665104557f Modify sequence catalog tuple before invoking post alter hook. 9 years ago
Andres Freund 3d79013b97 Make ALTER SEQUENCE, including RESTART, fully transactional. 9 years ago
Tom Lane e9a3c047a5 Always use -fPIC, not -fpic, when building shared libraries with gcc. 9 years ago
Magnus Hagander 2712da8b64 Generate pg_basebackup temporary slot name using backend pid 9 years ago
Robert Haas 814573e6c4 Restore accidentally-removed line. 9 years ago
Peter Eisentraut 3e6d2fabcc doc: Add another migration item to release notes 9 years ago
Tom Lane b5b3229141 Avoid -Wconversion warnings from direct use of GET_n_BYTES macros. 9 years ago
Tom Lane 54e839fe29 Sort syscache identifiers into alphabetical order. 9 years ago
Alvaro Herrera b4da9d0e1e brin: Don't crash on auto-summarization 9 years ago
Alvaro Herrera e6785a5ca1 Fix wording in amvalidate error messages 9 years ago
Peter Eisentraut 185364b161 doc: Fix ALTER PUBLICATION details 9 years ago
Tom Lane 80f583ffe9 Fix omission of locations in outfuncs/readfuncs partitioning node support. 9 years ago
Tom Lane d5cb3bab56 Fix improper quoting of format_type_be() output. 9 years ago
Tom Lane 68cff231e3 Make edge-case behavior of jsonb_populate_record match json_populate_record 9 years ago