git.postgresql.org Git - postgresql.git/shortlog
git
projects
/
postgresql.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
postgresql.git
2000年07月06日
Tom Lane
Functions on 'text' type updated to new fmgr style...
commit
|
commitdiff
|
tree
2000年07月05日
Tom Lane
Update textin() and textout() to new fmgr style. This...
commit
|
commitdiff
|
tree
2000年07月05日
Tom Lane
Make the regression tests safe for TOAST.
commit
|
commitdiff
|
tree
2000年07月05日
Tom Lane
Fix typo (extraneous semicolon) in fd.c patch to avoid...
commit
|
commitdiff
|
tree
2000年07月05日
Jan Wieck
Enable pg_rewrite to be toasted (unlimited size of...
commit
|
commitdiff
|
tree
2000年07月05日
Marc G. Fournier
add check for libz compression library for pg_dump
commit
|
commitdiff
|
tree
2000年07月05日
Jan Wieck
Changed TOAST relations to have relkind RELKIND_TOASTVALUE.
commit
|
commitdiff
|
tree
2000年07月05日
Bruce Momjian
autoconf
commit
|
commitdiff
|
tree
2000年07月05日
Bruce Momjian
attached to this mail is a patch from a colleague that...
commit
|
commitdiff
|
tree
2000年07月05日
Jan Wieck
Small fix for ALTER TABLE xxx* ADD COLUMN ...
commit
|
commitdiff
|
tree
2000年07月05日
Jan Wieck
Automatically create toast tables on ALTER TABLE ....
commit
|
commitdiff
|
tree
2000年07月05日
Jan Wieck
Bugfix in ALTER TABLE CREATE TOAST TABLE
commit
|
commitdiff
|
tree
2000年07月05日
Jan Wieck
Fixed lztextlen() bug in MULTIBYTE, still thinking...
commit
|
commitdiff
|
tree
2000年07月05日
Bruce Momjian
U Re-add flock TODO.detail.
commit
|
commitdiff
|
tree
2000年07月05日
Bruce Momjian
Update TODO list.
commit
|
commitdiff
|
tree
2000年07月05日
Bruce Momjian
New resultmap for Alpha, from Ryan Kirkpatrick
commit
|
commitdiff
|
tree
2000年07月04日
Peter Eisentraut
Fix broken pg_dump makefile
commit
|
commitdiff
|
tree
2000年07月04日
Jan Wieck
Moving toaster out of NO ELOG area in heap_update().
commit
|
commitdiff
|
tree
2000年07月04日
Bruce Momjian
make TEMP -> TEMPORARY
commit
|
commitdiff
|
tree
2000年07月04日
Bruce Momjian
Make pgdump_oid a temp table. Rename to pg_dump_oid.
commit
|
commitdiff
|
tree
2000年07月04日
Peter Eisentraut
Expand secondary password file feature, so that you...
commit
|
commitdiff
|
tree
2000年07月04日
Peter Eisentraut
Fix thinko in my last pg_dumpall change
commit
|
commitdiff
|
tree
2000年07月04日
Bruce Momjian
Makefile cleanup from Karel.
commit
|
commitdiff
|
tree
2000年07月04日
Jan Wieck
Added CVS header
commit
|
commitdiff
|
tree
2000年07月04日
Jan Wieck
New contrib module for statistical mathematics
commit
|
commitdiff
|
tree
2000年07月04日
Bruce Momjian
pg_dump patch from Philip Warner
commit
|
commitdiff
|
tree
2000年07月04日
Bruce Momjian
Update TODO list.
commit
|
commitdiff
|
tree
2000年07月04日
Tom Lane
Now that I look at it, is_stopword() is broken and...
commit
|
commitdiff
|
tree
2000年07月04日
Tom Lane
Result of strcmp() is a signed int. Per bug report
commit
|
commitdiff
|
tree
2000年07月04日
Tom Lane
Make toast-table creation and deletion work somewhat...
commit
|
commitdiff
|
tree
2000年07月04日
Bruce Momjian
Update TODO list.
commit
|
commitdiff
|
tree
2000年07月04日
Bruce Momjian
Remove unused TODO.detail files.
commit
|
commitdiff
|
tree
2000年07月04日
Bruce Momjian
Update tablespaces TODO.detail item.
commit
|
commitdiff
|
tree
2000年07月04日
Bruce Momjian
Update TODO list.
commit
|
commitdiff
|
tree
2000年07月04日
Tom Lane
DataFill() has no business resetting xact status bits
commit
|
commitdiff
|
tree
2000年07月04日
Vadim B. Mikheev
misc
commit
|
commitdiff
|
tree
2000年07月04日
Vadim B. Mikheev
unlock buffer before releasing in heap_insert
commit
|
commitdiff
|
tree
2000年07月04日
Tom Lane
tuptoaster.h should surely not #include postgres.h.
commit
|
commitdiff
|
tree
2000年07月03日
Tom Lane
Add missing #include for TOAST.
commit
|
commitdiff
|
tree
2000年07月03日
Jan Wieck
TOAST changes to catalog
commit
|
commitdiff
|
tree
2000年07月03日
Jan Wieck
TOAST
commit
|
commitdiff
|
tree
2000年07月03日
Peter Eisentraut
Move global internal files to PGDATA/global.
commit
|
commitdiff
|
tree
2000年07月03日
Peter Eisentraut
Move PGPORT envar handling to ResetAllOptions(). Improv...
commit
|
commitdiff
|
tree
2000年07月03日
Peter Eisentraut
Have pg_dumpall write CREATE USER and CREATE GROUP...
commit
|
commitdiff
|
tree
2000年07月03日
Bruce Momjian
Very small changes in the contrib's pg_dumplo in the...
commit
|
commitdiff
|
tree
2000年07月03日
Bruce Momjian
In the attache is new (correct) version. I add TZ ...
commit
|
commitdiff
|
tree
2000年07月03日
Hiroshi Inoue
Add a check of HEAP_MARKED_FOR_UPDATE in HeapTupleSatis...
commit
|
commitdiff
|
tree
2000年07月03日
Tom Lane
Clean up memory-context stuff, other minor infelicities.
commit
|
commitdiff
|
tree
2000年07月03日
Tom Lane
Remove unused variable. (Hey Peter, you use gcc, why...
commit
|
commitdiff
|
tree
2000年07月03日
Vadim B. Mikheev
heap' logging
commit
|
commitdiff
|
tree
2000年07月02日
Bruce Momjian
Attached is a new patch which addresses this problem...
commit
|
commitdiff
|
tree
2000年07月02日
Peter Eisentraut
Version number now set in configure, available through...
commit
|
commitdiff
|
tree
2000年07月02日
Tom Lane
Don't run in CacheMemoryContext more than necessary.
commit
|
commitdiff
|
tree
2000年07月02日
Tom Lane
Don't run in CacheMemoryContext longer than necessary.
commit
|
commitdiff
|
tree
2000年07月02日
Tom Lane
Remove memory leak from VACUUM parsing.
commit
|
commitdiff
|
tree
2000年07月02日
Tom Lane
New memmgr logic in xact.c failed if AbortTransaction...
commit
|
commitdiff
|
tree
2000年07月01日
Bruce Momjian
Back out Karels to_char changes.
commit
|
commitdiff
|
tree
2000年07月01日
Peter Eisentraut
We don't need config.status substituting anything into...
commit
|
commitdiff
|
tree
2000年07月01日
Peter Eisentraut
Synchronized integrated documentation with latest admin...
commit
|
commitdiff
|
tree
2000年07月01日
Peter Eisentraut
A little bit of clean-up/bug fix in Tcl build. Handle...
commit
|
commitdiff
|
tree
2000年07月01日
Bruce Momjian
In the attache is new to_date()/to_timestamp() version.
commit
|
commitdiff
|
tree
2000年06月30日
Bruce Momjian
Fix select '1--2'; for PEter.
commit
|
commitdiff
|
tree
2000年06月30日
Peter Eisentraut
New and revised material for Admin guide, re backup...
commit
|
commitdiff
|
tree
2000年06月30日
Peter Eisentraut
Fixes for Solaris/cc suggested by <pgsql-hackers@thewri...
commit
|
commitdiff
|
tree
2000年06月30日
Tom Lane
RemoveView was doing things the hard way...
commit
|
commitdiff
|
tree
2000年06月30日
Tom Lane
Use a private memory context to store rule information...
commit
|
commitdiff
|
tree
2000年06月29日
Bruce Momjian
Fix quotes in /* */ comments in psql.
commit
|
commitdiff
|
tree
2000年06月29日
Tom Lane
Add test code to copy all parse/plan trees. Repair...
commit
|
commitdiff
|
tree
2000年06月29日
Tom Lane
Rearrange config.h entries into a more sensible order...
commit
|
commitdiff
|
tree
2000年06月29日
Tom Lane
Remove freefuncs.c, which hasn't been used in a long...
commit
|
commitdiff
|
tree
2000年06月29日
Tom Lane
Add SIGFPE to list of signals never to block. #ifdef...
commit
|
commitdiff
|
tree
2000年06月29日
Bruce Momjian
Add #ifdef for LC_MESSAGES, because it is not ANSI...
commit
|
commitdiff
|
tree
2000年06月28日
Peter Eisentraut
Makefile cleanup for interface tree. Now essentially...
commit
|
commitdiff
|
tree
2000年06月28日
Tom Lane
Suppress memory leak in COPY WITH OIDS TO wherever.
commit
|
commitdiff
|
tree
2000年06月28日
Tom Lane
Repair incorrect assumption that all versions of 'insta...
commit
|
commitdiff
|
tree
2000年06月28日
Tom Lane
Call me silly, but I think it would be a good idea...
commit
|
commitdiff
|
tree
2000年06月28日
Tom Lane
First phase of memory management rewrite (see backend...
commit
|
commitdiff
|
tree
2000年06月27日
Bruce Momjian
Tamotsu Nakagawa has posted a fix for this to a local...
commit
|
commitdiff
|
tree
2000年06月27日
Peter Eisentraut
Makefile cleanup for bin and pl subtrees. They should...
commit
|
commitdiff
|
tree
2000年06月26日
Bruce Momjian
Fix \pset null to use ', not ".
commit
|
commitdiff
|
tree
2000年06月25日
Peter Eisentraut
Added new commands and intelligence to psql tab completion.
commit
|
commitdiff
|
tree
2000年06月25日
Peter Eisentraut
Relaxed pickiness about user and group commands in...
commit
|
commitdiff
|
tree
2000年06月24日
Bruce Momjian
Update FAQ.
commit
|
commitdiff
|
tree
2000年06月22日
Peter Eisentraut
Second pass over run-time configuration system. Adjust...
commit
|
commitdiff
|
tree
2000年06月21日
Peter Eisentraut
Fix typo
commit
|
commitdiff
|
tree
2000年06月20日
Bruce Momjian
> Great! Please cc: the docs or hackers mailing lists...
commit
|
commitdiff
|
tree
2000年06月20日
Peter Eisentraut
Cleaned up PL/pgSQL build. Fixed a couple of copyandpas...
commit
|
commitdiff
|
tree
2000年06月20日
Tom Lane
Make renaming a temp table behave sensibly. We don...
commit
|
commitdiff
|
tree
2000年06月20日
Tom Lane
Make inheritance planning logic a little simpler and...
commit
|
commitdiff
|
tree
2000年06月20日
Tom Lane
Fix handling of type tuple associated with a temp relat...
commit
|
commitdiff
|
tree
2000年06月19日
Tom Lane
Modify index-opening code to guarantee that the indexes...
commit
|
commitdiff
|
tree
2000年06月19日
Tom Lane
Ensure that kernel error code is included in smgr-level...
commit
|
commitdiff
|
tree
2000年06月19日
Peter Eisentraut
Integrated ODBC driver into regular build. No more...
commit
|
commitdiff
|
tree
2000年06月19日
Bruce Momjian
Remove old README files.
commit
|
commitdiff
|
tree
2000年06月19日
Bruce Momjian
Add missing /contrib files
commit
|
commitdiff
|
tree
2000年06月19日
Bruce Momjian
Update to /contrib from Karel.
commit
|
commitdiff
|
tree
2000年06月19日
Bruce Momjian
autoconf
commit
|
commitdiff
|
tree
2000年06月19日
Bruce Momjian
Rename HAVE_SQLGETPRIVATEPROFILESTRING to something...
commit
|
commitdiff
|
tree
2000年06月19日
Bruce Momjian
fix HAVE_SQLGETPRIVATEPROFILESTRING define
commit
|
commitdiff
|
tree
2000年06月19日
Tom Lane
Clean up bogosities in pg_opclass, pg_amop, pg_amproc...
commit
|
commitdiff
|
tree
next
This is the main PostgreSQL git repository.
RSS
Atom
AltStyle
によって変換されたページ
(->オリジナル)
/
アドレス:
モード:
デフォルト
音声ブラウザ
ルビ付き
配色反転
文字拡大
モバイル