aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
...
* Fix an incorrect check in get_memoize_pathRichard Guo2025-04-16
* Fix failure for generated column with a not-null domain constraint.Tom Lane2025-04-15
* Fix GIN's shimTriConsistentFn to not corrupt its input.Tom Lane2025-04-12
* Harmonize function parameter names for Postgres 18.Peter Geoghegan2025-04-12
* Fix recently introduced typosDaniel Gustafsson2025-04-11
* Fix race with synchronous_standby_names at startupMichael Paquier2025-04-11
* Add code comment explaining ins_since_vacuum and aborted insertsDavid Rowley2025-04-11
* Improve various new-to-v18 appendStringInfo callsDavid Rowley2025-04-11
* Rename global variable backing DSA areaDaniel Gustafsson2025-04-10
* Remove useless check for negative result of ip_addrsize().Tom Lane2025-04-10
* Fix data loss in logical replication.Amit Kapila2025-04-10
* Update wording in optimizer/README for EquivalenceClassesDavid Rowley2025-04-10
* Cleanup of pg_numa.cTomas Vondra2025-04-09
* Fix a few oversights in the longer cancel keys patchHeikki Linnakangas2025-04-09
* Doc: note that two examples in optimizer/README are oversimplified.Tom Lane2025-04-08
* Fix uninitialized index information access during apply.Amit Kapila2025-04-08
* Introduce file_copy_method setting.Thomas Munro2025-04-08
* Add function to get memory context stats for processesDaniel Gustafsson2025-04-08
* Increase BAS_BULKREAD based on effective_io_concurrencyAndres Freund2025-04-08
* Add pg_buffercache_evict_{relation,all} functionsAndres Freund2025-04-08
* Speedup child EquivalenceMember lookup in plannerDavid Rowley2025-04-08
* Stabilize 035_standby_logical_decoding.pl.Amit Kapila2025-04-08
* Fix PG 17 [NOT] NULL optimization bug for domainsBruce Momjian2025-04-07
* Flush the IO statistics of active WAL senders more frequentlyMichael Paquier2025-04-08
* Introduce pg_shmem_allocations_numa viewTomas Vondra2025-04-07
* Add support for basic NUMA awarenessTomas Vondra2025-04-07
* aio: Make AIO more compatible with valgrindAndres Freund2025-04-07
* localbuf: Add Valgrind buffer access instrumentationAndres Freund2025-04-07
* Fix erroneous construction of functions' dependencies on transforms.Tom Lane2025-04-07
* Allow NOT NULL constraints to be added as NOT VALIDÁlvaro Herrera2025-04-07
* Add local-address escape "%L" to log_line_prefix.Tom Lane2025-04-07
* read_stream: Fix overflow hazard with large shared buffersAndres Freund2025-04-07
* Remove GUC_NOT_IN_SAMPLE from enable_self_join_eliminationAlexander Korotkov2025-04-07
* Clarify comment for worst-case allocation in quote_literal_cstr()Michael Paquier2025-04-07
* Fix use-after-free in pgstat_fetch_stat_backend_by_pid()Michael Paquier2025-04-07
* Use XLOG_CONTROL_FILE macro consistently for control file name.Fujii Masao2025-04-07
* aio: Avoid spurious coverity warningAndres Freund2025-04-06
* Use "(void)" to mark pgstat_lock_entry(..., false) calls.Tom Lane2025-04-06
* Relax ordering-related hardcoded btree requirements in planningPeter Eisentraut2025-04-06
* Revert "Put enable_self_join_elimination into postgresql.conf.sample"Alexander Korotkov2025-04-06
* Put enable_self_join_elimination into postgresql.conf.sampleAlexander Korotkov2025-04-06
* Fix parse_cte.c's failure to examine sub-WITHs in DML statements.Tom Lane2025-04-05
* Avoid double transformation of json_array()'s subquery.Tom Lane2025-04-05
* Repair misbehavior with duplicate entries in FK SET column lists.Tom Lane2025-04-04
* functions.c: copy trees from source_list before parse analysis etc.Tom Lane2025-04-04
* Avoid extra index searches through preprocessing.Peter Geoghegan2025-04-04
* Improve nbtree skip scan primitive scan scheduling.Peter Geoghegan2025-04-04
* Further optimize nbtree search scan key comparisons.Peter Geoghegan2025-04-04
* Add nbtree skip scan optimization.Peter Geoghegan2025-04-04
* Re-pgindent pg_largeobject.c after commit 0d6c477664.Nathan Bossart2025-04-04