]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2022-01-12  Michael PaquierRefactor set of routines specific to elog.c
2022-01-12  Michael PaquierFix comment related to pg_cryptohash_error()
2022-01-11  Thomas MunroAdd missing include guard to win32ntdll.h.
2022-01-11  Tom LaneImprove error message for missing extension.
2022-01-11  Tom LaneClean up messy API for src/port/thread.c.
2022-01-11  John NaylorImprove warning message in pg_signal_backend()
2022-01-11  Tom LaneClean up error message reported after \password encrypt...
2022-01-11  Fujii MasaoEnhance pg_log_backend_memory_contexts() for auxiliary...
2022-01-11  Amit KapilaUpdate docs of logical replication for commit 8d74fc96db.
2022-01-11  Amit KapilaFix typo in rewriteheap.c.
2022-01-11  Michael PaquierImprove error handling of cryptohash computations
2022-01-10  Tom LaneDoc: fix bogus example about ambiguous timestamps.
2022-01-10  Andrew DunstanAvoid warning about uninitialized value in MSVC python3...
2022-01-10  Thomas MunroMake EXEC_BACKEND more convenient on Linux and FreeBSD.
2022-01-10  Peter EisentrautRename functions to avoid future conflicts
2022-01-10  Tom LanePrefer $HOME when looking up the current user's home...
2022-01-09  Tom LaneMake pg_get_expr() more bulletproof.
2022-01-09  Jeff DavisMore cleanup of a2ab9c06ea.
2022-01-08  Tom LaneFix results of index-only scans on btree_gist char...
2022-01-08  Jeff DavisFix pgperlcritic complaint, per buildfarm.
2022-01-08  Michael PaquierFix issues with describe queries of extended statistics...
2022-01-08  Jeff DavisRespect permissions within logical replication.
2022-01-08  Michael PaquierFix thinko coming from 000f3adf
2022-01-08  Bruce MomjianUpdate copyright for 2022
2022-01-07  Andrew DunstanAllow MSVC .bat wrappers to be called from anywhere
2022-01-07  Andrew DunstanSkip install/test of pgcrypto on MSVC when not built...
2022-01-07  Michael PaquierFix comment in fe-connect.c about PQping and pg_ctl
2022-01-07  Fujii Masaopostgres_fdw: Add regression test for postgres_fdw...
2022-01-07  Michael PaquierAdd TAP tests for pg_basebackup with compression
2022-01-07  Michael PaquierRefactor tar method of walmethods.c to rely on the...
2022-01-06  Tom LanePrevent altering partitioned table's rowtype, if it...
2022-01-06  Tom LaneExtend psql's \lo_list/\dl to be able to print large...
2022-01-06  Michael Paquierdoc: Remove link to JSON support in the SQL specification
2022-01-05  Tom LaneOn second thought, remove regex.linux.utf8 regression...
2022-01-05  Tom LaneEnable routine running of regex.linux.utf8 regression...
2022-01-05  Alvaro HerreraCreate foreign key triggers in partitioned tables too
2022-01-05  Tom LaneEnable routine running of citext's UTF8-specific test...
2022-01-05  Michael PaquierReduce relcache access in WAL sender streaming logical...
2022-01-04  Tom LaneRemove redundant initialization of BrinMemTuple.
2022-01-04  Alvaro HerreraFix silly mistake in Assert
2022-01-04  Alvaro HerreraAllow special SKIP LOCKED condition in Assert()
2022-01-04  Peter Eisentrautpg_dump: Refactor dumpDatabase()
2022-01-03  Tom LaneTab completion: don't offer valid constraints in VALIDA...
2022-01-03  Tom LaneHandle mixed returnable and non-returnable columns...
2022-01-03  Tom LaneFix index-only scan plans, take 2.
2022-01-03  Tom LaneClean up error messages related to bad datetime units.
2022-01-03  Tom LaneUse MaxLockMode symbol in more places.
2022-01-03  Alvaro HerreraAvoid using DefElemAction in AlterPublicationStmt
2022-01-03  Michael Paquierpg_stat_statements: Remove obsolete comment
2022-01-02  Magnus HaganderFix typo
2022-01-01  Tom LaneFix index-only scan plans when not all index columns...
2021-12-31  Tom Lanepg_dump: avoid unsafe function calls in getPolicies().
2021-12-31  Tom Lanepg_dump: minor performance improvements from eliminatin...
2021-12-31  Andres Freundci: Add continuous integration for github repositories...
2021-12-31  Tom Lanepg_dump: make dumpPublication et al. less unlike siblin...
2021-12-30  Alvaro HerreraSmall cleanups related to PUBLICATION framework code
2021-12-30  Tom LaneMinor cleanup/optimization in pg_dump.
2021-12-30  Daniel GustafssonRevert b2a459edf "Fix GRANTED BY support in REVOKE...
2021-12-30  Thomas MunroFix overly generic name in with.sql test.
2021-12-29  Tom LaneFix issues in pgarch's new directory-scanning logic.
2021-12-29  Peter EisentrautFix incorrect format placeholders
2021-12-27  Tom LaneRevert changes about warnings/errors for placeholders.
2021-12-27  Tom LaneRename EmitWarningsOnPlaceholders() to MarkGUCPrefixRes...
2021-12-27  Tom LaneRethink handling of settings with a prefix reserved...
2021-12-26  Michael PaquierFix incorrect field count in pg_control_checkpoint()
2021-12-24  Fujii Masaopostgres_fdw: Revert unstable tests for postgres_fdw...
2021-12-24  Fujii Masaopostgres_fdw: Allow postgres_fdw.application_name to...
2021-12-23  Amit KapilaFix compilation error introduced by commit 8e1fae1938.
2021-12-23  Amit KapilaMove parallel vacuum code to vacuumparallel.c.
2021-12-22  Bruce Momjiandoc: clarify when expression indexes evaluate their...
2021-12-22  Peter EisentrautRemove unused include
2021-12-22  Peter EisentrautRemove unused include
2021-12-22  Peter EisentrautFix incorrect format placeholders
2021-12-22  Michael PaquierCorrect comment and some documentation about REPLICA_ID...
2021-12-22  Peter EisentrautFix typo in code comment
2021-12-22  Michael PaquierRemove assertion for ALTER TABLE .. DETACH PARTITION...
2021-12-22  Amit KapilaMove index vacuum routines to vacuum.c.
2021-12-21  Tom LaneAdd help & tab-complete support for psql's \getenv.
2021-12-21  Tom LaneAdd missing EmitWarningsOnPlaceholders() calls.
2021-12-20  Tom LaneMerge dblink's paths test script into its main test.
2021-12-20  Tom LaneRemove dynamic translation of regression test scripts...
2021-12-20  Tom LaneRemove dynamic translation of regression test scripts...
2021-12-20  Tom LaneAdd a \getenv command to psql.
2021-12-20  John NaylorAdd fast path for validating UTF-8 text
2021-12-20  Peter Eisentrautpg_dump: Refactor getIndexes()
2021-12-20  Peter Eisentrautdoc: More documentation on regular expressions and...
2021-12-19  Tom LaneRemove some more dead code in pg_dump.
2021-12-18  Michael PaquierFix typo in TAP tests of pg_receivewal
2021-12-18  Michael PaquierAdd option -N/--no-sync to pg_upgrade
2021-12-17  Tom LaneFix the public schema's permissions in a separate test...
2021-12-17  Peter EisentrautSimplify the general-purpose 64-bit integer parsing...
2021-12-16  Tom LaneEnsure casting to typmod -1 generates a RelabelType.
2021-12-16  Tom LaneRemove psql support for server versions preceding 9.2.
2021-12-16  Tom LaneClean up some more freshly-dead code in pg_dump and...
2021-12-16  Fujii Masaodoc: Add note about postgres_fdw.application_name.
2021-12-16  Thomas MunroChange ProcSendSignal() to take pgprocno.
2021-12-15  Tom LaneAlways use ReleaseTupleDesc after lookup_rowtype_tupdes...
2021-12-15  Tom LaneRemove pg_dump's --no-synchronized-snapshots switch.
2021-12-15  Peter Eisentrautpg_checksums: Fix data type
2021-12-15  Amit KapilaImprove parallel vacuum implementation.
next