Commit Graph

51877 Commits (26f5391df63445692c88e4540dcbb558e567044c)
 

Author SHA1 Message Date
Tom Lane d21fca0843 Fix misbehavior of DROP OWNED BY with duplicate polroles entries. 4 years ago
Tom Lane 84bee96109 Improve version reporting in pgbench. 4 years ago
Tom Lane 7c337b6b52 Centralize the logic for protective copying of utility statements. 4 years ago
Andrew Dunstan 0a4efdc7eb
Don't set a fast default for anything but a plain table 4 years ago
Fujii Masao 981524d2e3 Make archiver process handle barrier events. 4 years ago
Michael Paquier f80979f659 doc: Apply markup <productname> to OpenSSL more consistently 4 years ago
Heikki Linnakangas d24c5658a8 Tidy up GetMultiXactIdMembers()'s behavior on error 4 years ago
Amit Kapila 3cb828dbe2 Document a few caveats in synchronous logical replication. 4 years ago
Tom Lane 131ea3e908 Fix plancache refcount leak after error in ExecuteQuery. 4 years ago
Tomas Vondra 99cea49d65 Fix copying data into slots with FDW batching 4 years ago
Tom Lane 6b787d9e32 Improve SQLSTATE reporting in some replication-related code. 4 years ago
Heikki Linnakangas d0303bc8d2 Fix outdated comment that talked about seek position of WAL file. 4 years ago
Tom Lane d3c878499c Update another variant expected-result file. 4 years ago
Tom Lane f6352a0d4e Remove another orphan expected-result file. 4 years ago
Andrew Dunstan 54a5ed2201
Further refinement of stuck_on_old_timeline recovery test 4 years ago
Alexander Korotkov 817bb0a7d1 Revert 29854ee8d1 due to buildfarm failures 4 years ago
Peter Geoghegan 958cfbcf2d Remove unneeded field from VACUUM state. 4 years ago
Alexander Korotkov ad2da246c6 Add missing type name "multirange" in docs chapter title 4 years ago
Alexander Korotkov 29854ee8d1 Support for unnest(multirange) and cast multirange as an array of ranges 4 years ago
Amit Kapila 4daa140a2f Fix decoding of speculative aborts. 4 years ago
Tom Lane 0a1e80c5c4 Update variant expected-result file. 4 years ago
Tom Lane ffbe9dec13 Remove orphaned expected-result file. 4 years ago
Noah Misch 5f1df62a45 Remove pg_wait_for_backend_termination(). 4 years ago
Noah Misch 0aac73e6a2 Copy-edit text for the pg_terminate_backend() "timeout" parameter. 4 years ago
Alvaro Herrera 33c5099567
Fix logic bug in 1632ea4368 4 years ago
Bruce Momjian 86b222b090 doc: PG 14 relnotes fixes 4 years ago
Bruce Momjian a2559d4093 doc: PG 14 relnote updates 4 years ago
Bruce Momjian 25dfb5a831 doc: add PG 14 relnote item about array function references 4 years ago
Michael Paquier 2d689babe3 Improve handling of dropped objects in pg_event_trigger_ddl_commands() 4 years ago
Michael Paquier dbab0c07e5 Remove forced toast recompression in VACUUM FULL/CLUSTER 4 years ago
Tom Lane f807e3410f Work around portability issue with newer versions of mktime(). 4 years ago
Andrew Dunstan 9d97c34083
Further tweaks to stuck_on_old_timeline recovery test 4 years ago
Michael Paquier a9e0b3b08f Ignore more environment variables in pg_regress.c 4 years ago
Tom Lane f452aaf7d4 Restore robustness of TAP tests that wait for postmaster restart. 4 years ago
Tom Lane 1250aad425 Ensure pg_filenode_relation(0, 0) returns NULL. 4 years ago
Tom Lane fe6a20ce54 Don't use Asserts to check for violations of replication protocol. 4 years ago
Andrew Dunstan c3652f976b
Fix new recovery test for use under msys 4 years ago
Michael Paquier b56b83aa0d Simplify some code in getObjectTypeDescription() 4 years ago
Michael Paquier bfd96b7a3d Improve log pattern detection in recently-added TAP tests 4 years ago
Andres Freund d8e950d3ae Improve and cleanup ProcArrayAdd(), ProcArrayRemove(). 4 years ago
Bruce Momjian d120e66fac doc: remove extra right angle bracket in PG 14 relnotes 4 years ago
Bruce Momjian 0725913982 docs: fix incorrect indenting in PG 14 relnotes 4 years ago
Alvaro Herrera 5cc1cd5028
Report sort phase progress in parallel btree build 4 years ago
Tom Lane ab55d742eb Fix multiple crasher bugs in partitioned-table replication logic. 4 years ago
Alvaro Herrera 4efcf47053
Add 'Portal Close' message to pipelined PQsendQuery() 4 years ago
Alvaro Herrera 1632ea4368
Return ReplicationSlotAcquire API to its original form 4 years ago
Tomas Vondra b676ac443b Optimize creation of slots for FDW bulk inserts 4 years ago
Alvaro Herrera 96540f80f8
Fix race condition in invalidating obsolete replication slots 4 years ago
Michael Paquier d08237b5b4 Improve psql tab completion for options of subcriptions and publications 4 years ago
Noah Misch 13a1ca160d Change position of field "transformed" in struct CreateStatsStmt. 4 years ago