]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2024-05-13  Alexander KorotkovFix regression tests conflict in 3ca43dbbb6
2024-05-13  Alvaro HerreraRevert structural changes to not-null constraints
2024-05-13  Alvaro HerreraFix test case to do what it intends to
2024-05-12  Alexander KorotkovAdd permission check for MERGE/SPLIT partition operations
2024-05-12  Thomas MunroSkip citext_utf8 test on Windows.
2024-05-12  Michael Paquierinjection_points: Store runtime conditions in private...
2024-05-12  Michael PaquierIntroduce private data area for injection points
2024-05-11  Heikki LinnakangasChange ALPN protocol ID to IANA-approved "postgresql"
2024-05-10  Bruce Momjiandoc PG 17 relnotes: move FETCH_COUNT item, and clarify
2024-05-10  Bruce Momjiandoc PG 17 relnotes: add FETCH_COUNT item
2024-05-10  Peter EisentrautFix ON CONFLICT DO NOTHING/UPDATE for temporal indexes
2024-05-09  Tom LaneDoc: update the "Using EXPLAIN" examples to match curre...
2024-05-09  Bruce Momjiandoc PG 17 relnotes: fix author of LLVM item
2024-05-09  Bruce Momjiandoc: clarify PERIOD and WITHOUT OVERLAPS in CREATE...
2024-05-09  Tom LaneFix recursive RECORD-returning plpython functions.
2024-05-09  Bruce Momjiandoc PG 17 relnotes: Visual Studio clarification
2024-05-09  Tom LaneRepair ALTER EXTENSION ... SET SCHEMA.
2024-05-09  Bruce Momjiandoc PG 17 relnotes: Fixes from jian he
2024-05-09  Bruce Momjiandoc PG 17 relnotes: various fixes
2024-05-09  Tom LaneMake left-join removal safe under -DREALLOCATE_BITMAPSETS.
2024-05-09  Peter Eisentrautpsql: Add missing punctuation in help output
2024-05-09  Peter Eisentrautdoc: Use better placeholder in COPY synopsis
2024-05-09  Alvaro HerreraFix inconsistencies in error messages
2024-05-09  Bruce Momjiandoc: first draft of Postgres 17 release notes
2024-05-09  Michael PaquierFix overread in JSON parsing errors for incomplete...
2024-05-08  Tom LaneDoc: document that triggers can break referential integ...
2024-05-08  Peter EisentrautAdd test for REPLICA IDENTITY with a temporal key
2024-05-08  Peter Eisentrautdoc: Improve order of options on pg_upgrade reference...
2024-05-08  Etsuro FujitaFix typo in src/backend/utils/resowner/README.
2024-05-08  Peter EisentrautFix incorrect format placeholder
2024-05-07  Tom LaneEnsure that "pg_restore -l" reports dependent TOC entri...
2024-05-07  Tom LaneDon't corrupt plpython's "TD" dictionary in a recursive...
2024-05-07  Peter EisentrautFix assorted bugs related to identity column in partiti...
2024-05-07  Jeff DavisRemove obsolete comment.
2024-05-07  Tom LanePrevent RLS filters on ctid from breaking WHERE CURRENT...
2024-05-07  Peter Eisentrautdoc: Improve order of options on pgbench reference...
2024-05-07  Bruce Momjianpostgresql.conf: align variable comments, mostly new...
2024-05-06  Tom LaneFinish incomplete revert of ec63622c0.
2024-05-06  Nathan BossartFix privilege checks in pg_stats_ext and pg_stats_ext_e...
2024-05-06  Alexander KorotkovRevert: Remove useless self-joins
2024-05-06  Alvaro HerreraRemove mention of nchar
2024-05-06  Peter EisentrautTranslation updates
2024-05-06  Peter Eisentrautdoc: Improve order of options on initdb reference page
2024-05-06  Michael Paquierinjection_points: Fix incorrect spinlock acquisition
2024-05-05  Tom LaneSilence Coverity complaint about possible null-pointer...
2024-05-05  Daniel GustafssonFix comment regarding LibreSSL availability
2024-05-05  David RowleyFix query pullup issue with WindowClause runCondition
2024-05-03  Tom LaneAllow selecting the git revision to be packaged by...
2024-05-03  David RowleyFix an assortment of typos
2024-05-03  Peter EisentrautFix expected test output
2024-05-03  Peter EisentrautFix segmentation fault in MergeInheritedAttribute()
2024-05-02  Tom LaneThrow a more on-point error for publications depending...
2024-05-02  Alvaro HerreraDisallow direct change of NO INHERIT of not-null constr...
2024-05-02  Peter EisentrautRename libpq trace internal functions
2024-05-02  Alvaro HerreraDisallow NO INHERIT not-null constraints on partitioned...
2024-05-02  Daniel Gustafssondoc: Fix incorrectly spelled structname
2024-05-02  Peter Eisentrautdoc: Fix description of deterministic flag of CREATE...
2024-05-02  Peter Eisentrautdoc: Fix description of configure --with-icu option
2024-05-01  Alvaro HerreraSkip invalid database pg_upgrade test on obsolete servers
2024-05-01  David RowleyFix typos and incorrect type in read_stream.c
2024-05-01  Masahiko SawadaFix parallel vacuum buffer usage reporting.
2024-05-01  Michael PaquierAdd tab completion for EXPLAIN (MEMORY|SERIALIZE)
2024-05-01  David RowleyEnsure we allocate NAMEDATALEN bytes for names in Index...
2024-05-01  Jeff DavisFix locale options checking in CREATE DATABASE.
2024-04-30  Tom LaneFix one more portability shortcoming in new test_pg_dum...
2024-04-30  Michael Paquierdoc: Remove one example related to pg_input_error_info()
2024-04-30  Alexander KorotkovStabilize regression tests introduced by 259c96fa8f
2024-04-30  Alexander KorotkovInherit parent's AM for partition MERGE/SPLIT operations
2024-04-30  Alexander KorotkovAdd tab completion for partition MERGE/SPLIT operations
2024-04-30  Alexander KorotkovRename tables in tests of partition MERGE/SPLIT operations
2024-04-30  Alexander KorotkovFix error message in check_partition_bounds_for_split_r...
2024-04-30  Alexander KorotkovMake new partitions with parent's persistence during...
2024-04-30  Alexander KorotkovDocument the way partition MERGE/SPLIT operations creat...
2024-04-30  Alexander KorotkovChange the way ATExecMergePartitions() handles the...
2024-04-30  Heikki LinnakangasFix compilation on OpenSSL 1.0.2 and LibreSSL
2024-04-30  Tom LaneForce COLLATE "C" to stabilize ordering, redux.
2024-04-30  Tom LaneForce COLLATE "C" to stabilize ordering in new test_pg_...
2024-04-30  Tom LaneFix test case from b0c5b215d.
2024-04-29  Tom LaneAllow meson builds to run test_pg_dump test in installc...
2024-04-29  Tom LaneFix failure to track role dependencies of pg_init_privs...
2024-04-29  Noah MischAvoid repeating loads of frozen ID values.
2024-04-29  Noah MischClose race condition between datfrozen and relfrozen...
2024-04-29  Heikki LinnakangasReject SSL connection if ALPN is used but there's no...
2024-04-29  Heikki Linnakangaslibpq: Enforce ALPN in direct SSL connections
2024-04-29  Heikki Linnakangaslibpq: Fix error messages when server rejects SSL or GSS
2024-04-29  Michael PaquierMake two-phase tests of ECPG and main suite more concur...
2024-04-29  Heikki Linnakangaslibpq: If ALPN is not used, make PQsslAttribute(conn...
2024-04-29  Peter EisentrautRevert "Add GUC backtrace_on_internal_error"
2024-04-28  Heikki LinnakangasFix documentation and comments on what happens after...
2024-04-28  Tom LaneThrow a more on-point error for functions depending...
2024-04-28  Tom LaneDetect more overflows in timestamp[tz]_pl_interval.
2024-04-28  David RowleyFix duplicated consecutive words in comments
2024-04-27  Andrew DunstanRemove redundant JSON parser typedefs
2024-04-27  John NaylorSmall cosmetic fixes in radix tree template
2024-04-26  Robert HaasMinor fixes to pg_combinebackup and its documentation.
2024-04-25  Robert Haaspg_combinebackup: Detect checksum mismatches and docume...
2024-04-25  Andres FreundAvoid unnecessary "touch meson.build" in vpath builds
2024-04-25  Masahiko Sawadaradixtree: Fix SIGSEGV at update of embeddable value...
2024-04-25  Peter Eisentrautdoc: Add link to table
2024-04-25  Amit KapilaPost-commit review fixes for slot synchronization.
next