]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2024-08-09  Heikki LinnakangasRefactor code to handle death of a backend or bgworker...
2024-08-09  Heikki LinnakangasMake BackgroundWorkerList doubly-linked
2024-08-09  Nathan Bossartdoc: Standardize use of dashes in references to CRC...
2024-08-09  Nathan Bossartdoc: Fix name of CRC algorithm in "Reliability" section.
2024-08-09  Tom LaneFix "failed to find plan for subquery/CTE" errors in...
2024-08-09  Peter EisentrautRemove obsolete RECHECK keyword completely
2024-08-09  Amit KapilaChange the misleading local end_lsn for prepared transa...
2024-08-09  Alvaro Herreralibpq: Add suppress argument to pqTraceOutputNchar
2024-08-08  Alvaro HerreraRefuse ATTACH of a table referenced by a foreign key
2024-08-08  Alvaro HerreraRefactor error messages to reduce duplication
2024-08-08  Alexander KorotkovAdd a caveat to hash_seq_init_with_hash_value() header...
2024-08-08  Heikki LinnakangasFix pg_rewind debug output to print the source timeline...
2024-08-07  Noah MischFix names of "Visual Studio" and Meson in a documentati...
2024-08-07  Tom LaneFix edge case in plpgsql's make_callstmt_target().
2024-08-07  Alvaro HerreraRefactor/reword some error messages to avoid duplicates
2024-08-07  Robert HaasImprove file header comments for astramer code.
2024-08-07  Heikki LinnakangasMake fallback MD5 implementation thread-safe on big...
2024-08-07  Peter EisentrautRevert ECPG's use of pnstrdup()
2024-08-07  Alexander KorotkovOptimize InvalidateAttoptCacheCallback() and TypeCacheT...
2024-08-07  Alexander KorotkovIntroduce hash_search_with_hash_value() function
2024-08-06  Heikki LinnakangasUse psprintf to simplify gtsvectorout()
2024-08-06  Heikki LinnakangasConstify fields and parameters in spell.c
2024-08-06  Heikki LinnakangasMark misc static global variables as const
2024-08-06  Heikki LinnakangasMake nullSemAction const, add 'const' decorators to...
2024-08-06  Heikki LinnakangasTurn a few 'validnsps' static variables into locals
2024-08-06  Jeff Davisselfuncs.c: use pg_strxfrm() instead of strxfrm().
2024-08-06  Heikki LinnakangasFix datatypes in comments in instr_time.h
2024-08-06  Heikki LinnakangasRevert "Fix comments in instr_time.h and remove an...
2024-08-06  Tom LaneAllow parallel workers to cope with a newly-created...
2024-08-06  Tom LaneClean up handling of client_encoding GUC in parallel...
2024-08-06  Nathan BossartRemove volatile qualifiers from pg_stat_statements.c.
2024-08-06  Heikki LinnakangasFix comments in instr_time.h and remove an unneeded...
2024-08-06  Michael PaquierRemove unnecessary declaration of heapam_methods
2024-08-06  Jeff DavisRemove support for null pg_locale_t most places.
2024-08-05  Robert HaasMove astreamer (except astreamer_inject) to fe_utils.
2024-08-05  Robert HaasMove recovery injector astreamer to a separate header...
2024-08-05  Robert HaasRename bbstreamer to astreamer.
2024-08-05  Masahiko SawadaRestrict accesses to non-system views and foreign table...
2024-08-05  David RowleyOptimize JSON escaping using SIMD
2024-08-05  Amit KapilaFix typo in bufpage.h.
2024-08-05  Michael Paquierinjection_points: Add some fixed-numbered statistics
2024-08-05  Michael Paquierinjection_points: Add some cumulative stats for injecti...
2024-08-05  Michael PaquierAdd helper routines to retrieve data for custom fixed...
2024-08-04  Alexander Korotkovpg_wal_replay_wait(): Fix typo in the doc
2024-08-04  Michael PaquierIntroduce pluggable APIs for Cumulative Statistics
2024-08-04  Peter EisentrautUse CXXFLAGS instead of CFLAGS for linking C++ code
2024-08-03  Michael PaquierFix incorrect format placeholders in pgstat.c
2024-08-03  Peter EisentrautAdd -Wmissing-variable-declarations to the standard...
2024-08-02  Jeff DavisSmall refactoring around ExecCreateTableAs().
2024-08-02  Noah MischFix name of "Visual Studio" in documentation.
2024-08-02  Alexander KorotkovImplement pg_wal_replay_wait() stored procedure
2024-08-02  Alvaro HerreraFix NLS file reference in pg_createsubscriber
2024-08-02  Alvaro Herrerapg_createsubscriber: Fix bogus error message
2024-08-02  Peter EisentrautInclude bison header files into implementation files
2024-08-01  Heikki LinnakangasMinor refactoring of assign_backendlist_entry()
2024-08-01  Heikki LinnakangasFix outdated comment; all running bgworkers are in...
2024-08-01  Michael PaquierSwitch PgStat_Kind from an enum to a uint32 type
2024-08-01  Michael PaquierAdd redo LSN to pgstats files
2024-08-01  Peter EisentrautConvert some extern variables to static, Windows code
2024-08-01  Peter EisentrautConvert an extern variable to static
2024-08-01  Peter Eisentrautpg_createsubscriber: Rename option --socket-directory...
2024-08-01  Etsuro FujitaUpdate comment in portal.h.
2024-08-01  Peter EisentrautConvert node test compile-time settings into run-time...
2024-08-01  Amit KapilaAvoid duplicate table scans for cross-partition updates...
2024-08-01  Andres FreundEvaluate arguments of correlated SubPlans in the refere...
2024-08-01  Tom LaneRevert "Allow parallel workers to cope with a newly...
2024-07-31  Jeff DavisAdd is_create parameter to RefreshMatviewByOid().
2024-07-31  Jeff DavisRemove unused ParamListInfo argument from ExecRefreshMa...
2024-07-31  Tom LaneAllow parallel workers to cope with a newly-created...
2024-07-31  Nathan BossartImprove performance of dumpSequenceData().
2024-07-31  Nathan BossartIntroduce pg_sequence_read_tuple().
2024-07-31  Nathan BossartImprove performance of dumpSequence().
2024-07-31  Nathan BossartParse sequence type and integer metadata in dumpSequence().
2024-07-31  David RowleyDoc: mention executor memory usage for enable_partition...
2024-07-31  Peter EisentrautAdd API and ABI stability guidance to the C language...
2024-07-31  Peter Eisentrautdoc: Avoid too prominent use of "backup" on pg_dump...
2024-07-31  Peter EisentrautMake building with LTO work on macOS
2024-07-31  Amit KapilaFix random failure in 021_twophase.
2024-07-30  Jeff DavisRelax check for return value from second call of pg_str...
2024-07-30  Heikki LinnakangasRefactor getWeights to write to caller-supplied buffer
2024-07-30  Heikki LinnakangasReplace static buf with a stack-allocated one in 'seg...
2024-07-30  Heikki LinnakangasReplace static buf with a stack-allocated one in ReadCo...
2024-07-30  Heikki LinnakangasReplace static buf with palloc in str_time()
2024-07-30  Heikki LinnakangasReplace static bufs with a StringInfo in cash_words()
2024-07-30  Heikki LinnakangasRemove leftover function declaration
2024-07-30  Andrew DunstanPreserve tz when converting to jsonb timestamptz
2024-07-30  Thomas MunroRemove spinlocks and atomics from meson_options.txt.
2024-07-30  Thomas MunroRemove useless member of BackendParameters.
2024-07-30  Thomas MunroRequire memory barrier support.
2024-07-30  Thomas MunroRequire compiler barrier support.
2024-07-30  Thomas MunroRemove --disable-atomics, require 32 bit atomics.
2024-07-30  Thomas MunroRemove --disable-spinlocks.
2024-07-30  Peter Eisentrautpg_createsubscriber: Remove obsolete comment
2024-07-30  Andrew DunstanStabilize xid_wraparound tests
2024-07-30  Amit Kapilapg_createsubscriber: Fix an unpredictable recovery...
2024-07-30  David RowleyDisallow setting MAX_PARTITION_BUFFERS to less than 2
2024-07-30  Jeff DavisMake collation not depend on setlocale().
2024-07-30  Richard GuoFix partitionwise join with partially-redundant join...
2024-07-30  Richard GuoRefactor the checks for parameterized partial paths
2024-07-30  Richard GuoShort-circuit sort_inner_and_outer if there are no...
next