Commit graph

17 commits

Author SHA1 Message Date
Yugo Nagata
34c44eb4b1
Update README.md 2022-04-14 16:58:25 +09:00
Yugo Nagata
0a5f018fb9
Update README.md 2022-04-13 14:40:36 +09:00
Yugo Nagata
79693823d7
Merge pull request #3 from marcocitus/patch-1
Make create_immv STRICT
2022-04-08 18:44:23 +09:00
Marco Slot
61c93dc2dc
Make create_immv STRICT
This currently crashes the server: `SELECT create_immv(NULL, 'SELECT * FROM test');` . Marking the function STRICT will avoid calling it with NULL arguments.

Alternative would be check for NULLs in create_immv.
2022-04-01 15:14:15 +02:00
Yugo Nagata
9f02dc84dd
Merge pull request #2 from hanefi/patch-1
Fix simple typos in README
2022-04-01 22:01:46 +09:00
Hanefi Onaldi
dc13661b13
Fix simple typos in README
Incremnetal -> Incremental
Installaion -> Installation
2022-04-01 15:08:36 +03:00
Yugo Nagata
5609f1a757 Merge branch 'main' of https://github.com/sraoss/pg_ivm into main 2022-04-01 10:58:17 +09:00
Yugo Nagata
65fc7b3b69 Fix regression test's expected results
Forgotten to commit
2022-04-01 10:56:57 +09:00
Yugo Nagata
b1cb960b45
Merge pull request #1 from tatsuo-ishii/main
Fix typo.
2022-04-01 10:31:33 +09:00
Tatsuo Ishii
5cdd35c7ab
Merge branch 'sraoss:main' into main 2022-04-01 10:28:40 +09:00
Yugo Nagata
94fb07b173
Update README.md 2022-04-01 10:27:45 +09:00
Yugo Nagata
bf467c2e9b Add copyright 2022-04-01 10:27:00 +09:00
Tatsuo Ishii
2c960c7b27 Fix typo in an example sql. 2022-04-01 10:26:19 +09:00
Yugo Nagata
fc939ba681 Update README.md 2022-04-01 01:08:28 +09:00
Yugo Nagata
1bce646d21 Initial release of pg_ivm 1.0 2022-04-01 01:08:28 +09:00
Yugo Nagata
02ab740304 Add LICENSE 2022-03-29 19:19:36 +09:00
Yugo Nagata
64eaed8831
Create README.md 2022-03-29 19:08:46 +09:00