]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2024-01-31  Heikki LinnakangasGive SMgrRelation pointers a well-defined lifetime.
2024-01-31  Heikki LinnakangasRemove some obsolete smgrcloseall() calls.
2024-01-31  Michael PaquierAdd .gitignore to src/test/modules/gin/
2024-01-31  Michael PaquierAdd tests for int4_bool() in int.c
2024-01-31  David RowleyConsider the "LIMIT 1" optimization with parallel DISTINCT
2024-01-31  Michael PaquierFix various issues with ALTER TEXT SEARCH CONFIGURATION
2024-01-30  Andrew DunstanFix 003_extrafiles.pl test for the Windows
2024-01-30  David RowleySimplify partial path generation in GROUP BY/ORDER BY
2024-01-30  Alvaro HerreraSplit use of SerialSLRULock, creating SerialControlLock
2024-01-30  Amit KapilaAdd a failover option to subscriptions.
2024-01-30  Daniel Gustafssonpgcrypto: Fix check for buffer size
2024-01-30  Peter EisentrautFix incorrect format placeholders for Oid
2024-01-29  David RowleyDelay build of Memoize hash table until executor run
2024-01-29  David RowleyDoc: mention foreign keys can reference unique indexes
2024-01-29  Nathan BossartMove is_valid_ascii() to ascii.h.
2024-01-29  Tom LaneFix incompatibilities with libxml2 >= 2.12.0.
2024-01-29  Alvaro HerreraAdd EXPLAIN (MEMORY) to report planner memory consumption
2024-01-29  Heikki LinnakangasFix locking when fixing an incomplete split of a GIN...
2024-01-29  Alvaro Herreralibpq: Move cancellation related functions to fe-cancel.c
2024-01-29  Amit KapilaDoc: Fix incorrect reference to conflicting column...
2024-01-29  Peter EisentrautRemove make function vpathsearch
2024-01-29  Amit KapilaFix comments in ReplicationSlotAcquire().
2024-01-29  Amit KapilaAllow setting failover property in the replication...
2024-01-29  Masahiko SawadaRemove ReorderBufferTupleBuf structure.
2024-01-28  Michael PaquierFix DROP ROLE when specifying duplicated roles
2024-01-26  David RowleyAttempt to fix newly added Memoize regression test
2024-01-26  Tom LaneCompare varnullingrels too in assign_param_for_var().
2024-01-26  Tom LaneDetect Julian-date overflow in timestamp[tz]_pl_interval.
2024-01-26  Robert HaasTemporary patch to help debug pg_walsummary test failures.
2024-01-26  Robert HaasCombine FSM updates for prune and no-prune cases.
2024-01-26  Peter EisentrautSplit some code out from MergeAttributes()
2024-01-26  Alvaro HerreraMake spelling of cancelled/cancellation consistent
2024-01-26  Peter EisentrautMergeAttributes code deduplication
2024-01-26  Michael PaquierReindex toast before its main relation in reindex_relat...
2024-01-26  David RowleyDe-dupicate Memoize cache keys
2024-01-26  Michael PaquierFix comment in index.c
2024-01-26  David RowleyImprove NestLoopParam generation for lateral subqueries
2024-01-26  Michael PaquierRevert "Add support for parsing of large XML data ...
2024-01-25  Heikki LinnakangasUpdate comment, generation mem contexts have a "keeper...
2024-01-25  Tom LaneSupport TZ and OF format codes in to_timestamp().
2024-01-25  Andrew DunstanClean up a bug in sql/json items commit 66ea94e8e6
2024-01-25  Tom LaneDoc: improve documentation for jsonpath behavior.
2024-01-25  Andrew DunstanImplement various jsonpath methods
2024-01-25  Peter EisentrautAdd a const decoration
2024-01-25  Alvaro HerreraRemove dummy_spinlock
2024-01-25  Peter EisentrautMergeAttributes: convert pg_attribute back to ColumnDef...
2024-01-25  Alvaro HerreraFix s_lock_test compile
2024-01-25  Amit LangoteSilence compiler warning introduced in 1edb3b491b
2024-01-25  Michael PaquierAdd more LOG messages when starting and ending recovery...
2024-01-25  Amit KapilaAllow to enable failover property for replication slots...
2024-01-25  Peter EisentrautFix comment on gist_stratnum_btree
2024-01-25  Fujii MasaoRemove redundant HandleWalWriterInterrupts().
2024-01-25  Thomas Munrojit: Require at least LLVM 10.
2024-01-25  Masahiko SawadaAdd progress reporting of skipped tuples during COPY...
2024-01-25  Thomas MunroTrack LLVM 18 changes.
2024-01-24  Alexander KorotkovRename index "abc" in aggregates.sql
2024-01-24  Peter EisentrautAdd temporal PRIMARY KEY and UNIQUE constraints
2024-01-24  Alvaro HerreraImprove notation of BuiltinTrancheNames
2024-01-24  Michael Paquierpgbench: Add \syncpipeline
2024-01-24  Amit LangoteRefactor code used by jsonpath executor to fetch variables
2024-01-24  Amit LangoteAdjust populate_record_field() to handle errors softly
2024-01-24  Amit LangoteAdd soft error handling to some expression nodes
2024-01-24  Michael PaquierFix ALTER TABLE .. ADD COLUMN with complex inheritance...
2024-01-23  Nathan BossartFix crash in autoprewarm.
2024-01-23  Peter EisentrautSupport shared libraries on Android (using make)
2024-01-23  Peter Eisentrautmeson: Map host_system android to linux
2024-01-23  Peter EisentrautFix makefiles for newly added files
2024-01-23  Daniel Gustafssondoc: Add acronym and glossary term for Access Method
2024-01-23  Peter Eisentrautmeson: portname was set too early
2024-01-23  Heikki LinnakangasRevert "libpqwalreceiver: Convert to libpq-be-fe-helpers.h"
2024-01-23  Peter EisentrautGenerate syscache info from catalog files
2024-01-23  Michael PaquierImprove stability of recovery test 035_standby_logical_...
2024-01-23  David RowleyAdd better handling of redundant IS [NOT] NULL quals
2024-01-23  Michael Paquierci: Enable injection points in builds
2024-01-23  Nathan BossartFix possible NULL pointer dereference in GetNamedDSMSeg...
2024-01-23  Michael PaquierFix ERROR message in injection_point.c
2024-01-22  Heikki LinnakangasFix two memcpy() bugs in the new injection point code
2024-01-22  Alvaro HerreraAbort pgbench if script end is reached with an open...
2024-01-22  Alvaro HerreraTest EXPLAIN (FORMAT JSON) ... XMLTABLE
2024-01-22  Peter EisentrautMake documentation builds reproducible
2024-01-22  David RowleyRe-disallow Memoize for parameterized nested loops...
2024-01-22  Michael PaquierFix some typos
2024-01-22  Michael PaquierAdd test module injection_points
2024-01-22  Michael PaquierAdd backend support for injection points
2024-01-21  Alexander KorotkovFix table name collision in tests in 0452b461bc
2024-01-21  Alexander KorotkovExplore alternative orderings of group-by pathkeys...
2024-01-21  Alexander KorotkovGeneralize the common code of adding sort before proces...
2024-01-20  Tom LaneAdd hint about not qualifying UPDATE...SET target with...
2024-01-20  Tom LaneAdd planner support functions for range operators ...
2024-01-19  Nathan BossartTeach autoprewarm to use the dynamic shared memory...
2024-01-19  Nathan BossartIntroduce the dynamic shared memory registry.
2024-01-19  Nathan Bossartdoc: Reorganize section for shared memory and LWLocks.
2024-01-19  Alexander KorotkovFix name collision in c64086b79dba
2024-01-19  Daniel Gustafssondoc: Update compiler for FreeBSD specific instructions
2024-01-19  Alexander KorotkovReorder actions in ProcArrayApplyRecoveryInfo()
2024-01-19  Peter EisentrautAdd stratnum GiST support function
2024-01-19  Alexander KorotkovRename COPY option from SAVE_ERROR_TO to ON_ERROR
2024-01-19  John NaylorFixed misspelled byteswap function for big endian machines
2024-01-19  John NaylorAdd optimized C string hashing
2024-01-19  John NaylorAdd inline incremental hash functions for in-memory use
next