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年11月08日 Noah Misch Change qr/foo$/m to qr/foo\n/m, for Perl 5.8.8. commit | commitdiff | tree
2016年11月07日 Tom Lane Band-aid fix for incorrect use of view options as StdRd... commit | commitdiff | tree
2016年11月07日 Tom Lane Revert "Delete contrib/xml2's legacy implementation... commit | commitdiff | tree
2016年11月07日 Tom Lane Revert "Provide DLLEXPORT markers for C functions via... commit | commitdiff | tree
2016年11月07日 Peter Eisentraut pg_upgrade: Add NLS commit | commitdiff | tree
2016年11月07日 Peter Eisentraut pg_rewing pg_upgrade: Fix translation markers commit | commitdiff | tree
2016年11月07日 Peter Eisentraut Save redundant code for pseudotype I/O functions commit | commitdiff | tree
2016年11月07日 Tom Lane Sync pltcl_build_tuple_result's error handling with... commit | commitdiff | tree
2016年11月06日 Tom Lane Support PL/Tcl functions that return composite types... commit | commitdiff | tree
2016年11月06日 Tom Lane Modernize result-tuple construction in pltcl_trigger_ha... commit | commitdiff | tree
2016年11月06日 Tom Lane Rationalize and document pltcl's handling of magic... commit | commitdiff | tree
2016年11月06日 Tom Lane Need to do SPI_push/SPI_pop around expression evaluatio... commit | commitdiff | tree
2016年11月06日 Tom Lane Fix silly nil-pointer-dereference bug introduced in... commit | commitdiff | tree
2016年11月06日 Tom Lane More zic cleanup. commit | commitdiff | tree
2016年11月05日 Tom Lane Improve minor error-handling details in pltcl. commit | commitdiff | tree
2016年11月05日 Tom Lane Adjust cost_merge_append() to reflect use of binaryheap... commit | commitdiff | tree
2016年11月05日 Tom Lane Remove duplicate macro definition. commit | commitdiff | tree
2016年11月05日 Tom Lane pgwin32_is_junction's argument should be "const char... commit | commitdiff | tree
2016年11月05日 Peter Eisentraut doc: Don't reformat .fo files before processing by fop commit | commitdiff | tree
2016年11月05日 Peter Eisentraut doc: Port page header customizations to XSLT commit | commitdiff | tree
2016年11月04日 Tom Lane Provide DLLEXPORT markers for C functions via PG_FUNCTI... commit | commitdiff | tree
2016年11月04日 Tom Lane Delete contrib/xml2's legacy implementation of xml_is_w... commit | commitdiff | tree
2016年11月04日 Tom Lane Be more consistent about masking xl_info with ~XLR_INFO... commit | commitdiff | tree
2016年11月04日 Tom Lane Fix gin_leafpage_items(). commit | commitdiff | tree
2016年11月04日 Kevin Grittner Improve tab completion for CREATE TRIGGER. commit | commitdiff | tree
2016年11月04日 Kevin Grittner Implement syntax for transition tables in AFTER triggers. commit | commitdiff | tree
2016年11月04日 Peter Eisentraut pg_xlogdump: Add NLS commit | commitdiff | tree
2016年11月04日 Peter Eisentraut pg_test_timing: Add NLS commit | commitdiff | tree
2016年11月04日 Peter Eisentraut pg_test_fsync: Add NLS commit | commitdiff | tree
2016年11月04日 Peter Eisentraut pg_archivecleanup: Add NLS commit | commitdiff | tree
2016年11月04日 Peter Eisentraut pageinspect: Fix unaligned struct access in GIN functions commit | commitdiff | tree
2016年11月04日 Robert Haas Add API to check if an existing exclusive lock allows... commit | commitdiff | tree
2016年11月04日 Robert Haas postgres_fdw: Fix typo in comment. commit | commitdiff | tree
2016年11月04日 Peter Eisentraut doc: Add index letter links to XSLT HTML build commit | commitdiff | tree
2016年11月04日 Tom Lane Sync our copy of the timezone library with IANA tzcode commit | commitdiff | tree
2016年11月03日 Peter Eisentraut psql: Split up "Modifiers" column in \d and \dD commit | commitdiff | tree
2016年11月03日 Robert Haas psql: Tab-complete LOCK [TABLE] ... IN {ACCESS|ROW... commit | commitdiff | tree
2016年11月03日 Robert Haas Use NIL instead of NULL for an empty List. commit | commitdiff | tree
2016年11月03日 Robert Haas libpq: Allow connection strings and URIs to specify... commit | commitdiff | tree
2016年11月02日 Tom Lane Don't make FK-based selectivity estimates in inheritanc... commit | commitdiff | tree
2016年11月02日 Tom Lane Don't convert Consts into Vars during setrefs.c processing. commit | commitdiff | tree
2016年11月02日 Peter Eisentraut pageinspect: Make page test more portable commit | commitdiff | tree
2016年11月02日 Tom Lane Fix portability bug in gin_page_opaque_info(). commit | commitdiff | tree
2016年11月02日 Peter Eisentraut pageinspect: Make btree test more portable commit | commitdiff | tree
2016年11月01日 Robert Haas postgres_fdw: Fix typo in comment. commit | commitdiff | tree
2016年11月01日 Peter Eisentraut Add subsection headers in pageinspect documentation commit | commitdiff | tree
2016年11月01日 Peter Eisentraut pageinspect: Add tests commit | commitdiff | tree
2016年11月01日 Peter Eisentraut Add make rules to download raw Unicode mapping files commit | commitdiff | tree
2016年10月31日 Robert Haas Remove declarations for pq_putmessage_hook and pq_flush... commit | commitdiff | tree
2016年10月30日 Tatsuo Ishii Fix typo in sources.sgml. commit | commitdiff | tree
2016年10月30日 Tom Lane Fix nasty performance problem in tsquery_rewrite(). commit | commitdiff | tree
2016年10月30日 Tom Lane Fix bogus tree-flattening logic in QTNTernary(). commit | commitdiff | tree
2016年10月30日 Tom Lane Improve speed of aggregates that use array_append as... commit | commitdiff | tree
2016年10月30日 Magnus Hagander Fix memory leak in tar file padding commit | commitdiff | tree
2016年10月28日 Robert Haas pgstattuple: Don't take heavyweight locks when examinin... commit | commitdiff | tree
2016年10月28日 Robert Haas Fix leftover reference to background writer performing... commit | commitdiff | tree
2016年10月28日 Peter Eisentraut doc: Small style improvements commit | commitdiff | tree
2016年10月27日 Peter Eisentraut Remove invitation to report a bug about unknown encoding commit | commitdiff | tree
2016年10月27日 Peter Eisentraut Add function name to PyArg_ParseTuple() commit | commitdiff | tree
2016年10月27日 Peter Eisentraut Format PL/Python module contents test vertically commit | commitdiff | tree
2016年10月27日 Robert Haas If the stats collector dies during Hot Standby, restart it. commit | commitdiff | tree
2016年10月27日 Robert Haas Fix possible pg_basebackup failure on standby with... commit | commitdiff | tree
2016年10月27日 Peter Eisentraut Avoid using a C++ keyword in header file commit | commitdiff | tree
2016年10月27日 Bruce Momjian Properly indent postgresql.conf comments to align commit | commitdiff | tree
2016年10月26日 Tom Lane Fix incorrect trigger-property updating in ALTER CONSTR... commit | commitdiff | tree
2016年10月26日 Tom Lane Fix not-HAVE_SYMLINK code in zic.c. commit | commitdiff | tree
2016年10月26日 Tom Lane Doc: improve documentation about inheritance. commit | commitdiff | tree
2016年10月26日 Tom Lane Suppress unused-variable warning in non-assert builds. commit | commitdiff | tree
2016年10月26日 Heikki Linnakangas Remove platform-dependent PL/python test case. commit | commitdiff | tree
2016年10月26日 Heikki Linnakangas Only treat Python Lists as array dimensions. commit | commitdiff | tree
2016年10月26日 Heikki Linnakangas Avoid using platform-dependent floats in test case. commit | commitdiff | tree
2016年10月26日 Heikki Linnakangas Fix regression test to also work with Python 2. commit | commitdiff | tree
2016年10月26日 Heikki Linnakangas Fix typos in comments. commit | commitdiff | tree
2016年10月26日 Heikki Linnakangas Fix typo in comment. commit | commitdiff | tree
2016年10月26日 Heikki Linnakangas Give a hint, when [] is incorrectly used for a composit... commit | commitdiff | tree
2016年10月26日 Heikki Linnakangas Support multi-dimensional arrays in PL/python. commit | commitdiff | tree
2016年10月25日 Peter Eisentraut pg_dump: Simplify internal archive version handling commit | commitdiff | tree
2016年10月25日 Magnus Hagander Free walmethods before exiting commit | commitdiff | tree
2016年10月25日 Magnus Hagander Don't fsync() files when --no-sync is specified commit | commitdiff | tree
2016年10月25日 Bruce Momjian Consistently mention 'SELECT pg_reload_conf()' in confi... commit | commitdiff | tree
2016年10月25日 Robert Haas postgres_fdw: Try again to stabilize aggregate pushdown... commit | commitdiff | tree
2016年10月24日 Magnus Hagander Use ssize_t where signed results can happen commit | commitdiff | tree
2016年10月24日 Tom Lane Update release notes for last-minute commit timestamp... commit | commitdiff | tree
2016年10月24日 Alvaro Herrera Preserve commit timestamps across clean restart commit | commitdiff | tree
2016年10月24日 Tom Lane Release notes for 9.6.1, 9.5.5, 9.4.10, 9.3.15, 9.2... commit | commitdiff | tree
2016年10月23日 Tom Lane Avoid testing tuple visibility without buffer lock. commit | commitdiff | tree
2016年10月23日 Tom Lane Don't throw serialization errors for self-conflicts... commit | commitdiff | tree
2016年10月23日 Tom Lane Avoid testing tuple visibility without buffer lock... commit | commitdiff | tree
2016年10月23日 Magnus Hagander Rename walmethod fsync method to sync commit | commitdiff | tree
2016年10月23日 Magnus Hagander Fix obviously too quickly applied fix to zlib issue commit | commitdiff | tree
2016年10月23日 Magnus Hagander Fix walmethods.c build without libz commit | commitdiff | tree
2016年10月23日 Magnus Hagander Remove extra comma at end of enum list commit | commitdiff | tree
2016年10月23日 Magnus Hagander Allow pg_basebackup to stream transaction log in tar... commit | commitdiff | tree
2016年10月22日 Tom Lane Improve documentation about use of Linux huge pages. commit | commitdiff | tree
2016年10月21日 Tom Lane First-draft release notes for 9.6.1. commit | commitdiff | tree
2016年10月21日 Robert Haas Fix comment formatting. commit | commitdiff | tree
2016年10月21日 Robert Haas postgres_fdw: Attempt to stabilize regression results. commit | commitdiff | tree
2016年10月21日 Tom Lane Doc: wording tweak for PERL, PYTHON, TCLSH configuratio... commit | commitdiff | tree
2016年10月21日 Robert Haas postgres_fdw: Push down aggregates to remote servers. commit | commitdiff | tree
2016年10月20日 Tom Lane Fix EXPLAIN so that it doesn't emit invalid XML in... commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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