aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
...
* 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
* Re-forbid underscore in positional parametersPeter Eisentraut2024-05-15
* Remove stray blank line among gram.y keywordsPeter Eisentraut2024-05-15
* Fix incorrect year in some copyright notices added this yearDavid Rowley2024-05-15
* Fix handling of polymorphic output arguments for procedures.Tom Lane2024-05-14
* Pre-beta mechanical code beautification.Tom Lane2024-05-14
* Add missing gettext triggersPeter Eisentraut2024-05-14
* Fix memory leaks in error reporting with LOG levelDaniel Gustafsson2024-05-14
* Add missing gettext triggersPeter Eisentraut2024-05-14
* Make formatting in nls.mk files more consistentPeter Eisentraut2024-05-14
* Fix pg_sequence_last_value() for unlogged sequences on standbys.Nathan Bossart2024-05-13
* Remove COMMAND_TAG_NEXTTAG from enum CommandTag.Tom Lane2024-05-13
* Revert structural changes to not-null constraintsAlvaro Herrera2024-05-13
* Add permission check for MERGE/SPLIT partition operationsAlexander Korotkov2024-05-13
* Introduce private data area for injection pointsMichael Paquier2024-05-12
* Fix ON CONFLICT DO NOTHING/UPDATE for temporal indexesPeter Eisentraut2024-05-10
* Repair ALTER EXTENSION ... SET SCHEMA.Tom Lane2024-05-09
* Make left-join removal safe under -DREALLOCATE_BITMAPSETS.Tom Lane2024-05-09
* Fix inconsistencies in error messagesAlvaro Herrera2024-05-09
* Fix typo in src/backend/utils/resowner/README.Etsuro Fujita2024-05-08