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

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
2010年10月10日 Tom Lane Support triggers on views. commit | commitdiff | tree
2010年10月10日 Peter Eisentraut Extensive ECPG documentation improvements commit | commitdiff | tree
2010年10月09日 Robert Haas Adjust EXPLAIN documentation, so that it's not unreason... commit | commitdiff | tree
2010年10月08日 Bruce Momjian Single-word clarification in postgresql.conf log_trunca... commit | commitdiff | tree
2010年10月08日 Tom Lane Fix sloppy usage of TRIGGER_FIRED_BEFORE/TRIGGER_FIRED_... commit | commitdiff | tree
2010年10月08日 Robert Haas Warn that views can be safely used to hide columns... commit | commitdiff | tree
2010年10月08日 Tom Lane Improve logging in VACUUM FULL VERBOSE and CLUSTER... commit | commitdiff | tree
2010年10月08日 Tom Lane Eliminate some repetitive coding in tuplesort.c. commit | commitdiff | tree
2010年10月08日 Tom Lane Teach CLUSTER to use seqscan-and-sort when it's faster... commit | commitdiff | tree
2010年10月07日 Robert Haas Improve WAL reliability documentation, and add more... commit | commitdiff | tree
2010年10月06日 Tom Lane Reduce the memory requirement for large ispell dictiona... commit | commitdiff | tree
2010年10月06日 Tom Lane Clean up temporary-memory management during ispell... commit | commitdiff | tree
2010年10月05日 Simon Riggs Correct docs for behaviour of ALTER DATABASE .. RENAME... commit | commitdiff | tree
2010年10月05日 Tom Lane Undo some poorly-thought-out "proofreading improvements". commit | commitdiff | tree
2010年10月03日 Tom Lane Behave correctly if INSERT ... VALUES is decorated... commit | commitdiff | tree
2010年10月02日 Tom Lane Remove excess argument to open(2). commit | commitdiff | tree
2010年10月02日 Tom Lane Throw an appropriate error if ALTER COLUMN TYPE finds... commit | commitdiff | tree
2010年09月30日 Tom Lane Use a separate interpreter for each calling SQL userid... commit | commitdiff | tree
2010年09月30日 Robert Haas Adjust pg_archivecleanup docs to match message changes... commit | commitdiff | tree
2010年09月30日 Tom Lane Update release notes for releases 9.0.1, 8.4.5, 8.3... commit | commitdiff | tree
2010年09月29日 Peter Eisentraut Add/fix caching on some configure checks commit | commitdiff | tree
2010年09月29日 Peter Eisentraut Update ecpglib error code listing commit | commitdiff | tree
2010年09月29日 Bruce Momjian Have pg_upgrade use strtoul(), not strtol(). commit | commitdiff | tree
2010年09月28日 Bruce Momjian Use macro atooid() for conversion of strings to oids... commit | commitdiff | tree
2010年09月28日 Tom Lane Improve messages for too many private files/dirs. ... commit | commitdiff | tree
2010年09月28日 Bruce Momjian In pg_upgrade, properly handle oids > 2^31 by using... commit | commitdiff | tree
2010年09月28日 Bruce Momjian Fix leak patch that was using fclose() instead of close(). commit | commitdiff | tree
2010年09月28日 Bruce Momjian Properly close files after read file failure to prevent... commit | commitdiff | tree
2010年09月28日 Tom Lane Fix another small oversight in command_no_begin patch. commit | commitdiff | tree
2010年09月28日 Bruce Momjian Mention that pg_upgrade requires write permission in... commit | commitdiff | tree
2010年09月28日 Bruce Momjian Mention in pg_upgrade docs that the proper Win32 servic... commit | commitdiff | tree
2010年09月28日 Tom Lane Fix PlaceHolderVar mechanism's interaction with outer... commit | commitdiff | tree
2010年09月28日 Bruce Momjian Add mention of installing pg_upgrade_support in pg_upgr... commit | commitdiff | tree
2010年09月28日 Alvaro Herrera Add missing agg_type nonterminal description in new... commit | commitdiff | tree
2010年09月28日 Andrew Dunstan Fix MSVC builds for dummy_seclabel breakage. commit | commitdiff | tree
2010年09月28日 Robert Haas Fix duplicate OIDs introduced by SECURITY LABEL patch. commit | commitdiff | tree
2010年09月28日 Itagaki Takahiro Only DISCARD ALL should be in the command_no_begin... commit | commitdiff | tree
2010年09月28日 Itagaki Takahiro Add DISCARD to the command_no_begin list for AUTOCOMMIT... commit | commitdiff | tree
2010年09月28日 Robert Haas Add a SECURITY LABEL command. commit | commitdiff | tree
2010年09月27日 Robert Haas Add "(change requires restart)" note to some postgresql... commit | commitdiff | tree
2010年09月27日 Tom Lane Improve git_changelog as per discussion with Robert... commit | commitdiff | tree
2010年09月26日 Peter Eisentraut Add ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTE commit | commitdiff | tree
2010年09月26日 Tom Lane Still more tweaking of git_changelog. commit | commitdiff | tree
2010年09月26日 Tom Lane Fix some more bugs in git_changelog. commit | commitdiff | tree
2010年09月26日 Tom Lane Minor improvements to git_changelog. commit | commitdiff | tree
2010年09月25日 Tom Lane Rename git_topo_order -> git_changelog, per discussion. commit | commitdiff | tree
2010年09月25日 Tom Lane Fix another join removal bug: the check on PlaceHolderV... commit | commitdiff | tree
2010年09月25日 Peter Eisentraut Fix man page markup for <cmdsynopsis> with multiple... commit | commitdiff | tree
2010年09月24日 Robert Haas In levenshtein_internal(), describe algorithm a bit... commit | commitdiff | tree
2010年09月24日 Tom Lane Still more .gitignore cleanup. commit | commitdiff | tree
2010年09月24日 Alvaro Herrera Prevent doc/src/sgml subdirs from being created, instea... commit | commitdiff | tree
2010年09月24日 Robert Haas Add contrib/xml2/pgxml.sql to .gitignore commit | commitdiff | tree
2010年09月23日 Robert Haas Replace doc references to install-win32 with install... commit | commitdiff | tree
2010年09月23日 Tom Lane ProcessIncomingNotify *must* reset notifyInterruptOccur... commit | commitdiff | tree
2010年09月23日 Tom Lane Prevent show_session_authorization from crashing when... commit | commitdiff | tree
2010年09月23日 Tom Lane Avoid sharing subpath list structure when flattening... commit | commitdiff | tree
2010年09月23日 Tom Lane Make _outPathInfo print the relid set of the path's... commit | commitdiff | tree
2010年09月23日 Heikki Linnakangas Initialize tableoid field correctly when dumping foreig... commit | commitdiff | tree
2010年09月23日 Tom Lane Re-allow input of Julian dates prior to 0001年01月01日 AD. commit | commitdiff | tree
2010年09月23日 Tom Lane More fixes for libpq's .gitignore file. commit | commitdiff | tree
2010年09月23日 Robert Haas Fix inconsistent capitalization of "PL/pgSQL". commit | commitdiff | tree
2010年09月23日 Tom Lane Do some copy-editing on the Git usage docs. commit | commitdiff | tree
2010年09月22日 Tom Lane Fix remaining stray references to CVS. commit | commitdiff | tree
2010年09月22日 Tom Lane Add assorted other documentation build targets to docum... commit | commitdiff | tree
2010年09月22日 Tom Lane Some more gitignore cleanups: cover contrib and PL... commit | commitdiff | tree
2010年09月22日 Magnus Hagander Add gitignore files for ecpg regression tests. commit | commitdiff | tree
2010年09月22日 Magnus Hagander Remove anonymous cvs instructions, and replace them... commit | commitdiff | tree
2010年09月22日 Magnus Hagander Convert cvsignore to gitignore, and add .gitignore... commit | commitdiff | tree
2010年09月22日 Robert Haas Typo fix. "CVS" is not the same thing as "CSV". commit | commitdiff | tree
2010年09月21日 Tom Lane pgcvslog isn't useful anymore, either. commit | commitdiff | tree
2010年09月21日 Tom Lane add_cvs_markers isn't useful anymore. commit | commitdiff | tree
2010年09月21日 Tom Lane Some more cleanup of CVS keyword noise. commit | commitdiff | tree
2010年09月21日 Tom Lane The port/pg_latch.c symlink ought to be removed by... commit | commitdiff | tree
2010年09月21日 Tom Lane Fix a missed explanation of auto-analyze threshold... commit | commitdiff | tree
2010年09月21日 Tom Lane Trivial typo fix. commit | commitdiff | tree
2010年09月21日 Robert Haas Remove various mentions of CVS from src/tools/RELEASE_C... commit | commitdiff | tree
2010年09月21日 Robert Haas git_topo_order script, to match up commits across branches. commit | commitdiff | tree
2010年09月21日 Magnus Hagander Rename README.CVS to README.git and change references... commit | commitdiff | tree
2010年09月20日 Magnus Hagander Remove cvs keywords from all files. commit | commitdiff | tree
2010年09月19日 Bruce Momjian Update HOT README about when single-page vacuums happen. commit | commitdiff | tree
2010年09月19日 Tom Lane Replace last remaining $Id$ with $PostgreSQL$. commit | commitdiff | tree
2010年09月19日 Tom Lane Fix several broken $PostgreSQL$ keywords. Noted while... commit | commitdiff | tree
2010年09月18日 Tom Lane Make sure we wait for protocol-level EOF when ending... commit | commitdiff | tree
2010年09月18日 Tom Lane Give a suitable HINT when an INSERT's data source is... commit | commitdiff | tree
2010年09月17日 Robert Haas Move pg_db_role_setting docs to correct place in alphab... commit | commitdiff | tree
2010年09月17日 Robert Haas Remove duplicated code left behind by my recent refacto... commit | commitdiff | tree
2010年09月17日 Tom Lane Add some documentation about how we WAL-log filesystem... commit | commitdiff | tree
2010年09月16日 Magnus Hagander Treat exit code 128 (ERROR_WAIT_NO_CHILDREN) as non... commit | commitdiff | tree
2010年09月16日 Tom Lane Stamp 9.0 release notes with expected release date... commit | commitdiff | tree
2010年09月16日 Tom Lane Fix bad grammar. commit | commitdiff | tree
2010年09月16日 Tom Lane Fix two new-in-9.0 bugs in hstore. commit | commitdiff | tree
2010年09月15日 Tom Lane Add a compatibility note about plpgsql's treatment... commit | commitdiff | tree
2010年09月15日 Heikki Linnakangas Fix two typos in comments, spotted by Fujii Masao and... commit | commitdiff | tree
2010年09月15日 Heikki Linnakangas Use a latch to make startup process wake up and replay... commit | commitdiff | tree
2010年09月15日 Heikki Linnakangas Simplify Windows implementation of latches. There's... commit | commitdiff | tree
2010年09月15日 Heikki Linnakangas Don't call OwnLatch while holding a spinlock. OwnLatch... commit | commitdiff | tree
2010年09月14日 Tom Lane Fix join-removal logic for pseudoconstant and outerjoin... commit | commitdiff | tree
2010年09月14日 Heikki Linnakangas Oops, the timeout argument to WaitLatchOrSocket is... commit | commitdiff | tree
2010年09月14日 Heikki Linnakangas Don't warn about an in-progress online backup, when... commit | commitdiff | tree
2010年09月13日 Heikki Linnakangas Add a comment noting that the owner_pid test in OwnLatc... commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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