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

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
2016年10月03日 Tom Lane Enforce a specific order for probing library loadabilit... commit | commitdiff | tree
2016年10月03日 Heikki Linnakangas Change the way pre-reading in external sort's merge... commit | commitdiff | tree
2016年10月02日 Tom Lane Add ALTER EXTENSION ADD/DROP ACCESS METHOD, and use... commit | commitdiff | tree
2016年10月02日 Tom Lane Avoid leaking FDs after an fsync failure. commit | commitdiff | tree
2016年10月01日 Tom Lane Do ClosePostmasterPorts() earlier in SubPostmasterMain(). commit | commitdiff | tree
2016年10月01日 Tom Lane Fix bugs in contrib/pg_visibility. commit | commitdiff | tree
2016年10月01日 Tom Lane Copy-editing for contrib/pg_visibility documentation. commit | commitdiff | tree
2016年10月01日 Tom Lane Fix misstatement in comment in Makefile.shlib. commit | commitdiff | tree
2016年10月01日 Tom Lane Fix misplacement of submake-generated-headers prerequis... commit | commitdiff | tree
2016年10月01日 Peter Eisentraut Set log_line_prefix and application name in test drivers commit | commitdiff | tree
2016年10月01日 Tom Lane Improve error reporting in pg_upgrade's file copying... commit | commitdiff | tree
2016年10月01日 Tom Lane Fix multiple portability issues in pg_upgrade's rewrite... commit | commitdiff | tree
2016年09月30日 Peter Eisentraut Fix breakage in previous change commit | commitdiff | tree
2016年09月30日 Peter Eisentraut Separate enum from struct commit | commitdiff | tree
2016年09月30日 Peter Eisentraut Remove unnecessary prototypes commit | commitdiff | tree
2016年09月30日 Peter Eisentraut Add missing include files to configure tests commit | commitdiff | tree
2016年09月30日 Peter Eisentraut Use return instead of exit() in configure commit | commitdiff | tree
2016年09月30日 Peter Eisentraut Fix use of offsetof() commit | commitdiff | tree
2016年09月30日 Magnus Hagander Retry opening new segments in pg_xlogdump --folllow commit | commitdiff | tree
2016年09月30日 Stephen Frost Remove superuser checks in pgstattuple commit | commitdiff | tree
2016年09月29日 Peter Eisentraut Fix compiler warnings commit | commitdiff | tree
2016年09月29日 Tom Lane Allow contrib/file_fdw to read from a program, like... commit | commitdiff | tree
2016年09月29日 Peter Eisentraut Switch pg_basebackup commands in Postgres.pm to use... commit | commitdiff | tree
2016年09月29日 Peter Eisentraut pg_basebackup: Add --nosync option commit | commitdiff | tree
2016年09月29日 Peter Eisentraut pg_basebackup pg_receivexlog: Issue fsync more carefully commit | commitdiff | tree
2016年09月29日 Peter Eisentraut Move fsync routines of initdb into src/common/ commit | commitdiff | tree
2016年09月29日 Heikki Linnakangas Don't bother to lock bufmgr partitions in pg_buffercache. commit | commitdiff | tree
2016年09月28日 Peter Eisentraut Exclude additional directories in pg_basebackup commit | commitdiff | tree
2016年09月28日 Alvaro Herrera Silence compiler warnings commit | commitdiff | tree
2016年09月28日 Tom Lane Rationalize format-picture caching logic in formatting.c. commit | commitdiff | tree
2016年09月28日 Tom Lane Make to_timestamp() and to_date() range-check fields... commit | commitdiff | tree
2016年09月28日 Peter Eisentraut Remove dead line of code commit | commitdiff | tree
2016年09月28日 Robert Haas worker_spi: Call pgstat_report_stat. commit | commitdiff | tree
2016年09月28日 Peter Eisentraut Fix CRC check handling in get_controlfile commit | commitdiff | tree
2016年09月28日 Robert Haas Fix dangling pointer problem in ReorderBufferSerializeC... commit | commitdiff | tree
2016年09月28日 Heikki Linnakangas Turn password_encryption GUC into an enum. commit | commitdiff | tree
2016年09月27日 Tom Lane Disallow pushing volatile quals past set-returning... commit | commitdiff | tree
2016年09月27日 Tom Lane Make struct ParallelSlot private within pg_dump/parallel.c. commit | commitdiff | tree
2016年09月27日 Tom Lane Rationalize parallel dump/restore's handling of worker... commit | commitdiff | tree
2016年09月27日 Tom Lane Redesign parallel dump/restore's wait-for-workers logic. commit | commitdiff | tree
2016年09月27日 Tom Lane Improve contrib/cube's handling of zero-D cubes, infini... commit | commitdiff | tree
2016年09月27日 Alvaro Herrera Include <sys/select.h> where needed commit | commitdiff | tree
2016年09月26日 Peter Eisentraut Fix some typos in comment commit | commitdiff | tree
2016年09月27日 Tom Lane Fix newly-introduced issues in pgbench. commit | commitdiff | tree
2016年09月26日 Tom Lane Replace the built-in GIN array opclasses with a single... commit | commitdiff | tree
2016年09月26日 Tom Lane Document has_type_privilege(). commit | commitdiff | tree
2016年09月26日 Heikki Linnakangas Refactor script execution state machine in pgbench. commit | commitdiff | tree
2016年09月25日 Tom Lane Refer to OS X as "macOS", except for the port name... commit | commitdiff | tree
2016年09月24日 Tom Lane Do a final round of updates on the 9.6 release notes. commit | commitdiff | tree
2016年09月23日 Tom Lane Install TAP test infrastructure so it's available for... commit | commitdiff | tree
2016年09月23日 Tom Lane Doc: fix examples of # operators so they actually work. commit | commitdiff | tree
2016年09月23日 Tom Lane Fix incorrect logic for excluding range constructor... commit | commitdiff | tree
2016年09月23日 Tom Lane Remove useless code. commit | commitdiff | tree
2016年09月23日 Tom Lane Don't trust CreateFileMapping() to clear the error... commit | commitdiff | tree
2016年09月23日 Tom Lane Avoid using PostmasterRandom() for DSM control segment ID. commit | commitdiff | tree
2016年09月23日 Peter Eisentraut pg_ctl: Add promote wait option to help output commit | commitdiff | tree
2016年09月23日 Heikki Linnakangas Improve error message on MSVC if perl*.lib is not found. commit | commitdiff | tree
2016年09月23日 Heikki Linnakangas Fix typo in comment. commit | commitdiff | tree
2016年09月22日 Bruce Momjian C comment: fix function header comment commit | commitdiff | tree
2016年09月22日 Tom Lane Remove nearly-unused SizeOfIptrData macro. commit | commitdiff | tree
2016年09月22日 Tom Lane Be sure to rewind the tuplestore read pointer in non... commit | commitdiff | tree
2016年09月22日 Peter Eisentraut Add tests for various connection string issues commit | commitdiff | tree
2016年09月21日 Peter Eisentraut pg_ctl: Add wait option to promote action commit | commitdiff | tree
2016年09月21日 Peter Eisentraut Delay updating control file to "in production" commit | commitdiff | tree
2016年09月21日 Peter Eisentraut pg_ctl: Detect current standby state from pg_control commit | commitdiff | tree
2016年09月21日 Peter Eisentraut pg_ctl: Add tests for promote action commit | commitdiff | tree
2016年09月21日 Peter Eisentraut Make command_like output more compact commit | commitdiff | tree
2016年09月21日 Peter Eisentraut Fix typo commit | commitdiff | tree
2016年09月21日 Robert Haas Add more parallel query documentation. commit | commitdiff | tree
2016年09月21日 Heikki Linnakangas Print test parameters like "foo: 123", and results... commit | commitdiff | tree
2016年09月21日 Heikki Linnakangas Fix pgbench's calculation of average latency, when... commit | commitdiff | tree
2016年09月20日 Peter Eisentraut pg_restore: Add -N option to exclude schemas commit | commitdiff | tree
2016年09月20日 Peter Eisentraut doc: Fix documentation to match actual make output commit | commitdiff | tree
2016年09月20日 Peter Eisentraut doc: Correct ALTER USER MAPPING example commit | commitdiff | tree
2016年09月20日 Peter Eisentraut Re-add translation markers that were lost commit | commitdiff | tree
2016年09月20日 Robert Haas Use PostmasterRandom(), not random(), for DSM control... commit | commitdiff | tree
2016年09月20日 Robert Haas Retry DSM control segment creation if Windows indicates... commit | commitdiff | tree
2016年09月20日 Heikki Linnakangas Fix outdated comments, GIST search queue is not an... commit | commitdiff | tree
2016年09月19日 Heikki Linnakangas Fix latency calculation when there are \sleep commands... commit | commitdiff | tree
2016年09月19日 Heikki Linnakangas Remove obsolete warning from docs. commit | commitdiff | tree
2016年09月19日 Robert Haas MSVC: Include pg_recvlogical in client-only install. commit | commitdiff | tree
2016年09月19日 Robert Haas Update recovery_min_apply_delay docs for remote_apply... commit | commitdiff | tree
2016年09月18日 Heikki Linnakangas Fix ecpg -? option on Windows, add -V alias for --version. commit | commitdiff | tree
2016年09月16日 Tom Lane Add debugging aid "bmsToString(Bitmapset *bms)". commit | commitdiff | tree
2016年09月15日 Robert Haas Clarify policy on marking inherited constraints as... commit | commitdiff | tree
2016年09月15日 Heikki Linnakangas Fix building with LibreSSL. commit | commitdiff | tree
2016年09月15日 Robert Haas Fix typo in comment. commit | commitdiff | tree
2016年09月15日 Tom Lane Make min_parallel_relation_size's default value platfor... commit | commitdiff | tree
2016年09月15日 Robert Haas pg_buffercache: Allow huge allocations. commit | commitdiff | tree
2016年09月15日 Heikki Linnakangas Support OpenSSL 1.1.0. commit | commitdiff | tree
2016年09月15日 Heikki Linnakangas Fix and clarify comments on replacement selection. commit | commitdiff | tree
2016年09月14日 Peter Eisentraut Add overflow checks to money type input function commit | commitdiff | tree
2016年09月14日 Tom Lane Tweak targetlist-SRF tests some more. commit | commitdiff | tree
2016年09月14日 Robert Haas Improve code comment for GatherPath's single_copy flag. commit | commitdiff | tree
2016年09月14日 Tom Lane Tweak targetlist-SRF tests. commit | commitdiff | tree
2016年09月13日 Tom Lane Be pickier about converting between Name and Datum. commit | commitdiff | tree
2016年09月13日 Tom Lane Fix executor/README to reflect disallowing SRFs in... commit | commitdiff | tree
2016年09月13日 Tom Lane Improve parser's and planner's handling of set-returnin... commit | commitdiff | tree
2016年09月13日 Robert Haas Have heapam.h include lockdefs.h rather than lock.h. commit | commitdiff | tree
2016年09月13日 Andres Freund Remove user_relns() SRF from regression tests. commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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