-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathNEWS
32 lines (19 loc) · 784 Bytes
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
= Release History
== 1.5: November 14, 2023
- Require PostgreSQL >= 14
- Use ${RUBY} instead of `ruby' for tests
== 1.4: June 3, 2021
- Correct invocation of 'errmsg()'
- Adapt build for PostgreSQL 14
== 1.3: September 25, 2019
- Move hosting from bitbucket.org to github.com
- Rename tag names from pg-safeupdate-X.Y to X.Y
== 1.2: June 11, 2019
- GUC for disabling the extension using 'SET safeupdate.enable=0'
== 1.1: July 24, 2017
- Evaluate common table expressions (CTE) that attempt to modify data
== 1.0: July 28, 2016
- Initial concept https://bitbucket.org/eradman/safeupdate
- safeupdate, a extension to require a WHERE clause for UPDATE and DELETE
- Use jointree instead of matching on substrings (based on delete_needs_where.c
by Robert Haas)