]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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.
2024-04-25  Peter EisentrautRemove unnecessary code from be_lo_put()
2024-04-25  Amit KapilaFix the missing table sync due to improper invalidation...
2024-04-25  Michael PaquierImprove comment of DeallocateStmt->isall
2024-04-24  Tom LaneDoc: fix minor oversight in ALTER DEFAULT PRIVILEGES...
2024-04-24  Andrew DunstanAdd pg_logging_init() calls missing in commit ba3e6e2bca
2024-04-24  Daniel GustafssonDoc: fix prompt in psql crosstabview example
2024-04-24  Peter Eisentrautdoc: Fix up spacing around verbatim DocBook elements
2024-04-24  Peter Eisentrautpg_combinebackup: Add --version to --help output
2024-04-24  Peter Eisentrautdoc: Correct jsonpath string literal escapes description
2024-04-24  Peter Eisentrautpg_combinebackup: Put newer options in consistent order...
2024-04-24  Daniel GustafssonSupport SSL_R_VERSION_TOO_LOW when using LibreSSL
2024-04-24  Daniel GustafssonSupport disallowing SSL renegotiation when using LibreSSL
2024-04-24  Daniel GustafssonDoc: Use past tense for things which happened in the...
2024-04-24  Peter Eisentrautpg_dump: Put new options in consistent order in --help...
2024-04-24  Peter Eisentrautdoc: Fix order of options on pg_createsubscriber man...
2024-04-24  Peter Eisentrautpg_walsummary: Document --version option
2024-04-24  Peter EisentrautRemove obsolete symbol from ecpg_config.h.in
2024-04-23  Robert HaasTry again to add test coverage for pg_combinebackup...
2024-04-23  Andrew DunstanPost review fixes for test_json_parser test module
2024-04-23  Tom LaneRemove some unnecessary fields from executor nodes.
2024-04-23  Nathan BossartFix code for probing availability of AVX-512.
2024-04-23  Tom LaneImprove "out of range" error messages for GUCs.
2024-04-23  Amit KapilaFix the handling of the failover option in subscription...
next