Commit Graph

51623 Commits (bb4aed46a5aeb00d2f1d8b8160feed339f4eaf12)
 

Author SHA1 Message Date
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
Michael Paquier 4e47b02834 Reorder superuser check in pg_log_backend_memory_contexts() 5 years ago
Peter Eisentraut 3bb309be75 Add _outTidRangePath() 5 years ago
Tom Lane d16ebfbff7 Stabilize contrib/seg regression test. 5 years ago
Tom Lane 42f94f56bf Fix incautious handling of possibly-miscoded strings in client code. 5 years ago
Michael Paquier 68a6d8a870 Fix portability issue in test indirect_toast 5 years ago
Amit Kapila be57f21650 Remove two_phase variable from CreateReplicationSlotCmd struct. 5 years ago
Etsuro Fujita f3baaf28a6 Fix rescanning of async-aware Append nodes. 5 years ago
Tom Lane a65e9f3f14 Fix inconsistent equalfuncs.c behavior for FuncCall.funcformat. 5 years ago
Tomas Vondra d57ecebd12 Add transformed flag to nodes/*funcs.c for CREATE STATISTICS 5 years ago
Noah Misch a2dee328bb Standardize nodes/*funcs.c cosmetics for ForeignScan.resultRelation. 5 years ago
Peter Eisentraut 5c25fd650a doc: Simplify COMMENT and SECURITY LABEL documentation 5 years ago
Peter Eisentraut 01ddd2f7e4 doc: Make terminology in glossary consistent 5 years ago
Peter Eisentraut e6159885b7 gitattributes: Add new entry to silence whitespace error 5 years ago
Peter Eisentraut 4a682d85a1 Fix subtransaction test for Python 3.10 5 years ago
Tom Lane f61db909df Fix postgres_fdw failure with whole-row Vars of type RECORD. 5 years ago
David Rowley 8f3c06c5d5 Doc: Fix some spelling mistakes 5 years ago
David Rowley 8bdb36aab2 Clean up some questionable usages of DatumGet* macros 5 years ago
Tom Lane e4539386de Doc: fix bogus intarray index example. 5 years ago
Michael Paquier 1e809db86b doc: Add description for PGSSLCRLDIR 5 years ago
Michael Paquier 77e9d1b488 doc: Fix link reference for PGSSLMAXPROTOCOLVERSION 5 years ago
David Rowley 7fc26d11e3 Adjust locations which have an incorrect copyright year 5 years ago
Andrew Dunstan 11e9caff82
In PostgresNode.pm, don't pass SQL to psql on the command line 5 years ago
Tom Lane 3590680b85 Fix incorrect permissions on pg_subscription. 5 years ago
Michael Paquier 187682c321 Reduce risks of conflicts in internal queries of REFRESH MATVIEW CONCURRENTLY 5 years ago
Peter Eisentraut cb3cffe694 doc: Group options in pg_amcheck reference page 5 years ago
David Rowley f736e188ce Standardize usages of appendStringInfo and appendPQExpBuffer 5 years ago
Michael Paquier 8279f68a1b Ignore more environment variables in TAP tests 5 years ago
Tom Lane 2955c2be79 Re-allow custom GUC names that have more than two components. 5 years ago
Tomas Vondra 8e03eb92e9 Revert most of 39b66a91bd 5 years ago
Tom Lane 889592344c Fix planner's row-mark code for inheritance from a foreign table. 5 years ago
Tom Lane 79c50ca578 Update plannodes.h's comments about PlanRowMark. 5 years ago
Tom Lane 9e3b3ff266 Teach tab-complete.c about recently-added CREATE TYPE options. 5 years ago
Fujii Masao df466d30c6 Remove unnecessary use of Time::HiRes from 013_crash_restart.pl. 5 years ago
Fujii Masao 6bbc5c5e96 Add regression test for recovery pause. 5 years ago
Noah Misch 42344ad0ed Add Windows file version information to libpq_pipeline.exe. 5 years ago