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

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
2007年01月28日 Andrew Dunstan Fix plpython MSVC build in non-debug mode. commit | commitdiff | tree
2007年01月28日 Tom Lane Remove some unnecessary conversion work in build_regtyp... commit | commitdiff | tree
2007年01月28日 Tom Lane Repair oversight in creation of "append relations"... commit | commitdiff | tree
2007年01月28日 Tom Lane Make some small improvements in the accuracy of plpgsql... commit | commitdiff | tree
2007年01月28日 Andrew Dunstan Fix path problem in MSVC bison wrapper. per Joachim... commit | commitdiff | tree
2007年01月28日 Neil Conway Add a new builtin type, "uuid". This implements a UUID... commit | commitdiff | tree
2007年01月28日 Tom Lane Fix up plpgsql's "simple expression" evaluation mechani... commit | commitdiff | tree
2007年01月28日 Tom Lane Drat, can't fit an additional argument into log_error... commit | commitdiff | tree
2007年01月28日 Tom Lane Clean up broken usage of HAVE_DECL_SYS_SIGLIST and... commit | commitdiff | tree
2007年01月28日 Bruce Momjian Use autoconf build-in sys_siglist macro AC_DECL_SYS_SIG... commit | commitdiff | tree
2007年01月28日 Tom Lane Add a delay at the start of the stats test, to let... commit | commitdiff | tree
2007年01月28日 Tom Lane Dept of second thoughts: the IQ of estimate_array_lengt... commit | commitdiff | tree
2007年01月28日 Bruce Momjian Add signal.h for sys_siglist reference. commit | commitdiff | tree
2007年01月28日 Tom Lane Fix scalararraysel() to cope with binary-compatible... commit | commitdiff | tree
2007年01月28日 Bruce Momjian Use sys_siglist[] to print out signal names for signal... commit | commitdiff | tree
2007年01月27日 Bruce Momjian Modify SGML makefile to allow 'gmake draft' to build... commit | commitdiff | tree
2007年01月27日 Tom Lane Correct an old logic error in btree page splitting... commit | commitdiff | tree
2007年01月27日 Michael Meskes Fixed expected files, so they are in sync with tests... commit | commitdiff | tree
2007年01月27日 Andrew Dunstan remove unnecessary and now inaccurate cast which I... commit | commitdiff | tree
2007年01月27日 Peter Eisentraut Reactivate libxml memory management via palloc, now... commit | commitdiff | tree
2007年01月27日 Peter Eisentraut Add trailing zero byte in Unicode codepoint conversion. commit | commitdiff | tree
2007年01月27日 Bruce Momjian Add: commit | commitdiff | tree
2007年01月27日 Bruce Momjian Add: commit | commitdiff | tree
2007年01月27日 Bruce Momjian Add: commit | commitdiff | tree
2007年01月27日 Andrew Dunstan Allow args to spi_prepare to be standard type aliaes... commit | commitdiff | tree
2007年01月27日 Bruce Momjian Update installation wording for an upgrade to state... commit | commitdiff | tree
2007年01月26日 Bruce Momjian Control openjade draft-mode by variable DRAFT, rather... commit | commitdiff | tree
2007年01月26日 Bruce Momjian Update wording of installation when upgrading, to more... commit | commitdiff | tree
2007年01月26日 Bruce Momjian Modify draft SGML instructions to use DRAFT=Y because... commit | commitdiff | tree
2007年01月26日 Tom Lane On Windows, use pgwin32_waitforsinglesocket() instead... commit | commitdiff | tree
2007年01月26日 Neil Conway Squelch some VC++ compiler warnings. Mark float literal... commit | commitdiff | tree
2007年01月25日 Bruce Momjian Update BSD/OS platform for 8.2. commit | commitdiff | tree
2007年01月25日 Bruce Momjian Add URL for shrinking tuple to just its headers: commit | commitdiff | tree
2007年01月25日 Bruce Momjian Update Win32 exception comment. commit | commitdiff | tree
2007年01月25日 Neil Conway Add a setlocal command to the beginning of build.bat... commit | commitdiff | tree
2007年01月25日 Michael Meskes Removed compiler warning due to unneeded unsigned decla... commit | commitdiff | tree
2007年01月25日 Bruce Momjian Update pg_dumpall -f option description. commit | commitdiff | tree
2007年01月25日 Bruce Momjian Correction: temp_tablespaces was implemented by Albert... commit | commitdiff | tree
2007年01月25日 Bruce Momjian Reverse out use of Py_RETURN_TRUE in plpython, only... commit | commitdiff | tree
2007年01月25日 Peter Eisentraut Various fixes in the logic of XML functions: commit | commitdiff | tree
2007年01月25日 Bruce Momjian Done: commit | commitdiff | tree
2007年01月25日 Bruce Momjian Add GUC temp_tablespaces to provide a default location... commit | commitdiff | tree
2007年01月25日 Bruce Momjian Properly detoast access to bytea field pg_trigger.tgarg... commit | commitdiff | tree
2007年01月25日 Bruce Momjian Fix for plpython functions; return true/false for... commit | commitdiff | tree
2007年01月25日 Bruce Momjian Add 'output file' option for pg_dumpall, especially... commit | commitdiff | tree
2007年01月25日 Bruce Momjian Remove developers list from TODO list now that we have... commit | commitdiff | tree
2007年01月25日 Bruce Momjian Done: commit | commitdiff | tree
2007年01月25日 Bruce Momjian Allow pg_dumpall to specify a database name rather... commit | commitdiff | tree
2007年01月25日 Bruce Momjian Add --tablespaces-only and --roles-only options to... commit | commitdiff | tree
2007年01月25日 Bruce Momjian Prevent WAL logging when COPY is done in the same trans... commit | commitdiff | tree
2007年01月24日 Bruce Momjian When using MSVC, disable the building of ecpg if pthrea... commit | commitdiff | tree
2007年01月24日 Tom Lane Get pg_utf_mblen(), pg_utf2wchar_with_len(), and utf2uc... commit | commitdiff | tree
2007年01月24日 Tom Lane Relax an Assert() that has been found to be too strict... commit | commitdiff | tree
2007年01月23日 Peter Eisentraut Simplify handling of XML error messages: Just use the... commit | commitdiff | tree
2007年01月23日 Tom Lane Update xindex.sgml to discuss operator families. commit | commitdiff | tree
2007年01月23日 Tom Lane Update pg_dump to support dumping operator families. commit | commitdiff | tree
2007年01月23日 Bruce Momjian Add comment about exception lists in both winnt.h and... commit | commitdiff | tree
2007年01月23日 Alvaro Herrera This patch is required for vcbuild to work after the... commit | commitdiff | tree
2007年01月23日 Tom Lane Add CREATE/ALTER/DROP OPERATOR FAMILY commands, also... commit | commitdiff | tree
2007年01月23日 Bruce Momjian Remove newline from error message because URL is gone. commit | commitdiff | tree
2007年01月23日 Bruce Momjian Back out use of FormatMessage(), does error values... commit | commitdiff | tree
2007年01月23日 Bruce Momjian Print meaningfull error text for abonormal process... commit | commitdiff | tree
2007年01月22日 Bruce Momjian Update my email address in FAQ. commit | commitdiff | tree
2007年01月22日 Tom Lane Put back planner's ability to cache the results of... commit | commitdiff | tree
2007年01月22日 Bruce Momjian Use errhint() for WIN32 SIGTERM message, where possible. commit | commitdiff | tree
2007年01月22日 Bruce Momjian Uppercase hex value. commit | commitdiff | tree
2007年01月22日 Bruce Momjian When system() fails in Win32, report it as an exception... commit | commitdiff | tree
2007年01月22日 Bruce Momjian Update documenation instructions. on how to delete... commit | commitdiff | tree
2007年01月22日 Tom Lane Adjust pgbench so it won't spit up on non-select querie... commit | commitdiff | tree
2007年01月22日 Tom Lane Add COST and ROWS options to CREATE/ALTER FUNCTION... commit | commitdiff | tree
2007年01月21日 Peter Eisentraut Remove some unused variables commit | commitdiff | tree
2007年01月21日 Peter Eisentraut Put back libpq link, but make sure that libpq's in... commit | commitdiff | tree
2007年01月21日 Tom Lane Refactor some lsyscache routines to eliminate duplicate... commit | commitdiff | tree
2007年01月20日 Bruce Momjian Add bitmap index URL: commit | commitdiff | tree
2007年01月20日 Tom Lane Simplify pg_am representation of ordering-capable acces... commit | commitdiff | tree
2007年01月20日 Bruce Momjian Add URL for dead space map: commit | commitdiff | tree
2007年01月20日 Neil Conway Update docs for recent change to setseed() return value. commit | commitdiff | tree
2007年01月20日 Neil Conway Make setseed() return void, rather than an int4 without... commit | commitdiff | tree
2007年01月20日 Bruce Momjian Add documentation of memory and time units to postgresq... commit | commitdiff | tree
2007年01月20日 Tom Lane Don't use 'int' where you mean 'bool'. commit | commitdiff | tree
2007年01月20日 Bruce Momjian Update documentation about postgresqlconf to mention... commit | commitdiff | tree
2007年01月20日 Tom Lane Fix broken markup. commit | commitdiff | tree
2007年01月20日 Neil Conway List disabled triggers separately in psql's "\d <table... commit | commitdiff | tree
2007年01月20日 Tom Lane Refactor planner's pathkeys data structure to create... commit | commitdiff | tree
2007年01月20日 Neil Conway Refactor the index AM API slightly: move currentItemDat... commit | commitdiff | tree
2007年01月20日 Peter Eisentraut Update build time estimate. commit | commitdiff | tree
2007年01月20日 Peter Eisentraut Remove remains of old depend target. commit | commitdiff | tree
2007年01月20日 Neil Conway Regression tests for large objects. Patch from Jeremy... commit | commitdiff | tree
2007年01月20日 Bruce Momjian Modify max_fsm_pages in postgresql.conf.sample to show... commit | commitdiff | tree
2007年01月20日 Neil Conway Teach psql's \lo slash commands to respect quiet mode... commit | commitdiff | tree
2007年01月20日 Bruce Momjian Document that to remove template1, datistemplate must... commit | commitdiff | tree
2007年01月20日 Peter Eisentraut The libpq library directory was mentioned here in the... commit | commitdiff | tree
2007年01月20日 Peter Eisentraut Only build ecpg test code when the test is to be perfor... commit | commitdiff | tree
2007年01月20日 Bruce Momjian Move code that places LOG error level between ERROR... commit | commitdiff | tree
2007年01月20日 Peter Eisentraut Fix xmlconcat regression test commit | commitdiff | tree
2007年01月20日 Peter Eisentraut Fix xmlconcat by properly merging the XML declarations... commit | commitdiff | tree
2007年01月20日 Bruce Momjian Add wiki URL: commit | commitdiff | tree
2007年01月20日 Neil Conway Add missing copyright blurb, make ruleutils.c use the... commit | commitdiff | tree
2007年01月19日 Bruce Momjian Add items: commit | commitdiff | tree
2007年01月19日 Alvaro Herrera Fix pg_regress breakage for PL and contrib tests, by... commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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