Commit Graph

51877 Commits (26f5391df63445692c88e4540dcbb558e567044c)
 

Author SHA1 Message Date
Noah Misch d0e750c0ac Rename PQtraceSetFlags() to PQsetTraceFlags(). 4 years ago
David Rowley 04539e73fa Use the correct article for abbreviations 4 years ago
Tom Lane e56bce5d43 Reconsider the handling of procedure OUT parameters. 4 years ago
Tom Lane 3a09d75b4f Rearrange logrep worker's snapshot handling some more. 4 years ago
Tom Lane bb4aed46a5 Shut down EvalPlanQual machinery when LockRows node reaches the end. 4 years ago
Tom Lane 9bb5eecce6 Avoid ECPG test failures in some GSS-capable environments. 4 years ago
Peter Eisentraut b29fa951ec Add some const decorations 4 years ago
Robert Haas 4dcb1d087a Adjust new test case to set wal_keep_size. 4 years ago
David Rowley 55ba5973d9 Fix an asssortment of typos in brin_minmax_multi.c and mcv.c 4 years ago
Robert Haas caba8f0d43 Fix corner case failure of new standby to follow new primary. 4 years ago
Michael Paquier 845cad4d51 Fix inconsistencies in psql --help=commands 4 years ago
Tom Lane be90098907 Force NO SCROLL for plpgsql's implicit cursors. 4 years ago
Tom Lane ba2c6d6cec Avoid misbehavior when persisting a non-stable cursor. 4 years ago
Bruce Momjian 444302ed56 doc: update release note item about the v2 wire protocol 4 years ago
Tomas Vondra cb92703384 Adjust batch size in postgres_fdw to not use too many parameters 4 years ago
Tomas Vondra d1f0aa7696 Fix pg_visibility regression failure with CLOBBER_CACHE_ALWAYS 4 years ago
Tom Lane bfeede9fa4 Don't crash on empty statements in SQL-standard function bodies. 4 years ago
Peter Eisentraut 37e1cce4dd libpq: Fix SNI host handling 4 years ago
Etsuro Fujita eab8195368 Doc: Further update documentation for asynchronous execution. 4 years ago
Michael Paquier 4e47b02834 Reorder superuser check in pg_log_backend_memory_contexts() 4 years ago
Peter Eisentraut 3bb309be75 Add _outTidRangePath() 4 years ago
Tom Lane d16ebfbff7 Stabilize contrib/seg regression test. 4 years ago
Tom Lane 42f94f56bf Fix incautious handling of possibly-miscoded strings in client code. 4 years ago
Michael Paquier 68a6d8a870 Fix portability issue in test indirect_toast 4 years ago
Amit Kapila be57f21650 Remove two_phase variable from CreateReplicationSlotCmd struct. 4 years ago
Etsuro Fujita f3baaf28a6 Fix rescanning of async-aware Append nodes. 4 years ago
Tom Lane a65e9f3f14 Fix inconsistent equalfuncs.c behavior for FuncCall.funcformat. 4 years ago
Tomas Vondra d57ecebd12 Add transformed flag to nodes/*funcs.c for CREATE STATISTICS 4 years ago
Noah Misch a2dee328bb Standardize nodes/*funcs.c cosmetics for ForeignScan.resultRelation. 4 years ago
Peter Eisentraut 5c25fd650a doc: Simplify COMMENT and SECURITY LABEL documentation 4 years ago
Peter Eisentraut 01ddd2f7e4 doc: Make terminology in glossary consistent 4 years ago
Peter Eisentraut e6159885b7 gitattributes: Add new entry to silence whitespace error 4 years ago
Peter Eisentraut 4a682d85a1 Fix subtransaction test for Python 3.10 4 years ago
Tom Lane f61db909df Fix postgres_fdw failure with whole-row Vars of type RECORD. 4 years ago
David Rowley 8f3c06c5d5 Doc: Fix some spelling mistakes 4 years ago
David Rowley 8bdb36aab2 Clean up some questionable usages of DatumGet* macros 4 years ago
Tom Lane e4539386de Doc: fix bogus intarray index example. 4 years ago
Michael Paquier 1e809db86b doc: Add description for PGSSLCRLDIR 4 years ago
Michael Paquier 77e9d1b488 doc: Fix link reference for PGSSLMAXPROTOCOLVERSION 4 years ago
David Rowley 7fc26d11e3 Adjust locations which have an incorrect copyright year 4 years ago
Andrew Dunstan 11e9caff82
In PostgresNode.pm, don't pass SQL to psql on the command line 4 years ago
Tom Lane 3590680b85 Fix incorrect permissions on pg_subscription. 4 years ago
Michael Paquier 187682c321 Reduce risks of conflicts in internal queries of REFRESH MATVIEW CONCURRENTLY 4 years ago
Peter Eisentraut cb3cffe694 doc: Group options in pg_amcheck reference page 4 years ago
David Rowley f736e188ce Standardize usages of appendStringInfo and appendPQExpBuffer 4 years ago
Michael Paquier 8279f68a1b Ignore more environment variables in TAP tests 4 years ago
Tom Lane 2955c2be79 Re-allow custom GUC names that have more than two components. 4 years ago
Tomas Vondra 8e03eb92e9 Revert most of 39b66a91bd 4 years ago
Tom Lane 889592344c Fix planner's row-mark code for inheritance from a foreign table. 4 years ago
Tom Lane 79c50ca578 Update plannodes.h's comments about PlanRowMark. 4 years ago