users/rhaas/postgres.git
2021-04-01 Alvaro HerreraFix setvbuf()-induced crash in libpq_pipeline
2021-04-01 Robert Haasamcheck: Fix verify_heapam's tuple visibility checking...
2021-04-01 Tom LaneFix pg_restore's misdesigned code for detecting archive...
2021-04-01 Peter EisentrautFix internal extract(timezone_minute) formulas
2021-04-01 Alvaro Herreralibpq_pipeline: Must strdup(optarg) to avoid crash
2021-04-01 Heikki LinnakangasDo COPY FROM encoding conversion/verification in larger...
2021-04-01 Heikki LinnakangasAdd 'noError' argument to encoding conversion functions.
2021-04-01 Peter EisentrautMake extract(timetz) tests a bit more interesting
2021-04-01 Michael Paquierdoc: Clarify use of ACCESS EXCLUSIVE lock in various...
2021-04-01 Amit KapilaEnsure to send a prepare after we detect concurrent...
2021-04-01 Michael PaquierMove some client-specific routines from SSLServer to...
2021-04-01 David RowleyRevert b6002a796
2021-03-31 David RowleyAdd Result Cache executor node
2021-03-31 Alvaro HerreraRemove setvbuf() call from PQtrace()
2021-03-31 Alvaro HerreraInitialize conn->Pfdebug to NULL when creating a connection
2021-03-31 Alvaro HerreraDisable force_parallel_mode in libpq_pipeline
2021-03-31 Tom LaneFix unportable use of isprint().
2021-03-31 Tom LaneFix portability and safety issues in pqTraceFormatTimes...
2021-03-31 Tom LaneSilence compiler warning in non-assert builds.
2021-03-31 Tom LaneDon't prematurely cram a value into a short int.
2021-03-31 Stephen FrostAdd a docs section for obsoleted and renamed functions...
2021-03-31 Tom LaneSuppress compiler warning in libpq_pipeline.c.
2021-03-31 Tom LaneImprove style of some replication-related error messages.
2021-03-31 Alvaro HerreraFix some libpq_pipeline test problems
2021-03-31 Joe ConwayFix has_column_privilege function corner case
2021-03-31 Tom LaneRework planning and execution of UPDATE and DELETE.
2021-03-31 Peter EisentrautAllow an alias to be attached to a JOIN ... USING
2021-03-31 Etsuro FujitaAdd support for asynchronous execution.
2021-03-31 Peter EisentrautAdd p_names field to ParseNamespaceItem
2021-03-31 Peter EisentrautAdd errhint_plural() function and make use of it
2021-03-31 Peter Eisentrautdoc: Remove Cyrillic from unistr example
2021-03-31 Amit KapilaRemove extra semicolon in postgres_fdw tests.
2021-03-31 Amit KapilaDoc: Use consistent terminology for tablesync slots.
2021-03-31 Noah MischAccept slightly-filled pages for tuples larger than...
2021-03-31 Michael PaquierFix comment in parsenodes.h
2021-03-31 Michael PaquierAdd support for --extension in pg_dump
2021-03-31 Tom LaneRemove small inefficiency in ExecARDeleteTriggers/ExecA...
2021-03-30 Bruce Momjianadjust dblink regression expected output for commit...
2021-03-30 Alvaro Herreralibpq_pipeline: add PQtrace() support and tests
2021-03-30 Alvaro HerreraImprove PQtrace() output format
2021-03-30 Bruce MomjianIn messages, use singular nouns for -1, like we do...
2021-03-30 Peter EisentrautAdd tests for date_part of epoch near upper bound of...
2021-03-30 Stephen FrostUse a WaitLatch for vacuum/autovacuum sleeping
2021-03-30 Tom LaneFurther tweaking of pg_dump's handling of default_toast...
2021-03-30 David RowleyAllow estimate_num_groups() to pass back further detail...
2021-03-30 David RowleyFix compiler warning in unistr function
2021-03-30 David RowleyAllow users of simplehash.h to perform direct deletions
2021-03-30 Peter EisentrautAdd upper boundary tests for timestamp and timestamptz...
2021-03-30 Amit KapilaAdd a xid argument to the filter_prepare callback for...
2021-03-30 Etsuro FujitaUpdate obsolete comment.
2021-03-29 Alvaro Herrerapsql: call clearerr() just before printing
2021-03-29 David RowleyAdjust design of per-worker parallel seqscan data struct
2021-03-29 Andrew DunstanAllow matching the DN of a client certificate for authe...
2021-03-29 Peter EisentrautClean up date_part tests a bit
2021-03-29 Peter EisentrautAdd unistr function
2021-03-29 Peter EisentrautReset standard_conforming_strings in strings test
2021-03-29 Peter GeogheganPageAddItemExtended(): Add LP_UNUSED assertion.
2021-03-29 David RowleyCache if PathTarget and RestrictInfos contain volatile...
2021-03-28 Stephen Frostdoc: Define TLS as an acronym
2021-03-27 Tomas VondraStabilize stats_ext test with other collations
2021-03-27 Peter EisentrautImprove consistency of SQL code capitalization
2021-03-26 Tomas VondraExtended statistics on expressions
2021-03-26 Tomas VondraReduce duration of stats_ext regression tests
2021-03-26 Tomas VondraFix ndistinct estimates with system attributes
2021-03-26 Noah MischAdd "pg_database_owner" default role.
2021-03-26 Noah MischMerge similar algorithms into roles_is_member_of().
2021-03-26 Tomas VondraFix alignment in BRIN minmax-multi deserialization
2021-03-26 Tomas VondraBRIN minmax-multi indexes
2021-03-26 Tomas VondraBRIN bloom indexes
2021-03-26 Tomas VondraSupport the old signature of BRIN consistent function
2021-03-26 Tomas VondraRemove unnecessary pg_amproc BRIN minmax entries
2021-03-25 Robert HaasFix interaction of TOAST compression with expression...
2021-03-25 Alvaro HerreraALTER TABLE ... DETACH PARTITION ... CONCURRENTLY
2021-03-25 Alvaro HerreraDocument lock obtained during partition detach
2021-03-25 Alvaro HerreraAdd comments for AlteredTableInfo->rel
2021-03-25 Alvaro HerreraLet ALTER TABLE Phase 2 routines manage the relation...
2021-03-25 Alvaro HerreraRework HeapTupleHeader macros to reuse itemptr.h
2021-03-25 Alvaro HerreraRemove StoreSingleInheritance reimplementation
2021-03-25 Peter EisentrautTrim some extra whitespace in parser file
2021-03-25 Peter EisentrautRename a parse node to be more general
2021-03-25 Michael PaquierSanitize the term "combo CID" in code comments
2021-03-25 Fujii MasaoFix bug in WAL replay of COMMIT_TS_SETTS record.
2021-03-25 Fujii MasaoImprove connection denied error message during recovery.
2021-03-24 Andrew DunstanAllow for installation-aware instances of PostgresNode
2021-03-24 Michael MeskesNeed to step forward in the loop to get to an end.
2021-03-24 Michael MeskesAdd DECLARE STATEMENT command to ECPG
2021-03-24 Peter EisentrautFix stray double semicolons
2021-03-24 Peter Eisentrautdoc: Fix typo
2021-03-24 Stephen FrostChange checkpoint_completion_target default to 0.9
2021-03-24 Robert HaasTidy up more loose ends related to configurable TOAST...
2021-03-24 Peter EisentrautAdd date_bin function
2021-03-24 Peter EisentrautImprove an error message
2021-03-24 Amit KapilaRevert "Enable parallel SELECT for "INSERT INTO .....
2021-03-24 Fujii MasaoRename wait event WalrcvExit to WalReceiverExit.
2021-03-24 Fujii MasaoLog when GetNewOidWithIndex() fails to find unused...
2021-03-24 Michael PaquierReword slightly logs generated for index stats in autov...
2021-03-23 Tomas VondraAllow composite types in catalog bootstrap
2021-03-23 Tomas VondraConvert Typ from array to list in bootstrap
2021-03-23 Peter Geoghegannbtree VACUUM: Cope with buggy opclasses.
2021-03-23 Robert HaasImprove pg_amcheck's TAP test 003_check.pl.
next