]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2021-03-16  Stephen FrostUse pre-fetching for ANALYZE
2021-03-16  Stephen FrostImprove logging of auto-vacuum and auto-analyze
2021-03-16  Tom LaneImprove logging of bad parameter values in BIND messages.
2021-03-16  Alvaro Herrera(Blind) fix Perl splitting of strings at newlines
2021-03-16  Michael PaquierAdd some basic tests for progress reporting of COPY
2021-03-15  Alvaro HerreraAdd libpq pipeline mode support to pgbench
2021-03-15  Alvaro HerreraImplement pipeline mode in libpq
2021-03-15  Tom LaneWork around issues in MinGW-64's setjmp/longjmp support.
2021-03-15  Thomas MunroDrop SERIALIZABLE workaround from parallel query tests.
2021-03-15  Fujii MasaoMake archiver process an auxiliary process.
2021-03-15  Peter GeogheganNotice that heap page has dead items during VACUUM.
2021-03-13  Tom LaneDoc: add note about how to run the pg_amcheck regressio...
2021-03-13  Robert HaasIn pg_amcheck tests, don't depend on perl's Q/q pack...
2021-03-13  Tom Lanepg_amcheck: Keep trying to fix the tests.
2021-03-13  Thomas MunroFix new pthread code to respect --disable-thread-safety.
2021-03-13  Amit KapilaImprove FK trigger parallel-safety check added by 05c84...
2021-03-13  Robert Haaspg_amcheck: Keep trying to fix the tests.
2021-03-13  Robert Haaspg_amcheck: Try to fix still more test failures.
2021-03-13  Robert HaasTry to avoid apparent platform-dependency in IPC::Run
2021-03-12  Robert HaasFix portability issues in pg_amcheck's 004_verify_heapa...
2021-03-12  Peter GeogheganConsolidate nbtree VACUUM metapage routines.
2021-03-12  Robert HaasMove PG_USED_FOR_ASSERTS_ONLY before initializer.
2021-03-12  Robert HaasAdjust perl style.
2021-03-12  Robert HaasTry to fix compiler warnings.
2021-03-12  Robert HaasAdd pg_amcheck, a CLI for contrib/amcheck.
2021-03-12  Tom LaneFix race condition in psql \e's detection of file modif...
2021-03-12  Tom LaneForbid marking an identity column as nullable.
2021-03-12  Thomas MunroSpecialize checkpointer sort functions.
2021-03-12  Amit KapilaFix size overflow in calculation introduced by commits...
2021-03-12  Amit KapilaFix use of relcache TriggerDesc field introduced by...
2021-03-12  Thomas MunroPoll postmaster less frequently in recovery.
2021-03-12  Thomas MunroAdd condition variable for walreceiver shutdown.
2021-03-12  Thomas MunroAdd condition variable for recovery resume.
2021-03-12  Fujii MasaoSend statistics collected during shutdown checkpoint...
2021-03-12  Fujii MasaoForce to send remaining WAL stats to the stats collecto...
2021-03-12  Thomas MunroMinor modernization for README.barrier.
2021-03-11  Peter GeogheganSave a few cycles during nbtree VACUUM.
2021-03-11  Peter GeogheganAdd back vacuum_cleanup_index_scale_factor parameter.
2021-03-11  Robert HaasBe clear about whether a recovery pause has taken effect.
2021-03-11  Tom LaneRe-simplify management of inStart in pqParseInput3...
2021-03-11  Robert HaasRefactor and generalize the ParallelSlot machinery.
2021-03-11  Michael PaquierSet libcrypto callbacks for all connection threads...
2021-03-11  Peter GeogheganDoc: B-Tree only has one additional parameter.
2021-03-11  Thomas MunroImprove comment for struct BufferDesc.
2021-03-11  Bruce Momjiantutorial: land height is "elevation", not "altitude"
2021-03-11  Peter GeogheganVACUUM ANALYZE: Always update pg_class.reltuples.
2021-03-11  Peter GeogheganDon't consider newly inserted tuples in nbtree VACUUM.
2021-03-10  Bruce MomjianC comments: improve description of GiST NSN and GistBu...
2021-03-10  Thomas MunroReplace buffer I/O locks with condition variables.
2021-03-10  Tom LaneAvoid creating duplicate cached plans for inherited...
2021-03-10  Tom LaneDoc: get rid of <foreignphrase> tags.
2021-03-10  Tom LaneDoc: improve introductory information about procedures.
2021-03-10  Tom LaneDoc: fix missing mention of procedure OUT parameters.
2021-03-10  Peter EisentrautAdd bound check before bsearch() for performance
2021-03-10  Thomas MunroFix another portability bug in recent pgbench commit.
2021-03-10  Thomas MunroTry to fix portability bugs in recent pgbench commits.
2021-03-10  Peter EisentrautSmall debug message tweak
2021-03-10  Michael PaquierMove tablespace path re-creation from the makefiles...
2021-03-10  Thomas Munropgbench: Synchronize client threads.
2021-03-10  Thomas MunroAdd missing pthread_barrier_t.
2021-03-10  Thomas Munropgbench: Improve time logic.
2021-03-10  Thomas Munropgbench: Refactor thread portability support.
2021-03-10  Amit KapilaFix valgrind issue in commit 05c8482f7f.
2021-03-10  Amit KapilaEnable parallel SELECT for "INSERT INTO ... SELECT...
2021-03-10  Michael PaquierRevert changes for SSL compression in libpq
2021-03-09  Alexander KorotkovFix vague comment in jsonb documentation
2021-03-09  Peter Eisentrautlibpq: Remove deprecated connection parameters authtype...
2021-03-09  Michael PaquierSwitch back sslcompression to be a normal input field...
2021-03-09  Fujii MasaoTrack total amounts of times spent writing and syncing...
2021-03-09  Michael PaquierAdd support for more progress reporting in COPY
2021-03-09  Michael PaquierRemove support for SSL compression
2021-03-08  Tom LaneComplain if a function-in-FROM returns a set when it...
2021-03-08  Tom LaneProperly mark pg_stat_get_subscription() as returning...
2021-03-08  Tom LaneValidate the OID argument of pg_import_system_collations().
2021-03-08  Tom LaneFurther tweak memory management for regex DFAs.
2021-03-08  Amit KapilaTrack replication origin progress for rollbacks.
2021-03-06  Peter EisentrautAdd bit_xor aggregate function
2021-03-06  Magnus HaganderClarify that CREATEROLE roles are considered Administrators
2021-03-06  Tom LaneAdd binary I/O capability for cube datatype.
2021-03-06  Magnus HaganderImprove docs on updatable views
2021-03-06  Michael Paquierpgbench: Simplify some port, host, user and dbname...
2021-03-05  Tom LaneDoc: remove obsolete entries in table of BRIN strategy...
2021-03-05  Tom LaneRemove deprecated containment operators for contrib...
2021-03-05  Michael Paquierdoc: Add backlinks to progress reporting documentation
2021-03-05  Michael PaquierAdd support for PROVE_TESTS and PROVE_FLAGS in MSVC...
2021-03-04  Andrew DunstanClose psql processes gracefully in recovery tests
2021-03-04  Peter Eisentrautpg_upgrade: Fix oversight in version checking
2021-03-04  Fujii MasaoRemove redundant getenv() for PGUSER, in psql help.
2021-03-04  Heikki LinnakangasAvoid extra newline in errors received in FE protocol...
2021-03-04  Heikki LinnakangasRemove server and libpq support for old FE/BE protocol...
2021-03-03  Tom LaneAdd trim_array() function.
2021-03-03  Tom LaneMake test_target_session_attrs more robust against...
2021-03-03  Peter Eisentrautpg_upgrade: Check version of target cluster binaries
2021-03-03  Amit KapilaClarify the usage of max_replication_slots on the subsc...
2021-03-03  Peter EisentrautSome copy-editing of GUC descriptions
2021-03-03  Tom LaneSilence perlcritic warning in commit ee28cacf6.
2021-03-03  Thomas MunroUse sort_template.h for qsort_tuple() and qsort_ssup().
2021-03-03  Thomas MunroUse sort_template.h for qsort() and qsort_arg().
2021-03-03  Thomas MunroAdd sort_template.h for making sort functions.
2021-03-03  Amit KapilaAdd option to enable two_phase commits via pg_create_lo...
next