Skip to content

Commit

Permalink
Merge 0.4.2 into master (#523)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
4 people authored Mar 30, 2022
1 parent 0a473d2 commit 7163fe2
Show file tree
Hide file tree
Showing 204 changed files with 27,410 additions and 26,876 deletions.
59 changes: 51 additions & 8 deletions .licensure.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,57 @@
author: ZomboDB, LLC
ident: MIT
email: [email protected]
change_in_place: true
excludes:
- Cargo.toml
- ".*\\.h"
- "\\.cargo/config"
- Cargo.lock
- LICENSE
- pgx-utils/assets/ansi.tmTheme
- ".envrc"
- ".gitignore"
- "flake\\..*"
- "logo.*"
- ".github/**/*"
- ".cargo/config"
- "cargo-pgx/src/templates/*"
- ".github/workflows/*"
- ".*\\.control"
- ".*\\.md"
- ".*\\.nix"
- ".*\\.yml"
- ".*\\.sh"
- load-order.txt
licenses:
- files: any
ident: MIT
authors:
- name: Technology Concepts & Design, Inc.
email: [email protected]
template: |
Portions Copyright 2019-2021 ZomboDB, LLC.
Portions Copyright 2021-[year] [name of author]
All rights reserved.
Use of this source code is governed by the [ident] license that can be found in the LICENSE file.
comments:
- columns: 120
extensions:
- rs
- c
- h
- sql
commenter:
type: block
start_block_char: "/*\n"
end_block_char: "\n*/\n"
- columns: 120
extension: html
commenter:
type: block
start_block_char: "<!--\n"
end_block_char: "-->"
- columns: 80
extension: any
commenter:
type: line
comment_char: "#"
trailing_lines: 0

Loading

0 comments on commit 7163fe2

Please sign in to comment.