git.postgresql.org Git - postgresql.git/log

git projects / postgresql.git / log
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
21 years agoUpdate HISTORY.
commit | commitdiff | tree
Bruce Momjian [2003年10月31日 04:32:36 +0000 (04:32 +0000)]
Update HISTORY.

21 years agoUpdate with more comments.
commit | commitdiff | tree
Bruce Momjian [2003年10月31日 04:30:22 +0000 (04:30 +0000)]
Update with more comments.

21 years agoFix for possible referential integrity violation when a qualified ON INSERT
commit | commitdiff | tree
Jan Wieck [2003年10月31日 03:58:21 +0000 (03:58 +0000)]
Fix for possible referential integrity violation when a qualified ON INSERT
rule split the query into one INSERT and one UPDATE where the UPDATE
then hit's the just created row without modifying the key fields again.
In this special case, the new key slipped in totally unchecked.

Jan

21 years agoSmall fix to Christopher's recent improvements --- underscore is not
commit | commitdiff | tree
Tom Lane [2003年10月31日 03:58:15 +0000 (03:58 +0000)]
Small fix to Christopher's recent improvements --- underscore is not
a special character in regexes, but it is for LIKE, so NOT LIKE 'pg_%'
is incorrect. Need NOT LIKE 'pg\_%'.

21 years agoUse Tcl ByteArray objects to avoid unwanted character set translation
commit | commitdiff | tree
Tom Lane [2003年10月31日 00:18:55 +0000 (00:18 +0000)]
Use Tcl ByteArray objects to avoid unwanted character set translation
in libpgtcl's lo_read/lo_write commands. Also, deal correctly with
failure return from lo_read(). ljb and Tom Lane.

21 years agoFurther work on tab completion code: arrange for system catalogs to be
commit | commitdiff | tree
Tom Lane [2003年10月30日 21:37:38 +0000 (21:37 +0000)]
Further work on tab completion code: arrange for system catalogs to be
offered for completion only when the input-so-far is at least 'pg_'.
This seems to be the best compromise behavior emerging from yesterday's
discussion. While at it, refactor code to eliminate repetitive use of
nearly identical queries, which was exceedingly tedious to maintain.
Also const-ify code more thoroughly in hopes of moving constant data into
text segment, and remove unnecessary length limit on queries.

21 years agoFix markup by using <note> for comments.
commit | commitdiff | tree
Bruce Momjian [2003年10月30日 20:49:47 +0000 (20:49 +0000)]
Fix markup by using <note> for comments.

21 years agoMore SGML cleanup.
commit | commitdiff | tree
Bruce Momjian [2003年10月30日 20:31:24 +0000 (20:31 +0000)]
More SGML cleanup.

21 years agoSGML cleanup.
commit | commitdiff | tree
Bruce Momjian [2003年10月30日 20:29:35 +0000 (20:29 +0000)]
SGML cleanup.

21 years agoUpdate SGML release notes with Peter's direction. Does not compile
commit | commitdiff | tree
Bruce Momjian [2003年10月30日 20:25:36 +0000 (20:25 +0000)]
Update SGML release notes with Peter's direction. Does not compile
because of section adjustments still needed.

21 years agoMark release note comments as new subsections rather than footnotes, per
commit | commitdiff | tree
Bruce Momjian [2003年10月30日 19:43:01 +0000 (19:43 +0000)]
Mark release note comments as new subsections rather than footnotes, per
Peter.

Remove "Changes" section and pull all sections below it up one level.

More comment additions.

21 years agoAllow the query for a plpgsql cursor to begin with '(' as well as 'SELECT'.
commit | commitdiff | tree
Tom Lane [2003年10月30日 17:18:55 +0000 (17:18 +0000)]
Allow the query for a plpgsql cursor to begin with '(' as well as 'SELECT'.
Per example from Kumar, 30-Oct-03.

21 years agouse the result set to set the fetchsize
commit | commitdiff | tree
Dave Cramer [2003年10月30日 12:18:56 +0000 (12:18 +0000)]
use the result set to set the fetchsize

21 years agoApplied patch by Dave Cramer to fix several bugs in compatlib.
commit | commitdiff | tree
Michael Meskes [2003年10月30日 10:19:30 +0000 (10:19 +0000)]
Applied patch by Dave Cramer to fix several bugs in compatlib.

21 years agoFix markup for new release footnotes.
commit | commitdiff | tree
Bruce Momjian [2003年10月30日 03:46:42 +0000 (03:46 +0000)]
Fix markup for new release footnotes.

21 years agoUpdate FAQ_DEV: elog => ereport.
commit | commitdiff | tree
Bruce Momjian [2003年10月30日 02:40:29 +0000 (02:40 +0000)]
Update FAQ_DEV: elog => ereport.

21 years agoUpdate more release descriptions.
commit | commitdiff | tree
Bruce Momjian [2003年10月29日 23:28:59 +0000 (23:28 +0000)]
Update more release descriptions.

21 years agoAdd more footnote comments to the release notes.
commit | commitdiff | tree
Bruce Momjian [2003年10月29日 22:54:01 +0000 (22:54 +0000)]
Add more footnote comments to the release notes.

21 years agoFix some corner cases in ACL manipulation: don't foul up on an empty
commit | commitdiff | tree
Tom Lane [2003年10月29日 22:20:54 +0000 (22:20 +0000)]
Fix some corner cases in ACL manipulation: don't foul up on an empty
ACL array, and force languages to be treated as owned by the bootstrap
user ID. (pg_language should have a lanowner column, but until it does
this will have to do as a workaround.)

21 years agoAdd first release note detail item.
commit | commitdiff | tree
Bruce Momjian [2003年10月29日 20:38:19 +0000 (20:38 +0000)]
Add first release note detail item.

21 years agoUpdate for 7.4 --- prefer IN to EXISTS.
commit | commitdiff | tree
Bruce Momjian [2003年10月29日 20:20:12 +0000 (20:20 +0000)]
Update for 7.4 --- prefer IN to EXISTS.

21 years agoGive a useful error message if a RangeVar is encountered in an expression.
commit | commitdiff | tree
Tom Lane [2003年10月29日 18:10:15 +0000 (18:10 +0000)]
Give a useful error message if a RangeVar is encountered in an expression.
Per example from Ian Barwick, 28-Oct-03.

21 years agocompact_fsm_storage() does need to handle the case where a relation's
commit | commitdiff | tree
Tom Lane [2003年10月29日 17:36:57 +0000 (17:36 +0000)]
compact_fsm_storage() does need to handle the case where a relation's
FSM data has to be both moved down and compressed. Per report from
Dror Matalon.

21 years agoUpdate for OSF 4.0 platform.
commit | commitdiff | tree
Bruce Momjian [2003年10月29日 13:42:55 +0000 (13:42 +0000)]
Update for OSF 4.0 platform.

21 years agoPatches from Oliver Jowett to fix CursorFetchTest, 7.4 now does not automatically...
commit | commitdiff | tree
Dave Cramer [2003年10月29日 02:39:10 +0000 (02:39 +0000)]
Patches from Oliver Jowett to fix CursorFetchTest, 7.4 now does not automatically delete cursors

21 years agoDon't include "schema." in the set of possible tab completions once
commit | commitdiff | tree
Tom Lane [2003年10月28日 23:35:52 +0000 (23:35 +0000)]
Don't include "schema." in the set of possible tab completions once
"schema." has been typed. This allows readline to complete subsequent
characters immediately if all relations in the target schema start with
the same prefix. This actually worked before, but I unintentionally
broke it a few days ago.
Also, make completion schema-aware for GRANT, REVOKE, VACUUM.

21 years agoInclude -lkrb5 when needed for shlibs depending on libpq. Per report
commit | commitdiff | tree
Tom Lane [2003年10月28日 21:55:58 +0000 (21:55 +0000)]
Include -lkrb5 when needed for shlibs depending on libpq. Per report
from Johan Henselmans.

21 years agoDon't choke when the handler for a procedural language is located in
commit | commitdiff | tree
Tom Lane [2003年10月28日 21:05:29 +0000 (21:05 +0000)]
Don't choke when the handler for a procedural language is located in
the pg_catalog schema. Per bug report some months back from Jochem van Dieten.

21 years agoGuard against Ant versions that print CLASSPATH before the version number
commit | commitdiff | tree
Tom Lane [2003年10月28日 20:26:47 +0000 (20:26 +0000)]
Guard against Ant versions that print CLASSPATH before the version number
in -version output. Per report from Johann Uhrmann.

21 years agoAdjust wording to avoid giving the impression that schema USAGE
commit | commitdiff | tree
Tom Lane [2003年10月28日 20:18:09 +0000 (20:18 +0000)]
Adjust wording to avoid giving the impression that schema USAGE
privilege hides system catalog entries.

21 years agoAdd --describe-config to top of postgres manual page.
commit | commitdiff | tree
Bruce Momjian [2003年10月28日 19:39:18 +0000 (19:39 +0000)]
Add --describe-config to top of postgres manual page.

21 years agoDocument --describe-config.
commit | commitdiff | tree
Bruce Momjian [2003年10月28日 15:01:27 +0000 (15:01 +0000)]
Document --describe-config.

21 years agoChange Solaris tests to test for SHM_SHARE_MMU, per Tom.
commit | commitdiff | tree
Bruce Momjian [2003年10月27日 18:30:07 +0000 (18:30 +0000)]
Change Solaris tests to test for SHM_SHARE_MMU, per Tom.

21 years agoUpdate Win32 clients.
commit | commitdiff | tree
Bruce Momjian [2003年10月27日 15:35:10 +0000 (15:35 +0000)]
Update Win32 clients.

21 years agoUn-break Darwin port.
commit | commitdiff | tree
Tom Lane [2003年10月27日 07:42:34 +0000 (07:42 +0000)]
Un-break Darwin port.

21 years agoHere is an update to the dbmirror README file.
commit | commitdiff | tree
Bruce Momjian [2003年10月27日 02:52:45 +0000 (02:52 +0000)]
Here is an update to the dbmirror README file.

-References to older versions of PostgreSQL have been removed(It no
longer
compiles against older versions)
-Added a link to PgPerl at GBorg.

Steven Singer

21 years agoFix MOVE/FETCH wording.
commit | commitdiff | tree
Bruce Momjian [2003年10月27日 02:51:39 +0000 (02:51 +0000)]
Fix MOVE/FETCH wording.

21 years agoUpdate intel solaris.
commit | commitdiff | tree
Bruce Momjian [2003年10月26日 14:31:09 +0000 (14:31 +0000)]
Update intel solaris.

21 years agoImprove indenting of port entries.
commit | commitdiff | tree
Bruce Momjian [2003年10月26日 13:28:46 +0000 (13:28 +0000)]
Improve indenting of port entries.

21 years agoUpdate Solaris 5.6.
commit | commitdiff | tree
Bruce Momjian [2003年10月26日 13:26:41 +0000 (13:26 +0000)]
Update Solaris 5.6.

21 years agoCorrect version numbers.
commit | commitdiff | tree
Peter Eisentraut [2003年10月26日 11:14:39 +0000 (11:14 +0000)]
Correct version numbers.

21 years agoFixed bug with indicators when storage for the string is dynamically allocated.
commit | commitdiff | tree
Michael Meskes [2003年10月26日 09:50:47 +0000 (09:50 +0000)]
Fixed bug with indicators when storage for the string is dynamically allocated.

21 years ago'sun' => '__sun__'
commit | commitdiff | tree
Bruce Momjian [2003年10月26日 04:54:44 +0000 (04:54 +0000)]
'sun' => '__sun__'

21 years agoTest for 'sun' rather than 'solaris' for intimate shared memory.
commit | commitdiff | tree
Bruce Momjian [2003年10月26日 04:53:24 +0000 (04:53 +0000)]
Test for 'sun' rather than 'solaris' for intimate shared memory.

21 years agoFix two bugs in funcs.source that made the tutorial script fail.
commit | commitdiff | tree
Bruce Momjian [2003年10月26日 04:51:51 +0000 (04:51 +0000)]
Fix two bugs in funcs.source that made the tutorial script fail.

Make a LOT of fixes to syscat.source to:

* Set search_path properly (and reset it)
* Add schema name to all results
* Add schema name to ORDER BY first
* Make checks for user-defined objects match reality
* format_type all type names
* Respect attisdropped
* Change !~ to 'not like' since it's more standard

Christopher Kings-Lynne

21 years agoUpdate MOVE/FETCH release note mention.
commit | commitdiff | tree
Bruce Momjian [2003年10月26日 04:50:16 +0000 (04:50 +0000)]
Update MOVE/FETCH release note mention.

21 years agoAdd:
commit | commitdiff | tree
Bruce Momjian [2003年10月26日 04:43:55 +0000 (04:43 +0000)]
Add:

> * Change LIMIT/OFFSET to use int8

21 years agoAdd mention of quotes on function body to NOTES section.
commit | commitdiff | tree
Bruce Momjian [2003年10月26日 04:34:05 +0000 (04:34 +0000)]
Add mention of quotes on function body to NOTES section.

Oliver Elphick

21 years agoAllow win32 client compiles with MSC.
commit | commitdiff | tree
Bruce Momjian [2003年10月26日 04:29:15 +0000 (04:29 +0000)]
Allow win32 client compiles with MSC.

Hiroshi Saito

21 years ago*** empty log message ***
commit | commitdiff | tree
Bruce Momjian [2003年10月26日 04:21:43 +0000 (04:21 +0000)]
*** empty log message ***

21 years agoAdd:
commit | commitdiff | tree
Bruce Momjian [2003年10月26日 02:57:39 +0000 (02:57 +0000)]
Add:

> * Allow more ISOLATION LEVELS to be accepted, but issue a warning for them

21 years agoUppercase a few keywords in queries.
commit | commitdiff | tree
Bruce Momjian [2003年10月26日 02:53:45 +0000 (02:53 +0000)]
Uppercase a few keywords in queries.

21 years agoUpdate for m68k from Peter.
commit | commitdiff | tree
Bruce Momjian [2003年10月26日 01:41:10 +0000 (01:41 +0000)]
Update for m68k from Peter.

21 years agoUpdate for No&egrave;l K&ouml;the in SGML.
commit | commitdiff | tree
Bruce Momjian [2003年10月26日 01:39:43 +0000 (01:39 +0000)]
Update for No&egrave;l K&ouml;the in SGML.

21 years agoMark Linux/ppc as working.
commit | commitdiff | tree
Bruce Momjian [2003年10月26日 01:32:36 +0000 (01:32 +0000)]
Mark Linux/ppc as working.

21 years agoMark linux m68k, alpha as working.
commit | commitdiff | tree
Bruce Momjian [2003年10月26日 01:19:57 +0000 (01:19 +0000)]
Mark linux m68k, alpha as working.

21 years agoRemove very old platforms as unsupported, <=7.0.
commit | commitdiff | tree
Bruce Momjian [2003年10月26日 01:17:31 +0000 (01:17 +0000)]
Remove very old platforms as unsupported, <=7.0.

21 years agoMark true64 os version as 5.1.
commit | commitdiff | tree
Bruce Momjian [2003年10月26日 01:06:35 +0000 (01:06 +0000)]
Mark true64 os version as 5.1.

21 years agoMark true64 alpha port as working.
commit | commitdiff | tree
Bruce Momjian [2003年10月26日 01:05:53 +0000 (01:05 +0000)]
Mark true64 alpha port as working.

21 years agoFix Hans' name in SGML.
commit | commitdiff | tree
Bruce Momjian [2003年10月26日 00:58:31 +0000 (00:58 +0000)]
Fix Hans' name in SGML.

21 years agoUpdate aix port.
commit | commitdiff | tree
Bruce Momjian [2003年10月26日 00:31:48 +0000 (00:31 +0000)]
Update aix port.

21 years agoFix #elif typo.
commit | commitdiff | tree
Bruce Momjian [2003年10月26日 00:27:59 +0000 (00:27 +0000)]
Fix #elif typo.

21 years agoUpdate linux/mips port.
commit | commitdiff | tree
Bruce Momjian [2003年10月26日 00:26:13 +0000 (00:26 +0000)]
Update linux/mips port.

Add m68k to linux port.

21 years agoUpdate linux/mips port.
commit | commitdiff | tree
Bruce Momjian [2003年10月26日 00:22:51 +0000 (00:22 +0000)]
Update linux/mips port.

21 years agoupdate linux ports for arm, s390, itanium.
commit | commitdiff | tree
Bruce Momjian [2003年10月26日 00:21:04 +0000 (00:21 +0000)]
update linux ports for arm, s390, itanium.

21 years agoUpdate for port freebsd/alpha.
commit | commitdiff | tree
Bruce Momjian [2003年10月26日 00:00:40 +0000 (00:00 +0000)]
Update for port freebsd/alpha.

21 years agoGet Tru64/cc to compile. Need to add -ieee so that it doesn't choke on
commit | commitdiff | tree
Peter Eisentraut [2003年10月25日 20:18:53 +0000 (20:18 +0000)]
Get Tru64/cc to compile. Need to add -ieee so that it doesn't choke on
0.0/0.0. That option appears to affect the regression test result as well.
The compiler documentation doesn't recommend -O4 for universal use, so
let's stick to the conservative -O (== -O2) by default.

21 years agoTranslation update
commit | commitdiff | tree
Peter Eisentraut [2003年10月25日 18:18:19 +0000 (18:18 +0000)]
Translation update

21 years agoTranslation updates
commit | commitdiff | tree
Peter Eisentraut [2003年10月25日 18:03:21 +0000 (18:03 +0000)]
Translation updates

21 years agoFix CFLAGS selection to actually work. Add test to detect whether gcc's
commit | commitdiff | tree
Peter Eisentraut [2003年10月25日 15:32:11 +0000 (15:32 +0000)]
Fix CFLAGS selection to actually work. Add test to detect whether gcc's
option -fno-strict-aliasing is available.

21 years agoRemove socket credentials defines not referenced.
commit | commitdiff | tree
Bruce Momjian [2003年10月25日 03:48:47 +0000 (03:48 +0000)]
Remove socket credentials defines not referenced.

21 years agoUpdate Netbsd/i386 port.
commit | commitdiff | tree
Bruce Momjian [2003年10月25日 03:23:47 +0000 (03:23 +0000)]
Update Netbsd/i386 port.

21 years agoUpdate ports for Solaris.
commit | commitdiff | tree
Bruce Momjian [2003年10月25日 03:17:43 +0000 (03:17 +0000)]
Update ports for Solaris.

21 years agoRemove weird test in ccsym
commit | commitdiff | tree
Bruce Momjian [2003年10月24日 21:28:52 +0000 (21:28 +0000)]
Remove weird test in ccsym

21 years agoUpdate openbsd port.
commit | commitdiff | tree
Bruce Momjian [2003年10月24日 21:09:08 +0000 (21:09 +0000)]
Update openbsd port.

21 years agoDon't reference pthread.h unless we have threads enabled, per Peter.
commit | commitdiff | tree
Bruce Momjian [2003年10月24日 20:48:10 +0000 (20:48 +0000)]
Don't reference pthread.h unless we have threads enabled, per Peter.

21 years agoUpdate for osX 10.3.
commit | commitdiff | tree
Bruce Momjian [2003年10月24日 20:44:19 +0000 (20:44 +0000)]
Update for osX 10.3.

21 years agoUpdate ports for freebsd, cygwin.
commit | commitdiff | tree
Bruce Momjian [2003年10月24日 20:39:09 +0000 (20:39 +0000)]
Update ports for freebsd, cygwin.

21 years agoUse AROPT, not hard-coded flags.
commit | commitdiff | tree
Peter Eisentraut [2003年10月24日 20:31:43 +0000 (20:31 +0000)]
Use AROPT, not hard-coded flags.

21 years agoUpdate Linux/Sparc 32-bit port.
commit | commitdiff | tree
Bruce Momjian [2003年10月24日 16:30:53 +0000 (16:30 +0000)]
Update Linux/Sparc 32-bit port.

21 years agoUpdate Linux x86 port.
commit | commitdiff | tree
Bruce Momjian [2003年10月24日 16:29:00 +0000 (16:29 +0000)]
Update Linux x86 port.

21 years agoUpdate OSX port.
commit | commitdiff | tree
Bruce Momjian [2003年10月24日 15:56:29 +0000 (15:56 +0000)]
Update OSX port.

21 years agoMark BSD/OS as working in 7.4.
commit | commitdiff | tree
Bruce Momjian [2003年10月24日 15:31:29 +0000 (15:31 +0000)]
Mark BSD/OS as working in 7.4.

21 years agoMove pre-7.3 platforms to unsupported.
commit | commitdiff | tree
Bruce Momjian [2003年10月24日 15:30:52 +0000 (15:30 +0000)]
Move pre-7.3 platforms to unsupported.

21 years agoTranslation updates
commit | commitdiff | tree
Peter Eisentraut [2003年10月24日 12:07:56 +0000 (12:07 +0000)]
Translation updates

21 years agoMove 2phase discussion to 7.5 queue, not TODO.detail.
commit | commitdiff | tree
Bruce Momjian [2003年10月24日 03:24:56 +0000 (03:24 +0000)]
Move 2phase discussion to 7.5 queue, not TODO.detail.

21 years agoMove 2phase discussion to 7.5 queue, not TODO.detail.
commit | commitdiff | tree
Bruce Momjian [2003年10月24日 03:24:32 +0000 (03:24 +0000)]
Move 2phase discussion to 7.5 queue, not TODO.detail.

< o Queries across databases or servers (two-phase commit) [2phase]
> o Queries across databases or servers (two-phase commit)

21 years agoAdd 2-phase TODO.detail.
commit | commitdiff | tree
Bruce Momjian [2003年10月24日 03:21:37 +0000 (03:21 +0000)]
Add 2-phase TODO.detail.

21 years agoAdd TODO.detail:
commit | commitdiff | tree
Bruce Momjian [2003年10月24日 03:20:36 +0000 (03:20 +0000)]
Add TODO.detail:

> o Queries across databases or servers (two-phase commit) [2phase]

21 years agoUpdate INSTALL to say beta5.
commit | commitdiff | tree
Bruce Momjian [2003年10月23日 16:40:14 +0000 (16:40 +0000)]
Update INSTALL to say beta5.

21 years agoRemove obsolete information about altering default optimization flags for
commit | commitdiff | tree
Tom Lane [2003年10月23日 13:58:43 +0000 (13:58 +0000)]
Remove obsolete information about altering default optimization flags for
gcc. Per comment from original author, Brian Gallew:
"Ancient history. Kill it fast."

21 years agoMove docs about index cost estimation functions and writing a procedural
commit | commitdiff | tree
Tom Lane [2003年10月22日 22:28:10 +0000 (22:28 +0000)]
Move docs about index cost estimation functions and writing a procedural
language handler to the 'Internals' area, per my proposal of yesterday.
Clean up the trigger documentation a bit. Push SPI chapter to the end
of its part, and reorder the Internals chapters into what seems a more
sensible order (at the moment anyway).

21 years agoHere is a documentation patch that makes zulu, etc. all more consistent.
commit | commitdiff | tree
Bruce Momjian [2003年10月22日 18:10:53 +0000 (18:10 +0000)]
Here is a documentation patch that makes zulu, etc. all more consistent.

21 years agoRelease notes updates from Neil Conway.
commit | commitdiff | tree
Bruce Momjian [2003年10月22日 17:27:14 +0000 (17:27 +0000)]
Release notes updates from Neil Conway.

21 years agoAdd:
commit | commitdiff | tree
Bruce Momjian [2003年10月22日 17:14:39 +0000 (17:14 +0000)]
Add:

> * Allow functions to have a search path specified at creation time

21 years agoAdd missing semicolon, per Johann Uhrmann.
commit | commitdiff | tree
Tom Lane [2003年10月22日 16:43:42 +0000 (16:43 +0000)]
Add missing semicolon, per Johann Uhrmann.
Avoids warnings from newer bisons.

21 years agoAdd mention that "today" doesn't work as column default anymore.
commit | commitdiff | tree
Bruce Momjian [2003年10月22日 05:09:12 +0000 (05:09 +0000)]
Add mention that "today" doesn't work as column default anymore.

21 years agoup configure to beta5 REL7_4_BETA5
commit | commitdiff | tree
PostgreSQL Daemon [2003年10月22日 04:16:39 +0000 (04:16 +0000)]
up configure to beta5

21 years agoAnother example-to-documentation difference. Maybe we can find a
commit | commitdiff | tree
Tom Lane [2003年10月22日 03:50:27 +0000 (03:50 +0000)]
Another example-to-documentation difference. Maybe we can find a
better way to keep these in sync...

21 years agoOoops, missed updating this part of the complex-datatype example.
commit | commitdiff | tree
Tom Lane [2003年10月21日 23:28:42 +0000 (23:28 +0000)]
Ooops, missed updating this part of the complex-datatype example.

next
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /