]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2025-07-09  Michael Paquierlibpq: Remove PQservice()
2025-07-08  Tom LaneFix up misuse of "volatile" in contrib/xml2.
2025-07-08  Tom LaneFix low-probability memory leak in XMLSERIALIZE(.....
2025-07-08  Álvaro HerreraFix a couple more places in docs for pg_lsn change
2025-07-08  Tom LaneChange pg_test_timing to measure in nanoseconds not...
2025-07-08  Michael Paquierpg_walsummary: Improve stability of test checking stati...
2025-07-08  Andres Freundaio: Combine io_uring memory mappings, if supported
2025-07-08  Richard GuoConsider explicit incremental sort for Append and Merge...
2025-07-07  Jacob Championoauth: Fix kqueue detection on OpenBSD
2025-07-07  Álvaro HerreraAdapt pg_upgrade test to pg_lsn output format difference
2025-07-07  Tom LaneRestore the ability to run pl/pgsql expression queries...
2025-07-07  Álvaro HerreraRefactor some repetitive SLRU code
2025-07-07  Álvaro HerreraStandardize LSN formatting by zero padding
2025-07-07  Michael PaquierIntegrate FullTransactionIds deeper into two-phase...
2025-07-06  Michael PaquierFix incompatibility with libxml2 >= 2.14
2025-07-06  Etsuro Fujitapostgres_fdw: Add Assert to estimate_path_cost_size().
2025-07-04  Álvaro HerreraFix new pg_upgrade query not to rely on regnamespace
2025-07-04  Álvaro Herrerapg_upgrade: Add missing newline in error message
2025-07-04  Álvaro Herrerapg_upgrade: check for inconsistencies in not-null const...
2025-07-04  Fujii Masaoamcheck: Remove unused IndexCheckableCallback typedef.
2025-07-04  Michael PaquierDisable commit timestamps during bootstrap
2025-07-04  Fujii MasaoSpeed up truncation of temporary relations.
2025-07-03  Tom LaneSimplify COALESCE() with one surviving argument.
2025-07-03  Tom LaneAdd more cross-type comparisons to contrib/btree_gin.
2025-07-03  Tom LaneAdd cross-type comparisons to contrib/btree_gin.
2025-07-03  Tom LaneBreak out xxx2yyy_opt_overflow APIs for more datetime...
2025-07-03  Tom LaneObtain required table lock during cross-table updates...
2025-07-03  Álvaro HerreraAdd tab-completion for ALTER TABLE not-nulls
2025-07-03  Fujii MasaoRemove leftover dead code from commit_ts.h.
2025-07-03  Álvaro HerreraFix broken XML
2025-07-03  Fujii Masaodoc: Update outdated descriptions of wal_status in...
2025-07-03  Álvaro HerreraPrevent creation of duplicate not-null constraints...
2025-07-03  Álvaro HerreraFix bogus grammar for a CREATE CONSTRAINT TRIGGER error
2025-07-03  Michael PaquierRefactor subtype field of AlterDomainStmt
2025-07-03  Fujii Masaodoc: Remove incorrect note about wal_status in pg_repli...
2025-07-03  Fujii MasaoSupport multi-line headers in COPY FROM command.
2025-07-03  Michael PaquierImprove checks for GUC recovery_target_timeline
2025-07-03  Richard GuoEnable use of Memoize for ANTI joins
2025-07-02  Michael PaquierAdd InjectionPointList() to retrieve list of injection...
2025-07-02  Tom LaneCorrectly copy the target host identification in PQcanc...
2025-07-02  Nathan BossartFix cross-version upgrade test breakage from commit...
2025-07-02  Nathan BossartMake more use of RELATION_IS_OTHER_TEMP().
2025-07-02  Nathan BossartAdd GetNamedDSA() and GetNamedDSHash().
2025-07-02  Peter GeogheganUpdate obsolete row compare preprocessing comments.
2025-07-02  Tom LaneAllow width_bucket()'s "operand" input to be NaN.
2025-07-02  Álvaro HerreraFix error message for ALTER CONSTRAINT ... NOT VALID
2025-07-02  Peter GeogheganMake row compares robust during nbtree array scans.
2025-07-02  Peter GeogheganMake handling of redundant nbtree keys more robust.
2025-07-02  Daniel Gustafssondoc: pg_buffercache documentation wordsmithing
2025-07-02  Peter Eisentrautmeson: Increase minimum version to 0.57.2
2025-07-02  Peter EisentrautReformat some node comments
2025-07-02  Masahiko SawadaFix missing FSM vacuum opportunities on tables without...
2025-07-02  John NaylorRemove implicit cast from 'void *'
2025-07-02  Michael PaquierFix bug in archive streamer with LZ4 decompression
2025-07-02  Michael PaquierMove code for the bytea data type from varlena.c to...
2025-07-01  Michael PaquierShow sizes of FETCH queries as constants in pg_stat_sta...
2025-07-01  Peter EisentrautUpdate comment for IndexInfo.ii_NullsNotDistinct
2025-07-01  Nathan BossartAdd commit 9e345415bc to .git-blame-ignore-revs.
2025-07-01  Nathan BossartMake more use of binaryheap_empty() and binaryheap_size().
2025-07-01  Nathan BossartDocument pg_get_multixact_members().
2025-07-01  Peter EisentrautUpdate comment for IndexInfo.ii_WithoutOverlaps
2025-07-01  Peter EisentrautFix outdated comment for IndexInfo
2025-07-01  Peter EisentrautImprove code comment
2025-07-01  Tom LaneMake sure IOV_MAX is defined.
2025-07-01  Tom LaneMake safeguard against incorrect flags for fsync more...
2025-07-01  Jeff DavisRemove provider field from pg_locale_t.
2025-07-01  Jeff DavisControl ctype behavior internally with a method table.
2025-07-01  Jeff DavisUse pg_ascii_tolower()/pg_ascii_toupper() where appropr...
2025-07-01  Tomas VondraFix indentation in pg_numa code
2025-07-01  Tomas VondraAdd CHECK_FOR_INTERRUPTS into pg_numa_query_pages
2025-07-01  Tomas VondraSilence valgrind about pg_numa_touch_mem_if_required
2025-07-01  Peter Eisentrautamcheck: Improve confusing message
2025-07-01  Tomas VondraLimit the size of numa_move_pages requests
2025-07-01  Amit KapilaFix typo in pg_publication.h.
2025-07-01  Peter Eisentrautdoc: TOAST not toast
2025-07-01  Peter EisentrautEnable MSVC conforming preprocessor
2025-07-01  Michael Paquierxml2: Improve error handling of libxml2 calls
2025-07-01  Amit LangoteFix typos in comments
2025-07-01  Michael PaquierFix typo in system_views.sql's definition of pg_stat_ac...
2025-06-30  Michael PaquierImprove error handling of libxml2 calls in xml.c
2025-06-30  Tom LaneImprove error report for PL/pgSQL reserved word used...
2025-06-30  Tom LaneDe-reserve keywords EXECUTE and STRICT in PL/pgSQL.
2025-06-30  Nathan BossartAdd new OID alias type regdatabase.
2025-06-30  Andres Freundaio: Fix reference to outdated name
2025-06-30  Andrew DunstanAvoid uninitialized value error in TAP tests' Cluster...
2025-06-30  Peter Eisentrautpgflex: propagate environment to flex subprocess
2025-06-30  Peter EisentrautRemove unused #include's in src/backend/utils/adt/*
2025-06-30  Peter EisentrautFix whitespace
2025-06-30  Fujii Masaopsql: Improve tab completion for COPY command.
2025-06-30  Peter Eisentrautdoc: explain pgstatindex fragmentation
2025-06-30  Peter Eisentrautpgbench: Use standard option handling test routines
2025-06-30  Peter Eisentrautdoc: Some copy-editing around prefix operators
2025-06-30  Daniel Gustafssondoc: Fix typo in pg_sync_replication_slots documentation
2025-06-30  Michael PaquierRationalize handling of VacuumParams
2025-06-30  Michael PaquierAlign log_line_prefix in CI and TAP tests with pg_regress.c
2025-06-30  Joe ConwayStamp HEAD as 19devel.
2025-06-30  Joe ConwayDo pre-release housekeeping on catalog data.
2025-06-30  Joe ConwayRun pgperltidy
2025-06-29  Tom LaneFix some new issues with planning of PlaceHolderVars.
2025-06-29  Tom LaneObtain required table lock during cross-table constrain...
next