]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
6 hours ago  Tomas VondraFix tab completion for ALTER ROLE|USER ... RESET master github/master
6 hours ago  Tomas VondraSchema-qualify unnest() in ALTER DATABASE ... RESET
7 hours ago  Noah MischSort dump objects independent of OIDs, for the 7 holdou...
18 hours ago  Michael Paquierpg_stat_statements: Add counters for generic and custom...
19 hours ago  Michael PaquierRename CachedPlanType to PlannedStmtOrigin for PlannedStmt
26 hours ago  Nathan Bossartdoc: Adjust documentation for vacuumdb --missing-stats...
29 hours ago  Nathan BossartTeach pg_upgrade to handle in-place tablespaces.
29 hours ago  Andrew DunstanRevert Non text modes for pg_dumpall, and pg_restore...
37 hours ago  Peter EisentrautFix whitespace
42 hours ago  Michael PaquierFix ./configure checks with __cpuidex() and __cpuid()
47 hours ago  Heikki LinnakangasHandle cancel requests with PID 0 gracefully
2 days ago  Tom LaneDon't put library-supplied -L/-I switches before user...
2 days ago  Peter EisentrautUpdate comment
2 days ago  Tom LaneRemove unnecessary complication around xmlParseBalanced...
2 days ago  Nathan BossartAdd commit 1d1612aec7 to .git-blame-ignore-revs.
2 days ago  Tom LaneSplit up pgfdw_report_error so that we can mark it...
2 days ago  Tom LaneSuppress uninitialized-variable warning.
2 days ago  Robert HaasRun pgindent.
2 days ago  Fujii MasaoAdd regression test for background worker restart after...
2 days ago  Michael PaquierHandle timeout in PostgreSQL::Test::Cluster::is_alive()
2 days ago  Alexander KorotkovClarify documentation for the initcap function
2 days ago  David RowleyDisplay Memoize planner estimates in EXPLAIN
3 days ago  Tom LaneAvoid regression in the size of XML input that we will...
3 days ago  Robert HaasRemove misleading hint for "unexpected data beyond...
3 days ago  Robert HaasAvoid throwing away the error message in syncrep_yyerror.
3 days ago  Michael Paquierecpg: Fix memory leaks in ecpg_auto_prepare()
3 days ago  Michael PaquierFix performance regression with flush of pending fixed...
4 days ago  Alexander KorotkovProcess sync requests incrementally in AbsorbSyncRequests
4 days ago  Michael PaquierAdd assertions for all the required index AM callbacks
6 days ago  Tom LaneAdd commit 73873805f to .git-blame-ignore-revs.
6 days ago  Tom LaneSilence leakage complaint about postgres_fdw's InitPgFd...
6 days ago  Tom LaneRun pgindent on the changes of the previous patch.
6 days ago  Tom LaneReap the benefits of not having to avoid leaking PGresults.
6 days ago  Tom LaneCreate infrastructure to reliably prevent leakage of...
6 days ago  Tom LaneFix dynahash's HASH_FIXED_SIZE ("isfixed") option.
6 days ago  Álvaro HerreraRefactor grammar to create opt_utility_option_list
6 days ago  Fujii MasaoFix background worker not restarting after crash-and...
6 days ago  Michael PaquierFix assertion failure with latch wait in single-user...
6 days ago  Michael PaquierLower bounds related to pgstats kinds
7 days ago  Nathan BossartFix return value of visibilitymap_get_status().
7 days ago  Amit KapilaFix duplicate transaction replay during pg_createsubscr...
7 days ago  Michael PaquierIntroduce field tracking cached plan type in PlannedStmt
7 days ago  Amit KapilaFix cfbot failure caused by commit 228c370868.
7 days ago  Fujii Masaodoc: Add missing index entries and fix title formatting...
8 days ago  Tom LaneFix build breakage on Solaris-alikes with late-model...
8 days ago  Nathan BossartCross-check lists of built-in LWLock tranches.
8 days ago  Nathan BossartUse PqMsg_* macros in walsender.c
8 days ago  Álvaro HerreraMove enum RecoveryTargetAction to xlogrecovery.h
8 days ago  Amit KapilaPreserve conflict-relevant data during logical replication.
8 days ago  David RowleyUse strchr instead of strstr for single-char lookups
8 days ago  Michael Paquierecpg: Improve error detection around ecpg_strdup()
9 days ago  Fujii MasaoRemove translation marker from libpq-be-fe-helpers.h.
9 days ago  Andres Freundaio: Fix assertion, clarify README
9 days ago  Amit KapilaDoc: Fix logical replication examples.
9 days ago  Michael Paquierdoc: Inform about aminsertcleanup optional NULLness
9 days ago  Fujii MasaoLog remote NOTICE, WARNING, and similar messages using...
9 days ago  Michael Paquierecpg: Fix NULL pointer dereference during connection...
9 days ago  Richard GuoReduce "Var IS [NOT] NULL" quals during constant folding
9 days ago  Richard GuoCentralize collection of catalog info needed early...
9 days ago  Richard GuoExpand virtual generated columns before sublink pull-up
10 days ago  Alexander KorotkovUpdate comment for ReplicationSlot.last_saved_restart_lsn
10 days ago  Álvaro Herrerapg_dump: include comments on not-null constraints on...
11 days ago  Fujii Masaodoc: Document reopen of output file via SIGHUP in pg_re...
12 days ago  Tom LaneMostly-cosmetic adjustments to estimate_multivariate_bu...
12 days ago  Alexander KorotkovReintroduce test 046_checkpoint_logical_slot
12 days ago  Alexander KorotkovImprove the stability of the recovery test 047_checkpoi...
12 days ago  Alexander KorotkovFix infinite wait when reading a partially written...
12 days ago  Michael PaquierCheck status of nodes after regression test run in...
12 days ago  Michael PaquierAdd PostgreSQL::Test::Cluster::is_alive()
13 days ago  Tom LaneSpeed up byteain by not parsing traditional-style input...
13 days ago  Nathan BossartRemove unused variable in generate-lwlocknames.pl.
13 days ago  Nathan Bossartpg_upgrade: Use COPY for large object metadata.
13 days ago  Alexander KorotkovFix a typo in the deparseArrayCoerceExpr() header comment
13 days ago  Dean RasheedFix concurrent update trigger issues with MERGE in...
13 days ago  Alexander KorotkovSupport for deparsing of ArrayCoerceExpr node in contri...
13 days ago  Nathan BossartAdd a test harness for the binary heap code.
2025-07-17  Tom LaneFix PQport to never return NULL unless the connection...
2025-07-17  Álvaro HerreraRemove assertion from PortalRunMulti
2025-07-17  Nathan Bossartdoc: Add note about how to use pg_overexplain.
2025-07-17  Amit LangoteRemove duplicate line
2025-07-17  Michael PaquierSplit regression tests for TOAST compression methods...
2025-07-17  Michael PaquierFix inconsistent LWLock tranche names for MultiXact*
2025-07-16  Daniel Gustafssondoc: Add example file for COPY
2025-07-16  Jeff DavisForce LC_COLLATE to C in postmaster.
2025-07-16  Álvaro HerreraFix dumping of comments on invalid constraints on domains
2025-07-16  Peter Geoghegannbtree: Use only one notnullkey ScanKeyData.
2025-07-16  Jeff Davispg_dumpall: Skip global objects with --statistics-only...
2025-07-16  Nathan Bossartpsql: Fix note on project naming in output of \copyright.
2025-07-16  Michael PaquierRefactor non-supported compression error message in...
2025-07-16  Fujii Masaopgoutput: Initialize missing default for "origin" param...
2025-07-15  Fujii Masaodoc: Document default values for pgoutput options in...
2025-07-15  Fujii Masaodoc: Fix confusing description of streaming option...
2025-07-15  Fujii Masaodoc: Clarify that total_vacuum_time excludes VACUUM...
2025-07-15  Tom LaneDoc: clarify description of regexp fields in pg_ident...
2025-07-15  Tom LaneClarify the ra != rb case in compareJsonbContainers().
2025-07-15  Tom LaneSilence uninitialized-value warnings in compareJsonbCon...
2025-07-15  Tom LaneDoc: clarify description of current-date/time functions.
2025-07-15  Fujii Masaopsql: Fix tab-completion after GRANT/REVOKE on LARGE...
2025-07-15  Michael PaquierFix comments in index.c
2025-07-14  Fujii Masaoamcheck: Improve error message for partitioned index...
next