]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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...
2024-04-22  Peter GeogheganRemove unneeded nbtree array preprocessing assert.
2024-04-22  Peter EisentrautUpdate src/common/unicode/.gitignore
2024-04-22  Peter EisentrautUpdate Unicode data to CLDR 45
2024-04-22  Michael PaquierFix dumps of partitioned tables with table AMs
2024-04-22  Peter GeogheganRemove overzealous array element type assertion.
2024-04-21  Tomas Vondracreatedb: compare strategy case-insensitive
2024-04-21  Tom LaneMake postgres_fdw request remote time zone 'GMT' not...
2024-04-20  Tomas Vondracreatedb: Correct parameter name in SGML docs
2024-04-20  Michael PaquierRemove resowner_private.h
2024-04-20  David RowleyDoc: document cases where queryid is stable
2024-04-19  Robert HaasRevert recent ill-advised test case changes.
2024-04-19  Robert HaasUse tempdir_short instead of tempdir.
2024-04-19  Robert Haaspg_combinebackup: Fix incorrect tablespace handling.
2024-04-19  Robert HaasMake PostgreSQL::Test::Cluster::init_from_backup handle...
2024-04-19  Tomas VondraAdd missing index_insert_cleanup calls
2024-04-19  Tomas VondraFix a couple typos in BRIN code
2024-04-19  Daniel GustafssonDoc: Remove mention of @ and ~ GiST operators
2024-04-19  Alvaro HerreraBetter handle indirect constraint drops
2024-04-19  Dean RasheedUse macro NUM_MERGE_MATCH_KINDS instead of '3' in MERGE...
2024-04-19  Daniel GustafssonRemove unused function prototype
2024-04-19  Daniel GustafssonFix incorrect parameter name in prototype
2024-04-18  Daniel GustafssonDoc: Update link to the mentioned subsection
2024-04-18  Daniel GustafssonFix typos and duplicate words
2024-04-18  Robert HaasRemove spurious "the".
2024-04-18  Peter GeogheganDon't try to fix eliminated nbtree array scan keys.
2024-04-18  Robert HaasRestrict where INCREMENTAL.${NAME} files are recognized.
2024-04-18  Alvaro HerreraDon't try to assign smart names to constraints
2024-04-18  Robert Haasdocs: Mention that pg_combinebackup does not verify...
2024-04-18  Alvaro HerreraFix restore of not-null constraints with inheritance
2024-04-18  Peter EisentrautUpdate src/tools/pginclude/README to match recent chang...
2024-04-18  Amit LangoteFix object name clash in recently introduced test
2024-04-18  Amit LangoteSQL/JSON: Miscellaneous fixes and improvements
2024-04-18  Amit LangoteSQL/JSON: Fix issues with DEFAULT .. ON ERROR / EMPTY
2024-04-18  Amit LangoteSQL/JSON: Improve some error messages
2024-04-17  Alexander KorotkovRefactoring for CommitTransactionCommand()/AbortCurrent...
2024-04-17  Andres FreundRemove GlobalVisTestNonRemovable[Full]Horizon, not...
2024-04-17  Tomas VondraCleanup parallel BRIN index build code
next