]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2022-04-01  Michael PaquierSwitch the regression tests of pg_upgrade to use TAP...
2022-03-31  Tom LaneKeep plpgsql.h C++-clean.
2022-03-31  Tom LaneExpose a few more PL/pgSQL functions to debugger plugins.
2022-03-31  Andrew DunstanFix comments with "a expression"
2022-03-31  Andrew DunstanRETURNING clause for JSON() and JSON_SCALAR()
2022-03-31  Robert Haasinitdb: When running CREATE DATABASE, use STRATEGY...
2022-03-31  Tom LaneFix postgres_fdw to check shippability of sort clauses...
2022-03-31  Andres FreundPrint information about type of test and subdirectory...
2022-03-31  Andrew DunstanRemove use of perl parent module in Cluster.pm
2022-03-31  Robert HaasIn basebackup_to_shell tests, properly set up pg_hba...
2022-03-31  Peter Eisentrautpsql: Refactor SendQuery()
2022-03-31  Tom LaneAdd missing newline in one libpq error message.
2022-03-31  Peter Eisentrautpsql: Add tests for \errverbose
2022-03-31  Andrew DunstanFix comment typo in PotsgreSQL::Test::Cluster module
2022-03-31  Daniel Gustafssondoc: Fix typo in ANALYZE documentation
2022-03-31  Daniel GustafssonAdd diagnostic output on error in pump_until
2022-03-31  Amit KapilaRaise a WARNING for missing publications.
2022-03-31  Michael PaquierClean up some dead code in pg_dump with tar format...
2022-03-30  Tom LaneAdd .gitignore for basebackup_to_shell.
2022-03-30  Tomas VondraOptimize order of GROUP BY keys
2022-03-30  Andrew DunstanSQL JSON functions
2022-03-30  Robert HaasFix possible NULL-pointer-deference in backup_compressi...
2022-03-30  Robert Haasbasebackup_to_shell: Add TAP test.
2022-03-30  Robert HaasDocument basebackup_to_shell.required_role.
2022-03-30  Peter EisentrautAdd range_agg with multirange inputs
2022-03-30  Andres Freundci: enable zstd where available.
2022-03-30  Peter EisentrautChange some internal error messages to elogs
2022-03-30  Andrew DunstanMake PostgreSQL::Test::Cluster compatible with all...
2022-03-30  Peter EisentrautAdditional tests for range_intersect_agg(anymultirange)
2022-03-30  Peter Eisentrautdoc: Document range_intersect_agg(anymultirange)
2022-03-30  Robert HaasAllow parallel zstd compression when taking a base...
2022-03-30  Robert HaasSimplify a needlessly-complicated regular expression.
2022-03-30  Daniel Gustafssondoc: Clarify when SSL actually means TLS
2022-03-30  Etsuro FujitaFix typo in comment.
2022-03-30  Peter EisentrautAdd header matching mode to COPY FROM
2022-03-30  Michael PaquierAdd TAP test in pg_dump with --format=tar and --compress
2022-03-30  Amit KapilaSkip empty transactions for logical replication.
2022-03-29  Robert HaasMake PostgreSQL::Test::Cluster::run_log() return a...
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
next