summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-06-05Fix subtransaction test for Python 3.10Peter Eisentraut
2021-06-04Clean up some questionable usages of DatumGet* macrosDavid Rowley
2021-06-04Adjust locations which have an incorrect copyright yearDavid Rowley
2021-06-03In PostgresNode.pm, don't pass SQL to psql on the command lineAndrew Dunstan
2021-06-03Fix incorrect permissions on pg_subscription.Tom Lane
2021-06-03Reduce risks of conflicts in internal queries of REFRESH MATVIEW CONCURRENTLYMichael Paquier
2021-06-03doc: Group options in pg_amcheck reference pagePeter Eisentraut
2021-06-03Standardize usages of appendStringInfo and appendPQExpBufferDavid Rowley
2021-06-03Ignore more environment variables in TAP testsMichael Paquier
2021-06-02Re-allow custom GUC names that have more than two components.Tom Lane
2021-06-02Revert most of 39b66a91bdTomas Vondra
2021-06-02Fix planner's row-mark code for inheritance from a foreign table.Tom Lane
2021-06-02Update plannodes.h's comments about PlanRowMark.Tom Lane
2021-06-02Teach tab-complete.c about recently-added CREATE TYPE options.Tom Lane
2021-06-02Remove unnecessary use of Time::HiRes from 013_crash_restart.pl.Fujii Masao
2021-06-02Add regression test for recovery pause.Fujii Masao
2021-06-02Add Windows file version information to libpq_pipeline.exe.Noah Misch
2021-06-02Fix missing gettimeofday() declaration.Noah Misch
2021-06-01Reject SELECT ... GROUP BY GROUPING SETS (()) FOR UPDATE.Tom Lane
2021-06-01pgoutput: Fix memory leak due to RelationSyncEntry.map.Amit Kapila
2021-05-31Fix error handling in replacement pthread_barrier_init().Thomas Munro
2021-05-31Fix RADIUS error reporting in hba file parsingPeter Eisentraut
2021-05-31Fix mis-planning of repeated application of a projection.Tom Lane
2021-05-31Raise a timeout to 180s, in test 010_logical_decoding_timelines.pl.Noah Misch
2021-05-31Improve some error wording with multirange type parsingMichael Paquier
2021-05-29Fix race condition when sharing tuple descriptors.Thomas Munro
2021-05-28fix syntax errorAndrew Dunstan
2021-05-28Report configured port in MSVC built pg_configAndrew Dunstan
2021-05-28Fix VACUUM VERBOSE's LP_DEAD item pages output.Peter Geoghegan
2021-05-27Reduce the range of OIDs reserved for genbki.pl.Tom Lane
2021-05-27Rethink definition of pg_attribute.attcompression.Tom Lane
2021-05-27Fix vpath build in libpq_pipeline testPeter Eisentraut
2021-05-27Add NO_INSTALL option to pgxsPeter Eisentraut
2021-05-27Fix MSVC scripts when building with GSSAPI/KerberosMichael Paquier
2021-05-27Replace run-time error check with assertionPeter Eisentraut
2021-05-27doc: Fix description of some GUCs in docs and postgresql.conf.sampleMichael Paquier
2021-05-27Fix assertion during streaming of multi-insert toast changes.Amit Kapila
2021-05-26Fix typo in heapam.cMichael Paquier
2021-05-25Make detach-partition-concurrently-4 less timing sensitiveAlvaro Herrera
2021-05-25Fix use of uninitialized variable in inline_function().Tom Lane
2021-05-25Make detach-partition-concurrently-3 less timing-sensitiveAlvaro Herrera
2021-05-25postgresql.conf.sample: Make vertical spacing consistentPeter Eisentraut
2021-05-25Fix memory leak when de-toasting compressed values in VACUUM FULL/CLUSTERMichael Paquier
2021-05-25Improve docs and error messages for parallel vacuum.Amit Kapila
2021-05-25Disallow SSL renegotiationMichael Paquier
2021-05-25Fix setrefs.c code for Result Cache nodesDavid Rowley
2021-05-25Consider triggering VACUUM failsafe during scan.Peter Geoghegan
2021-05-24Add missing NULL check when building Result Cache pathsDavid Rowley
2021-05-23Re-order pg_attribute columns to eliminate some padding space.Tom Lane
2021-05-23Be more verbose when the postmaster unexpectedly quits.Tom Lane