]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2021-08-08  Tom LaneMake regexp engine's backref-related compilation state...
2021-08-08  Tom LaneFix use-after-free issue in regexp engine.
2021-08-08  Andres FreundMove temporary file cleanup to before_shmem_exit().
2021-08-07  Peter EisentrautRemove T_MemoryContext
2021-08-07  Peter Eisentrautpg_amcheck: Message style improvements
2021-08-07  Tom LaneReally fix the ambiguity in REFRESH MATERIALIZED VIEW...
2021-08-07  Peter Eisentrautpg_amcheck: Add missing translation markers
2021-08-07  Peter EisentrautMessage style improvements
2021-08-07  Andres Freundpgstat: Schedule per-backend pgstat shutdown via before...
2021-08-07  Andres FreundSchedule ShutdownXLOG() in single user mode using befor...
2021-08-07  Andres FreundMake parallel worker shutdown complete entirely via...
2021-08-07  Andres Freundpgstat: Bring up pgstat in BaseInit() to fix uninitiali...
2021-08-06  Tom LaneDon't elide casting to typmod -1.
2021-08-06  Dean RasheedAdjust the integer overflow tests in the numeric code.
2021-08-06  Peter EisentrautAdd missing message punctuation
2021-08-06  Peter EisentrautFix wording
2021-08-05  Andres Freundprocess startup: Always call Init[Auxiliary]Process...
2021-08-05  Andres FreundCall pgwin32_signal_initialize() in postmaster as well.
2021-08-05  Andres Freundprocess startup: Centralize pgwin32_signal_initialize...
2021-08-05  Andres Freundprocess startup: Remove bootstrap / checker modes from...
2021-08-05  Andres Freundprocess startup: Move AuxiliaryProcessMain into its...
2021-08-05  Andres Freundprocess startup: auxprocess: reindent block
2021-08-05  Andres Freundprocess startup: Separate out BootstrapModeMain from...
2021-08-05  Andres Freundprocess startup: Rename postmaster's --forkboot to...
2021-08-05  Etsuro Fujitapostgres_fdw: Fix issues with generated columns in...
2021-08-05  Fujii MasaoRemove unused argument "txn" in maybe_send_schema().
2021-08-05  Dean RasheedFix division-by-zero error in to_char() with 'EEEE...
2021-08-05  Andres Freundpgbench: When using pipelining only do PQconsumeInput...
2021-08-05  Andres Freundpgstat: split reporting/fetching of bgwriter and checkp...
2021-08-04  Peter GeogheganMake vacuum_index_cleanup reloption RELOPT_TYPE_ENUM.
2021-08-04  Amit KapilaAdd prepare API support for streaming transactions...
2021-08-03  Tom LaneAdd assorted new regexp_xxx SQL functions.
2021-08-03  Bruce MomjianC comment: correct heading of extension query
2021-08-03  Bruce Momjianinterval: round values when spilling to months
2021-08-03  Bruce Momjianpg_upgrade: warn about extensions that need updating
2021-08-03  Bruce Momjianpg_upgrade: improve docs about extension upgrades
2021-08-03  Bruce Momjiandoc: mention inheritance's tableoid can be used in...
2021-08-03  Bruce Momjiandoc: add example of using pg_dump with GNU split and...
2021-08-03  Thomas MunroFurther simplify a bit of logic in StartupXLOG().
2021-08-03  David RowleyAllow ordered partition scans in more cases
2021-08-02  David RowleyTrack a Bitmapset of non-pruned partitions in RelOptInfo
2021-08-02  Tom LaneDoc: minor improvements for logical replication protoco...
2021-08-02  Thomas MunroRun checkpointer and bgwriter in crash recovery.
2021-08-02  Andres FreundRemove misplaced comment from AuxiliaryProcessMain().
2021-08-02  Etsuro FujitaFix oversight in commit 1ec7fca8592178281cd5cdada0f27a3...
2021-08-02  Amit KapilaFix test failure in 021_twophase.pl.
2021-08-01  Andrew DunstanSilence perl warning about uninitialized value
2021-07-31  Tom LaneDoc: alphabetize the regexp_foo() function descriptions...
2021-07-31  Tom LaneUse elog, not Assert, to report failure to provide...
2021-07-31  John NaylorRemove redundant setting of pg_attribute.attcompression
2021-07-31  Dean RasheedFix corner-case errors and loss of precision in numeric...
2021-07-31  Heikki LinnakangasMove InRecovery and standbyState global vars to xloguti...
2021-07-31  Heikki LinnakangasExtract code to describe recovery stop reason to a...
2021-07-31  Heikki LinnakangasRemove unnecessary 'restoredFromArchive' global variable.
2021-07-31  Heikki LinnakangasDon't use O_SYNC or similar when opening signal file...
2021-07-31  Michael PaquierEnable TAP tests of pg_receivewal for ZLIB on Windows...
2021-07-30  Jeff DavisImprove documentation for START_REPLICATION ... LOGICAL.
2021-07-30  John NaylorFix range check in ECPG numeric to int conversion
2021-07-30  Tom LaneDoc: add a glossary entry for "domain".
2021-07-30  Tom LaneIn postgres_fdw, allow CASE expressions to be pushed...
2021-07-30  Robert HaasRemove unnecessary call to ReadCheckpointRecord().
2021-07-30  Michael PaquierUse --no-loop for new calls of pg_receivewal --endpos...
2021-07-30  Heikki LinnakangasUpdate obsolete comment that still referred to Checkpoi...
2021-07-30  Etsuro Fujitapostgres_fdw: Fix handling of pending asynchronous...
2021-07-30  Amit KapilaRemove unused argument in apply_handle_commit_internal().
2021-07-29  Alvaro HerreraClose yet another race condition in replication slot...
2021-07-29  Daniel Gustafssondocs: Fix bit_count example output
2021-07-29  Tom LaneImprove libpq's handling of OOM during error message...
2021-07-29  Andrew DunstanAvoid calling TestLib::perl2host on a symlinked directory
2021-07-29  Andrew DunstanMake TestLib::perl2host more consistent and robust
2021-07-29  Amit KapilaRefactor to make common functions in proto.c and worker.c.
2021-07-29  Daniel GustafssonRemove unused directory from test/ssl .gitignore
2021-07-29  Andrew DunstanAdd a getter function for a PostgresNode install_path
2021-07-29  Andrew DunstanAdd PostgresVersion.pm method to emit the major version...
2021-07-29  Andrew DunstanRemove the last vestiges of Exporter from PostgresNode
2021-07-29  Andrew DunstanUnify PostgresNode's new() and get_new_node() methods
2021-07-29  Andrew DunstanAdd adjust_conf method to PostgresNode
2021-07-29  Andrew DunstanAdd -w back to the flags for pg_ctl (re)start in Postgr...
2021-07-29  Michael PaquierFix typo in tab-complete.c
2021-07-29  Michael PaquierAdd some missing exit() calls in error paths for variou...
2021-07-29  Michael PaquierAdd missing exit() in pg_verifybackup when failing...
2021-07-29  David RowleyAdjust MSVC build scripts to parse Makefiles for defines
2021-07-28  David RowleyDon't duplicate references and libraries in MSVC scripts
2021-07-28  David RowleyMake the includes field an array in MSVC build scripts
2021-07-28  Fujii MasaoUpdate minimum recovery point on truncation during...
2021-07-28  John NaylorDisallow negative strides in date_bin()
2021-07-28  David RowleyUse the AddFile function consistently in MSVC build...
2021-07-28  David RowleyDoc: Clarify lock levels taken during ATTACH PARTITION
2021-07-28  Michael PaquierClarify some comments making use of leetspeak term...
2021-07-28  Michael PaquierAdd support for SET ACCESS METHOD in ALTER TABLE
2021-07-28  David RowleyRemove seemingly unneeded include directory in MSVC...
2021-07-27  Alvaro HerreraSet pg_setting.pending_restart when pertinent config...
2021-07-27  Tom LaneFix bugs in polymorphic-argument resolution for multira...
2021-07-27  Tom LaneStabilize output of new regression test.
2021-07-27  Fujii MasaoAvoid using ambiguous word "non-negative" in error...
2021-07-27  Tom LaneIn event triggers, use "pg_temp" only for our own temp...
2021-07-27  Tom LaneUse the "pg_temp" schema alias in EXPLAIN and related...
2021-07-27  Andrew DunstanDisable command echo in pg_upgrade-created windows...
2021-07-27  Bruce Momjiandoc: for various substring funcs, document if only...
2021-07-27  Bruce Momjianpg_resetxlog: add option to set oldest xid & use by...
next