]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2024-11-25  Thomas MunroAssume that <stdbool.h> conforms to the C standard.
2024-11-25  Alexander KorotkovRemove the wrong assertion from match_orclause_to_index...
2024-11-25  Amit KapilaDoc: Clarify the `inactive_since` field description.
2024-11-25  Michael PaquierSimplify some SPI tests of PL/Python
2024-11-25  Michael Paquierdoc: Fix example with __next__() in PL/Python function
2024-11-24  Noah MischTest "options=-crole=" and "ALTER DATABASE SET role".
2024-11-23  Alexander KorotkovTeach bitmap path generation about transforming OR...
2024-11-23  Alexander KorotkovTransform OR-clauses to SAOP's during index matching
2024-11-22  Jeff DavisDisallow modifying statistics on system columns.
2024-11-22  Nathan BossartAdd INT64_HEX_FORMAT and UINT64_HEX_FORMAT to c.h.
2024-11-22  Nathan BossartAdd a couple of recent commits to .git-blame-ignore...
2024-11-22  Heikki LinnakangasMake the memory layout of Port struct independent of...
2024-11-22  Heikki LinnakangasFix data loss when restarting the bulk_write facility
2024-11-22  Thomas MunroUse auxv to check for CRC32 instructions on ARM.
2024-11-22  Michael Paquierpsql: Fix category of \parse in output of --help=comman...
2024-11-22  Michael Paquierpsql: Include \pset xheader_width in --help=commands...
2024-11-22  Thomas Munrojit: Use -mno-outline-atomics for bitcode on ARM.
2024-11-22  Michael PaquierAdd write_to_file to PgStat_KindInfo for pgstats kinds
2024-11-21  Bruce Momjiandoc: clarify how logical replication takes its initial...
2024-11-21  Peter Eisentrautpgindent run
2024-11-21  Álvaro HerreraFix newly introduced 010_keep_recycled_wals.pl
2024-11-21  Álvaro HerreraFix outdated bit in README.tuplock
2024-11-21  Peter EisentrautFix ALTER TABLE / REPLICA IDENTITY for temporal tables
2024-11-21  Álvaro HerreraUnify repetitive error messages
2024-11-21  Michael PaquierFix memory leak in pgoutput for the WAL sender
2024-11-20  Bruce MomjianMore logically order libpq func. includes, e.g., group...
2024-11-20  Bruce Momjiandoc: clarify that jsonb_path_match() returns an SQL...
2024-11-20  Bruce Momjianclarify --no-comments option in --help and SGML files
2024-11-20  Peter GeogheganRefine nbtree = redundancy preprocessing comment.
2024-11-20  Tom LaneAvoid assertion failure if a setop leaf query contains...
2024-11-20  Fujii Masaofile_fdw: Add REJECT_LIMIT option to file_fdw.
2024-11-20  Michael Paquierdoc: Fix section of functions age(xid) and mxid_age...
2024-11-19  Tom LaneCompare collations before merging UNION operations.
2024-11-19  Fujii MasaoImprove error message for database object stats manipul...
2024-11-19  Michael Paquierlibpq: Improve error message when parsing URI parameter...
2024-11-18  Bruce Momjiandoc: clarify pg_dump --no-comments meaning as SQL...
2024-11-18  Bruce Momjiandoc: clarify text about combining row-level policies
2024-11-18  Peter Geoghegannbtree: consistently use minoff variable.
2024-11-18  Michael PaquierImprove some code format in gist.c
2024-11-18  Michael PaquierUse pg_memory_is_all_zeros() in PageIsVerifiedExtended()
2024-11-18  Michael PaquierOptimize pg_memory_is_all_zeros() in memutils.h
2024-11-16  Noah MischFix per-session activation of ALTER {ROLE|DATABASE...
2024-11-16  Masahiko SawadaFix a possibility of logical replication slot's restart...
2024-11-15  Tom LaneAvoid assertion due to disconnected NFA sub-graphs...
2024-11-15  Fujii MasaoRemove unnecessary backslash from CopyFrom() code.
2024-11-15  Peter EisentrautFix collation handling for foreign keys
2024-11-15  Álvaro HerreraAvoid deleting critical WAL segments during pg_rewind
2024-11-15  Peter EisentrautProper object locking for GRANT/REVOKE
2024-11-15  Heikki Linnakangasjit: Stop emitting some unnecessary instructions
2024-11-15  Peter EisentrautAdd an assertion in get_object_address()
2024-11-15  Michael PaquierFix race conditions with drop of reused pgstats entries
2024-11-14  Heikki LinnakangasPass MyPMChildSlot as an explicit argument to child...
2024-11-14  Heikki LinnakangasAssign a child slot to every postmaster child process
2024-11-14  Heikki LinnakangasKill dead-end children when there's nothing else left
2024-11-14  Heikki LinnakangasReplace postmaster.c's own backend type codes with...
2024-11-14  Peter EisentrautRemove a useless cast to (void *) in hash_search()...
2024-11-14  Michael Paquiercontrib/lo: Use SQL-standard function bodies
2024-11-14  Michael Paquierxml2: Add tests for functions xpath_nodeset() and xpath...
2024-11-14  Michael Paquiercontrib/lo: Add test for function lo_oid()
2024-11-13  Peter GeogheganAdd nbtree amgettuple return item function.
2024-11-13  Álvaro HerreraFix pg_upgrade's cross-version tests when old < 18
2024-11-13  Peter Eisentrautconfigure.ac: Remove useless AC_SUBST
2024-11-13  Peter Eisentrautdoc: Update pg_constraint.conexclop docs for WITHOUT...
2024-11-13  Peter Eisentrautdoc: Add PERIOD to ALTER TABLE reference docs
2024-11-13  Peter Eisentrautdoc: Small improvement in CREATE TABLE / PERIOD documen...
2024-11-13  Peter Eisentrautdoc: Add WITHOUT OVERLAPS to ALTER TABLE reference...
2024-11-13  Michael PaquierFix comment in injection_point.c
2024-11-13  Peter GeogheganFix obsolete nbtree page reuse FSM comment.
2024-11-13  Peter GeogheganCount contrib/bloom index scans in pgstat view.
2024-11-12  Amit LangoteAdd missing word in comment
2024-11-12  Álvaro HerreraSilence compilers about extractNotNullColumn()
2024-11-12  Michael Paquierpg_freespacemap: Use SQL-standard function bodies
2024-11-11  Alexander KorotkovFix arrays comparison in CompareOpclassOptions()
2024-11-11  Tom LaneParallel workers use AuthenticatedUserId for connection...
2024-11-11  Tom LaneFix cross-version upgrade tests.
2024-11-11  Tom LaneAvoid bizarre meson behavior with backslashes in comman...
2024-11-11  Tom LaneFix improper interactions between session_authorization...
2024-11-11  Nathan BossartEnsure cached plans are correctly marked as dependent...
2024-11-11  Noah MischBlock environment variable mutations from trusted PL...
2024-11-11  Amit KapilaDoc: Add links to clarify the max_replication_slots.
2024-11-11  Michael PaquierAdd two attributes to pg_stat_database for parallel...
2024-11-11  Michael Paquierlibpq: Bail out during SSL/GSS negotiation errors
2024-11-11  Michael Paquierpg_stat_statements: Avoid some locking during PGSS...
2024-11-10  Thomas Munrojit: Remove obsolete LLVM version guard.
2024-11-08  Nathan BossartFix sign-compare warnings in pg_iovec.h.
2024-11-08  Peter GeogheganAssert consistency of currPage that ended scan.
2024-11-08  Nathan BossartMove check for USE_AVX512_POPCNT_WITH_RUNTIME_CHECK.
2024-11-08  Tom LaneImprove fix for not entering parallel mode when holding...
2024-11-08  Peter GeogheganAvoid nbtree parallel scan currPos confusion.
2024-11-08  Álvaro HerreraAdd pg_constraint rows for not-null constraints
2024-11-08  Amit LangoteDisallow partitionwise join when collations don't match
2024-11-08  Amit LangoteDisallow partitionwise grouping when collations don...
2024-11-08  Richard GuoFix inconsistent RestrictInfo serial numbers
2024-11-07  Nathan BossartFix __attribute__((target(...))) usage.
2024-11-07  Nathan BossartUse __attribute__((target(...))) for AVX-512 support.
2024-11-07  Álvaro Herreradoc: Reword ALTER TABLE ATTACH restriction on NO INHERI...
2024-11-07  Peter EisentrautClarify a foreign key error message
2024-11-07  Michael PaquierRemove an obsolete comment in gistinsert()
2024-11-07  Amit KapilaReplicate generated columns when 'publish_generated_col...
2024-11-07  Michael PaquierImprove handling of empty query results in BackgroundPs...
next