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月17日 Heikki Linnakangas Use OpenSSL EVP API for symmetric encryption in pgcrypto. commit | commitdiff | tree
2016年10月17日 Heikki Linnakangas Fix use-after-free around DISTINCT transition function... commit | commitdiff | tree
2016年10月17日 Heikki Linnakangas Replace PostmasterRandom() with a stronger way of gener... commit | commitdiff | tree
2016年10月15日 Andres Freund Use more efficient hashtable for execGrouping.c to... commit | commitdiff | tree
2016年10月14日 Andres Freund Use more efficient hashtable for tidbitmap.c to speed... commit | commitdiff | tree
2016年10月14日 Andres Freund Add a macro templatized hashtable. commit | commitdiff | tree
2016年10月14日 Andres Freund Add likely/unlikely() branch hint macros. commit | commitdiff | tree
2016年10月14日 Tom Lane Fix assorted integer-overflow hazards in varbit.c. commit | commitdiff | tree
2016年10月14日 Tatsuo Ishii Fix typo. commit | commitdiff | tree
2016年10月13日 Tom Lane Fix handling of pgstat counters for TRUNCATE in a prepa... commit | commitdiff | tree
2016年10月13日 Tatsuo Ishii Fix typo. commit | commitdiff | tree
2016年10月13日 Tom Lane Fix another bug in merging of inherited CHECK constraints. commit | commitdiff | tree
2016年10月13日 Tom Lane Remove dead code in pg_dump. commit | commitdiff | tree
2016年10月13日 Tom Lane Try to find out the actual hugepage size when making... commit | commitdiff | tree
2016年10月13日 Tom Lane Clean up handling of anonymous mmap'd shared-memory... commit | commitdiff | tree
2016年10月13日 Tom Lane Fix pg_dumpall regression test to be locale-independent. commit | commitdiff | tree
2016年10月13日 Tom Lane Fix broken jsonb_set() logic for replacing array elements. commit | commitdiff | tree
2016年10月13日 Andres Freund Fix further hash table order dependent tests. commit | commitdiff | tree
2016年10月13日 Andres Freund Make pg_dumpall's database ACL query independent of... commit | commitdiff | tree
2016年10月13日 Robert Haas Remove spurious word. commit | commitdiff | tree
2016年10月12日 Tom Lane Revert addition of PGDLLEXPORT in PG_FUNCTION_INFO_V1... commit | commitdiff | tree
2016年10月12日 Tom Lane pg_dump's getTypes() needn't retrieve typinput or typou... commit | commitdiff | tree
2016年10月12日 Tom Lane Remove unnecessary int2vector-specific hash function... commit | commitdiff | tree
2016年10月12日 Tom Lane Provide DLLEXPORT markers for C functions via PG_FUNCTI... commit | commitdiff | tree
2016年10月12日 Tom Lane Remove pg_dump/pg_dumpall support for dumping from... commit | commitdiff | tree
2016年10月12日 Heikki Linnakangas Fix copy-pasto in comment. commit | commitdiff | tree
2016年10月12日 Heikki Linnakangas Simplify the code for logical tape read buffers. commit | commitdiff | tree
2016年10月11日 Tom Lane Drop server support for FE/BE protocol version 1.0. commit | commitdiff | tree
2016年10月11日 Tom Lane Remove "sco" and "unixware" ports. commit | commitdiff | tree
2016年10月11日 Tom Lane Docs: grammatical fix. commit | commitdiff | tree
2016年10月11日 Tom Lane Improve documentation for CREATE RECURSIVE VIEW. commit | commitdiff | tree
2016年10月10日 Tom Lane Update user docs for switch to POSIX semaphores. commit | commitdiff | tree
2016年10月10日 Andres Freund Make regression tests less dependent on hash table... commit | commitdiff | tree
2016年10月10日 Tom Lane In PQsendQueryStart(), avoid leaking any left-over... commit | commitdiff | tree
2016年10月10日 Heikki Linnakangas Remove some unnecessary #includes. commit | commitdiff | tree
2016年10月10日 Peter Eisentraut Add a noreturn attribute to help static analyzers commit | commitdiff | tree
2016年10月09日 Tom Lane Use unnamed POSIX semaphores, if available, on Linux... commit | commitdiff | tree
2016年10月09日 Tom Lane Fix incorrect handling of polymorphic aggregates used... commit | commitdiff | tree
2016年10月08日 Tom Lane Fix two bugs in merging of inherited CHECK constraints. commit | commitdiff | tree
2016年10月08日 Tom Lane libpqwalreceiver needs to link with libintl when using... commit | commitdiff | tree
2016年10月07日 Andres Freund Fix fallback implementation of pg_atomic_write_u32(). commit | commitdiff | tree
2016年10月07日 Heikki Linnakangas Remove bogus mapping from UTF-8 to SJIS conversion... commit | commitdiff | tree
2016年10月07日 Heikki Linnakangas Make TAP test suites to work, when @INC does not contai... commit | commitdiff | tree
2016年10月07日 Tom Lane Fix python shlib probe for Cygwin. commit | commitdiff | tree
2016年10月07日 Tom Lane Fix pg_dump to work against pre-9.0 servers again. commit | commitdiff | tree
2016年10月07日 Heikki Linnakangas Don't allow both --source-server and --source-target... commit | commitdiff | tree
2016年10月07日 Heikki Linnakangas Clear OpenSSL error queue after failed X509_STORE_load_... commit | commitdiff | tree
2016年10月07日 Heikki Linnakangas Don't share SSL_CTX between libpq connections. commit | commitdiff | tree
2016年10月06日 Heikki Linnakangas Disable synchronous commits in pg_rewind. commit | commitdiff | tree
2016年10月06日 Heikki Linnakangas Fix excessive memory consumption in the new sort pre... commit | commitdiff | tree
2016年10月06日 Tom Lane Remove -Wl,-undefined,dynamic_lookup in macOS build. commit | commitdiff | tree
2016年10月06日 Tom Lane Try to fix python shlib probe for MinGW. commit | commitdiff | tree
2016年10月05日 Robert Haas Update obsolete comments and perldoc. commit | commitdiff | tree
2016年10月05日 Tom Lane In python shlib probe, cater for OpenBSD, which omits... commit | commitdiff | tree
2016年10月05日 Robert Haas Re-alphabetize #include directives. commit | commitdiff | tree
2016年10月05日 Robert Haas Rename WAIT_* constants to PG_WAIT_*. commit | commitdiff | tree
2016年10月04日 Tom Lane Avoid direct cross-module links in hstore_plperl and... commit | commitdiff | tree
2016年10月04日 Tom Lane Huh, we do need to look in $python_configdir for the... commit | commitdiff | tree
2016年10月04日 Tom Lane Improve (I hope) our autolocation of the Python shared... commit | commitdiff | tree
2016年10月04日 Robert Haas Fix another Windows compile break. commit | commitdiff | tree
2016年10月04日 Robert Haas Fix Windows compile break in 6f3bd98ebfc008cbd676da777b... commit | commitdiff | tree
2016年10月04日 Heikki Linnakangas Fix another outdated comment. commit | commitdiff | tree
2016年10月04日 Robert Haas Remove trailing commas from enums. commit | commitdiff | tree
2016年10月04日 Robert Haas Adjust worker_spi for 6f3bd98ebfc008cbd676da777bb0b2376... commit | commitdiff | tree
2016年10月04日 Robert Haas Extend framework from commit 53be0b1ad to report latch... commit | commitdiff | tree
2016年10月04日 Tom Lane Fix hstore_plpython for Python 3. commit | commitdiff | tree
2016年10月04日 Heikki Linnakangas Update comment. commit | commitdiff | tree
2016年10月04日 Andres Freund Correct logical decoding restore behaviour for subtrans... commit | commitdiff | tree
2016年10月04日 Tom Lane Convert contrib/hstore_plpython to not use direct linki... commit | commitdiff | tree
2016年10月03日 Tom Lane Show a sensible value in pg_settings.unit for GUC_UNIT_... commit | commitdiff | tree
2016年10月03日 Stephen Frost Fix RLS with COPY (col1, col2) FROM tab commit | commitdiff | tree
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
next
This is the main PostgreSQL git repository.
RSS Atom

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