ダウンロード
Magazine
開発
アカウント
ダウンロード
Magazine
開発
ログイン
アカウント/パスワードを忘れた
アカウント作成
言語
ヘルプ
言語
ヘルプ
×
ログイン
ログイン名
パスワード
×
アカウント/パスワードを忘れた
日本語の翻訳状況
カテゴリ:
ソフトウェア
人物
PersonalForge
Magazine
Wiki
検索
OSDN
>
ソフトウェアを探す
>
データベース
>
Ludia functions
>
プロジェクト履歴
Ludia functions
Fork
ludia_funcs
senna-1.1.2-fast
概要
プロジェクト概要
開発ダッシュボード
Webページ
開発メンバー
画像ギャラリー
公開フィード一覧
活動
統計情報
活動履歴
ダウンロード
リリース一覧
統計
ソースコード
コードリポジトリリスト
Git
ludia_funcs
senna-1.1.2-fast
コミュニケーション
フォーラム
フォーラム一覧
general discussion (1)
メーリングリスト
MLの一覧
ludiafuncs-hackers
表示フィルター
×
表示フィルター
カテゴリ
表示
非表示
ニュース
表示
非表示
Wikiと文書
表示
非表示
フォーラム
表示
非表示
ファイルリリース
表示
非表示
ソースコード
表示
非表示
チケット
表示
非表示
翻訳
表示
非表示
レビュー
表示
非表示
プロジェクト設定
全て表示
全て非表示
選択を反転
RSS
プロジェクト履歴
2019-10-04
12:39
Ludia functions
fujii_masao
[Git] 'ludia_funcs' へ push を行いました (最新: ceb8f191317771fb20129882e44e656fc8fe8bac)
Add a .travis.yml file to tell Travis CI what to build and test.
11:27
Ludia functions
fujii_masao
[Git] 'ludia_funcs' へ push を行いました (最新: 26aa7c544f7f6289c5e289ddfbc3aef34ca62b48)
Add ludia_funcs Development Group copyright.
2019-08-23
12:00
Ludia functions
fujii_masao
[Git] 'ludia_funcs' へ push を行いました (最新: 9dd14020d1d97664324c01f6534bcff955524a91)
Don't use pnstrdup() to duplicate non-string data area. Previously pnstrdup() was used to duplic...
02:46
Ludia functions
fujii_masao
[Git] 'senna-1.1.2-fast' へ push を行いました (最新: 5235c89bc9e1c71f6364c44c6a0cad216d782a58)
Fix the symbol not found error. This commit declares three "inline" functions as "static inline"...
2019-08-22
22:33
Ludia functions
fujii_masao
[Git] 'ludia_funcs' へ push を行いました (最新: a741b5c2d5abc7fbc364f59e897523fb99c2da1d)
Make ludia_funcs work with PostgreSQL 12dev or later.
22:05
Ludia functions
fujii_masao
[Git] 'ludia_funcs' へ push を行いました (最新: 3b4521f923ac4d40e45f1417de0dd249a39ccd62)
Update the URL of Ludia project.
2015-09-10
14:31
Ludia functions
sawada-masahiko
[Git] 'ludia_funcs' へ push を行いました (最新: e65e74c4e7a37d5f2d47dad103e4dacc2ae121d7)
Change the URL link to the source archive file of version 20150910 in top page.
2015-09-09
16:18
Ludia functions
ayumi_ishii
[ファイルリリース] リリース '1.0-20150910' を更新しました
16:12
Ludia functions
ayumi_ishii
[ファイルリリース] リリース 'ludia_funcs-1.0-20150910' を更新しました
16:12
Ludia functions
ayumi_ishii
[ファイルリリース] リリース '' を更新しました
16:12
Ludia functions
ayumi_ishii
[ファイルリリース] 新規リリース '' を作成しました
13:37
Ludia functions
fujii_masao
[Git] 'ludia_funcs' へ push を行いました (最新: 353fe6bb73a2964d7d2f52341695b60182be3ab0)
Add fragment identifier to the link to release note, in index.html.
13:27
Ludia functions
fujii_masao
[Git] 'ludia_funcs' へ push を行いました (最新: 53b7ccb18f332163d8cbb078c8a470c05caab15d)
Fix corrupted style of source comment.
11:33
Ludia functions
sawada-masahiko
[Git] 'ludia_funcs' へ push を行いました (最新: 847e47a2b4071db9379661e193e810a9f6762abf)
Avoid the redundant declaration of the function prototypes. When the server version is 9.4 or la...
2015-09-08
22:33
Ludia functions
sawada-masahiko
[Git] 'ludia_funcs' へ push を行いました (最新: 1cffc0a755bf10bba65db1fd7bdff1442c8e6373)
Update PGS2_LAST_UPDATE. Update to '2015.09.10'.
20:42
Ludia functions
sawada-masahiko
[Git] 'ludia_funcs' へ push を行いました (最新: 8cc87e70aebbc3979b3cf0c4fefa741469701a77)
Add the news about the release of latest version. The ludia_funcs-20150910 is released.
14:56
Ludia functions
fujii_masao
[Git] 'ludia_funcs' へ push を行いました (最新: 7f9d50e37debfc12a99f5663387476b43f775b5e)
Drop very large table "utf8_tbl" after it's used in regression test. This is for reducing the pe...
14:52
Ludia functions
fujii_masao
[Git] 'ludia_funcs' へ push を行いました (最新: 61579973876cc2523b4b7ed0cbcb7ee1225d358f)
Rename regression test from pgs2-debug to pgs2_debug. This is to ensure the consistency with the...
14:46
Ludia functions
fujii_masao
[Git] 'ludia_funcs' へ push を行いました (最新: dd928f578d7677bc66451cd94cbda5b14f6fdc1f)
Improve test coverages for combination of pg_bigm and ludia_funcs, round 3. Ayumi Ishii
14:03
Ludia functions
sawada-masahiko
[プロジェクト設定] ayumi_ishii の権限を変更しました
← 前の20件
次の20件 →