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

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
2015年03月11日 Peter Eisentraut PL/Python: Avoid lossiness in float conversion commit | commitdiff | tree
2015年03月11日 Robert Haas Require non-NULL pstate for all addRangeTableEntryFor... commit | commitdiff | tree
2015年03月11日 Tom Lane Make operator precedence follow the SQL standard more... commit | commitdiff | tree
2015年03月11日 Tom Lane Allocate ParamListInfo once per plpgsql function, not... commit | commitdiff | tree
2015年03月11日 Robert Haas sepgsql: Improve error message when unsupported object... commit | commitdiff | tree
2015年03月11日 Robert Haas Suggest to the user the column they may have meant... commit | commitdiff | tree
2015年03月11日 Andres Freund Add macros wrapping all usage of gcc's __attribute__. commit | commitdiff | tree
2015年03月11日 Alvaro Herrera Refactor Mkvcbuild.pm to facilitate modules migrations commit | commitdiff | tree
2015年03月11日 Fujii Masao Add GUC to enable compression of full page images store... commit | commitdiff | tree
2015年03月10日 Tom Lane Clean up the mess from => patch. commit | commitdiff | tree
2015年03月10日 Alvaro Herrera Fix stray sentence fragment in shared_preload_libraries... commit | commitdiff | tree
2015年03月10日 Alvaro Herrera Move BRIN page type to page's last two bytes commit | commitdiff | tree
2015年03月10日 Robert Haas Allow named parameters to be specified using => in... commit | commitdiff | tree
2015年03月09日 Alvaro Herrera Keep CommitTs module in sync in standby and master commit | commitdiff | tree
2015年03月09日 Alvaro Herrera Fix crasher bugs in previous commit commit | commitdiff | tree
2015年03月09日 Alvaro Herrera Allow CURRENT/SESSION_USER to be used in certain commands commit | commitdiff | tree
2015年03月09日 Michael Meskes Ignore leftover artifacts from ecpg testsuite runs... commit | commitdiff | tree
2015年03月09日 Michael Meskes Revert "Ignore object files generated by ecpg test... commit | commitdiff | tree
2015年03月09日 Robert Haas Fix handling of sortKeys field in Tuplesortstate. commit | commitdiff | tree
2015年03月09日 Heikki Linnakangas Move WAL-related definitions from dbcommands.h to separ... commit | commitdiff | tree
2015年03月09日 Michael Meskes Ignore object files generated by ecpg test suite on... commit | commitdiff | tree
2015年03月09日 Fujii Masao Fix typo in comment. commit | commitdiff | tree
2015年03月09日 Fujii Masao Add missing "goto err" statements in xlogreader.c. commit | commitdiff | tree
2015年03月08日 Peter Eisentraut Sort SUBDIRS variable in src/bin/Makefile commit | commitdiff | tree
2015年03月08日 Tom Lane Cast to (void *) rather than (int *) when passing int64... commit | commitdiff | tree
2015年03月08日 Tom Lane Remove struct PQArgBlock from server-side header libpq... commit | commitdiff | tree
2015年03月08日 Tom Lane Fix documentation for libpq's PQfn(). commit | commitdiff | tree
2015年03月08日 Tom Lane Code cleanup for REINDEX DATABASE/SCHEMA/SYSTEM. commit | commitdiff | tree
2015年03月08日 Tom Lane Fix erroneous error message for REINDEX SYSTEM. commit | commitdiff | tree
2015年03月07日 Noah Misch Build fls.o only when AC_REPLACE_FUNCS so dictates... commit | commitdiff | tree
2015年03月07日 Noah Misch Add CHECK_FOR_INTERRUPTS() to the wait_pid() loop. commit | commitdiff | tree
2015年03月07日 Peter Eisentraut Remove rolcatupdate commit | commitdiff | tree
2015年03月06日 Alvaro Herrera Add some more tests on event triggers commit | commitdiff | tree
2015年03月06日 Tom Lane Rethink function argument sorting in pg_dump. commit | commitdiff | tree
2015年03月06日 Alvaro Herrera Fix contrib/file_fdw's expected file commit | commitdiff | tree
2015年03月05日 Alvaro Herrera Fix user mapping object description commit | commitdiff | tree
2015年03月05日 Alvaro Herrera Silence warning in non-assert-enabled build commit | commitdiff | tree
2015年03月05日 Tom Lane Remove comment claiming that PARAM_EXTERN Params always... commit | commitdiff | tree
2015年03月05日 Fujii Masao Fix typo in comment. commit | commitdiff | tree
2015年03月05日 Tom Lane Avoid unused-variable warning in non-assert builds. commit | commitdiff | tree
2015年03月05日 Tom Lane Change plpgsql's cast cache to consider source typmod... commit | commitdiff | tree
2015年03月05日 Tom Lane Need to special-case RECORD as well as UNKNOWN in plpgs... commit | commitdiff | tree
2015年03月04日 Tom Lane Use standard casting mechanism to convert types in... commit | commitdiff | tree
2015年03月04日 Tom Lane Fix cost estimation for indexscans on expensive indexed... commit | commitdiff | tree
2015年03月04日 Fujii Masao Fix an obsolete reference to SnapshotNow in comment. commit | commitdiff | tree
2015年03月04日 Tom Lane Fix long-obsolete code for separating filter conditions... commit | commitdiff | tree
2015年03月03日 Robert Haas Remove residual NULL-pstate handling in addRangeTableEntry. commit | commitdiff | tree
2015年03月03日 Alvaro Herrera Change many routines to return ObjectAddress rather... commit | commitdiff | tree
2015年03月03日 Alvaro Herrera Add comment for "is_internal" parameter commit | commitdiff | tree
2015年03月03日 Tom Lane Reduce json <=> jsonb casts from explicit-only to assig... commit | commitdiff | tree
2015年03月03日 Robert Haas pgbench: Fix mistakes in Makefile. commit | commitdiff | tree
2015年03月03日 Tom Lane Fix busted markup. commit | commitdiff | tree
2015年03月02日 Robert Haas pgbench: Add a real expression syntax to \set commit | commitdiff | tree
2015年03月02日 Stephen Frost Fix pg_dump handling of extension config tables commit | commitdiff | tree
2015年03月01日 Stephen Frost Fix targetRelation initializiation in prepsecurity commit | commitdiff | tree
2015年03月01日 Tom Lane Use the typcache to cache constraints for domain types. commit | commitdiff | tree
2015年03月01日 Noah Misch Add transform functions for AT TIME ZONE. commit | commitdiff | tree
2015年03月01日 Noah Misch Unlink static libraries before rebuilding them. commit | commitdiff | tree
2015年03月01日 Tom Lane Move memory context callback declarations into palloc.h. commit | commitdiff | tree
2015年03月01日 Alvaro Herrera Fix intermittent failure in event_trigger test commit | commitdiff | tree
2015年02月28日 Tom Lane Track typmods in plpgsql expression evaluation and... commit | commitdiff | tree
2015年02月28日 Tom Lane Fix planning of star-schema-style queries. commit | commitdiff | tree
2015年02月28日 Tom Lane Improve mmgr README. commit | commitdiff | tree
2015年02月27日 Tom Lane Suppress uninitialized-variable warning from less-brigh... commit | commitdiff | tree
2015年02月27日 Tom Lane Redefine MemoryContextReset() as deleting, not resettin... commit | commitdiff | tree
2015年02月27日 Alvaro Herrera Make CREATE OR REPLACE VIEW internally more consistent commit | commitdiff | tree
2015年02月27日 Tom Lane Invent a memory context reset/delete callback mechanism. commit | commitdiff | tree
2015年02月27日 Alvaro Herrera Fix a couple of trivial issues in jsonb.c commit | commitdiff | tree
2015年02月27日 Alvaro Herrera Fix table_rewrite event trigger for ALTER TYPE/SET... commit | commitdiff | tree
2015年02月26日 Andrew Dunstan Render infinite date/timestamps as 'infinity' for json... commit | commitdiff | tree
2015年02月26日 Andres Freund Reconsider when to wait for WAL flushes/syncrep during... commit | commitdiff | tree
2015年02月26日 Fujii Masao Add note about how to make the SRF detoasted arguments... commit | commitdiff | tree
2015年02月26日 Noah Misch Free SQLSTATE and SQLERRM no earlier than other PL... commit | commitdiff | tree
2015年02月26日 Stephen Frost Add hasRowSecurity to copyfuncs/outfuncs commit | commitdiff | tree
2015年02月26日 Stephen Frost Add locking clause for SB views for update/delete commit | commitdiff | tree
2015年02月25日 Tom Lane Fix over-optimistic caching in fetch_array_arg_replace_... commit | commitdiff | tree
2015年02月25日 Tom Lane Fix dumping of views that are just VALUES(...) but... commit | commitdiff | tree
2015年02月25日 Michael Meskes Remove null-pointer checks that are not needed. commit | commitdiff | tree
2015年02月24日 Tom Lane Improve parser's one-extra-token lookahead mechanism. commit | commitdiff | tree
2015年02月24日 Peter Eisentraut Error when creating names too long for tar format commit | commitdiff | tree
2015年02月24日 Heikki Linnakangas Fix recovery_command -> restore_command typo in 8.3... commit | commitdiff | tree
2015年02月24日 Heikki Linnakangas Fix typo in README. commit | commitdiff | tree
2015年02月23日 Peter Eisentraut Fix invalid DocBook XML commit | commitdiff | tree
2015年02月23日 Alvaro Herrera Fix stupid merge errors in previous commit commit | commitdiff | tree
2015年02月23日 Tom Lane Further tweaking of raw grammar output to distinguish... commit | commitdiff | tree
2015年02月23日 Alvaro Herrera Support more commands in event triggers commit | commitdiff | tree
2015年02月23日 Heikki Linnakangas Replace checkpoint_segments with min_wal_size and max_w... commit | commitdiff | tree
2015年02月23日 Heikki Linnakangas Renumber GUC_* constants. commit | commitdiff | tree
2015年02月23日 Heikki Linnakangas Refactor unit conversions code in guc.c. commit | commitdiff | tree
2015年02月23日 Andres Freund Guard against spurious signals in LockBufferForCleanup. commit | commitdiff | tree
2015年02月23日 Fujii Masao Add GUC to control the time to wait before retrieving... commit | commitdiff | tree
2015年02月23日 Heikki Linnakangas Fix potential deadlock with libpq non-blocking mode. commit | commitdiff | tree
2015年02月22日 Tom Lane Add parse location fields to NullTest and BooleanTest... commit | commitdiff | tree
2015年02月22日 Tom Lane Get rid of multiple applications of transformExpr(... commit | commitdiff | tree
2015年02月22日 Tom Lane Represent BETWEEN as a special node type in raw parse... commit | commitdiff | tree
2015年02月22日 Jeff Davis Rename variable in AllocSetContextCreate to be consistent. commit | commitdiff | tree
2015年02月22日 Jeff Davis In array_agg(), don't create a new context for every... commit | commitdiff | tree
2015年02月21日 Tom Lane Try to fix busted gettimeofday() code. commit | commitdiff | tree
2015年02月21日 Tom Lane Use FLEXIBLE_ARRAY_MEMBER in Windows-specific code. commit | commitdiff | tree
2015年02月21日 Andres Freund Force some system catalog table columns to be marked... commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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