Commit Graph

42834 Commits (e7941a976688f0f5d13a5227ed4f3efe0718db9d)
 

Author SHA1 Message Date
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
Magnus Hagander 917d91285f Fix typo in comment 8 years ago
Heikki Linnakangas 6fd65f6b87 Fix reference to RFC specifying SCRAM. 8 years ago
Tom Lane 76a3df6e5e Code review focused on new node types added by partitioning support. 8 years ago
Tom Lane 54bb322ec7 Format v10 release notes' commit references more like previous releases. 8 years ago
Tom Lane 1c8b88ab9b Improve v10 release notes' discussion of money operator changes. 8 years ago
Tom Lane eac0a6c7d3 Avoid locale-dependent output in select_views regression test. 8 years ago
Tom Lane 764cb2b596 Fix typo in pg_dump's support for dumping collations from pre-v10 servers. 8 years ago
Tom Lane 94aced8cd0 Move autogenerated array types out of the way during ALTER ... RENAME. 8 years ago
Tom Lane 0461b66e36 Fix pg_dump to not emit invalid SQL for an empty operator class. 8 years ago
Magnus Hagander 9c34a05b7d Remove docs mention of PGREALM variable 8 years ago
Alvaro Herrera 08aa550694 Update expected file 8 years ago
Alvaro Herrera eb67e2e35a extended stats: Clarify behavior of omitting stat type clause 8 years ago
Alvaro Herrera ea3e310e71 Fix message case 8 years ago