]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2022-08-04  Thomas MunroRemove dead pread and pwrite replacement code.
2022-08-04  Thomas MunroRemove dead setenv, unsetenv replacement code.
2022-08-04  Thomas MunroRemove configure probes for poll and poll.h.
2022-08-04  Thomas MunroRemove configure probe for link.
2022-08-04  Thomas MunroRemove configure probes for symlink/readlink, and dead...
2022-08-04  Thomas MunroRemove configure probe for setsid.
2022-08-04  Thomas MunroRemove configure probe for shm_open.
2022-08-04  Thomas MunroRemove configure probe and related tests for getrlimit.
2022-08-04  Thomas MunroRemove configure probe for dlopen, and refactor.
2022-08-04  Robert HaasRevert recent changes to 002_pg_upgrade.pl.
2022-08-04  Tom LaneFix check_exclusion_or_unique_constraint for UNIQUE...
2022-08-04  Tom LaneAdd CHECK_FOR_INTERRUPTS in ExecInsert's speculative...
2022-08-04  Tom LaneAdd proper regression test for the recent SRFs-in-pathk...
2022-08-04  Daniel GustafssonRephrase comments to make them clearer
2022-08-04  John NaylorFix formatting and comment typos
2022-08-04  John NaylorFix assorted doc typos
2022-08-04  John NaylorClarify DROP EXTENSION docs regarding explicitly depend...
2022-08-04  Michael PaquierFix inconsistent comments for some function declaration...
2022-08-04  John NaylorSupport SSE2 intrinsics where available
2022-08-03  Tom LaneFix incorrect tests for SRFs in relation_can_be_sorted_...
2022-08-03  Peter GeogheganAdd another old commit to git-blame-ignore-revs.
2022-08-03  Tom LaneReduce test runtime of src/test/modules/snapshot_too_old.
2022-08-03  Amit KapilaAdd wait_for_subscription_sync for TAP tests.
2022-08-02  Tom LaneBe more wary about 32-bit integer overflow in pg_stat_s...
2022-08-02  David RowleyRemove unused fields from ExprEvalStep
2022-08-02  Tom LaneChange type "char"'s I/O format for non-ASCII characters.
2022-08-02  David RowleyImprove performance of ORDER BY / DISTINCT aggregates
2022-08-02  Michael Paquierdoc: Fix typos in protocol.sgml
2022-08-02  Amit KapilaMove common catalog cache access routines to lsyscache.c
2022-08-02  John NaylorFix comment in pg_db_role_setting.h
2022-08-02  Amit KapilaRemove duplicated wait for subscription sync from 007_d...
2022-08-01  Tom LaneAdd a regression test for contrib/tcn.
2022-08-01  David RowleyRelax overly strict rules in select_outer_pathkeys_for_...
2022-08-01  Tom LaneAdd a regression test for contrib/pg_prewarm.
2022-08-01  David RowleyHave ExecFindPartition cache the last found partition
2022-08-01  Tom LaneCheck maximum number of columns in function RTEs, too.
2022-08-01  Michael PaquierFix error reporting after ioctl() call with pg_upgrade...
2022-08-01  Andres Freundci: remove minor version from freebsd image name
2022-08-01  Michael PaquierAppend -X to direct invocation of psql in new test...
2022-08-01  Michael PaquierAdd more TAP tests with BASE_BACKUP and pg_backup_start...
2022-07-31  Tom LaneRemove test_oat_hooks.c's nodetag_to_string().
2022-07-31  Andrew DunstanAdd --schema and --exclude-schema options to vacuumdb.
2022-07-31  Andres Freundci: switch to freebsd 13.1
2022-07-31  Tom LaneFix trim_array() for zero-dimensional array argument.
2022-07-31  Tom LaneMake new auto_explain test safe for log_error_verbosity...
2022-07-31  Michael PaquierFeed ObjectAddress to event triggers for ALTER TABLE...
2022-07-31  Michael PaquierExpand tests of test_ddl_deparse/ for ALTER TABLE
2022-07-30  Tom LaneImprove regression test coverage of GiST index building.
2022-07-30  Tom LaneAdd regression test coverage for contrib/pg_buffercache.
2022-07-30  Tom LaneFix incorrect is-this-the-topmost-join tests in paralle...
2022-07-30  Tom LaneAdjust new pg_read_file() test cases for more portability.
2022-07-30  Robert HaasRevise test case added in 43746996399541ecb5c7b188725a5...
2022-07-29  Andrew DunstanFix new recovery test for log_error_verbosity=verbose...
2022-07-29  Robert HaasFix brown paper bag bug in bbe08b8869bd29d587f24ef18eb4...
2022-07-29  Tom LaneSupport pg_read_[binary_]file (filename, missing_ok).
2022-07-29  Tom LaneIn transformRowExpr(), check for too many columns in...
2022-07-29  Robert HaasFix mistake in bbe08b8869bd29d587f24ef18eb45c7d4d14afca.
2022-07-29  Alvaro HerreraFix test instability
2022-07-29  Amit KapilaMove related functions next to each other in pg_publica...
2022-07-28  Robert HaasUse TRUNCATE to preserve relfilenode for pg_largeobject...
2022-07-28  Tom LaneImprove speed of hash index build.
2022-07-28  Alvaro Herreradoc: avoid saying "inheritance" ...
2022-07-28  Robert HaasClean up some residual confusion between OIDs and RelFi...
2022-07-28  Alvaro HerreraFix replay of create database records on standby
2022-07-28  Fujii MasaoFix comment in procarray.c.
2022-07-28  Thomas MunroFix get_dirent_type() for symlinks on MinGW/MSYS.
2022-07-27  Tom LaneFix new auto_explain test case for Windows.
2022-07-27  Robert HaasBump catversion for commit d8cd0c6c95c0120168df93aae095...
2022-07-27  Robert HaasConvert macros to static inline functions (buf_internals.h)
2022-07-27  Tom LaneAdd missing PGDLLEXPORT markings in contrib/pg_prewarm.
2022-07-27  Robert HaasFix read_relmap_file() concurrency on Windows.
2022-07-27  Michael PaquierRefactor code in charge of grabbing the relations of...
2022-07-27  Alexander KorotkovSplit tuplesortvariants.c from tuplesort.c
2022-07-27  Alexander KorotkovSplit TuplesortPublic from Tuplesortstate
2022-07-27  Alexander KorotkovMove memory management away from writetup() and tupleso...
2022-07-27  Alexander KorotkovPut abbreviation logic into puttuple_common()
2022-07-27  Alexander KorotkovAdd new Tuplesortstate.removeabbrev function
2022-07-27  Alexander KorotkovRemove Tuplesortstate.copytup function
2022-07-27  Michael PaquierAdd overflow protection for block-related data in WAL...
2022-07-26  Tom LaneImprove makeArrayTypeName's algorithm for choosing...
2022-07-26  Robert HaasFix brain fade in e530be2c5ce77475d56ccf8f4e0c4872b666ad5f.
2022-07-26  Robert HaasRemove the restriction that the relmap must be 512...
2022-07-26  Robert HaasDo not allow removal of superuser privileges from boots...
2022-07-26  Tom LaneForce immediate commit after CREATE DATABASE etc in...
2022-07-26  Fujii Masaodoc: Add note about re-archiving of same WAL files...
2022-07-26  Fujii MasaoReduce overhead of renaming archive status files.
2022-07-26  Michael PaquierFix path reference when parsing pg_ident.conf for pg_id...
2022-07-26  Amit KapilaEliminate duplicate code in table.c.
2022-07-26  Michael PaquierFix a few issues with REINDEX grammar
2022-07-25  Tom LaneAdd test for session_preload_libraries and parameter...
2022-07-25  Andrew DunstanAdd xheader_width pset option to psql
2022-07-25  Tom LaneProcess session_preload_libraries within InitPostgres...
2022-07-25  Heikki LinnakangasFix ReadRecentBuffer for local buffers.
2022-07-25  Fujii MasaoRemove useless arguments in ReadCheckpointRecord().
2022-07-23  Tom LaneDoc: improve documentation about random().
2022-07-23  Thomas MunroRemove dead getpwuid_r replacement code.
2022-07-23  Thomas MunroRemove dead handling for pre-POSIX sigwait().
2022-07-23  Thomas MunroRemove dead getrusage replacement code.
2022-07-23  Tom LaneDoc: update recovery/README.
2022-07-23  Tom LaneIncrease minimum supported GNU make version to 3.81.
next