postgresql.git
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
2021-05-27 Peter EisentrautReplace run-time error check with assertion
2021-05-27 Michael Paquierdoc: Fix description of some GUCs in docs and postgresq...
2021-05-27 Amit KapilaFix assertion during streaming of multi-insert toast...
2021-05-26 Michael PaquierFix typo in heapam.c
2021-05-25 Alvaro HerreraMake detach-partition-concurrently-4 less timing sensitive
2021-05-25 Tom LaneFix use of uninitialized variable in inline_function().
2021-05-25 Alvaro HerreraMake detach-partition-concurrently-3 less timing-sensitive
2021-05-25 Peter Eisentrautpostgresql.conf.sample: Make vertical spacing consistent
2021-05-25 Michael PaquierFix memory leak when de-toasting compressed values...
2021-05-25 Amit KapilaDoc: Update logical decoding stats information.
2021-05-25 Amit KapilaImprove docs and error messages for parallel vacuum.
2021-05-25 Michael PaquierDisallow SSL renegotiation
2021-05-25 David RowleyFix setrefs.c code for Result Cache nodes
2021-05-25 Peter GeogheganConsider triggering VACUUM failsafe during scan.
2021-05-24 Tom LaneDoc: move some catalogs.sgml entries to the right place.
2021-05-24 David RowleyAdd missing NULL check when building Result Cache paths
2021-05-23 Tom LaneRe-order pg_attribute columns to eliminate some padding...
2021-05-23 Tom LaneBe more verbose when the postmaster unexpectedly quits.
2021-05-23 Bruce Momjiandoc: word-wrap and indent PG 14 relnotes
2021-05-23 Tom LaneFix access to no-longer-open relcache entry in logical...
2021-05-23 Bruce Momjiandoc: PG 14 relnotes, adjust pg_{read|write}_all_data...
next