]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2021-06-15  Noah MischRemove pg_wait_for_backend_termination().
2021-06-15  Noah MischCopy-edit text for the pg_terminate_backend() "timeout...
2021-06-14  Alvaro HerreraFix logic bug in 1632ea43682f
2021-06-14  Bruce Momjiandoc: PG 14 relnotes fixes
2021-06-14  Bruce Momjiandoc: PG 14 relnote updates
2021-06-14  Bruce Momjiandoc: add PG 14 relnote item about array function refer...
2021-06-14  Michael PaquierImprove handling of dropped objects in pg_event_trigger...
2021-06-14  Michael PaquierRemove forced toast recompression in VACUUM FULL/CLUSTER
2021-06-13  Tom LaneWork around portability issue with newer versions of...
2021-06-13  Andrew DunstanFurther tweaks to stuck_on_old_timeline recovery test
2021-06-13  Michael PaquierIgnore more environment variables in pg_regress.c
2021-06-12  Tom LaneRestore robustness of TAP tests that wait for postmaste...
2021-06-12  Tom LaneEnsure pg_filenode_relation(0, 0) returns NULL.
2021-06-12  Tom LaneDon't use Asserts to check for violations of replicatio...
2021-06-12  Andrew DunstanFix new recovery test for use under msys
2021-06-12  Michael PaquierSimplify some code in getObjectTypeDescription()
2021-06-12  Michael PaquierImprove log pattern detection in recently-added TAP...
2021-06-12  Andres FreundImprove and cleanup ProcArrayAdd(), ProcArrayRemove().
2021-06-12  Bruce Momjiandoc: remove extra right angle bracket in PG 14 relnotes
2021-06-11  Bruce Momjiandocs: fix incorrect indenting in PG 14 relnotes
2021-06-11  Alvaro HerreraReport sort phase progress in parallel btree build
2021-06-11  Tom LaneFix multiple crasher bugs in partitioned-table replicat...
2021-06-11  Alvaro HerreraAdd 'Portal Close' message to pipelined PQsendQuery()
2021-06-11  Alvaro HerreraReturn ReplicationSlotAcquire API to its original form
2021-06-11  Tomas VondraOptimize creation of slots for FDW bulk inserts
2021-06-11  Alvaro HerreraFix race condition in invalidating obsolete replication...
2021-06-11  Michael PaquierImprove psql tab completion for options of subcriptions...
2021-06-11  Noah MischChange position of field "transformed" in struct Create...
2021-06-11  Noah MischRename PQtraceSetFlags() to PQsetTraceFlags().
2021-06-11  David RowleyUse the correct article for abbreviations
2021-06-10  Tom LaneReconsider the handling of procedure OUT parameters.
2021-06-10  Tom LaneRearrange logrep worker's snapshot handling some more.
2021-06-10  Tom LaneShut down EvalPlanQual machinery when LockRows node...
2021-06-10  Tom LaneAvoid ECPG test failures in some GSS-capable environments.
2021-06-10  Peter EisentrautAdd some const decorations
2021-06-10  Robert HaasAdjust new test case to set wal_keep_size.
2021-06-10  David RowleyFix an asssortment of typos in brin_minmax_multi.c...
2021-06-09  Robert HaasFix corner case failure of new standby to follow new...
2021-06-09  Michael PaquierFix inconsistencies in psql --help=commands
2021-06-08  Tom LaneForce NO SCROLL for plpgsql's implicit cursors.
2021-06-08  Tom LaneAvoid misbehavior when persisting a non-stable cursor.
2021-06-08  Bruce Momjiandoc: update release note item about the v2 wire protocol
2021-06-08  Tomas VondraAdjust batch size in postgres_fdw to not use too many...
2021-06-08  Tomas VondraFix pg_visibility regression failure with CLOBBER_CACHE...
2021-06-08  Tom LaneDon't crash on empty statements in SQL-standard functio...
2021-06-08  Peter Eisentrautlibpq: Fix SNI host handling
2021-06-08  Etsuro FujitaDoc: Further update documentation for asynchronous...
2021-06-07  Michael PaquierReorder superuser check in pg_log_backend_memory_contexts()
2021-06-07  Peter EisentrautAdd _outTidRangePath()
2021-06-07  Tom LaneStabilize contrib/seg regression test.
2021-06-07  Tom LaneFix incautious handling of possibly-miscoded strings...
2021-06-07  Michael PaquierFix portability issue in test indirect_toast
2021-06-07  Amit KapilaRemove two_phase variable from CreateReplicationSlotCmd...
2021-06-07  Etsuro FujitaFix rescanning of async-aware Append nodes.
2021-06-06  Tom LaneFix inconsistent equalfuncs.c behavior for FuncCall...
2021-06-06  Tomas VondraAdd transformed flag to nodes/*funcs.c for CREATE STATI...
2021-06-06  Noah MischStandardize nodes/*funcs.c cosmetics for ForeignScan...
2021-06-05  Peter Eisentrautdoc: Simplify COMMENT and SECURITY LABEL documentation
2021-06-05  Peter Eisentrautdoc: Make terminology in glossary consistent
2021-06-05  Peter Eisentrautgitattributes: Add new entry to silence whitespace...
2021-06-05  Peter EisentrautFix subtransaction test for Python 3.10
2021-06-05  Tom LaneFix postgres_fdw failure with whole-row Vars of type...
2021-06-04  David RowleyDoc: Fix some spelling mistakes
2021-06-04  David RowleyClean up some questionable usages of DatumGet* macros
2021-06-04  Tom LaneDoc: fix bogus intarray index example.
2021-06-04  Michael Paquierdoc: Add description for PGSSLCRLDIR
2021-06-04  Michael Paquierdoc: Fix link reference for PGSSLMAXPROTOCOLVERSION
2021-06-04  David RowleyAdjust locations which have an incorrect copyright...
2021-06-03  Andrew DunstanIn PostgresNode.pm, don't pass SQL to psql on the comma...
2021-06-03  Tom LaneFix incorrect permissions on pg_subscription.
2021-06-03  Michael PaquierReduce risks of conflicts in internal queries of REFRES...
2021-06-03  Peter Eisentrautdoc: Group options in pg_amcheck reference page
2021-06-03  David RowleyStandardize usages of appendStringInfo and appendPQExpB...
2021-06-03  Michael PaquierIgnore more environment variables in TAP tests
2021-06-02  Tom LaneRe-allow custom GUC names that have more than two compo...
2021-06-02  Tomas VondraRevert most of 39b66a91bd
2021-06-02  Tom LaneFix planner's row-mark code for inheritance from a...
2021-06-02  Tom LaneUpdate plannodes.h's comments about PlanRowMark.
2021-06-02  Tom LaneTeach tab-complete.c about recently-added CREATE TYPE...
2021-06-02  Fujii MasaoRemove unnecessary use of Time::HiRes from 013_crash_re...
2021-06-02  Fujii MasaoAdd regression test for recovery pause.
2021-06-02  Noah MischAdd Windows file version information to libpq_pipeline...
2021-06-02  Noah MischFix missing gettimeofday() declaration.
2021-06-01  Tom LaneReject SELECT ... GROUP BY GROUPING SETS (()) FOR UPDATE.
2021-06-01  Amit Kapilapgoutput: Fix memory leak due to RelationSyncEntry...
2021-05-31  Thomas MunroFix error handling in replacement pthread_barrier_init().
2021-05-31  Peter EisentrautFix RADIUS error reporting in hba file parsing
2021-05-31  Tom LaneFix mis-planning of repeated application of a projection.
2021-05-31  Noah MischRaise a timeout to 180s, in test 010_logical_decoding_t...
2021-05-31  Michael PaquierImprove some error wording with multirange type parsing
2021-05-29  Tom LaneDoc: improve libpq service-file docs, avoid overspecify...
2021-05-29  Thomas MunroFix race condition when sharing tuple descriptors.
2021-05-28  Andrew Dunstanfix syntax error
2021-05-28  Andrew DunstanReport configured port in MSVC built pg_config
2021-05-28  Peter GeogheganFix VACUUM VERBOSE's LP_DEAD item pages output.
2021-05-27  Tom LaneReduce the range of OIDs reserved for genbki.pl.
2021-05-27  Tom LaneRethink definition of pg_attribute.attcompression.
2021-05-27  Peter EisentrautFix vpath build in libpq_pipeline test
2021-05-27  Peter EisentrautAdd NO_INSTALL option to pgxs
2021-05-27  Michael PaquierFix MSVC scripts when building with GSSAPI/Kerberos
next