]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2022-04-06  Andrew DunstanFurther improve jsonb_sqljson parallel test
2022-04-06  Tom LaneAllow granting SET and ALTER SYSTEM privileges on GUC...
2022-04-06  Andrew DunstanReduce running time of jsonb_sqljson test
2022-04-06  Peter EisentrautFix unsigned output format in SLRU error reporting
2022-04-06  Peter EisentrautChange one AssertMacro to Assert
2022-04-06  Etsuro FujitaAllow asynchronous execution in more cases.
2022-04-06  Peter EisentrautUpdate Unicode data to CLDR 41
2022-04-06  Amit KapilaImprove comments for row filtering and toast interactio...
2022-04-06  Tatsuo IshiiChange aggregated log format of pgbench.
2022-04-06  Tom LaneRemove race condition in 022_crash_temp_files.pl test.
2022-04-05  Daniel GustafssonFix compilerwarning in logging size_t
2022-04-05  Andrew DunstanPLAN clauses for JSON_TABLE
2022-04-05  Peter GeogheganHave VACUUM warn on relfrozenxid "in the future".
2022-04-05  Daniel Gustafssonpg_rewind: Fetch small files according to new size.
2022-04-05  Michael PaquierExtend TAP tests of pg_dump to test for compression...
2022-04-05  Alvaro HerreraRefactor and cleanup runtime partition prune code a...
2022-04-05  Tom LaneUpdate some tests in 013_crash_restart.pl.
2022-04-04  Andres Freunddshash: revise sequential scan support.
2022-04-04  Andres Freundpgstat: remove some superflous comments from pgstat.h.
2022-04-04  Andres Freundpgstat: consistent function comment formatting.
2022-04-04  Andrew DunstanJSON_TABLE
2022-04-04  Peter Geogheganvacuumlazy.c: Further consolidate resource allocation.
2022-04-04  Peter Eisentrautpsql: Show all query results by default
2022-04-04  Tom LaneDisable synchronize_seqscans in 027_stream_regress.pl.
2022-04-04  Andrew DunstanAvoid freeing objects during json aggregate finalization
2022-04-04  Robert Haaspg_basebackup: Fix code that thinks about LZ4 buffer...
2022-04-04  David RowleyUse Generation memory contexts to store tuples in sorts
2022-04-04  David RowleyAdjust tuplesort API to have bitwise option flags
2022-04-04  David RowleyImprove the generation memory allocator
2022-04-03  Thomas MunroFix tuplesort optimization for CLUSTER-on-expression.
2022-04-03  Tom LaneFix portability issues in datetime parsing.
2022-04-03  Peter GeogheganGeneralize how VACUUM skips all-frozen pages.
2022-04-03  Peter GeogheganSet relfrozenxid to oldest extant XID seen by VACUUM.
2022-04-02  Peter GeogheganDoc: Add relfrozenxid Tip to XID wraparound section.
2022-04-02  Tom LaneFix overflow hazards in interval input and output conve...
2022-04-02  Peter GeogheganDoc: Clarify the role of aggressive VACUUMs.
2022-04-02  Tom LaneAdd a couple more tests for interval input decoding.
2022-04-02  Peter Geogheganvacuumlazy.c: Clean up variable declarations.
2022-04-02  Joe ConwayUse has_privs_for_roles for predefined role checks...
2022-04-02  Alvaro HerreraAllow CLUSTER on partitioned tables
2022-04-02  Peter GeogheganDoc: Remove MultiXact wraparound section link.
2022-04-02  Alvaro HerreraRemove excess semicolon in MERGE docs
2022-04-02  Andrew DunstanUse ORDER BY in catalog results in SQL/JSON tests
2022-04-02  John NaylorSpecialize tuplesort routines for different kinds of...
2022-04-02  Peter EisentrautRemove obsolete comment
2022-04-02  Michael PaquierMake upgradecheck a no-op in MSVC's vcregress.pl
2022-04-02  Michael Paquierpageinspect: Use better macros to get special page...
2022-04-01  Peter Eisentrautlibpq: Fix pkg-config without OpenSSL
2022-04-01  Tom LaneSet minimum required version of zstd as 1.4.0.
2022-04-01  Peter Eisentrautlibpq: Allow IP address SANs in server certificates
2022-04-01  Robert Haasdocs: Changing column type doesn't always require an...
2022-04-01  Peter EisentrautAdd SSL tests for IP addresses in certificates
2022-04-01  Peter Eisentrautpsql: Refactor ProcessResult()
2022-04-01  Michael PaquierAdd macros in hash and btree AMs to get the special...
2022-04-01  Michael PaquierImprove handling and logging of TAP tests for pg_upgrade
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()
next