Commit Graph

51637 Commits (d120e66fac87f768ea2289d2d923d0ee4262ec0f)
 

Author SHA1 Message Date
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
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