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

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
2006年09月11日 Tom Lane Rename the uninstall scripts for contrib/lo and contrib... commit | commitdiff | tree
2006年09月11日 Tom Lane Add LDAP_LIBS_FE to $(libpq) for static or AIX linking... commit | commitdiff | tree
2006年09月11日 Tom Lane Ooops, forgot to update ecpg comparison files to match commit | commitdiff | tree
2006年09月11日 Tom Lane Fix omissions in contrib uninstall scripts. Michael... commit | commitdiff | tree
2006年09月11日 Tom Lane Fix unportable usage complained of by icc. Per buildfa... commit | commitdiff | tree
2006年09月10日 Bruce Momjian Remove unnecessary brace pair. commit | commitdiff | tree
2006年09月10日 Bruce Momjian Back out patch added during 8.2.X development: commit | commitdiff | tree
2006年09月10日 Bruce Momjian Add items: commit | commitdiff | tree
2006年09月10日 Tom Lane Install a cleaner solution to the AIX libpq linking... commit | commitdiff | tree
2006年09月10日 Tom Lane Fix dblink build for --enable-nls or --enable-openssl... commit | commitdiff | tree
2006年09月10日 Tom Lane Remove unhelpful/misleading advice about how to use... commit | commitdiff | tree
2006年09月10日 Tom Lane contrib/isn updates from Jeremy Kronuz. commit | commitdiff | tree
2006年09月10日 Tom Lane If we're going to advertise the array overlap/containme... commit | commitdiff | tree
2006年09月10日 Tom Lane Add missing documentation for new anyarray-overlap... commit | commitdiff | tree
2006年09月10日 Tom Lane Rename contrib contains/contained-by operators to ... commit | commitdiff | tree
2006年09月10日 Tom Lane Rename contains/contained-by operators to @> and <... commit | commitdiff | tree
2006年09月09日 Tom Lane Remove reference to contrib/mac, which isn't there... commit | commitdiff | tree
2006年09月09日 Tom Lane Add contrib/isn module for ISBN/ISSN/EAN13/etc product... commit | commitdiff | tree
2006年09月09日 Tom Lane Revise OpenLDAP configuration and linking to work on... commit | commitdiff | tree
2006年09月08日 Tom Lane Fix pg_dump for recent change removing separate RULE... commit | commitdiff | tree
2006年09月08日 Tom Lane Put back plan-time check for trying to apply SELECT... commit | commitdiff | tree
2006年09月08日 Tom Lane Tweak the behavior of log_duration as proposed by Guill... commit | commitdiff | tree
2006年09月08日 Michael Meskes Not all C compilers understand the "//" comment in... commit | commitdiff | tree
2006年09月08日 Michael Meskes Replaced complex tests with small ones. commit | commitdiff | tree
2006年09月08日 Michael Meskes More logic from complex/test* moved to their own testcases. commit | commitdiff | tree
2006年09月07日 Tom Lane Clean up logging for extended-query-protocol operations... commit | commitdiff | tree
2006年09月07日 Bruce Momjian Update pgcvslog comments. commit | commitdiff | tree
2006年09月07日 Bruce Momjian Specify lo_write() to take a _const_ buffer, to match... commit | commitdiff | tree
2006年09月07日 Michael Meskes Changing a test case also changes the output that is... commit | commitdiff | tree
2006年09月07日 Michael Meskes Removed one output because integer/double usage differ commit | commitdiff | tree
2006年09月07日 Bruce Momjian HTLM cleanup. commit | commitdiff | tree
2006年09月07日 Bruce Momjian Update Emacs/vim editor info. commit | commitdiff | tree
2006年09月07日 Bruce Momjian Update emacs info for FAQ_DEV. commit | commitdiff | tree
2006年09月07日 Bruce Momjian Add XML documentation. commit | commitdiff | tree
2006年09月06日 Bruce Momjian Update tools directory name. commit | commitdiff | tree
2006年09月06日 Tom Lane Change processing of extended-Query mode so that an... commit | commitdiff | tree
2006年09月06日 Tom Lane Be more wary about which LIBS elements to pull into... commit | commitdiff | tree
2006年09月06日 Teodor Sigaev Fix compiler warnings on 64-bit boxes: difference between commit | commitdiff | tree
2006年09月06日 Bruce Momjian Add interval division/multiplication regression tests. commit | commitdiff | tree
2006年09月05日 Tom Lane Fix sslinfo so it builds on Darwin. commit | commitdiff | tree
2006年09月05日 Tom Lane Silence compiler warning about signed vs unsigned chars. commit | commitdiff | tree
2006年09月05日 Tom Lane Silence compiler warnings about incompatible function... commit | commitdiff | tree
2006年09月05日 Tom Lane Remove pgcrypto functions that were deprecated and... commit | commitdiff | tree
2006年09月05日 Tom Lane Get rid of the separate RULE privilege for tables:... commit | commitdiff | tree
2006年09月05日 Tom Lane Make Gen_fmgrtab.sh locale-proof. Per report from... commit | commitdiff | tree
2006年09月05日 Teodor Sigaev Fix markup and license. commit | commitdiff | tree
2006年09月05日 Teodor Sigaev Fix Intel compiler bug. Per discussion commit | commitdiff | tree
2006年09月05日 Teodor Sigaev Add hstore contrib module. commit | commitdiff | tree
2006年09月05日 Tom Lane Remove contrib modules that have been migrated to pgfou... commit | commitdiff | tree
2006年09月05日 Michael Meskes Lost some changes yet again commit | commitdiff | tree
2006年09月05日 Michael Meskes Started to cleanup complex tests. commit | commitdiff | tree
2006年09月05日 Michael Meskes Synced parser. commit | commitdiff | tree
2006年09月05日 Bruce Momjian Remove GIN documentation commit | commitdiff | tree
2006年09月05日 Bruce Momjian Fix imprecision from interval rounding of multiplicatio... commit | commitdiff | tree
2006年09月05日 Bruce Momjian Update Japanese FAQ. commit | commitdiff | tree
2006年09月04日 Tom Lane Fix information_schema.key_column_usage to show correct... commit | commitdiff | tree
2006年09月04日 Tom Lane Bring sslinfo Makefile up to speed for VPATH and pgxs... commit | commitdiff | tree
2006年09月04日 Bruce Momjian Update setseed() documentation. commit | commitdiff | tree
2006年09月04日 Bruce Momjian Update LDAP installation wording. commit | commitdiff | tree
2006年09月04日 Bruce Momjian Trivial patch to double vacuum speed on tables with... commit | commitdiff | tree
2006年09月04日 Bruce Momjian Add MSVC build tools. commit | commitdiff | tree
2006年09月04日 Tom Lane Disallow TRUNCATE when there are any pending after... commit | commitdiff | tree
2006年09月04日 Bruce Momjian Sequences were not being shown due to the use of lowerc... commit | commitdiff | tree
2006年09月04日 Bruce Momjian Add GIN documentation. commit | commitdiff | tree
2006年09月04日 Bruce Momjian Mention paremeterized queries do not work with partial... commit | commitdiff | tree
2006年09月04日 Bruce Momjian Remove trailing slash use in ecpg regression script... commit | commitdiff | tree
2006年09月04日 Tom Lane Change ILIKE to invoke lower() and then do plain LIKE... commit | commitdiff | tree
2006年09月04日 Peter Eisentraut sslinfo contrib module - information about current... commit | commitdiff | tree
2006年09月04日 Peter Eisentraut Add missing gettext calls for some SSL errors. commit | commitdiff | tree
2006年09月04日 Bruce Momjian Update Japanese readme for pgstattuple. commit | commitdiff | tree
2006年09月04日 Tom Lane Clean up some leftover problems in pgstattuple: remove... commit | commitdiff | tree
2006年09月04日 Tom Lane Fix interval input parser so that fractional weeks... commit | commitdiff | tree
2006年09月03日 Tom Lane Code review for UPDATE SET (columnlist) patch. Make... commit | commitdiff | tree
2006年09月03日 Tom Lane Remove duplicated index entry. commit | commitdiff | tree
2006年09月03日 Tom Lane Fix broken markup. commit | commitdiff | tree
2006年09月03日 Tom Lane Suppress 'unused variable' warnings created by latest... commit | commitdiff | tree
2006年09月03日 Tom Lane Fix non-improvement of description of archive_timeout... commit | commitdiff | tree
2006年09月03日 Tom Lane Arrange for GetSnapshotData to copy live-subtransaction... commit | commitdiff | tree
2006年09月03日 Bruce Momjian Remove: commit | commitdiff | tree
2006年09月03日 Michael Meskes Synced parser. commit | commitdiff | tree
2006年09月03日 Bruce Momjian Properly round months into days and into seconds for... commit | commitdiff | tree
2006年09月03日 Bruce Momjian Reverted: commit | commitdiff | tree
2006年09月03日 Bruce Momjian Revert FETCH/MOVE int64 patch. Was using incorrect... commit | commitdiff | tree
2006年09月03日 Bruce Momjian Update predicate locking text. commit | commitdiff | tree
2006年09月03日 Bruce Momjian Fix case where "PM" to_timestamp() mask was eating... commit | commitdiff | tree
2006年09月03日 Bruce Momjian Fix LLONG_MAX define used by new int64 FETCH/MOVE patch. commit | commitdiff | tree
2006年09月03日 Bruce Momjian Remove unnecessary copyObject() call in update (values... commit | commitdiff | tree
2006年09月02日 Bruce Momjian Add: commit | commitdiff | tree
2006年09月02日 Bruce Momjian Make autovacuum behavior more agressive, per discussion... commit | commitdiff | tree
2006年09月02日 Bruce Momjian Update postgresql.conf line for default superuser_reser... commit | commitdiff | tree
2006年09月02日 Bruce Momjian Change "superuser_reserved_connections" default to... commit | commitdiff | tree
2006年09月02日 Bruce Momjian Add URL for autovacuum default: commit | commitdiff | tree
2006年09月02日 Bruce Momjian Use '' rather than \' for literal single quotes in... commit | commitdiff | tree
2006年09月02日 Bruce Momjian Wording improvements for archive_timeout. commit | commitdiff | tree
2006年09月02日 Joe Conway Added async query capability. Original patch by commit | commitdiff | tree
2006年09月02日 Bruce Momjian Small code cleanup for recent UPDATE SET (values) patch. commit | commitdiff | tree
2006年09月02日 Bruce Momjian Add UPDATE tab SET ROW (col, ...) = (val, ...) for... commit | commitdiff | tree
2006年09月02日 Bruce Momjian Update: commit | commitdiff | tree
2006年09月02日 Bruce Momjian Change FETCH/MOVE to use int8. commit | commitdiff | tree
2006年09月02日 Bruce Momjian Revert as not needed/inconsistent with SQL REINDEX: commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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