Skip to content

Commit 7163fe2

Browse files
eeeebbbbrrrreinarmojamessewellHoverbear
authored
Merge 0.4.2 into master (#523)
* update copyright headers (#511) * Add pg_operator.h (#512) * Add include for pg_operator.h * Regenerate bindings * Add Copy and Clone to the time_stamp_* types (#509) * Add from impls for pg_sys -> pgx timestamp* (#510) * Remove dead --workspace flag on cargo pgx test (#520) * Pass RUSTFLAGS to rustc on schema generate (#513) * Prepare 0.4.2 (#522) * upgrade dependencies * bump version to v0.4.2 Co-authored-by: Einar <[email protected]> Co-authored-by: James Sewell <[email protected]> Co-authored-by: Ana Hobden <[email protected]>
1 parent 0a473d2 commit 7163fe2

File tree

204 files changed

+27410
-26876
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

204 files changed

+27410
-26876
lines changed

.licensure.yml

Lines changed: 51 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,57 @@
1-
author: ZomboDB, LLC
2-
ident: MIT
3-
1+
change_in_place: true
42
excludes:
53
- Cargo.toml
6-
- ".*\\.h"
7-
- "\\.cargo/config"
4+
- Cargo.lock
5+
- LICENSE
6+
- pgx-utils/assets/ansi.tmTheme
7+
- ".envrc"
8+
- ".gitignore"
9+
- "flake\\..*"
10+
- "logo.*"
11+
- ".github/**/*"
12+
- ".cargo/config"
813
- "cargo-pgx/src/templates/*"
9-
- ".github/workflows/*"
1014
- ".*\\.control"
1115
- ".*\\.md"
16+
- ".*\\.nix"
1217
- ".*\\.yml"
13-
- ".*\\.sh"
14-
- load-order.txt
18+
licenses:
19+
- files: any
20+
ident: MIT
21+
authors:
22+
- name: Technology Concepts & Design, Inc.
23+
24+
template: |
25+
Portions Copyright 2019-2021 ZomboDB, LLC.
26+
27+
Portions Copyright 2021-[year] [name of author]
28+
29+
30+
All rights reserved.
31+
32+
33+
Use of this source code is governed by the [ident] license that can be found in the LICENSE file.
34+
comments:
35+
- columns: 120
36+
extensions:
37+
- rs
38+
- c
39+
- h
40+
- sql
41+
commenter:
42+
type: block
43+
start_block_char: "/*\n"
44+
end_block_char: "\n*/\n"
45+
- columns: 120
46+
extension: html
47+
commenter:
48+
type: block
49+
start_block_char: "<!--\n"
50+
end_block_char: "-->"
51+
- columns: 80
52+
extension: any
53+
commenter:
54+
type: line
55+
comment_char: "#"
56+
trailing_lines: 0
57+

0 commit comments

Comments
 (0)