Fix deparsing FETCH FIRST <expr> ROWS WITH TIES
[postgresql.git] / src / backend / utils /
6 hours ago Heikki LinnakangasFix deparsing FETCH FIRST <expr> ROWS WITH TIES master github/master
37 hours ago Daniel GustafssonFix function name reference in comment
8 days ago Álvaro HerreraFix comment of tsquerysend()
8 days ago Álvaro Herrerarelcache: Avoid memory leak on tables with no CHECK...
8 days ago Álvaro HerreraSort includes in alphabetical order
8 days ago Tom LaneFix incorrect "return NULL" in BumpAllocLarge().
9 days ago Michael PaquierAdd support for runtime arguments in injection points
11 days ago Heikki LinnakangasUse 'void *' for arbitrary buffers, 'uint8 *' for byte...
2025-05-05 Noah MischWith GB18030, prevent SIGSEGV from reading past end...
2025-05-03 Etsuro FujitaFix memory allocation/copy mistakes.
2025-05-03 Etsuro FujitaFix typos in comments.
2025-04-30 Daniel GustafssonConvert strncpy to strlcpy
2025-04-30 Daniel GustafssonTypo and doc fixups for memory context reporting
2025-04-30 Daniel GustafssonAdd missing string terminator
2025-04-30 David RowleyFix broken indentation
2025-04-30 David RowleyFix a couple of comment typos
2025-04-28 Michael PaquierRemove circular #include's between wait_event.h and...
2025-04-26 David RowleyEliminate divide in new fast-path locking code
2025-04-25 Andres FreundFix bug allowing io_combine_limit > io_max_combine_comb...
2025-04-24 Michael PaquierAdd sanity check for dshash entries when reading pgstat...
2025-04-23 Tom LaneAvoid possibly-theoretical OOM crash hazard in hash_cre...
2025-04-23 Alexander KorotkovMaintain RelIdToTypeIdCacheHash in TypeCacheOpcCallback()
2025-04-23 Alexander KorotkovProperly prepare varinfos in estimate_multivariate_buck...
2025-04-23 Amit KapilaFix an oversight in 3f28b2fcac.
2025-04-23 Michael PaquierRemove assertion based on pending_since in pgstat_repor...
2025-04-22 Michael PaquierRename injection point for invalidation messages at...
2025-04-21 Jeff DavisFix INITCAP() word boundaries for PG_UNICODE_FAST.
2025-04-21 Tom LaneMemoryContextCreate: assert parent is valid and differe...
2025-04-21 David RowleyFix a few more duplicate words in comments
2025-04-20 David RowleyFix a few duplicate words in comments
2025-04-19 Michael PaquierFix typos and grammar in the code
2025-04-17 David RowleyMake levels 1-based in pg_log_backend_memory_contexts()
2025-04-17 Noah MischAssert lack of hazardous buffer locks before possible...
2025-04-16 David RowleyImprove comments for estimate_multivariate_ndistinct()
2025-04-12 Peter GeogheganHarmonize function parameter names for Postgres 18.
2025-04-11 Daniel GustafssonFix recently introduced typos
2025-04-10 David RowleyAdd code comment explaining ins_since_vacuum and aborte...
2025-04-10 David RowleyImprove various new-to-v18 appendStringInfo calls
2025-04-10 Daniel GustafssonRename global variable backing DSA area
2025-04-10 Tom LaneRemove useless check for negative result of ip_addrsize().
2025-04-09 Heikki LinnakangasFix a few oversights in the longer cancel keys patch
2025-04-08 Thomas MunroIntroduce file_copy_method setting.
2025-04-08 Daniel GustafssonAdd function to get memory context stats for processes
2025-04-07 Tomas VondraAdd support for basic NUMA awareness
2025-04-07 Álvaro HerreraAllow NOT NULL constraints to be added as NOT VALID
2025-04-07 Tom LaneAdd local-address escape "%L" to log_line_prefix.
2025-04-07 Alexander KorotkovRemove GUC_NOT_IN_SAMPLE from enable_self_join_elimination
2025-04-07 Michael PaquierClarify comment for worst-case allocation in quote_lite...
2025-04-07 Michael PaquierFix use-after-free in pgstat_fetch_stat_backend_by_pid()
2025-04-06 Tom LaneUse "(void)" to mark pgstat_lock_entry(..., false)...
2025-04-06 Peter EisentrautRelax ordering-related hardcoded btree requirements...
2025-04-06 Alexander KorotkovRevert "Put enable_self_join_elimination into postgresq...
2025-04-06 Alexander KorotkovPut enable_self_join_elimination into postgresql.conf...
2025-04-04 Peter GeogheganAdd nbtree skip scan optimization.
2025-04-04 Peter EisentrautFix crash/valgrind error
2025-04-04 Peter EisentrautSupport non-btree indexes in get_actual_variable_range()
2025-04-04 Tomas VondraRevert "Improve accounting for memory used by shared...
2025-04-02 Tom LaneRemove unnecessary type violation in tsvectorrecv().
2025-04-02 Tom LaneChange SQL-language functions to use the plan cache.
2025-04-02 Heikki LinnakangasAdd GiST and btree sortsupport routines for range types
2025-04-02 Tomas VondraImprove accounting for memory used by shared hash tables
2025-04-02 Heikki LinnakangasMake cancel request keys longer
2025-04-02 Peter EisentrautAdd support for NOT ENFORCED in foreign key constraints
2025-04-02 Alexander KorotkovGet rid of WALBufMappingLock
2025-04-01 Tom LaneIntroduce a SQL-callable function array_sort(anyarray).
2025-04-01 Peter EisentrautFix minor C type confusion
2025-03-30 Andres FreundEnable IO concurrency on all systems
2025-03-30 Andres Freundpgstat: Allow checksum errors to be reported in critica...
2025-03-30 Andres FreundAdd errhint_internal()
2025-03-29 Andres FreundFix mis-attribution of checksum failure stats to the...
2025-03-29 Peter EisentrautUse PRI?64 instead of "ll?" in format strings (continued).
2025-03-28 Masahiko SawadaFix timestamp overflow in UUIDv7 implementation.
2025-03-28 Peter EisentrautUse thread-safe strftime_l() instead of strftime().
2025-03-27 Daniel GustafssonFix guc_malloc calls for consistency and OOM checks
2025-03-27 Álvaro HerreraRemove the query_id_squash_values GUC
2025-03-27 Peter EisentrautProvide thread-safe pg_localeconv_r().
2025-03-26 Andres Freundaio: Add io_method=io_uring
2025-03-26 Tom LaneUse PG_MODULE_MAGIC_EXT in our installable shared libra...
2025-03-26 Tom LaneIntroduce PG_MODULE_MAGIC_EXT macro.
2025-03-26 Dean RasheedAdd support for gamma() and lgamma() functions.
2025-03-25 Peter EisentrautGeneralize index support in network support function
2025-03-25 Jeff DavisAdd ExecCopySlotMinimalTupleExtra().
2025-03-24 Andres FreundRedefine max_files_per_process to control additionally...
2025-03-24 Amit KapilaDetect and Log multiple_unique_conflicts type conflict.
2025-03-24 Michael PaquierAllow plugins to set a 64-bit plan identifier in Planne...
2025-03-21 Masahiko SawadaAdd GUC option to control maximum active replication...
2025-03-20 Nathan BossartAdd vacuum_truncate configuration parameter.
2025-03-19 Peter Eisentrautextension_control_path
2025-03-19 Thomas MunroIncrease io_combine_limit range to 1MB.
2025-03-19 Thomas MunroIntroduce io_max_combine_limit.
2025-03-18 Michael PaquierFix copy-paste error related to the autovacuum launcher...
2025-03-18 Michael PaquierOptimize check for pending backend IO stats
2025-03-18 Álvaro HerreraIntroduce squashing of constant lists in query jumbling
2025-03-18 Andres Freundaio: Add io_method=worker
2025-03-18 Andres Freundaio: Infrastructure for io_method=worker
2025-03-18 Daniel GustafssonAdd X25519 to the default set of curves
2025-03-18 Melanie PlagemanIncrease default maintenance_io_concurrency to 16
2025-03-18 Peter EisentrautAdd some opfamily support functions to lsyscache.c
2025-03-17 Andres Freundaio: Add core asynchronous I/O infrastructure
2025-03-17 Andres Freundaio: Basic subsystem initialization
next