]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2024-01-04  Tom LaneIn plpgsql, allow %TYPE and %ROWTYPE to be followed...
2024-01-04  Peter EisentrautALTER TABLE command to change generation expression
2024-01-04  David RowleyFix use of incorrect TupleTableSlot in DISTINCT aggregates
2024-01-04  Amit KapilaTrack conflict_reason in pg_replication_slots.
2024-01-04  Bruce MomjianUpdate copyright for 2024
2024-01-03  Michael Paquierdoc: fix typo "vertexes" -> "vertices"
2024-01-03  Tom LaneAvoid masking EOF (no-password-supplied) conditions...
2024-01-03  Peter EisentrautSecond attempt at organizing jsonpath operators and...
2024-01-03  Peter EisentrautRevert "Reorganise jsonpath operators and methods"
2024-01-03  Tom LaneDoc: Python's control flow construct is try/except...
2024-01-03  Robert HaasFix defects in PrepareForIncrementalBackup.
2024-01-03  Peter EisentrautMake Perl warnings fatal in newly added TAP tests
2024-01-03  Peter EisentrautReorganise jsonpath operators and methods
2024-01-03  Peter EisentrautAdd numeric_int8_opt_error() to optionally suppress...
2024-01-03  Peter EisentrautRefactor: separate function to find all objects dependi...
2024-01-03  Michael PaquierFix some typos
2024-01-03  Michael PaquierRemove unnecessary PGDATABASE settings from TAP tests
2024-01-02  Tom LaneMinor fixes for search path cache code.
2024-01-02  Robert HaasRemove Lock suffix from WALSummarizerLock in wait_event...
2024-01-02  Robert Haasjsonpath_exec: fix typo "absense" -> "absence"
2024-01-02  Robert Haaslibpq: fix typo "occurences" -> "occurrences" in tests
2024-01-02  Robert Haasgist: fix typo "split(t)ed" -> "split"
2024-01-02  Robert Haastsquery: fix typo "rewrited" -> "rewritten"
2024-01-02  Robert HaasFix typos in comments and in one isolation test.
2024-01-02  Robert HaasAdd WALSummarizerLock to wait_event_names.txt
2024-01-02  Peter EisentrautFix typos in simplehash.h
2024-01-02  Alexander KorotkovReplace the relid in some missing fields during SJE
2024-01-02  Amit KapilaAllow upgrades to preserve the full subscription's...
2024-01-01  Peter EisentrautTurn AT_PASS_* macros into an enum
2023-12-31  Peter EisentrautRevert "pg_stat_statements: Add coverage for entry_deal...
2023-12-31  Michael PaquierExclude files generated by generate-wait_event_types...
2023-12-30  Tomas VondraFix parallel BRIN builds with synchronized scans
2023-12-30  Tomas VondraMinor cleanup of the BRIN parallel build code
2023-12-30  Heikki LinnakangasDon't send "cannot connect" errors on invalid startup...
2023-12-30  Peter Eisentrautpg_stat_statements: Add TAP test for testing restarts
2023-12-30  Peter Eisentrautpg_stat_statements: Add coverage for entry_dealloc()
2023-12-30  Peter EisentrautAdd GUC backtrace_on_internal_error
2023-12-29  Peter EisentrautFollow-up fixes for "Make all Perl warnings fatal"
2023-12-29  Jeff DavisFix collate.windows.win1252 test.
2023-12-29  Peter EisentrautMake all Perl warnings fatal
2023-12-29  Tom LaneIn pg_dump, don't dump a stats object unless dumping...
2023-12-28  Peter EisentrautFix variable name and comment
2023-12-28  Michael Paquierdoc: Mention AttributeRelationId in FDW validator funct...
2023-12-27  Tom LaneImprove the implementation of information_schema._pg_ex...
2023-12-27  Tom LaneDoc: specify aclitem syntax more clearly.
2023-12-27  Tom LaneFix another incorrect data type choice from commit...
2023-12-27  Peter EisentrautFix incorrect format placeholders
2023-12-27  Peter EisentrautFix a warning in Perl test code
2023-12-27  Tom LaneFix incorrect data type choices in some read and write...
2023-12-27  Robert HaasInitialize variable to placate compiler.
2023-12-27  Alexander KorotkovImprovements and fixes for e0b1ee17dc
2023-12-27  Alexander KorotkovRemove BTScanOpaqueData.firstPage
2023-12-27  Peter Eisentrautpg_stat_statements: Add test coverage for pg_stat_state...
2023-12-27  Peter Eisentrautpg_stat_statements: Add test coverage for pg_stat_state...
2023-12-27  John NaylorFix typo and case in messages
2023-12-27  Alexander KorotkovMake replace_relid() leave argument unmodified
2023-12-27  Alexander KorotkovREALLOCATE_BITMAPSETS manual compile-time option
2023-12-27  Alexander KorotkovAdd asserts to bimapset manipulation functions
2023-12-26  Tom LaneFix failure to verify PGC_[SU_]BACKEND GUCs in pg_file_...
2023-12-26  Tom LaneFix mistaken file name in plpython's meson recipe.
2023-12-26  Tom LaneHide warnings from Python headers when using gcc-compat...
2023-12-26  Peter EisentrautAdd meson NLS support for pg_combinebackup
2023-12-26  Bruce Momjiandoc: add ISO 8601 extended format example using to_char()
2023-12-26  Tom LaneAdd empty placeholder LINGUAS file for pg_combinebackup.
2023-12-26  Peter EisentrautRemove unused macro
2023-12-26  Michael PaquierFix some translatable strings in pg_basebackup and...
2023-12-26  Amit KapilaDoc: Add missing pgoutput options.
2023-12-25  Tom LaneFix erroneous -Werror=missing-braces on old GCC.
2023-12-24  Alexander KorotkovFix a comment for remove_self_joins_recurse()
2023-12-24  Alexander KorotkovDon't constrain self-join removal due to PHVs
2023-12-24  Alexander KorotkovHandle PlaceHolderVar case in replace_varno_walker
2023-12-24  Alexander KorotkovEnhance checkpointer restartpoint statistics
2023-12-24  Michael Paquierpgbench: Fix overflow in table populating when rows...
2023-12-23  Tom LaneSet readline-relevant ENV vars in interactive_psql...
2023-12-22  Peter EisentrautSet all variable-length fields of pg_attribute to null...
2023-12-22  Tom LaneStop generating plain-text INSTALL instructions.
2023-12-22  Andrew DunstanMake win32tzlist.pl checkable again
2023-12-21  Jeff DavisInitialize data directories with --lc-messages=C for...
2023-12-21  Robert HaasReplace nonsense comment with a relevant one.
2023-12-21  Robert HaasFix numerous typos in incremental backup commits.
2023-12-21  Tom Lanepg_combinebackup didn't clean its tmp_check directory...
2023-12-21  Tom LaneAvoid trying to fetch metapage of an SPGist partitioned...
2023-12-21  Tom Lanepg_combinebackup's .gitignore file is incomplete.
2023-12-21  Dean RasheedFix BEFORE ROW trigger handling in cross-partition...
2023-12-21  Peter EisentrautFix prologue of get_partition_ancestors()
2023-12-21  Peter Eisentrautmeson: Make gzip and tar optional
2023-12-21  Peter Eisentrautmeson: Make sed optional
2023-12-21  Michael PaquierAdd PostgreSQL::Test::Cluster::advance_wal
2023-12-21  Masahiko SawadaShow isCatalogRel in several rmgr descriptions.
2023-12-20  Andrew DunstanRename pgindent options
2023-12-20  Daniel Gustafssondoc: Fix typo in pg_combinebackup documentation
2023-12-20  Daniel GustafssonFix unchecked return value from strdup
2023-12-20  Robert HaasAdd support for incremental backup.
2023-12-20  Robert HaasAdd a new WAL summarizer process.
2023-12-20  Michael PaquierFix generation of distribution tarball
2023-12-20  Jeff DavisAdditional write barrier in AdvanceXLInsertBuffer().
2023-12-20  Jeff DavisUse 64-bit atomics for xlblocks array elements.
2023-12-20  Michael PaquierRemove MSVC scripts
2023-12-19  Michael Paquierbasic_archive: Fix comments related to NO_INSTALLCHECK
2023-12-19  Robert HaasMove src/bin/pg_verifybackup/parse_manifest.c into...
next