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

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
2013年10月18日 Robert Haas Remove IRIX port. commit | commitdiff | tree
2013年10月18日 Peter Eisentraut Switch dependency order of libpgcommon and libpgport commit | commitdiff | tree
2013年10月18日 Peter Eisentraut doc: Configure TOC generation in XSLT HTML build commit | commitdiff | tree
2013年10月17日 Robert Haas Remove spinlock support for SINIX, Sun3, and NS32K. commit | commitdiff | tree
2013年10月17日 Andrew Dunstan Return valid json when converting an empty hstore. commit | commitdiff | tree
2013年10月17日 Alvaro Herrera Silence compiler warning when SSL not in use commit | commitdiff | tree
2013年10月16日 Bruce Momjian Allow 5+ digit years for non-ISO timestamp/date strings... commit | commitdiff | tree
2013年10月16日 Robert Haas initdb: Suppress dynamic shared memory when probing... commit | commitdiff | tree
2013年10月16日 Peter Eisentraut Switch order of -lpgport and -lpgcommon commit | commitdiff | tree
2013年10月16日 Peter Eisentraut doc: Enable book index in XSLT builds commit | commitdiff | tree
2013年10月15日 Bruce Momjian docs: correct 9.1 and 9.2 release note mention of timel... commit | commitdiff | tree
2013年10月14日 Robert Haas In dsm_impl_windows, don't error out when the segment... commit | commitdiff | tree
2013年10月14日 Robert Haas Fix details missed by dynamic shared memory patch. commit | commitdiff | tree
2013年10月14日 Peter Eisentraut Translation updates to fix build failures commit | commitdiff | tree
2013年10月14日 Peter Eisentraut Add asprintf.c commit | commitdiff | tree
2013年10月14日 Peter Eisentraut Attempt to fix MSVC build for asprintf addition commit | commitdiff | tree
2013年10月13日 Peter Eisentraut Add use of asprintf() commit | commitdiff | tree
2013年10月13日 Peter Eisentraut Tweak "line" test to avoid platform-specific floating... commit | commitdiff | tree
2013年10月11日 Kevin Grittner Fix several possibly non-portable gaffs in record_image... commit | commitdiff | tree
2013年10月11日 Alvaro Herrera Use $(PERL) to invoke duplicate_oids commit | commitdiff | tree
2013年10月11日 Alvaro Herrera Rework SSL renegotiation code commit | commitdiff | tree
2013年10月11日 Peter Eisentraut doc: Move check-tabs target into html target commit | commitdiff | tree
2013年10月11日 Peter Eisentraut doc: Fix table column number declaration commit | commitdiff | tree
2013年10月11日 Peter Eisentraut doc: Handle additional character entities for SGML... commit | commitdiff | tree
2013年10月11日 Peter Eisentraut Remove maintainer-check target, fold into normal build commit | commitdiff | tree
2013年10月11日 Peter Eisentraut Replace duplicate_oids with Perl implementation commit | commitdiff | tree
2013年10月10日 Peter Eisentraut Update regression tests for line type patch commit | commitdiff | tree
2013年10月10日 Robert Haas initdb: Select working dynamic shared memory implementa... commit | commitdiff | tree
2013年10月10日 Kevin Grittner Fix bug in record_image_ops on big endian machines. commit | commitdiff | tree
2013年10月10日 Andrew Dunstan json_typeof function. commit | commitdiff | tree
2013年10月10日 Robert Haas Fix incorrect use of shm_unlink where unlink should... commit | commitdiff | tree
2013年10月10日 Peter Eisentraut pg_upgrade: Split off pg_fatal() from pg_log() commit | commitdiff | tree
2013年10月10日 Peter Eisentraut Revive line type commit | commitdiff | tree
2013年10月10日 Robert Haas Allow dynamic allocation of shared memory segments. commit | commitdiff | tree
2013年10月09日 Kevin Grittner Add record_image_ops opclass for matview concurrent... commit | commitdiff | tree
2013年10月09日 Bruce Momjian doc: fix typo in release notes commit | commitdiff | tree
2013年10月09日 Bruce Momjian Centralize effective_cache_size default setting commit | commitdiff | tree
2013年10月09日 Bruce Momjian Adjust the effective_cache_size default for standalone... commit | commitdiff | tree
2013年10月09日 Bruce Momjian Again move function where we set effective_cache_size... commit | commitdiff | tree
2013年10月09日 Bruce Momjian Move new effective_cache_size function commit | commitdiff | tree
2013年10月08日 Bruce Momjian Fix C comment in check_effective_cache_size() commit | commitdiff | tree
2013年10月08日 Bruce Momjian doc: Fix typo in effective_cache_size patch commit | commitdiff | tree
2013年10月08日 Kevin Grittner Allow drop-index-concurrently-1 test to run at any... commit | commitdiff | tree
2013年10月08日 Bruce Momjian Update postgres.conf.sample for effective_cache_size... commit | commitdiff | tree
2013年10月08日 Bruce Momjian docs: clarify references to md5 hash and md5 crypt... commit | commitdiff | tree
2013年10月08日 Bruce Momjian unaccent: mark unaccent() functions as immutable commit | commitdiff | tree
2013年10月08日 Bruce Momjian Auto-tune effective_cache size to be 4x shared buffers commit | commitdiff | tree
2013年10月08日 Bruce Momjian Additional instructions on minor release note creation. commit | commitdiff | tree
2013年10月08日 Bruce Momjian Update instructions on creating minor release notes. commit | commitdiff | tree
2013年10月08日 Bruce Momjian docs: update release notes for 8.4.18, 9.0.14, 9.1... commit | commitdiff | tree
2013年10月07日 Heikki Linnakangas TYPEALIGN doesn't work on int64 on 32-bit platforms. commit | commitdiff | tree
2013年10月07日 Heikki Linnakangas Fix bugs in SSI tuple locking. commit | commitdiff | tree
2013年10月07日 Peter Eisentraut Translation updates commit | commitdiff | tree
2013年10月07日 Robert Haas Make DISCARD SEQUENCES also discard the last used sequence. commit | commitdiff | tree
2013年10月07日 Robert Haas plpgsql: Add new option print_strict_params. commit | commitdiff | tree
2013年10月07日 Kevin Grittner Eliminate xmin from hash tag for predicate locks on... commit | commitdiff | tree
2013年10月07日 Andrew Dunstan Document support for VPATH builds of extensions. commit | commitdiff | tree
2013年10月06日 Noah Misch pgbench: Comment on thread timing hazards. commit | commitdiff | tree
2013年10月06日 Alvaro Herrera Fix various bugs in postmaster SIGKILL processing commit | commitdiff | tree
2013年10月05日 Noah Misch pgbench: Elaborate latency reporting. commit | commitdiff | tree
2013年10月05日 Noah Misch pgbench: Remove stray use of "float" math. commit | commitdiff | tree
2013年10月05日 Bruce Momjian pg_upgrade doc: link mode additions commit | commitdiff | tree
2013年10月04日 Alvaro Herrera add multixact-no-deadlock to schedule commit | commitdiff | tree
2013年10月04日 Alvaro Herrera Make some isolationtester specs more complete commit | commitdiff | tree
2013年10月04日 Alvaro Herrera isolationtester: Allow tuples to be returned in more... commit | commitdiff | tree
2013年10月04日 Bruce Momjian Issue error on SET outside transaction block in some... commit | commitdiff | tree
2013年10月04日 Robert Haas doc: Add missing words to bgworker docs. commit | commitdiff | tree
2013年10月04日 Robert Haas Fix silly thinko in ResetSequenceCaches. commit | commitdiff | tree
2013年10月03日 Robert Haas Add DISCARD SEQUENCES command. commit | commitdiff | tree
2013年10月03日 Robert Haas psql: Make \pset without arguments show all settings. commit | commitdiff | tree
2013年10月03日 Heikki Linnakangas Minor GIN code refactoring. commit | commitdiff | tree
2013年10月03日 Peter Eisentraut doc: Correct psycopg URL commit | commitdiff | tree
2013年10月03日 Peter Eisentraut psql: Set up cancel handler later commit | commitdiff | tree
2013年10月02日 Bruce Momjian doc: fix hstore_to_json_loose() doc wording commit | commitdiff | tree
2013年10月02日 Magnus Hagander Fix copy/paste error commit | commitdiff | tree
2013年10月01日 Bruce Momjian Adjust C comments that would be wrap-able. commit | commitdiff | tree
2013年10月01日 Alvaro Herrera Add WaitForLockers in lmgr, refactoring index.c code commit | commitdiff | tree
2013年10月01日 Alvaro Herrera Remove broken PGXS code for pg_xlogdump commit | commitdiff | tree
2013年09月30日 Andrew Dunstan Add missing condition for pg_depend in hstore migration... commit | commitdiff | tree
2013年09月30日 Andrew Dunstan Ensure installation dirs are built before contents... commit | commitdiff | tree
2013年09月30日 Heikki Linnakangas In bms_add_member(), use repalloc() if the bms needs... commit | commitdiff | tree
2013年09月30日 Heikki Linnakangas Fix snapshot leak if lo_open called on non-existent... commit | commitdiff | tree
2013年09月30日 Fujii Masao Correct comment of pgbench "filler" columns. commit | commitdiff | tree
2013年09月30日 Andrew Dunstan Fix makefile broken by hstore fix. commit | commitdiff | tree
2013年09月29日 Andrew Dunstan Use a new hstore extension version for added json funct... commit | commitdiff | tree
2013年09月29日 Andrew Dunstan Ensure installation dirs are built before contents... commit | commitdiff | tree
2013年09月26日 Robert Haas Allow printf-style padding specifications in log_line_p... commit | commitdiff | tree
2013年09月26日 Andrew Dunstan Fix erroneous statements about multiply specified JSON... commit | commitdiff | tree
2013年09月26日 Heikki Linnakangas Fix spurious warning after vacuuming a page on a table... commit | commitdiff | tree
2013年09月26日 Noah Misch pgbench: Correct for bias in --rate schedule generation. commit | commitdiff | tree
2013年09月25日 Heikki Linnakangas Plug memory leak in range_cmp function. commit | commitdiff | tree
2013年09月24日 Alvaro Herrera Fix pgindent comment breakage commit | commitdiff | tree
2013年09月23日 Noah Misch Use @libdir@ in both of regress/{input,output}/security... commit | commitdiff | tree
2013年09月23日 Noah Misch pgbench: Tweak documentation. commit | commitdiff | tree
2013年09月23日 Robert Haas doc: Clarify that file_fdw options require values. commit | commitdiff | tree
2013年09月23日 Robert Haas Don't allow system columns in CHECK constraints, except... commit | commitdiff | tree
2013年09月23日 Bruce Momjian pg_upgrade: more C comment fixes commit | commitdiff | tree
2013年09月23日 Bruce Momjian pg_upgrade: fix C comment typo commit | commitdiff | tree
2013年09月23日 Stephen Frost Fix SSL deadlock risk in libpq commit | commitdiff | tree
2013年09月23日 Heikki Linnakangas Fix two timeline handling bugs in pg_receivexlog. commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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