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年02月08日 Bruce Momjian Update URL for "Generalized Partial Indexes" paper... commit | commitdiff | tree
2007年02月08日 Bruce Momjian Document that wal_sync_method open_* methods use O_DIRE... commit | commitdiff | tree
2007年02月08日 Bruce Momjian Fix bug in our code when using to_timestamp() or to_dat... commit | commitdiff | tree
2007年02月07日 Tom Lane Add a function pg_stat_clear_snapshot() that discards... commit | commitdiff | tree
2007年02月07日 Tom Lane Modify the stats regression test to delay until the... commit | commitdiff | tree
2007年02月07日 Tom Lane Remove the xlog-centric "database system is ready"... commit | commitdiff | tree
2007年02月07日 Alvaro Herrera The VC++ build needs to compile the new strlcat.c file... commit | commitdiff | tree
2007年02月07日 Bruce Momjian Stamp bug template for 8.3. commit | commitdiff | tree
2007年02月07日 Bruce Momjian Stamp releases notes for 8.2.3, 8.1.8, 8.0.12. commit | commitdiff | tree
2007年02月07日 Bruce Momjian Update for 8.2.3. commit | commitdiff | tree
2007年02月07日 Peter Eisentraut Replace some strncpy() by strlcpy(). commit | commitdiff | tree
2007年02月07日 Peter Eisentraut Use memcpy() instead of strncpy() for copying into... commit | commitdiff | tree
2007年02月07日 Peter Eisentraut Add strlcat() from OpenBSD, to be used for replacing... commit | commitdiff | tree
2007年02月06日 Tom Lane Fix an error in the original coding of holdable cursors... commit | commitdiff | tree
2007年02月06日 Bruce Momjian Update for 8.2.2 as most recent release. commit | commitdiff | tree
2007年02月06日 Bruce Momjian Update workding for daylight savings time. commit | commitdiff | tree
2007年02月06日 Bruce Momjian Update timezone FAQ item: commit | commitdiff | tree
2007年02月06日 Tom Lane Remove typmod checking from the recent security-related... commit | commitdiff | tree
2007年02月06日 Bruce Momjian Split apart entries, one done now: commit | commitdiff | tree
2007年02月06日 Tom Lane Fix typo in comment. commit | commitdiff | tree
2007年02月06日 Tom Lane Remove some dead code, per Heikki. commit | commitdiff | tree
2007年02月06日 Peter Eisentraut Move NAMEDATALEN definition from postgres_ext.h to... commit | commitdiff | tree
2007年02月06日 Tom Lane Fix a performance regression in 8.2: optimization of... commit | commitdiff | tree
2007年02月06日 Tom Lane Docs updates for cross-type hashing. commit | commitdiff | tree
2007年02月06日 Tom Lane Come to think of it, we should check that commutator... commit | commitdiff | tree
2007年02月06日 Tom Lane Not only did we agree that this 'hint' doesn't belong... commit | commitdiff | tree
2007年02月06日 Tom Lane Add support for cross-type hashing in hashed subplans... commit | commitdiff | tree
2007年02月05日 Bruce Momjian Trim down environment variable instructions for Win32... commit | commitdiff | tree
2007年02月05日 Bruce Momjian Updated TODO item: commit | commitdiff | tree
2007年02月05日 Bruce Momjian Modify: commit | commitdiff | tree
2007年02月05日 Andrew Dunstan Pass modern COPY syntax to backend, since copy (query... commit | commitdiff | tree
2007年02月05日 Tom Lane Rename MaxTupleSize to MaxHeapTupleSize to clarify... commit | commitdiff | tree
2007年02月04日 Tom Lane Don't MAXALIGN in the checks to decide whether a tuple... commit | commitdiff | tree
2007年02月04日 Bruce Momjian Add: commit | commitdiff | tree
2007年02月04日 Bruce Momjian Update wording. commit | commitdiff | tree
2007年02月04日 Bruce Momjian Add documentation for Windows on how to set an environm... commit | commitdiff | tree
2007年02月04日 Bruce Momjian Change vacuum lazy "compacting" warning message to: commit | commitdiff | tree
2007年02月04日 Bruce Momjian Update URL for: commit | commitdiff | tree
2007年02月04日 Bruce Momjian Add: commit | commitdiff | tree
2007年02月03日 Bruce Momjian Add URLs for: commit | commitdiff | tree
2007年02月03日 Bruce Momjian Document that a client-only install using: commit | commitdiff | tree
2007年02月03日 Bruce Momjian Add: commit | commitdiff | tree
2007年02月03日 Peter Eisentraut Update SQL conformance information about XML features. commit | commitdiff | tree
2007年02月03日 Peter Eisentraut Implement XMLSERIALIZE for real. Analogously, make... commit | commitdiff | tree
2007年02月03日 Bruce Momjian Fix configure detection code when --with-ldap and ... commit | commitdiff | tree
2007年02月03日 Bruce Momjian Add patches thread for: commit | commitdiff | tree
2007年02月02日 Bruce Momjian Add URL for: commit | commitdiff | tree
2007年02月02日 Bruce Momjian Add: commit | commitdiff | tree
2007年02月02日 Bruce Momjian Add URL for: commit | commitdiff | tree
2007年02月02日 Neil Conway This patch changes the installscript for vcbuild to... commit | commitdiff | tree
2007年02月02日 Neil Conway Reword suggestion that libpq.dll be installed in WINNT... commit | commitdiff | tree
2007年02月02日 Michael Meskes Applied Magnus Hagander's patch to take away some compi... commit | commitdiff | tree
2007年02月02日 Michael Meskes Cleaned up va_list handling. Hopefully this now works... commit | commitdiff | tree
2007年02月02日 Bruce Momjian Add: commit | commitdiff | tree
2007年02月02日 Tom Lane Update release notes for security-related releases... commit | commitdiff | tree
2007年02月02日 Tom Lane Repair failure to check that a table is still compatibl... commit | commitdiff | tree
2007年02月02日 Tom Lane Repair insufficiently careful type checking for SQL... commit | commitdiff | tree
2007年02月01日 Tom Lane Fix broken markup. commit | commitdiff | tree
2007年02月01日 Bruce Momjian Add "May/Can/Might" section to error message style... commit | commitdiff | tree
2007年02月01日 Neil Conway Fix two more regression tests whose expected outputs... commit | commitdiff | tree
2007年02月01日 Bruce Momjian Mention file system replication as a high availability... commit | commitdiff | tree
2007年02月01日 Tom Lane Typo fix. commit | commitdiff | tree
2007年02月01日 Neil Conway Update some of the "expected" regression test results... commit | commitdiff | tree
2007年02月01日 Tom Lane Fix plpgsql so that when a local variable has no initia... commit | commitdiff | tree
2007年02月01日 Bruce Momjian Add URL for: commit | commitdiff | tree
2007年02月01日 Bruce Momjian Wording cleanup for error messages. Also change can... commit | commitdiff | tree
2007年02月01日 Neil Conway Fix broken markup. commit | commitdiff | tree
2007年02月01日 Bruce Momjian Add 8.2.0 "Incomatibilities" documentation that pg_dump... commit | commitdiff | tree
2007年02月01日 Bruce Momjian Chinese FAQ update commit | commitdiff | tree
2007年02月01日 Bruce Momjian Update URL for function permission checks commit | commitdiff | tree
2007年02月01日 Bruce Momjian Add: commit | commitdiff | tree
2007年02月01日 Bruce Momjian Add: commit | commitdiff | tree
2007年02月01日 Neil Conway This patch adds documentation for the long-version... commit | commitdiff | tree
2007年02月01日 Bruce Momjian Add: commit | commitdiff | tree
2007年02月01日 Neil Conway Fix a few typos in comments in GiN. commit | commitdiff | tree
2007年02月01日 Bruce Momjian Update CREATE SEQUENCE documentation to show the same... commit | commitdiff | tree
2007年02月01日 Bruce Momjian Add URL for: commit | commitdiff | tree
2007年02月01日 Bruce Momjian Consistenly use colons before '<programlisting>' blocks... commit | commitdiff | tree
2007年01月31日 Bruce Momjian Update reference documentation on may/can/might: commit | commitdiff | tree
2007年01月31日 Bruce Momjian Update comment. commit | commitdiff | tree
2007年01月31日 Bruce Momjian Revert error message change for may/can/might --- needs... commit | commitdiff | tree
2007年01月31日 Bruce Momjian Update documentation on may/can/might: commit | commitdiff | tree
2007年01月31日 Neil Conway Add missing Makefile dependencies for the "bigtest... commit | commitdiff | tree
2007年01月31日 Neil Conway Rewrite uuid input and output routines to avoid depende... commit | commitdiff | tree
2007年01月31日 Tom Lane Fix initdb to not generate misleading error messages... commit | commitdiff | tree
2007年01月31日 Teodor Sigaev Revert gincostestimate changes. commit | commitdiff | tree
2007年01月31日 Teodor Sigaev Update FreeBSD DocBook installation notices commit | commitdiff | tree
2007年01月31日 Teodor Sigaev Allow GIN's extractQuery method to signal that nothing... commit | commitdiff | tree
2007年01月31日 Bruce Momjian Add URL: commit | commitdiff | tree
2007年01月31日 Bruce Momjian Document need for periodic REINDEX in VACUUM FULL cases. commit | commitdiff | tree
2007年01月31日 Bruce Momjian Add missing colon. commit | commitdiff | tree
2007年01月31日 Bruce Momjian Add: commit | commitdiff | tree
2007年01月31日 Bruce Momjian Update for VACUUM FULL: commit | commitdiff | tree
2007年01月30日 Bruce Momjian Add: commit | commitdiff | tree
2007年01月30日 Bruce Momjian Add FAQ item about timezones and daylight savings time. commit | commitdiff | tree
2007年01月30日 Bruce Momjian Update documentation for backslashes to mention escape... commit | commitdiff | tree
2007年01月30日 Tom Lane Repair oversights in the mechanism used to store compil... commit | commitdiff | tree
2007年01月30日 Tom Lane Add SPI_push/SPI_pop calls so that datatype input and... commit | commitdiff | tree
2007年01月30日 Bruce Momjian Update documentation for pg_get_serial_sequence() function. commit | commitdiff | tree
2007年01月30日 Tom Lane Add support for cross-type hashing in hash index search... commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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