users/c2main/postgres.git
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...
2023-12-19 Robert HaasFix brown paper bag bug in 5c47c6546c413d5eb51c1626070a...
2023-12-19 Tom LanePrevent integer overflow when forming tuple width estim...
2023-12-19 Peter EisentrautUpdate comment for Cardinality typedef
2023-12-19 Daniel Gustafssondoc: Fix syntax in ALTER FOREIGN DATA WRAPPER example
2023-12-19 Heikki LinnakangasSimplify newNode() by removing special cases
2023-12-19 Michael Paquierpageinspect: Fix failure with hash_bitmap_info() for...
2023-12-19 Michael Paquierpgstattuple: Fix failure with pgstathashindex() for...
2023-12-19 Amit Kapilapgoutput: Raise an error for missing protocol version...
2023-12-18 Tom Lanecompute_bitmap_pages' loop_count parameter should be...
2023-12-18 Nathan BossartOptimize pg_atomic_exchange_u32 and pg_atomic_exchange_u64.
2023-12-18 Nathan BossartMicro-optimize datum_to_json_internal() some more.
2023-12-18 Thomas MunroProvide vectored variants of smgrread() and smgrwrite().
2023-12-17 Tom LaneDoc: add a bit to indices.sgml about what is an indexab...
2023-12-16 Michael PaquierRefactor pgstat_prepare_io_time() with an input argumen...
2023-12-16 Alvaro HerreraRemove useless LIMIT_OPTION_DEFAULT value from LimitOption
2023-12-16 Thomas MunroProvide multi-block smgrprefetch().
2023-12-15 Tom LaneFix bugs in manipulation of large objects.
2023-12-14 Peter EisentrautFix typo
2023-12-13 Daniel Gustafssondocs: Fix typo in pg_stat_statements documentation
2023-12-12 Michael PaquierPrevent tuples to be marked as dead in subtransactions...
2023-12-12 Daniel GustafssonFix typo in comment
2023-12-12 Thomas MunroProvide vectored variants of FileRead() and FileWrite().
2023-12-11 Thomas MunroProvide helper for retrying partial vectored I/O.
2023-12-11 Thomas MunroDefine unconstify() and unvolatize() for C++.
2023-12-11 Tom LaneBe more wary about OpenSSL not setting errno on error.
2023-12-11 Alvaro HerreraSimplify productions for FORMAT JSON [ ENCODING name ]
2023-12-11 Michael PaquierRemove trace_recovery_messages
2023-12-11 Amit KapilaFix an undetected deadlock due to apply worker.
2023-12-10 Peter EisentrautRemove some unnecessary includes of "access/xlog_intern...
2023-12-08 Peter GeogheganFix nbtree backward scan race condition comments.
2023-12-08 Nathan BossartMicro-optimize JSONTYPE_NUMERIC code path in json.c.
2023-12-08 Jeff DavisCache opaque handle for GUC option to avoid repeasted...
2023-12-08 Peter GeogheganOptimize nbtree backward scan boundary cases.
2023-12-08 Tomas VondraAllow parallel CREATE INDEX for BRIN indexes
next