aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix possible Assert failure in cost_memoize_rescanDavid Rowley2024-06-19
* Fix incorrect punctuation in error messagePeter Eisentraut2024-06-18
* Fix insertion of SP-GiST REDIRECT tuples during REINDEX CONCURRENTLY.Tom Lane2024-06-17
* Remove recordExtensionInitPriv[Worker]'s ownerId argument.Tom Lane2024-06-17
* Improve tracking of role dependencies of pg_init_privs entries.Tom Lane2024-06-17
* Teach jsonpath string() to unwrap in lax modeAndrew Dunstan2024-06-17
* Convert confusing macros in multixact.c to static inline functionsHeikki Linnakangas2024-06-16
* Clean out column-level pg_init_privs entries when dropping tables.Tom Lane2024-06-14
* Reintroduce dead tuple counter in pg_stat_progress_vacuum.Masahiko Sawada2024-06-14
* Fix parsing of ignored operators in websearch_to_tsquery().Tom Lane2024-06-13
* Clamp result of MultiXactMemberFreezeThresholdHeikki Linnakangas2024-06-13
* Harmonize function parameter names for Postgres 17.Peter Geoghegan2024-06-12
* Fix infer_arbiter_indexes() to not assume resultRelation is 1.Tom Lane2024-06-11
* Fix creation of partition descriptor during concurrent detachAlvaro Herrera2024-06-11
* Fix an assert in CheckPointReplicationSlots().Amit Kapila2024-06-11
* Fix comment about cross-checking the varnullingrelsRichard Guo2024-06-10
* Fix RBM_ZERO_AND_LOCK.Thomas Munro2024-06-10
* Reject modifying a temp table of another session with ALTER TABLE.Tom Lane2024-06-07
* Fix behavior of stable functions called from a CALL's argument list.Tom Lane2024-06-07
* Add more debugging information when dropping twice pgstats entryMichael Paquier2024-06-07
* meson: Add user-provided c_args to bitcode_cflagsPeter Eisentraut2024-06-06
* Make RelationFlushRelation() work without ResourceOwner during abortHeikki Linnakangas2024-06-06
* Restore preprocess_groupclause()Alexander Korotkov2024-06-06
* Rename PathKeyInfo to GroupByOrderingAlexander Korotkov2024-06-06
* Add invariants check to get_useful_group_keys_orderings()Alexander Korotkov2024-06-06
* Fix asymmetry in setting EquivalenceClass.ec_sortrefAlexander Korotkov2024-06-06
* Prevent inconsistent use of stats entry for replication slotsMichael Paquier2024-06-06
* Move new SLRU buffers GUCs to a better place in postgresql.conf.samplePeter Eisentraut2024-06-05
* Fix some grammatical errors in some commentsDavid Rowley2024-06-05
* Fix PL/pgSQL's handling of integer ranges containing underscores.Dean Rasheed2024-06-04
* Fix another couple of outdated comments for MERGE RETURNING.Dean Rasheed2024-06-04
* Improve assertion in mdwritev()Michael Paquier2024-06-04
* Fix potential NULL pointer dereference in getIdentitySequence()Michael Paquier2024-05-26
* Fix typo and comments related to the recent no-wait lock improvementsMichael Paquier2024-05-23
* Don't copy extended statistics during MERGE/SPLIT partition operationsAlexander Korotkov2024-05-23
* Fix the name collision detection in MERGE/SPLIT partition operationsAlexander Korotkov2024-05-23
* Fix input of ISO "extended" time format for types time and timetz.Tom Lane2024-05-22
* Fix handling of extended expression statistics in CREATE TABLE LIKE.Tom Lane2024-05-22
* Fix generate_union_paths for non-sortable types.REL_17_BETA1Robert Haas2024-05-21
* Re-allow planner to use Merge Append to efficiently implement UNION.Robert Haas2024-05-21
* Revert commit 66c0185a3 and follow-on patches.Tom Lane2024-05-20
* Translation updatesPeter Eisentraut2024-05-20
* A few follow-up fixes for GUC name quotingPeter Eisentraut2024-05-17
* Revise GUC names quoting in messages againPeter Eisentraut2024-05-17
* Remove unused typedefsPeter Eisentraut2024-05-17
* Remove enum WaitEventExtensionMichael Paquier2024-05-17
* Fix documentation about DROP DATABASE FORCE process termination rights.Noah Misch2024-05-16
* BitmapHeapScan: Remove incorrect assert and reset fieldMelanie Plageman2024-05-16
* Revert temporal primary keys and foreign keysPeter Eisentraut2024-05-16
* Fix some inconsistencies in EXPLAIN outputDavid Rowley2024-05-16