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年03月04日 Kevin Grittner Add a materialized view relations. commit | commitdiff | tree
2013年03月04日 Tom Lane Get rid of any toast table when converting a table... commit | commitdiff | tree
2013年03月03日 Tom Lane Fix SQL function execution to be safe with long-lived... commit | commitdiff | tree
2013年03月03日 Peter Eisentraut doc: Small tweak for consistency commit | commitdiff | tree
2013年03月03日 Peter Eisentraut doc: A few awkward phrasing fixes commit | commitdiff | tree
2013年03月02日 Peter Eisentraut Exclude utils/probes.h and pg_trace.h from cpluspluscheck commit | commitdiff | tree
2013年03月02日 Tom Lane Eliminate memory leaks in plperl's spi_prepare() function. commit | commitdiff | tree
2013年02月28日 Alvaro Herrera Improve pg_upgrade commentary on multixact change commit | commitdiff | tree
2013年02月28日 Andrew Dunstan Flush stderr and stdout in isolation tester. commit | commitdiff | tree
2013年02月27日 Heikki Linnakangas Remove spurious "the", and add a missing one. commit | commitdiff | tree
2013年02月27日 Heikki Linnakangas Fix MSVC build. commit | commitdiff | tree
2013年02月27日 Heikki Linnakangas Fix typo in "pg_xlogdump --help" and error message. commit | commitdiff | tree
2013年02月27日 Heikki Linnakangas Cannot use WL_SOCKET_WRITEABLE without WL_SOCKET_READABLE. commit | commitdiff | tree
2013年02月27日 Heikki Linnakangas Add standard file header comment to quotes.c. commit | commitdiff | tree
2013年02月27日 Heikki Linnakangas Add support for piping COPY to/from an external program. commit | commitdiff | tree
2013年02月27日 Tom Lane Add missing error check in regexp parser. commit | commitdiff | tree
2013年02月26日 Tom Lane Add missing .gitignore file. commit | commitdiff | tree
2013年02月26日 Tom Lane Clean up "stopgap" implementation of timestamptz_to_str(). commit | commitdiff | tree
2013年02月26日 Tom Lane Install headers from the new src/include/common subdire... commit | commitdiff | tree
2013年02月26日 Heikki Linnakangas Remove the check for COPY TO STDIN and COPY FROM STDOUT... commit | commitdiff | tree
2013年02月25日 Peter Eisentraut doc: Fix markup typo commit | commitdiff | tree
2013年02月25日 Heikki Linnakangas Only quote libpq connection string values that need... commit | commitdiff | tree
2013年02月25日 Heikki Linnakangas Add -d option to pg_dumpall, for specifying a connectio... commit | commitdiff | tree
2013年02月25日 Heikki Linnakangas Add -d/--dbname option to pg_dump. commit | commitdiff | tree
2013年02月25日 Andrew Dunstan Redo MSVC build implementation for pg_xlogdump. commit | commitdiff | tree
2013年02月25日 Heikki Linnakangas Add -d option to pg_basebackup and pg_receivexlog,... commit | commitdiff | tree
2013年02月25日 Andrew Dunstan Provide MSVC build setup for pg_xlogdump. commit | commitdiff | tree
2013年02月24日 Peter Eisentraut doc: Remove PostgreSQL version number from xml2 depreca... commit | commitdiff | tree
2013年02月24日 Tom Lane Fix build of contrib/pg_xlogdump. commit | commitdiff | tree
2013年02月24日 Peter Eisentraut Correct tense in log message commit | commitdiff | tree
2013年02月23日 Tom Lane Rename postgres_fdw's use_remote_explain option to... commit | commitdiff | tree
2013年02月23日 Peter Eisentraut doc: Add more compatibility information for triggers commit | commitdiff | tree
2013年02月23日 Peter Eisentraut Add quotes to messages commit | commitdiff | tree
2013年02月22日 Alvaro Herrera contrib/Makefile also needs updated commit | commitdiff | tree
2013年02月22日 Alvaro Herrera Fix some typos and grammatical mistakes commit | commitdiff | tree
2013年02月22日 Alvaro Herrera Fix copy-and-pasteo commit | commitdiff | tree
2013年02月22日 Alvaro Herrera Add pg_xlogdump contrib program commit | commitdiff | tree
2013年02月22日 Tom Lane Fix some planning oversights in postgres_fdw. commit | commitdiff | tree
2013年02月22日 Alvaro Herrera Blind attempt at fixing the non-MSVC Windows builds commit | commitdiff | tree
2013年02月22日 Tom Lane Fix whole-row references in postgres_fdw. commit | commitdiff | tree
2013年02月22日 Tom Lane Change postgres_fdw to show casts as casts, not underly... commit | commitdiff | tree
2013年02月22日 Tom Lane Get rid of postgres_fdw's assumption that remote type... commit | commitdiff | tree
2013年02月22日 Heikki Linnakangas Fix thinko in previous commit. commit | commitdiff | tree
2013年02月22日 Tom Lane Adjust postgres_fdw's search path handling. commit | commitdiff | tree
2013年02月22日 Heikki Linnakangas If recovery.conf is created after "pg_ctl stop -m i... commit | commitdiff | tree
2013年02月22日 Alvaro Herrera Move relpath() to libpgcommon commit | commitdiff | tree
2013年02月21日 Alvaro Herrera Remove useless variable commit | commitdiff | tree
2013年02月21日 Tom Lane Need to decorate XactIsoLevel as PGDLLIMPORT for postgr... commit | commitdiff | tree
2013年02月21日 Tom Lane Teach MSVC build system about postgres_fdw. commit | commitdiff | tree
2013年02月21日 Tom Lane Add postgres_fdw contrib module. commit | commitdiff | tree
2013年02月20日 Heikki Linnakangas Fix pg_dumpall with database names containing = commit | commitdiff | tree
2013年02月20日 Heikki Linnakangas Don't pass NULL to fprintf, if a bogus connection strin... commit | commitdiff | tree
2013年02月20日 Heikki Linnakangas Fix yet another typo in comment. commit | commitdiff | tree
2013年02月18日 Alvaro Herrera Move ExceptionalCondition back to postgres.h commit | commitdiff | tree
2013年02月18日 Alvaro Herrera Split pgstat file in smaller pieces commit | commitdiff | tree
2013年02月18日 Peter Eisentraut Add ALTER ROLE ALL SET command commit | commitdiff | tree
2013年02月16日 Bruce Momjian Warn about initdb using mount-points commit | commitdiff | tree
2013年02月15日 Heikki Linnakangas Better fix for "unarchived WAL files get deleted on... commit | commitdiff | tree
2013年02月15日 Simon Riggs Force archive_status of .done for xlogs created by... commit | commitdiff | tree
2013年02月15日 Heikki Linnakangas Don't delete unarchived WAL files during crash recovery. commit | commitdiff | tree
2013年02月15日 Peter Eisentraut pgindent: Fix order in instructions commit | commitdiff | tree
2013年02月15日 Tom Lane Invent pre-commit/pre-prepare/pre-subcommit events... commit | commitdiff | tree
2013年02月14日 Bruce Momjian pg_upgrade: conditionally create cluster delete script commit | commitdiff | tree
2013年02月14日 Bruce Momjian Fix pg_upgrade log file cleanup code commit | commitdiff | tree
2013年02月14日 Peter Eisentraut doc: Add make target to produce EPUB from DocBook commit | commitdiff | tree
2013年02月13日 Tom Lane Fix CVE-2013-0255 properly. commit | commitdiff | tree
2013年02月13日 Tom Lane Fix contrib/pg_trgm's similarity() function for trigram... commit | commitdiff | tree
2013年02月13日 Tom Lane Fix bogus when-to-deregister-from-listener-array logic. commit | commitdiff | tree
2013年02月13日 Heikki Linnakangas Update visibility map in the second phase of vacuum. commit | commitdiff | tree
2013年02月12日 Alvaro Herrera Rename "string" pstrdup argument to "in" commit | commitdiff | tree
2013年02月12日 Alvaro Herrera Don't build libpgcommon_srv.a just yet commit | commitdiff | tree
2013年02月12日 Alvaro Herrera Create libpgcommon, and move pg_malloc et al to it commit | commitdiff | tree
2013年02月12日 Peter Eisentraut Add noreturn attributes to some error reporting functions commit | commitdiff | tree
2013年02月11日 Heikki Linnakangas Support unlogged GiST index. commit | commitdiff | tree
2013年02月11日 Heikki Linnakangas Fix checkpoint after fast promotion. commit | commitdiff | tree
2013年02月11日 Heikki Linnakangas Include previous TLI in end-of-recovery and shutdown... commit | commitdiff | tree
2013年02月10日 Tom Lane Further cleanup of gistsplit.c. commit | commitdiff | tree
2013年02月10日 Tom Lane Remove useless picksplit-doesn't-support-secondary... commit | commitdiff | tree
2013年02月10日 Tom Lane Remove vestigial secondary-split support in gist_box_pi... commit | commitdiff | tree
2013年02月10日 Tom Lane Document and clean up gistsplit.c. commit | commitdiff | tree
2013年02月09日 Tom Lane Reduce log level of picksplit-doesn't-support-secondary... commit | commitdiff | tree
2013年02月09日 Tom Lane Add an example of attaching a default value to an updat... commit | commitdiff | tree
2013年02月09日 Peter Eisentraut psql: Improve unaligned expanded output for zero rows commit | commitdiff | tree
2013年02月09日 Peter Eisentraut psql: Improve expanded print output in tuples-only... commit | commitdiff | tree
2013年02月09日 Tom Lane Add support for ALTER RULE ... RENAME TO. commit | commitdiff | tree
2013年02月08日 Tom Lane Simplify box_overlap computations. commit | commitdiff | tree
2013年02月08日 Tom Lane Fix gist_box_same and gist_point_consistent to handle... commit | commitdiff | tree
2013年02月08日 Alvaro Herrera Clean up c.h / postgres.h after Assert() move commit | commitdiff | tree
2013年02月08日 Alvaro Herrera Fix Xmax freeze conditions commit | commitdiff | tree
2013年02月08日 Tom Lane doc: Fix mistakes in the most recent set of release... commit | commitdiff | tree
2013年02月08日 Magnus Hagander Fix another typo in a comment commit | commitdiff | tree
2013年02月08日 Peter Eisentraut Exclude access/rmgrlist.h from cpluspluscheck commit | commitdiff | tree
2013年02月08日 Peter Eisentraut scripts: Add build prerequisite on libpgport commit | commitdiff | tree
2013年02月08日 Magnus Hagander Fix typo in comment commit | commitdiff | tree
2013年02月08日 Peter Eisentraut doc: Rewrite how to get the source code commit | commitdiff | tree
2013年02月08日 Tom Lane Fix performance issue in EXPLAIN (ANALYZE, TIMING OFF). commit | commitdiff | tree
2013年02月08日 Tom Lane Make contrib/btree_gist's GiST penalty function a bit... commit | commitdiff | tree
2013年02月07日 Tom Lane Fix erroneous range-union logic for varlena types in... commit | commitdiff | tree
2013年02月07日 Tom Lane Repair bugs in GiST page splitting code for multi-colum... commit | commitdiff | tree
2013年02月07日 Tom Lane Fix possible failure to send final transaction counts... commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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