]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2021-04-06  Fujii MasaoStop archive recovery if WAL generated with wal_level...
2021-04-06  Heikki LinnakangasMark test_enc_conversion() as STRICT.
2021-04-06  Dean Rasheedpgbench: Function to generate random permutations.
2021-04-06  Etsuro FujitaAdjust input value to WaitEventSetWait() in ExecAppendA...
2021-04-06  Peter EisentrautALTER SUBSCRIPTION ... ADD/DROP PUBLICATION
2021-04-06  Amit KapilaFix the tests added by commit ac4645c015.
2021-04-06  David RowleyFix compiler warning in fe-trace.c for MSVC
2021-04-06  Peter EisentrautChange return type of EXTRACT to numeric
2021-04-06  Fujii MasaoFix typo in pgstat.c.
2021-04-06  Fujii MasaoAdd function to log the memory contexts of specified...
2021-04-06  Michael PaquierFix some issues with SSL and Kerberos tests
2021-04-06  Amit KapilaAllow pgoutput to send logical decoding messages.
2021-04-06  Amit KapilaRefactor function parse_output_parameters.
2021-04-06  Michael PaquierChange PostgresNode::connect_fails() to never send...
2021-04-06  Peter GeogheganAllocate access strategy in parallel VACUUM workers.
2021-04-05  Tom LaneSupport INCLUDE'd columns in SP-GiST.
2021-04-05  Peter GeogheganPropagate parallel VACUUM's buffer access strategy.
2021-04-05  Peter GeogheganSimplify state managed by VACUUM.
2021-04-05  Stephen FrostAdd pg_read_all_data and pg_write_all_data roles
2021-04-05  Fujii MasaoShut down transaction tracking at startup process exit.
2021-04-05  Alvaro HerreraAlign some terms in arch-dev.sgml to glossary
2021-04-05  Peter EisentrautRenumber cursor option flags
2021-04-05  Michael PaquierFix typo in collationcmds.c
2021-04-05  Michael PaquierRefactor all TAP test suites doing connection checks
2021-04-04  Tom LaneFix more confusion in SP-GiST.
2021-04-04  Tom LaneFix confusion in SP-GiST between attribute type and...
2021-04-04  Tomas VondraFix bug in brin_minmax_multi_union
2021-04-04  Tomas VondraAdd regression test for minmax-multi macaddr8 type
2021-04-04  Tomas VondraFix order of parameters in BRIN minmax-multi calls
2021-04-04  Tomas VondraFix BRIN minmax-multi distance for inet type
2021-04-04  Tomas VondraFix BRIN minmax-multi distance for timetz type
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
next