Commit Graph

53058 Commits (3dadeef5d9ffe94deac926d7266a2ec64795e159)
 

Author SHA1 Message Date
Amit Kapila 4daa140a2f Fix decoding of speculative aborts. 5 years ago
Tom Lane 0a1e80c5c4 Update variant expected-result file. 5 years ago
Tom Lane ffbe9dec13 Remove orphaned expected-result file. 5 years ago
Noah Misch 5f1df62a45 Remove pg_wait_for_backend_termination(). 5 years ago
Noah Misch 0aac73e6a2 Copy-edit text for the pg_terminate_backend() "timeout" parameter. 5 years ago
Alvaro Herrera 33c5099567
Fix logic bug in 1632ea4368 5 years ago
Bruce Momjian 86b222b090 doc: PG 14 relnotes fixes 5 years ago
Bruce Momjian a2559d4093 doc: PG 14 relnote updates 5 years ago
Bruce Momjian 25dfb5a831 doc: add PG 14 relnote item about array function references 5 years ago
Michael Paquier 2d689babe3 Improve handling of dropped objects in pg_event_trigger_ddl_commands() 5 years ago
Michael Paquier dbab0c07e5 Remove forced toast recompression in VACUUM FULL/CLUSTER 5 years ago
Tom Lane f807e3410f Work around portability issue with newer versions of mktime(). 5 years ago
Andrew Dunstan 9d97c34083
Further tweaks to stuck_on_old_timeline recovery test 5 years ago
Michael Paquier a9e0b3b08f Ignore more environment variables in pg_regress.c 5 years ago
Tom Lane f452aaf7d4 Restore robustness of TAP tests that wait for postmaster restart. 5 years ago
Tom Lane 1250aad425 Ensure pg_filenode_relation(0, 0) returns NULL. 5 years ago
Tom Lane fe6a20ce54 Don't use Asserts to check for violations of replication protocol. 5 years ago
Andrew Dunstan c3652f976b
Fix new recovery test for use under msys 5 years ago
Michael Paquier b56b83aa0d Simplify some code in getObjectTypeDescription() 5 years ago
Michael Paquier bfd96b7a3d Improve log pattern detection in recently-added TAP tests 5 years ago
Andres Freund d8e950d3ae Improve and cleanup ProcArrayAdd(), ProcArrayRemove(). 5 years ago
Bruce Momjian d120e66fac doc: remove extra right angle bracket in PG 14 relnotes 5 years ago
Bruce Momjian 0725913982 docs: fix incorrect indenting in PG 14 relnotes 5 years ago
Alvaro Herrera 5cc1cd5028
Report sort phase progress in parallel btree build 5 years ago
Tom Lane ab55d742eb Fix multiple crasher bugs in partitioned-table replication logic. 5 years ago
Alvaro Herrera 4efcf47053
Add 'Portal Close' message to pipelined PQsendQuery() 5 years ago
Alvaro Herrera 1632ea4368
Return ReplicationSlotAcquire API to its original form 5 years ago
Tomas Vondra b676ac443b Optimize creation of slots for FDW bulk inserts 5 years ago
Alvaro Herrera 96540f80f8
Fix race condition in invalidating obsolete replication slots 5 years ago
Michael Paquier d08237b5b4 Improve psql tab completion for options of subcriptions and publications 5 years ago
Noah Misch 13a1ca160d Change position of field "transformed" in struct CreateStatsStmt. 5 years ago
Noah Misch d0e750c0ac Rename PQtraceSetFlags() to PQsetTraceFlags(). 5 years ago
David Rowley 04539e73fa Use the correct article for abbreviations 5 years ago
Tom Lane e56bce5d43 Reconsider the handling of procedure OUT parameters. 5 years ago
Tom Lane 3a09d75b4f Rearrange logrep worker's snapshot handling some more. 5 years ago
Tom Lane bb4aed46a5 Shut down EvalPlanQual machinery when LockRows node reaches the end. 5 years ago
Tom Lane 9bb5eecce6 Avoid ECPG test failures in some GSS-capable environments. 5 years ago
Peter Eisentraut b29fa951ec Add some const decorations 5 years ago
Robert Haas 4dcb1d087a Adjust new test case to set wal_keep_size. 5 years ago
David Rowley 55ba5973d9 Fix an asssortment of typos in brin_minmax_multi.c and mcv.c 5 years ago
Robert Haas caba8f0d43 Fix corner case failure of new standby to follow new primary. 5 years ago
Michael Paquier 845cad4d51 Fix inconsistencies in psql --help=commands 5 years ago
Tom Lane be90098907 Force NO SCROLL for plpgsql's implicit cursors. 5 years ago
Tom Lane ba2c6d6cec Avoid misbehavior when persisting a non-stable cursor. 5 years ago
Bruce Momjian 444302ed56 doc: update release note item about the v2 wire protocol 5 years ago
Tomas Vondra cb92703384 Adjust batch size in postgres_fdw to not use too many parameters 5 years ago
Tomas Vondra d1f0aa7696 Fix pg_visibility regression failure with CLOBBER_CACHE_ALWAYS 5 years ago
Tom Lane bfeede9fa4 Don't crash on empty statements in SQL-standard function bodies. 5 years ago
Peter Eisentraut 37e1cce4dd libpq: Fix SNI host handling 5 years ago
Etsuro Fujita eab8195368 Doc: Further update documentation for asynchronous execution. 5 years ago