]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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...
2021-07-27  Michael PaquierSimplify matching pattern check in TAP tests of pg_rece...
2021-07-27  Michael PaquierSkip trailing whitespaces when parsing integer options
2021-07-26  Alvaro HerreraRemove newly added useless assertion check
2021-07-26  Tomas Vondrapsql \dX: check schema when listing statistics objects
2021-07-26  Dean RasheedAllow numeric scale to be negative or greater than...
2021-07-26  Michael Paquierdoc: Fix command example to run regression tests with...
2021-07-26  Tom LaneHarden pg_stat_statements tests against CLOBBER_CACHE_A...
2021-07-26  David RowleyFix incorrect comment for get_agg_clause_costs
2021-07-26  Michael PaquierFix a couple of memory leaks in src/bin/pg_basebackup/
2021-07-25  Tom LaneGet rid of artificial restriction on hash table sizes...
2021-07-25  Andres FreundDeduplicate choice of horizon for a relation procarray.c.
2021-07-24  Tom LaneFix check for conflicting session- vs transaction-level...
2021-07-24  Tom LaneMake printf("%s", NULL) print "(null)" instead of crashing.
2021-07-24  Tom LaneRemove configure-time thread safety checking (thread_te...
2021-07-24  Tom LaneFix failure of some headers to compile "standalone".
2021-07-24  Michael PaquierAdd missing header declarations for pg_basebackup and...
2021-07-24  Michael PaquierUnify parsing logic for command-line integer options
2021-07-23  Alvaro HerreraMake new test immune to collation
2021-07-22  Alvaro HerreraMake ALTER TRIGGER RENAME consistent for partitioned...
2021-07-22  Alvaro HerreraRework installation instructions again
2021-07-22  John NaylorFix division by zero error in date_bin
2021-07-22  Peter EisentrautFix typo in comment
2021-07-22  Michael PaquierDisable TAP tests of pg_receivewal for ZLIB on Windows
2021-07-22  Thomas Munrojit: Don't inline functions that access thread-locals.
2021-07-22  David RowleyMake nodeSort.c use Datum sorts for single column sorts
2021-07-21  Tom LaneDoc: improve documentation about exponentiation operator.
2021-07-21  Alvaro HerreraImprove installation instructions a bit
2021-07-21  John NaylorDocument "B" and "us" as accepted units in postgres...
2021-07-21  John NaylorAdd missing check of noError parameter in euc_tw_and_big5.c
2021-07-21  Peter EisentrautAdd missing enum tags in enums used in nodes
2021-07-21  Peter EisentrautRename some node support functions for consistency
2021-07-21  Peter EisentrautRename argument of _outValue()
2021-07-21  Peter EisentrautRename NodeTag of ExprState
2021-07-21  Peter EisentrautMore improvements of error messages about mismatching...
2021-07-21  Fujii Masaodoc: Document that only superusers can use pg_import_sy...
2021-07-21  Fujii MasaoMake XLOG_FPI_FOR_HINT records honor full_page_writes...
2021-07-20  Tom LaneFix corner-case uninitialized-variable issues in plpgsql.
2021-07-20  Michael PaquierRe-enable TAP tests of pg_receivewal for ZLIB on Windows
2021-07-20  Michael PaquierFix some issues with WAL segment opening for pg_receive...
next