git.postgresql.org Git - postgresql.git/shortlog

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
2005年04月25日 Bruce Momjian Update description: commit | commitdiff | tree
2005年04月25日 Bruce Momjian Re-add item with better description: commit | commitdiff | tree
2005年04月25日 Tom Lane Fix btree_gist to handle timetz zone correctly per... commit | commitdiff | tree
2005年04月25日 Tom Lane Avoid rechecking lossy operators twice in a bitmap... commit | commitdiff | tree
2005年04月25日 Tom Lane While determining the filter clauses for an index scan... commit | commitdiff | tree
2005年04月25日 Tom Lane Replace slightly klugy create_bitmap_restriction()... commit | commitdiff | tree
2005年04月25日 Bruce Momjian Add description for concurrent sequential scans: commit | commitdiff | tree
2005年04月25日 Tom Lane Remove support for OR'd indexscans internal to a single... commit | commitdiff | tree
2005年04月24日 Tom Lane Adjust nodeBitmapIndexscan.c to not keep the index... commit | commitdiff | tree
2005年04月24日 Tom Lane Actually, nodeBitmapIndexscan.c doesn't need to create... commit | commitdiff | tree
2005年04月24日 Tom Lane Put back example of using Result node to execute an... commit | commitdiff | tree
2005年04月24日 Bruce Momjian Update wording: commit | commitdiff | tree
2005年04月24日 Bruce Momjian Update wording. commit | commitdiff | tree
2005年04月24日 Bruce Momjian Clean up HTML. commit | commitdiff | tree
2005年04月24日 Bruce Momjian Add replication FAQ item. commit | commitdiff | tree
2005年04月24日 Neil Conway Update some comments to use SQL examples rather than... commit | commitdiff | tree
2005年04月24日 Bruce Momjian Add line break. commit | commitdiff | tree
2005年04月24日 Bruce Momjian Update book items. commit | commitdiff | tree
2005年04月24日 Bruce Momjian Update VACUUM VERBOSE FSM message, per Tom. commit | commitdiff | tree
2005年04月23日 Tom Lane Repair two TIME WITH TIME ZONE bugs found by Dennis... commit | commitdiff | tree
2005年04月23日 Tom Lane Remove useless argtype_inherit() code, and make consequ... commit | commitdiff | tree
2005年04月23日 Bruce Momjian Turns out our existing page size is already optimal... commit | commitdiff | tree
2005年04月23日 Bruce Momjian Item already added to existing 'thread' item: commit | commitdiff | tree
2005年04月23日 Bruce Momjian Remove item, not sure what it refers to: commit | commitdiff | tree
2005年04月23日 Bruce Momjian New item: commit | commitdiff | tree
2005年04月23日 Bruce Momjian Update threading item: commit | commitdiff | tree
2005年04月23日 Bruce Momjian Done: commit | commitdiff | tree
2005年04月23日 Tom Lane Remove explicit FreeExprContext calls during plan node... commit | commitdiff | tree
2005年04月23日 Bruce Momjian Done: commit | commitdiff | tree
2005年04月23日 Bruce Momjian Fix typo: commit | commitdiff | tree
2005年04月23日 Bruce Momjian Update VACUUM VERBOSE update, per Alvaro. commit | commitdiff | tree
2005年04月23日 Bruce Momjian Update working of VACUUM VERBOSE. commit | commitdiff | tree
2005年04月23日 Bruce Momjian Make VACUUM VERBOSE FSM output all output in a single... commit | commitdiff | tree
2005年04月23日 Bruce Momjian Move info about lack of depencency checking in Makefile... commit | commitdiff | tree
2005年04月23日 Bruce Momjian Update FAQ by eliminating non-frequent items like large... commit | commitdiff | tree
2005年04月23日 Bruce Momjian Done: commit | commitdiff | tree
2005年04月23日 Bruce Momjian Update H4 tag to H3 to be consistent with heading levels. commit | commitdiff | tree
2005年04月23日 Bruce Momjian Add item about server-side debugging. commit | commitdiff | tree
2005年04月23日 Bruce Momjian Update FAQ items to point to existing web pages rather... commit | commitdiff | tree
2005年04月23日 Tom Lane Add comment about checkpoint panic behavior during... commit | commitdiff | tree
2005年04月23日 Tom Lane Allow -2147483648 to be treated as an INT4 rather than... commit | commitdiff | tree
2005年04月23日 Tom Lane Treat a zero-D array as empty in int_enum(), per Andrew... commit | commitdiff | tree
2005年04月23日 Tom Lane Recent changes got the sense of the notnull bit backwar... commit | commitdiff | tree
2005年04月23日 Tom Lane Define the right-hand input of AT TIME ZONE as a full... commit | commitdiff | tree
2005年04月23日 Bruce Momjian Update FAQ release number to 8.0.2. commit | commitdiff | tree
2005年04月23日 Bruce Momjian Modify output of VACUUM VERBOSE to be clearer. commit | commitdiff | tree
2005年04月23日 Tom Lane int_aggregate's int_enum() doesn't work correctly with... commit | commitdiff | tree
2005年04月23日 Tom Lane Turns out that my recent elimination of the 'redundant... commit | commitdiff | tree
2005年04月23日 Bruce Momjian Add documentation stating how to determine if FSM setti... commit | commitdiff | tree
2005年04月23日 Tom Lane Teach choose_bitmap_and() to actually be choosy --... commit | commitdiff | tree
2005年04月23日 Tom Lane Fix bogus EXPLAIN display of rowcount estimates for... commit | commitdiff | tree
2005年04月22日 Tom Lane First cut at planner support for bitmap index scans... commit | commitdiff | tree
2005年04月22日 Bruce Momjian Fix typo: commit | commitdiff | tree
2005年04月22日 Bruce Momjian Typo fix. Alvaro. commit | commitdiff | tree
2005年04月22日 Bruce Momjian Update URL for TODO list. commit | commitdiff | tree
2005年04月22日 Bruce Momjian Remove pre-7.3 mention that FOR UPDATE can be before... commit | commitdiff | tree
2005年04月22日 Bruce Momjian Clarify that only crypt can't use md5 pg_shadow passwords. commit | commitdiff | tree
2005年04月21日 Bruce Momjian Clarify use of MD5 authentication and pg_shadow encryption. commit | commitdiff | tree
2005年04月21日 Tom Lane Rethink original decision to use AND/OR Expr nodes... commit | commitdiff | tree
2005年04月21日 Bruce Momjian Updated text for bitmaps: commit | commitdiff | tree
2005年04月21日 Bruce Momjian Done: commit | commitdiff | tree
2005年04月21日 Tom Lane Install some slightly realistic cost estimation for... commit | commitdiff | tree
2005年04月20日 Tom Lane Make pg_ctl status do a kill() test to verify that... commit | commitdiff | tree
2005年04月20日 Tom Lane Add note clarifying that indexes that support ordered... commit | commitdiff | tree
2005年04月20日 Tom Lane Don't try to run clauseless index scans on index types... commit | commitdiff | tree
2005年04月20日 Tom Lane Fix mis-display of negative fractional seconds in inter... commit | commitdiff | tree
2005年04月20日 Tom Lane Minor performance improvement: avoid unnecessary creati... commit | commitdiff | tree
2005年04月20日 Bruce Momjian Add: commit | commitdiff | tree
2005年04月20日 Bruce Momjian Add: commit | commitdiff | tree
2005年04月20日 Bruce Momjian Add: commit | commitdiff | tree
2005年04月19日 Tom Lane Create executor and planner-backend support for decoupl... commit | commitdiff | tree
2005年04月19日 Teodor Sigaev Add comment about permissions on pg_ts* tables commit | commitdiff | tree
2005年04月19日 Bruce Momjian >>>>Luckily, PG 8 is available for this. Do you have... commit | commitdiff | tree
2005年04月19日 Bruce Momjian > >Luckily, PG 8 is available for this. Do you have... commit | commitdiff | tree
2005年04月19日 Bruce Momjian The following patch should allow UPDATE_INTERVAL to... commit | commitdiff | tree
2005年04月19日 Bruce Momjian Attached patch gets rid of the global timezone in the... commit | commitdiff | tree
2005年04月19日 Bruce Momjian Update PITR wording, per Simon. commit | commitdiff | tree
2005年04月18日 Tom Lane pg_dumpall should enforce the server version check... commit | commitdiff | tree
2005年04月18日 Bruce Momjian Add WAL entry about compression. commit | commitdiff | tree
2005年04月18日 Bruce Momjian Added to TODO: commit | commitdiff | tree
2005年04月18日 Bruce Momjian Update PITR setence to mention WAL and file system... commit | commitdiff | tree
2005年04月18日 Tom Lane record_in and record_recv must be careful to return... commit | commitdiff | tree
2005年04月18日 Bruce Momjian Update PITR TODO items: commit | commitdiff | tree
2005年04月18日 Bruce Momjian Update TODO script sample. commit | commitdiff | tree
2005年04月18日 Bruce Momjian Update for HTML markup. commit | commitdiff | tree
2005年04月18日 Bruce Momjian Add description that WAL files used during backup have... commit | commitdiff | tree
2005年04月18日 Bruce Momjian Add HTML version of TODO to CVS, for web site use. commit | commitdiff | tree
2005年04月18日 Bruce Momjian Add HTML TODO version to CVS. commit | commitdiff | tree
2005年04月18日 Bruce Momjian Add description about partial WAL archiving for PITR: commit | commitdiff | tree
2005年04月18日 Bruce Momjian Fix html. commit | commitdiff | tree
2005年04月18日 Bruce Momjian Test new html tag. commit | commitdiff | tree
2005年04月18日 Bruce Momjian Add: commit | commitdiff | tree
2005年04月18日 Bruce Momjian Update PITR mention of which WAL files are needed. commit | commitdiff | tree
2005年04月17日 Tom Lane Initial implementation of lossy-tuple-bitmap data struc... commit | commitdiff | tree
2005年04月17日 Bruce Momjian Clarify name of file to be checked for PITR expiring. commit | commitdiff | tree
2005年04月17日 Bruce Momjian Fix comment typo. commit | commitdiff | tree
2005年04月16日 Tom Lane Create a new 'MultiExecProcNode' call API for plan... commit | commitdiff | tree
2005年04月16日 Tom Lane Minor improvements to locale documentation. commit | commitdiff | tree
2005年04月15日 Tom Lane Reduce PANIC to ERROR in several xlog routines that... commit | commitdiff | tree
2005年04月15日 Tom Lane Modify MoveOfflineLogs/InstallXLogFileSegment to avoid... commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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