Doc: add pre-branch task to run src/tools/copyright.pl.
[postgresql.git] / src /
2 hours ago Tom LaneDoc: add pre-branch task to run src/tools/copyright.pl. master github/master
5 hours ago Michael PaquierFix incorrect year in some copyright notices
5 hours ago Michael Paquierecpg: Add missing newline in meson.build
9 hours ago Alexander KorotkovFix tuple_fraction calculation in generate_orderedappen...
13 hours ago Tom LaneMake our usage of memset_s() conform strictly to the...
21 hours ago Daniel GustafssonFix function name reference in comment
3 days ago Richard GuoFix Assert failure in XMLTABLE parser
5 days ago Richard GuoAdd explicit initialization for all PlannerGlobal fields
5 days ago Daniel GustafssonFix order of parameters in POD documentation
6 days ago Amit KapilaFix the race condition in the test added by 7c99dc587.
7 days ago Álvaro HerreraAdd tab-complete for ALTER DOMAIN ADD [CONSTRAINT]
7 days ago Álvaro HerreraFix comment of tsquerysend()
7 days ago Álvaro Herrerarelcache: Avoid memory leak on tables with no CHECK...
7 days ago Álvaro HerreraSort includes in alphabetical order
8 days ago Tom LaneFix incorrect "return NULL" in BumpAllocLarge().
8 days ago Noah MischRemove GLOBALTABLESPACE_OID assert for locked buffers.
9 days ago Michael Paquieraio: Use runtime arguments with injections points in...
9 days ago Michael Paquierinjection_points: Add support and tests for runtime...
9 days ago Michael PaquierAdd support for runtime arguments in injection points
9 days ago Tom LaneSkip RSA-PSS ssl test when using LibreSSL.
9 days ago Tom LaneHack one ssl test case to pass with current LibreSSL.
9 days ago Tom LaneCentralize ssl tests' check for whether we're using...
10 days ago Heikki LinnakangasUse 'void *' for arbitrary buffers, 'uint8 *' for byte...
10 days ago Heikki LinnakangasUse more mundane 'int' type for cancel key lengths...
10 days ago Richard GuoTrack the number of presorted outer pathkeys in MergePath
10 days ago Richard GuoSuppress unnecessary explicit sorting for EPQ mergejoin...
11 days ago Nathan BossartRemove pg_replication_origin's TOAST table.
11 days ago Peter GeogheganPrevent premature nbtree array advancement.
11 days ago Peter Geoghegannbtree: tighten up array recheck rules.
11 days ago Nathan Bossartpg_dumpall: Add --sequence-data.
11 days ago Alexander KorotkovRefactor ChangeVarNodesExtended() using the custom...
11 days ago Peter EisentrautRemove some tabs in C string literals
11 days ago Michael PaquierFix some comments related to IO workers
13 days ago Noah MischWith GB18030, prevent SIGSEGV from reading past end...
13 days ago Noah MischRefactor test_escape.c for additional ways of testing.
13 days ago Peter EisentrautTranslation updates
2025-05-03 Alexander KorotkovRevert "Refactor ChangeVarNodesExtended() using the...
2025-05-03 Alexander KorotkovRefactor ChangeVarNodesExtended() using the custom...
2025-05-03 Etsuro FujitaFix memory allocation/copy mistakes.
2025-05-03 Etsuro FujitaFix typos in comments.
2025-05-02 Peter GeogheganAvoid treating nonrequired nbtree keys as required.
2025-05-02 Tomas VondraFix memory leak in _gin_parallel_merge
2025-05-02 Tom LaneDon't use a tuplestore if we don't have to for SQL...
2025-05-02 Álvaro HerreraHandle self-referencing FKs correctly in partitioned...
2025-05-02 Jacob Championoauth: Correct SSL dependency for libpq-oauth.a
2025-05-02 Peter EisentrautMake "directory" setting work with extension_control_path
2025-05-01 Jacob Championoauth: Fix Autoconf build on macOS
2025-05-01 Jacob Championoauth: Move the builtin flow into a separate module
2025-05-01 Peter GeogheganAdjust overstrong nbtree skip array assertion.
2025-04-30 Daniel GustafssonConvert strncpy to strlcpy
2025-04-30 Nathan Bossartvacuumdb: Don't skip empty relations in --missing-stats...
2025-04-30 Nathan BossartFurther adjust guidance for running vacuumdb after...
2025-04-30 Tom LaneUpdate time zone data files to tzdata release 2025b.
2025-04-30 Daniel GustafssonTypo and doc fixups for memory context reporting
2025-04-30 Daniel GustafssonAdd missing string terminator
2025-04-30 David RowleyFix broken indentation
2025-04-30 David RowleyFix a couple of comment typos
2025-04-29 Tom LaneGive up on running with NetBSD/OpenBSD's default semaph...
2025-04-29 Jacob Championoauth: Classify oauth_client_secret as a password
2025-04-29 Peter EisentrautFix whitespace typo in string
2025-04-29 Nathan Bossartinitdb: Do not report default autovacuum_worker_slots.
2025-04-29 Alexander KorotkovFixes for ChangeVarNodes_walker()
2025-04-29 Peter Eisentrautpg_restore: Improve --help synopsis
2025-04-29 Peter Eisentrautpg_restore: Put new option in consistent order in ...
2025-04-29 Amit KapilaFix assertion failure during decoding from synced slots.
2025-04-29 Peter Eisentrautpg_verifybackup: Message style improvements
2025-04-29 Peter Eisentrauttest_slru: Fix incorrect format placeholders
2025-04-28 Melanie PlagemanAdd maintenance_io_concurrency flag to some read stream...
2025-04-28 Peter GeogheganFix obsolete nbtree array advancement comment.
2025-04-28 Peter GeogheganMake NULL tuple values always advance skip arrays.
2025-04-28 Álvaro HerreraFix pg_dump for inherited validated not-null constraints
2025-04-28 Peter Eisentrautpg_combinebackup: Message style improvements
2025-04-28 Alexander KorotkovRestore comments in ChangeVarNodesExtended()
2025-04-28 Amit KapilaFix xmin advancement during fast_forward decoding.
2025-04-28 Michael PaquierRemove circular #include's between wait_event.h and...
2025-04-27 Alexander KorotkovDisallow removing placeholders during Self-Join Elimina...
2025-04-27 Tom LaneRemove inappropriate inclusions of c.h and postgres_fe.h.
2025-04-27 Tom LaneDon't use double-quotes in #include's of system headers...
2025-04-27 Tom LaneRemove circular #include's between plpython.h and plpy_...
2025-04-27 Tom LaneDon't use double-quotes in #include's of system headers.
2025-04-26 David RowleyEliminate divide in new fast-path locking code
2025-04-26 John NaylorMatch parameter in new function to earlier equivalents
2025-04-25 Andres Freundaio: Improve debug logging around waiting for IOs
2025-04-25 Andres FreundFix bug allowing io_combine_limit > io_max_combine_comb...
2025-04-25 Andres Freundaio: Fix crash potential for pg_aios views due to late...
2025-04-25 Peter EisentrautFix incorrect format placeholders
2025-04-25 Peter EisentrautFix terminology in comment and message
2025-04-25 Peter EisentrautSmall code consistency improvement
2025-04-24 Michael Paquierpsql: Fix assertion failures with pipeline mode
2025-04-24 Michael PaquierAdd sanity check for dshash entries when reading pgstat...
2025-04-23 Tom LaneAvoid possibly-theoretical OOM crash hazard in hash_cre...
2025-04-23 Jacob Championoauth: Support Python 3.6 in tests
2025-04-23 Alexander KorotkovMaintain RelIdToTypeIdCacheHash in TypeCacheOpcCallback()
2025-04-23 Alexander KorotkovProperly prepare varinfos in estimate_multivariate_buck...
2025-04-23 Tom LaneChange the names generated for child foreign key constr...
2025-04-23 Daniel GustafssonAllocate JsonLexContexts on the heap to avoid warnings
2025-04-23 Michael Paquierpsql: Rework TAP routine psql_fails_like() to define...
2025-04-23 Amit KapilaFix an oversight in 3f28b2fcac.
2025-04-23 Michael PaquierRemove assertion based on pending_since in pgstat_repor...
2025-04-22 Tom LaneRe-enable SSL connect_fails tests, and fix related...
next