]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2022-03-29  Andrew DunstanSQL/JSON query functions
2022-03-29  Robert HaasIn 020_createdb.pl, change order of command-line arguments.
2022-03-29  Robert HaasAdd new block-by-block strategy for CREATE DATABASE.
2022-03-29  Alvaro HerreraRevert "Fix replay of create database records on standby"
2022-03-29  Robert HaasExplain why the startup process can't cause a shortage...
2022-03-29  Daniel Gustafssondoc: Make UPDATE FROM examples consistent
2022-03-29  Daniel GustafssonEnable SSL library detection via PQsslAttribute()
2022-03-29  Peter Eisentrautpsql: Add test for psql behavior on server crash
2022-03-29  Michael PaquierAvoid instabilities with the regression tests of pg_fre...
2022-03-29  Michael PaquierAdd system view pg_ident_file_mappings
2022-03-29  Michael PaquierModify query on pg_hba_file_rules to check for errors...
2022-03-28  Andrew DunstanIS JSON predicate
2022-03-28  Joe ConwayUse has_privs_for_roles for predefined role checks
2022-03-28  Robert HaasRemove the ability of a role to administer itself.
2022-03-28  Robert HaasFix a few goofs in new backup compression code.
2022-03-28  Tom LaneAdd public ruleutils.c entry point to deparse a Query.
2022-03-28  Alvaro HerreraFix role names in merge.sql regress file
2022-03-28  Alvaro HerreraAdd support for MERGE SQL command
2022-03-28  Peter EisentrautPreparatory test cleanup
2022-03-28  Tomas VondraDocument autoanalyze limitations for partitioned tables
2022-03-28  Peter EisentrautMake JSON path numeric literals more correct
2022-03-28  Andres FreundDon't fail for > 1 walsenders in 019_replslot_limit...
2022-03-28  Andres FreundMark pg_stat_get_subscription_stats() strict.
2022-03-28  Andres FreundFix NULL input behaviour of pg_stat_get_replication_slot().
2022-03-28  Thomas MunroFix pg_waldump docs.
2022-03-28  Andres Freundwaldump: fix use-after-free in search_directory().
2022-03-27  Tom LaneFix up compiler warnings/errors from f4fb45d15.
2022-03-27  Andrew DunstanSQL/JSON constructors
2022-03-27  Andrew DunstanCommon SQL/JSON clauses
2022-03-27  Daniel GustafssonRemove more unused module imports from TAP tests
2022-03-27  Tom LaneRemove useless variable.
2022-03-27  Tom LaneAvoid using large pass-by-value struct arguments in...
2022-03-27  Tom LaneFix breakage of get_ps_display() in the PS_USE_NONE...
2022-03-27  Michael PaquierFix comment in execParallel.c
2022-03-27  Michael Paquierpageinspect: Add more sanity checks to prevent out...
2022-03-26  Tomas VondraWait for subscription to sync in t/031_column_list.sql
2022-03-26  Daniel GustafssonSSL TAP test backend library independence refactoring
2022-03-26  Tom LaneSuppress compiler warning in relptr_store().
2022-03-26  Tomas VondraMove prattrs to the pg_publication_rel section in docs
2022-03-26  Tom LaneSuppress compiler warning in pub_collist_to_bitmapset().
2022-03-26  Tomas VondraAllow specifying column lists for logical replication
2022-03-25  Tomas VondraMinor improvements in sequence decoding code and docs
2022-03-25  Tom LaneHarden TAP tests that intentionally corrupt page checksums.
2022-03-25  Tomas VondraHandle sequences in preprocess_pubobj_list
2022-03-25  Tomas VondraUpdate tab-completion for CREATE PUBLICATION with sequences
2022-03-25  Alvaro HerreraFix replay of create database records on standby
2022-03-25  Peter EisentrautMake update-unicode target work in vpath builds
2022-03-25  Peter EisentrautRefactor DLSUFFIX handling
2022-03-25  Etsuro Fujitapostgres_fdw: Minor cleanup for pgfdw_abort_cleanup().
2022-03-25  Michael PaquierFix typos in standby.c
2022-03-25  Amit KapilaRemove some useless free calls.
2022-03-25  Tatsuo IshiiSecond attempt to fix pgbench TAP test.
2022-03-25  Thomas MunroImprove command line options for pg_waldump.
2022-03-25  Andres FreundAdd retries for further investigation of 019_replslot_l...
2022-03-24  Daniel GustafssonList offending databases in pg_upgrade datallowconn...
2022-03-24  Tom LaneFix pg_statio_all_tables view for multiple TOAST indexes.
2022-03-24  Daniel GustafssonRemove unused module imports from TAP tests
2022-03-24  Robert HaasFix possible recovery trouble if TRUNCATE overlaps...
2022-03-24  Alvaro HerreraWrap inline function definitions in #ifndef FRONTEND
2022-03-24  Tomas VondraAdd decoding of sequences to built-in replication
2022-03-24  Tom LaneDoc: add some documentation about serialization failure...
2022-03-24  Alvaro HerreraChange fastgetattr and heap_getattr to inline functions
2022-03-24  Tom LaneInvent recursive_worktable_factor GUC to replace hard...
2022-03-24  Peter EisentrautRemove unnecessary translator comment
2022-03-24  Michael Paquierdoc: Improve postgres command for shared_memory_size_in...
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.
next