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

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
2019年03月15日 Thomas Munro Enable parallel query with SERIALIZABLE isolation. commit | commitdiff | tree
2019年03月15日 Amit Kapila During pg_upgrade, conditionally skip transfer of FSMs. commit | commitdiff | tree
2019年03月14日 Peter Eisentraut Reorder identity regression test commit | commitdiff | tree
2019年03月14日 Tom Lane Fix some oversights in commit 2455ab488. commit | commitdiff | tree
2019年03月14日 Peter Eisentraut Improve code comment commit | commitdiff | tree
2019年03月14日 Peter Eisentraut Remove unused #include commit | commitdiff | tree
2019年03月14日 Peter Eisentraut Add BKI_DEFAULT to pg_class.relrewrite commit | commitdiff | tree
2019年03月14日 Tom Lane Ensure dummy paths have correct required_outer if rel... commit | commitdiff | tree
2019年03月14日 Robert Haas Defend against leaks into RelationBuildPartitionDesc. commit | commitdiff | tree
2019年03月14日 Peter Eisentraut Refactor ParamListInfo initialization commit | commitdiff | tree
2019年03月14日 Peter Eisentraut Fix volatile vs. pointer confusion commit | commitdiff | tree
2019年03月14日 Michael Paquier Fix thinko when bumping on temporary directories in... commit | commitdiff | tree
2019年03月14日 Tom Lane Sync commentary in transam.h and bki.sgml. commit | commitdiff | tree
2019年03月14日 Michael Paquier Fix race condition in recently-added TAP test for recov... commit | commitdiff | tree
2019年03月14日 Tom Lane Adjust the tests for the hyperbolic functions. commit | commitdiff | tree
2019年03月13日 Tom Lane Rethink how to test the hyperbolic functions. commit | commitdiff | tree
2019年03月13日 Thomas Munro Use condition variables to wait for checkpoints. commit | commitdiff | tree
2019年03月13日 Robert Haas Revert setting client_min_messages to 'debug1' in new... commit | commitdiff | tree
2019年03月13日 Peter Eisentraut Include all columns in default names for foreign key... commit | commitdiff | tree
2019年03月13日 Robert Haas Allow ALTER TABLE .. SET NOT NULL to skip provably... commit | commitdiff | tree
2019年03月13日 Magnus Hagander Remove extra comma commit | commitdiff | tree
2019年03月13日 Michael Paquier Add TAP test to check consistency of minimum recovery LSN commit | commitdiff | tree
2019年03月13日 Michael Paquier Rename pg_verify_checksums to pg_checksums commit | commitdiff | tree
2019年03月13日 Michael Paquier Fix cross-version compatibility checks of pg_verify_che... commit | commitdiff | tree
2019年03月12日 Peter Geoghegan Correct obsolete nbtree page split comment. commit | commitdiff | tree
2019年03月12日 Tom Lane Add support for hyperbolic functions, as well as log10(). commit | commitdiff | tree
2019年03月12日 Tom Lane Remove remaining hard-wired OID references in the initi... commit | commitdiff | tree
2019年03月12日 Tom Lane Create a script that can renumber manually-assigned... commit | commitdiff | tree
2019年03月12日 Etsuro Fujita Fix testing of parallel-safety of scan/join target. commit | commitdiff | tree
2019年03月12日 Amit Kapila Add more tests for FSM. commit | commitdiff | tree
2019年03月12日 Michael Paquier Add routine able to update the control file to src... commit | commitdiff | tree
2019年03月11日 Tom Lane Allow fractional input values for integer GUCs, and... commit | commitdiff | tree
2019年03月11日 Andrew Dunstan Tweak wording on VARIADIC array doc patch. commit | commitdiff | tree
2019年03月11日 Andrew Dunstan Document incompatibility of comparison expressions... commit | commitdiff | tree
2019年03月11日 Andres Freund Remove spurious return. commit | commitdiff | tree
2019年03月11日 Tom Lane Give up on testing guc.c's behavior for "infinity"... commit | commitdiff | tree
2019年03月11日 Andres Freund Ensure sufficient alignment for ParallelTableScanDescDa... commit | commitdiff | tree
2019年03月11日 Andres Freund tableam: Add and use scan APIs. commit | commitdiff | tree
2019年03月11日 Andrew Dunstan pgbench: increase the maximum number of variables/arguments commit | commitdiff | tree
2019年03月11日 Amit Kapila Fix typos in commit 8586bf7ed8. commit | commitdiff | tree
2019年03月11日 Alvaro Herrera Move hash_any prototype from access/hash.h to utils... commit | commitdiff | tree
2019年03月11日 Tom Lane In guc.c, ignore ERANGE errors from strtod(). commit | commitdiff | tree
2019年03月11日 Michael Meskes Fix potential memory access violation in ecpg if filena... commit | commitdiff | tree
2019年03月11日 Michael Meskes Fix ecpglib regression that made it impossible to close... commit | commitdiff | tree
2019年03月11日 Peter Eisentraut Remove unused macro commit | commitdiff | tree
2019年03月11日 Peter Eisentraut psql: Add documentation URL to \help output commit | commitdiff | tree
2019年03月11日 Michael Paquier Adjust error message for partial writes in WAL segments commit | commitdiff | tree
2019年03月10日 Alvaro Herrera Fix documentation on partitioning vs. foreign tables commit | commitdiff | tree
2019年03月10日 Tom Lane Reduce the default value of autovacuum_vacuum_cost_dela... commit | commitdiff | tree
2019年03月10日 Tom Lane Revert "Increase the default vacuum_cost_limit from... commit | commitdiff | tree
2019年03月10日 Tom Lane Convert [autovacuum_]vacuum_cost_delay into floating... commit | commitdiff | tree
2019年03月10日 Tom Lane Include GUC's unit, if it has one, in out-of-range... commit | commitdiff | tree
2019年03月10日 Tom Lane Disallow NaN as a value for floating-point GUCs. commit | commitdiff | tree
2019年03月10日 Alvaro Herrera pg_upgrade: Ignore TOAST for partitioned tables commit | commitdiff | tree
2019年03月10日 Alexander Korotkov Support for INCLUDE attributes in GiST indexes commit | commitdiff | tree
2019年03月09日 Tom Lane Simplify release-note links to back branches. commit | commitdiff | tree
2019年03月09日 Magnus Hagander Add new clientcert hba option verify-full commit | commitdiff | tree
2019年03月09日 Magnus Hagander Track block level checksum failures in pg_stat_database commit | commitdiff | tree
2019年03月09日 Noah Misch Avoid some table rewrites for ALTER TABLE .. SET DATA... commit | commitdiff | tree
2019年03月08日 Michael Paquier Tighten use of OpenTransientFile and CloseTransientFile commit | commitdiff | tree
2019年03月08日 Alvaro Herrera Fix crash with old libxml2 commit | commitdiff | tree
2019年03月08日 Tom Lane Reformat catalog .dat files. commit | commitdiff | tree
2019年03月08日 Tom Lane Minor improvements for reformat_dat_file.pl. commit | commitdiff | tree
2019年03月08日 Michael Paquier Fix function signatures of pageinspect in documentation commit | commitdiff | tree
2019年03月08日 Michael Paquier Fix compatibility of pg_basebackup -R with 11 and older... commit | commitdiff | tree
2019年03月07日 Alvaro Herrera Fix minor deficiencies in XMLTABLE, xpath(), xmlexists() commit | commitdiff | tree
2019年03月07日 Tom Lane Fix handling of targetlist SRFs when scan/join relation... commit | commitdiff | tree
2019年03月07日 Robert Haas Allow ATTACH PARTITION with only ShareUpdateExclusiveLock. commit | commitdiff | tree
2019年03月07日 Alvaro Herrera Fix broken markup commit | commitdiff | tree
2019年03月07日 Alvaro Herrera Fix the BY {REF,VALUE} clause of XMLEXISTS/XMLTABLE commit | commitdiff | tree
2019年03月07日 Alvaro Herrera Add missing <limits.h> commit | commitdiff | tree
2019年03月07日 Alvaro Herrera pg_dump: allow multiple rows per insert commit | commitdiff | tree
2019年03月07日 Thomas Munro Remove useless header inclusion. commit | commitdiff | tree
2019年03月07日 Thomas Munro Drop the vestigial "smgr" type. commit | commitdiff | tree
2019年03月06日 Andres Freund Don't reuse slots between root and partition in ON... commit | commitdiff | tree
2019年03月06日 Andres Freund Fix equalfuncs for accessMethod addition in 8586bf7ed8. commit | commitdiff | tree
2019年03月06日 Andrew Dunstan Don't log incomplete startup packet if it's empty commit | commitdiff | tree
2019年03月06日 Andres Freund Fix copy/out/readfuncs for accessMethod addition in... commit | commitdiff | tree
2019年03月06日 Andres Freund Fix collation dependency in test introduced in 8586bf7e... commit | commitdiff | tree
2019年03月06日 Andres Freund Fix collation dependency in test introduced in 8586bf7ed8. commit | commitdiff | tree
2019年03月06日 Andres Freund tableam: Add pg_dump support. commit | commitdiff | tree
2019年03月06日 Andres Freund tableam: introduce table AM infrastructure. commit | commitdiff | tree
2019年03月06日 Andres Freund Fix bug in clearing of virtual tuple slot. commit | commitdiff | tree
2019年03月06日 Robert Haas Removed unused variable, openLogOff. commit | commitdiff | tree
2019年03月06日 Andrew Dunstan Increase the default vacuum_cost_limit from 200 to... commit | commitdiff | tree
2019年03月06日 Michael Paquier Teach SKIP_LOCKED to psql tab completion of VACUUM... commit | commitdiff | tree
2019年03月05日 Andrew Dunstan Fix pgbench TAP test failure with funky file names... commit | commitdiff | tree
2019年03月05日 Peter Eisentraut Remove duplicate macro commit | commitdiff | tree
2019年03月05日 Heikki Linnakangas Scan GiST indexes in physical order during VACUUM. commit | commitdiff | tree
2019年03月05日 Peter Geoghegan Note case where nbtree VACUUM finishes splits. commit | commitdiff | tree
2019年03月04日 Andrew Dunstan Disable dump_connstr test on Msys2 commit | commitdiff | tree
2019年03月04日 Andrew Dunstan Allow recovery tests to run on Windows as an admin... commit | commitdiff | tree
2019年03月04日 Peter Geoghegan Correct obsolete nbtree page split WAL comment. commit | commitdiff | tree
2019年03月04日 Andrew Dunstan Reorder configure tests for accept() in Windows commit | commitdiff | tree
2019年03月04日 Alvaro Herrera pg_partition_ancestors commit | commitdiff | tree
2019年03月04日 Alvaro Herrera Test partition functions with legacy inheritance childr... commit | commitdiff | tree
2019年03月04日 Peter Eisentraut Remove volatile from latch API commit | commitdiff | tree
2019年03月04日 Michael Paquier Fix error handling of readdir() port implementation... commit | commitdiff | tree
2019年03月04日 Andrew Dunstan fix thinko in logrotate test commit | commitdiff | tree
2019年03月03日 Andrew Dunstan Don't do pg_ctl logrotate test on Windows commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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