]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2022-03-24  Thomas MunroAdd additional filtering options to pg_waldump.
2022-03-24  Tatsuo IshiiFix pgbench TAP test.
2022-03-24  Michael PaquierRefactor code related to pg_hba_file_rules() into new...
2022-03-24  Michael PaquierAdd some basic regression tests for pg_freespacemap
2022-03-23  Andres FreundDon't try to translate NULL in GetConfigOptionByNum().
2022-03-23  Andres FreundDon't call fwrite() with len == 0 when writing out...
2022-03-23  Andres Freundconfigure: check for dlsym instead of dlopen.
2022-03-23  Andrew DunstanClean test_rls_hooks module
2022-03-23  Andres Freundci: test headerscheck, cpluspluscheck as part of Compil...
2022-03-23  Alvaro Herrerapg_upgrade: Upgrade an Assert to a real 'if' test
2022-03-23  Robert Haaspg_basebackup: Try to fix some failures on Windows.
2022-03-23  Alvaro HerreraFix "missing continuation record" after standby promotion
2022-03-23  Alvaro Herreratest_decoding: Add comments about delaying BEGIN/PREPARE
2022-03-23  Robert HaasIn get_bc_algorithm_name, add a dummy return statement.
2022-03-23  Andrew DunstanForce NO_LOCALE / UTF8 for test_oat_hooks tests
2022-03-23  Andrew DunstanUse approved style for listing OBJS in test_oat_hooks...
2022-03-23  Robert HaasUnbreak the build.
2022-03-23  Robert HaasReplace BASE_BACKUP COMPRESSION_LEVEL option with COMPR...
2022-03-23  Tatsuo IshiiAllow pgbench to retry in some cases.
2022-03-23  Thomas MunroTry to stabilize vacuum test.
2022-03-23  Andrew DunstanTemporarily disable installcheck for test_oat_hooks...
2022-03-22  Andrew DunstanRevert "Common SQL/JSON clauses"
2022-03-22  Andres FreundAdd missing xlogdefs.h include to pg_subscription.h.
2022-03-22  Andrew DunstanCommon SQL/JSON clauses
2022-03-22  Andrew DunstanTidy up Object Access hooks tests
2022-03-22  Andrew DunstanFix new Object Access hooks test
2022-03-22  Andres FreundAdd missing dependency of pg_dumpall to WIN32RES.
2022-03-22  Andres Freundpgstat: fix function name in comment.
2022-03-22  Andrew DunstanAdd a test module for Object Access hooks
2022-03-22  Andrew DunstanAdd String object access hooks
2022-03-22  Tom LaneRevert "graceful shutdown" changes for Windows.
2022-03-22  Dean RasheedAdd support for security invoker views.
2022-03-22  Peter Eisentrautpgcrypto: Remove internal padding implementation
2022-03-22  Michael PaquierFix failures in SSL tests caused by out-of-tree keys...
2022-03-22  Amit KapilaAdd ALTER SUBSCRIPTION ... SKIP.
2022-03-21  Andres Freundpgstat: reorder pgstat.[ch] contents.
2022-03-21  Tom LaneFix assorted missing logic for GroupingFunc nodes.
2022-03-21  Andres Freundpgstat: split different types of stats into separate...
2022-03-21  Tom LaneFix bogus dependency handling for GENERATED expressions.
2022-03-21  Tom LaneMove pg_attrdef manipulation code into new file catalog...
2022-03-21  Tom LaneFix risk of deadlock failure while dropping a partition...
2022-03-21  Tom LaneRemove workarounds for avoiding [U]INT64_FORMAT in...
2022-03-21  Magnus HaganderFix typo in file identification
2022-03-21  Andres Freundpgstat: separate "xact level" handling out of relation...
2022-03-21  Andres Freundpgstat: rename pgstat_initstats() to pgstat_relation_in...
2022-03-21  Andres Freundpgstat: introduce pgstat_relation_should_count().
2022-03-20  Alvaro HerreraBlind fix for uninitialized memory bug in ba9a7e392171
2022-03-20  Thomas MunroLog regression.diffs in 027_stream_regress.pl.
2022-03-20  Tom Lanepsql: handle tab completion of timezone names after...
2022-03-20  Alvaro HerreraEnforce foreign key correctly during cross-partition...
2022-03-20  Tom LaneDoc: fix our example systemd script.
2022-03-20  Peter EisentrautFix global ICU collations for ICU < 54
2022-03-19  Andres FreundAdd a few recent and not so recent revs to git-blame...
2022-03-19  Andres Freundpgstat: split out WAL handling from pgstat_{initialize...
2022-03-19  Andres Freundpgstat: split relation, database handling out of pgstat...
2022-03-19  Andres Freundpgstat: run pgindent on pgstat.c/h.
2022-03-19  Andres Freundci: windows: Use CIRRUS_ESCAPING_PROCESSES, revert...
2022-03-19  Alvaro HerreraFix an outdated and grammatically wrong comment
2022-03-19  Michael PaquierImprove handling of SET ACCESS METHOD for ALTER MATERIA...
2022-03-19  Michael PaquierAdd regression tests for ALTER MATERIALIZED VIEW with...
2022-03-19  Michael Paquierdoc: Mention SET TABLESPACE clause for ALTER MATERIALIZ...
2022-03-19  Andres FreundSilence -Wmaybe-uninitialized compiler warning in dbcom...
2022-03-19  Noah MischClose race condition in slot_creation_error.spec.
2022-03-18  Andres Freundci: compile with -Og where applicable.
2022-03-18  Andres Freundci: include hints how to install OS packages.
2022-03-18  Tom LaneFix incorrect xmlschema output for types timetz and...
2022-03-18  Tom LaneSpecify database encoding in new ICU test.
2022-03-18  Tom LaneDoc: remove bogus instruction to install contrib/hstore.
2022-03-18  Tom LaneRemove workarounds for avoiding [U]INT64_FORMAT in...
2022-03-18  Thomas MunroAdd circular WAL decoding buffer, take II.
2022-03-18  Michael Paquierdoc: Remove mention to in-place tablespaces for pg_tabl...
2022-03-18  Michael PaquierFix header inclusion order in pg_receivewal.c
2022-03-18  Thomas MunroDeclare aarch64 has single copy atomicity for 8 byte...
2022-03-17  Tom LaneDon't bother to attach column name lists to RowExprs...
2022-03-17  Tom LaneRevert applying column aliases to the output of whole...
2022-03-17  Robert HaasRefactor code for reading and writing relation map...
2022-03-17  Tomas VondraFix row filters with multiple publications
2022-03-17  Peter Eisentrautdoc: Add documentation for new field pg_database.daticu...
2022-03-17  Alvaro HerreraSplit ExecUpdate and ExecDelete into reusable pieces
2022-03-17  Peter EisentrautAdd option to use ICU as global locale provider
2022-03-17  Michael PaquierFix pg_tablespace_location() with in-place tablespaces
2022-03-16  Tomas VondraFix publish_as_relid with multiple publications
2022-03-16  Robert HaasSuppress compiler warnings.
2022-03-16  Daniel Gustafssondoc: Ensure intermediate path creation with mkdir
2022-03-16  Alexander KorotkovFix default signature length for gist_ltree_ops
2022-03-16  Thomas MunroFix race between DROP TABLESPACE and checkpointing.
2022-03-16  Michael Paquierpageinspect: Fix memory context allocation of page...
2022-03-16  Thomas MunroFix documentation typo in commit 5e6368b4.
2022-03-16  Thomas MunroFix waiting in RegisterSyncRequest().
2022-03-16  Michael Paquierpageinspect: Fix handling of page sizes and AM types
2022-03-16  Thomas MunroWake up for latches in CheckpointWriteDelay().
2022-03-15  Thomas MunroSilence LLVM 14 API deprecation warnings.
2022-03-15  Robert HaasRemove accidentally-committed file.
2022-03-15  Robert HaasAdd 'basebackup_to_shell' contrib module.
2022-03-15  Robert HaasAllow extensions to add new backup targets.
2022-03-15  Robert HaasChange HAVE_LIBLZ4 and HAVE_LIBZSTD tests to USE_LZ4...
2022-03-15  Amit KapilaFix compiler warning introduced in commit 705e20f855.
2022-03-15  Michael PaquierFix collection of typos in the code and the documentation
2022-03-15  Michael PaquierAdd more regression tests for pg_ls_dir()
2022-03-15  Thomas MunroFix pg_basebackup with in-place tablespaces.
next