postgresql.git
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
2024-01-19 Michael Paquierpsql: Add ignore_slash_options in bind's inactive branch
2024-01-19 Michael PaquierFix incorrect placeholder in walreceiver.c
2024-01-19 Nathan BossartImprove some documentation about the bootstrap superuser.
2024-01-18 Jeff DavisFix buildfarm error from commit 5c31669058.
2024-01-18 David RowleyFix broken Bitmapset optimization in DiscreteKnapsack()
2024-01-18 Tom LaneFix plpgsql to allow new-style SQL CREATE FUNCTION...
2024-01-18 Robert HaasRemove LVPagePruneState.
2024-01-18 Robert HaasMove VM update code from lazy_scan_heap() to lazy_scan_...
2024-01-18 Robert HaasClarify language in incremental backup glossary entry.
2024-01-18 Robert HaasOptimize vacuuming of relations with no indexes.
2024-01-18 Robert HaasMore documentation updates for incremental backup.
2024-01-18 Alvaro HerreraRework text in replication slots documentation
2024-01-18 Peter EisentrautError message capitalisation
2024-01-18 Peter EisentrautFix an issue in PostgreSQL::Test::Cluster:psql()
2024-01-18 Michael PaquierImprove handling of dropped partitioned indexes for...
2024-01-18 Michael PaquierAdd try_index_open(), conditional variant of index_open()
2024-01-18 Michael Paquierseg: Add test "security" in meson.build
2024-01-17 Alexander KorotkovRemove the flaky check in event_trigger_login regressio...
2024-01-17 Alexander KorotkovFix spelling in notice
2024-01-17 Heikki LinnakangasFix incorrect comment on how BackendStatusArray is...
2024-01-17 Daniel GustafssonClose socket in case of errors in setting non-blocking
2024-01-17 Michael PaquierFix description of DecodeInsert() in decode.c
2024-01-17 Michael PaquierRemove some comments related to pqPipelineSync() and...
2024-01-17 Michael PaquierAdd support for parsing of large XML data (>= 10MB)
2024-01-16 Michael Paquierxml2: Replace deprecated routines with recommended...
2024-01-16 Alexander KorotkovFix format specifier for NOTICE in copyfrom.c
2024-01-16 Alexander KorotkovAdd new COPY option SAVE_ERROR_TO
2024-01-16 David RowleyFix REALLOCATE_BITMAPSETS code
2024-01-16 Robert HaasBe more consistent about whether to update the FSM...
2024-01-16 Peter EisentrautSupport identity columns in partitioned tables
2024-01-16 Daniel GustafssonDecorate WITH with literal markup tags
2024-01-16 Heikki LinnakangasAdd missing PGDLLIMPORT markings
2024-01-16 Alvaro Herrerastruct XmlTableRoutine: use C99 designated initializers
2024-01-16 Alvaro HerreraDon't test already-referenced pointer for nullness
2024-01-16 Peter Eisentrautdoc: Add Identity Column section under Data Definition...
2024-01-16 Peter EisentrautAssert that partition inherits from only one parent...
2024-01-16 Peter Eisentrautdoc: Decorate PostgreSQL with productname tag
2024-01-16 Michael Paquierlibpq: Add PQsendPipelineSync()
2024-01-16 Michael PaquierFix a typo and some doc indentation related to libpq...
2024-01-15 Robert HaasFix typos.
2024-01-15 Alexander KorotkovFix 'negative bitmapset member' error
2024-01-15 Alvaro HerreraAvoid useless ReplicationOriginExitCleanup locking
next