]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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...
2024-07-30  Michael PaquierAdd more debugging information when failing to read...
2024-07-30  Amit LangoteSQL/JSON: Fix casting for integer EXISTS columns in...
2024-07-30  Amit LangoteSQL/JSON: Some fixes to JsonBehavior expression casting
2024-07-29  Jeff DavisDo not return NULL from pg_newlocale_from_collation().
2024-07-29  Heikki LinnakangasDetach syslogger from shared memory
2024-07-29  Heikki LinnakangasRemove dead generators for cyrillic encoding conversion...
2024-07-29  Nathan BossartRemove tab completion for CREATE UNLOGGED MATERIALIZED...
2024-07-29  Tom LaneCount individual SQL commands in pg_restore's --transac...
2024-07-29  Tom LaneReduce number of commands dumpTableSchema emits for...
2024-07-29  Heikki LinnakangasFix double-release of spinlock
2024-07-29  Heikki LinnakangasFix compiler warning/error about typedef redefinitions
2024-07-29  Heikki LinnakangasMove cancel key generation to after forking the backend
2024-07-29  Heikki LinnakangasFix outdated comment in smgrtruncate()
2024-07-29  Richard GuoReduce memory used by partitionwise joins
2024-07-29  Richard GuoSimplify create_merge_append_path for clarity
2024-07-28  Jeff DavisRefactor pg_set_regex_collation() for clarity.
2024-07-28  David RowleyAdd missing pointer dereference in pg_backend_memory_co...
2024-07-28  Jeff DavisFix whitespace in commit 005c6b833f.
2024-07-28  Jeff DavisRefactor: make default_locale internal to pg_locale.c.
2024-07-28  Jeff DavisChange collation cache to use simplehash.h.
2024-07-28  Alexander Korotkovamcheck: Optimize speed of checking for unique constrai...
2024-07-28  David RowleyFix incorrect return value for pg_size_pretty(bigint)
2024-07-28  Peter Eisentrautlibpq: Use strerror_r instead of strerror
2024-07-27  Tom LaneDoc: fix text's description of regexp_replace's arguments.
2024-07-27  David RowleyOptimize escaping of JSON strings
2024-07-27  Heikki LinnakangasSupport falling back to non-preferred readline implemen...
2024-07-27  Heikki LinnakangasSupport absolute bindir/libdir in regression tests...
2024-07-27  Heikki LinnakangasFallback to clang in PATH with meson
2024-07-27  Heikki LinnakangasFallback to uuid for ossp-uuid with meson
2024-07-26  Michael PaquierFix more holes with SLRU code in need of int64 for...
2024-07-26  Nathan BossartIntroduce num_os_semaphores GUC.
next