users/rhaas/postgres.git
2021-04-04 Tomas VondraFix BRIN minmax-multi distance for interval type
2021-04-03 Tom LaneImprove psql's behavior when the editor is exited witho...
2021-04-03 Andres FreundImprove efficiency of wait event reporting, remove...
2021-04-03 Andres FreundSplit backend status and progress related functionality...
2021-04-03 Michael PaquierUse more verbose matching patterns for errors in SSL...
2021-04-03 Michael PaquierRefactor HMAC implementations
2021-04-03 Andres FreundDo not rely on pgstat.h to indirectly include storage...
2021-04-03 Andres FreundSplit wait event related code from pgstat.[ch] into...
2021-04-02 David RowleyRemove useless Asserts in Result Cache code
2021-04-02 Bruce MomjianUse macro MONTHS_PER_YEAR instead of '12' in /ecpg...
2021-04-02 Thomas MunroDetect POLLHUP/POLLRDHUP while running queries.
2021-04-02 Joe ConwayClarify documentation of RESET ROLE
2021-04-02 Fujii Masaopg_checksums: Fix progress reporting.
2021-04-02 Tom LaneStrip file names reported in error messages on Windows...
2021-04-02 Andrew DunstanFix typo in 6d7a6feac4
2021-04-02 Fujii Masaopostgres_fdw: Add option to control whether to keep...
2021-04-02 Peter EisentrautAdd support for NullIfExpr in eval_const_expressions
2021-04-02 Fujii MasaoFix pgstat_report_replslot() to use proper data types...
2021-04-02 Michael Paquierdoc: Clarify how to generate backup files with non...
2021-04-02 Fujii MasaoFix typos in comments.
2021-04-02 David RowleyAttempt to fix unstable Result Cache regression tests
2021-04-02 Bruce Momjiandoc: mention that intervening major releases can be...
2021-04-02 David RowleyAdd Result Cache executor node (take 2)
2021-04-02 Michael PaquierImprove stability of test with vacuum_truncate in relop...
2021-04-01 Tom LaneRethink handling of pass-by-value leaf datums in SP...
2021-04-01 Stephen FrostRename Default Roles to Predefined Roles
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
next