Commit Graph

42997 Commits (a15b47df357d6c9ac6ebc2ce63bb24c6faddd44c)
 

Author SHA1 Message Date
Andres Freund c6c3334364 Prevent possibility of panics during shutdown checkpoint. 8 years ago
Andres Freund 47fd420fb4 Have walsenders participate in procsignal infrastructure. 8 years ago
Andres Freund 703f148e98 Revert "Prevent panic during shutdown checkpoint" 8 years ago
Peter Eisentraut 41a21bf9b4 Don't set application_name in logical replication workers 8 years ago
Peter Eisentraut 9907b55ceb Fix ALTER SUBSCRIPTION grammar ambiguity 8 years ago
Peter Eisentraut 06bfb801c7 Ignore WL_POSTMASTER_DEATH latch event in single user mode 8 years ago
Andrew Dunstan 2e02136fe6 Fix thinko in previous openssl change 8 years ago
Andres Freund c25ed20067 Fix record length computation in pg_waldump/xlogdump. 8 years ago
Tom Lane 3e60c6f723 Code review for shm_toc.h/.c. 8 years ago
Andrew Dunstan 614350a3ab Find openssl lib files in right directory for MSVC 8 years ago
Tom Lane d466335064 Don't be so trusting that shm_toc_lookup() will always succeed. 8 years ago
Heikki Linnakangas af51fea039 Fix typo in error message. 8 years ago
Heikki Linnakangas 553e16951c Fix comments in simplehash.h. 8 years ago
Tom Lane e7941a9766 Replace over-optimistic Assert in partitioning code with a runtime test. 8 years ago
Tom Lane 9db7d47f90 #ifdef out assorted unused GEQO code. 8 years ago
Tom Lane 0d18852666 Disallow CREATE INDEX if table is already in use in current session. 8 years ago
Alvaro Herrera 55a70a023c Assorted translatable string fixes 8 years ago
Tom Lane 5936d25f81 Remove dead variables. 8 years ago
Tom Lane f1175556a1 Add some missing backslash commands to psql's tab-completion knowledge. 8 years ago
Tom Lane 512c7356b6 Fix <> and pattern-NOT-match estimators to handle nulls correctly. 8 years ago
Tom Lane 23886581b5 Fix old corner-case logic error in final_cost_nestloop(). 8 years ago
Peter Eisentraut 66b84fa82f Receive invalidation messages correctly in tablesync worker 8 years ago
Peter Eisentraut 3c9bc2157a Make tablesync worker exit when apply dies while it was waiting for it 8 years ago
Andres Freund 34aebcf42a Allow parallelism in COPY (query) TO ...; 8 years ago
Peter Eisentraut de492c17f0 doc: Add note that DROP SUBSCRIPTION drops replication slot 8 years ago
Peter Eisentraut 420a0392ef Remove replication slot name check from ReplicationSlotAcquire() 8 years ago
Peter Eisentraut 9fcf670c2e Fix signal handling in logical replication workers 8 years ago
Magnus Hagander acbd8375e9 Fix copy/paste mistake in comment 8 years ago
Magnus Hagander 483373979b Fix typo in comment 8 years ago
Peter Eisentraut 6812330f1c Reorganize logical replication worker disconnect code 8 years ago
Peter Eisentraut 2d460179ba psql: Fix display of whether table is part of publication 8 years ago
Alvaro Herrera f112f175a4 Fix typo 8 years ago
Andres Freund 665104557f Modify sequence catalog tuple before invoking post alter hook. 8 years ago
Andres Freund 3d79013b97 Make ALTER SEQUENCE, including RESTART, fully transactional. 8 years ago
Tom Lane e9a3c047a5 Always use -fPIC, not -fpic, when building shared libraries with gcc. 8 years ago
Magnus Hagander 2712da8b64 Generate pg_basebackup temporary slot name using backend pid 8 years ago
Robert Haas 814573e6c4 Restore accidentally-removed line. 8 years ago
Peter Eisentraut 3e6d2fabcc doc: Add another migration item to release notes 8 years ago
Tom Lane b5b3229141 Avoid -Wconversion warnings from direct use of GET_n_BYTES macros. 8 years ago
Tom Lane 54e839fe29 Sort syscache identifiers into alphabetical order. 8 years ago
Alvaro Herrera b4da9d0e1e brin: Don't crash on auto-summarization 8 years ago
Alvaro Herrera e6785a5ca1 Fix wording in amvalidate error messages 8 years ago
Peter Eisentraut 185364b161 doc: Fix ALTER PUBLICATION details 8 years ago
Tom Lane 80f583ffe9 Fix omission of locations in outfuncs/readfuncs partitioning node support. 8 years ago
Tom Lane d5cb3bab56 Fix improper quoting of format_type_be() output. 8 years ago
Tom Lane 68cff231e3 Make edge-case behavior of jsonb_populate_record match json_populate_record 8 years ago
Tom Lane e45c5be99d Fix thinko in JsObjectSize() macro. 8 years ago
Tom Lane f3db7f164a Prevent running pg_resetwal/pg_resetxlog against wrong-version data dirs. 8 years ago
Tom Lane ce50945295 Allow NumericOnly to be "+ FCONST". 8 years ago
Tom Lane dced55dafe More code review for get_qual_for_list(). 8 years ago