Commit Graph

51609 Commits (eab81953682d5087295afb911c93f36cb1533bd9)
 

Author SHA1 Message Date
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
Noah Misch 49527a32ca Fix missing gettimeofday() declaration. 5 years ago
Tom Lane 1103033aed Reject SELECT ... GROUP BY GROUPING SETS (()) FOR UPDATE. 5 years ago
Amit Kapila eb89cb43a0 pgoutput: Fix memory leak due to RelationSyncEntry.map. 5 years ago
Thomas Munro a40646e30d Fix error handling in replacement pthread_barrier_init(). 5 years ago
Peter Eisentraut 7c544ecdad Fix RADIUS error reporting in hba file parsing 5 years ago
Tom Lane 6ee41a301e Fix mis-planning of repeated application of a projection. 5 years ago
Noah Misch d03eeab886 Raise a timeout to 180s, in test 010_logical_decoding_timelines.pl. 5 years ago
Michael Paquier 12cc956664 Improve some error wording with multirange type parsing 5 years ago
Tom Lane ba356a397d Doc: improve libpq service-file docs, avoid overspecifying pathnames. 5 years ago
Thomas Munro b1d6538903 Fix race condition when sharing tuple descriptors. 5 years ago
Andrew Dunstan d69fcb9cae
fix syntax error 5 years ago
Andrew Dunstan fb424ae85f
Report configured port in MSVC built pg_config 5 years ago
Peter Geoghegan 9afdea9824 Fix VACUUM VERBOSE's LP_DEAD item pages output. 5 years ago
Tom Lane a4390abecf Reduce the range of OIDs reserved for genbki.pl. 5 years ago