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年06月30日 Peter Eisentraut Don't call data type input functions in GUC check hooks commit | commitdiff | tree
2019年06月30日 Peter Eisentraut Remove explicit error handling for obsolete date/time... commit | commitdiff | tree
2019年06月29日 Tom Lane Add an enforcement mechanism for global object names... commit | commitdiff | tree
2019年06月29日 Tom Lane Fix regression tests to use only global names beginning... commit | commitdiff | tree
2019年06月29日 Tom Lane Disallow user-created replication origins named "pg_xxx". commit | commitdiff | tree
2019年06月29日 Michael Paquier Remove unnecessary header from be-secure-gssapi.c commit | commitdiff | tree
2019年06月28日 Alvaro Herrera Fix for dropped columns in a partitioned table's defaul... commit | commitdiff | tree
2019年06月28日 Thomas Munro Fix misleading comment in nodeIndexonlyscan.c. commit | commitdiff | tree
2019年06月27日 Tomas Vondra Update reference to sampling algorithm in analyze.c commit | commitdiff | tree
2019年06月27日 Alvaro Herrera Fix use-after-free introduced in 55ed3defc966 commit | commitdiff | tree
2019年06月27日 Peter Eisentraut Update comment commit | commitdiff | tree
2019年06月26日 Michael Paquier Remove remaining traces of Rand_OpenSSL() from the... commit | commitdiff | tree
2019年06月26日 Alvaro Herrera Fix partitioned index creation with foreign partitions commit | commitdiff | tree
2019年06月26日 Tom Lane Follow the rule that regression-test-created roles... commit | commitdiff | tree
2019年06月26日 Tom Lane Follow the rule that regression-test-created roles... commit | commitdiff | tree
2019年06月26日 Michael Paquier Add support for OpenSSL 1.1.0 and newer versions in... commit | commitdiff | tree
2019年06月25日 Michael Paquier Add toast-level reloption for vacuum_index_cleanup commit | commitdiff | tree
2019年06月24日 Thomas Munro Don't unset MAKEFLAGS in non-GNU Makefile. commit | commitdiff | tree
2019年06月24日 Thomas Munro Remove misleading comment from pathnodes.h. commit | commitdiff | tree
2019年06月24日 Tom Lane Purely-cosmetic adjustments in tablecmds.c. commit | commitdiff | tree
2019年06月24日 Peter Eisentraut Update unicode_norm_table.h to Unicode 12.1.0 commit | commitdiff | tree
2019年06月24日 Peter Eisentraut Make script output more pgindent compatible commit | commitdiff | tree
2019年06月24日 Peter Eisentraut Correct script name in README file commit | commitdiff | tree
2019年06月24日 Tom Lane Further fix ALTER COLUMN TYPE's handling of indexes... commit | commitdiff | tree
2019年06月24日 Peter Geoghegan Correct obsolete amcheck comments. commit | commitdiff | tree
2019年06月24日 Tom Lane Drop test user when done with it. commit | commitdiff | tree
2019年06月24日 Peter Eisentraut Upgrade internal error message to external commit | commitdiff | tree
2019年06月23日 Noah Misch Don't call PG_RETURN_BOOL() in a function not returning... commit | commitdiff | tree
2019年06月23日 Dean Rasheed Add security checks to the multivariate MCV estimation... commit | commitdiff | tree
2019年06月23日 Thomas Munro Remove unnecessary comment. commit | commitdiff | tree
2019年06月23日 Tom Lane Fix spinlock assembly code for MIPS so it works on... commit | commitdiff | tree
2019年06月22日 Noah Misch Consolidate methods for translating a Perl path to... commit | commitdiff | tree
2019年06月20日 Thomas Munro Remove obsolete comments about sempahores from proc.c. commit | commitdiff | tree
2019年06月20日 Michael Paquier Rework some error strings for REINDEX CONCURRENTLY... commit | commitdiff | tree
2019年06月20日 Michael Paquier Fix description of pg_class.relam for table access... commit | commitdiff | tree
2019年06月19日 Peter Eisentraut pg_upgrade: Improve error messages commit | commitdiff | tree
2019年06月19日 Peter Eisentraut pg_upgrade: Improve invalid option handling commit | commitdiff | tree
2019年06月19日 Alexander Korotkov Fix description for $varname jsonpath variable commit | commitdiff | tree
2019年06月19日 Alexander Korotkov Improve documentation for jsonpath like_regex predicate commit | commitdiff | tree
2019年06月19日 Alexander Korotkov Support 'q' flag in jsonpath 'like_regex' predicate commit | commitdiff | tree
2019年06月19日 Peter Eisentraut Update list of combining characters commit | commitdiff | tree
2019年06月19日 Peter Eisentraut Add XSL stylesheet to fix up SVG files commit | commitdiff | tree
2019年06月19日 Magnus Hagander Fix typo commit | commitdiff | tree
2019年06月19日 Magnus Hagander Replace an occurrence of slave with standby commit | commitdiff | tree
2019年06月19日 Michael Paquier Remove last references to WAL segment size in MSVC... commit | commitdiff | tree
2019年06月19日 Michael Paquier Fix description of WAL record XLOG_BTREE_META_CLEANUP commit | commitdiff | tree
2019年06月18日 Andres Freund Fix memory corruption/crash in ANALYZE. commit | commitdiff | tree
2019年06月18日 Alvaro Herrera Avoid spurious deadlocks when upgrading a tuple lock commit | commitdiff | tree
2019年06月18日 Thomas Munro Prevent Parallel Hash Join for JOIN_UNIQUE_INNER. commit | commitdiff | tree
2019年06月17日 Tom Lane Stamp 12beta2. REL_12_BETA2 commit | commitdiff | tree
2019年06月17日 Peter Eisentraut Translation updates commit | commitdiff | tree
2019年06月17日 Michael Paquier Fix buffer overflow when processing SCRAM final message... commit | commitdiff | tree
2019年06月17日 Michael Paquier Fix buffer overflow when parsing SCRAM verifiers in... commit | commitdiff | tree
2019年06月17日 Michael Paquier Fix more typos and inconsistencies in the tree commit | commitdiff | tree
2019年06月17日 Alvaro Herrera Revert "Avoid spurious deadlocks when upgrading a tuple... commit | commitdiff | tree
2019年06月16日 Tom Lane Doc: remove description of commit 23bd3cec6 from v12... commit | commitdiff | tree
2019年06月16日 Tom Lane Further fix privileges on pg_statistic_ext[_data]. commit | commitdiff | tree
2019年06月16日 Tomas Vondra Fix privileges on pg_statistic_ext.tableoid commit | commitdiff | tree
2019年06月15日 Tomas Vondra Fix incorrect CREATE STATISTICS example in docs commit | commitdiff | tree
2019年06月15日 Tomas Vondra Add pg_stats_ext view for extended statistics commit | commitdiff | tree
2019年06月15日 Tomas Vondra Rework the pg_statistic_ext catalog commit | commitdiff | tree
2019年06月15日 Andrew Gierth Prefer timezone name "UTC" over alternative spellings. commit | commitdiff | tree
2019年06月14日 Alvaro Herrera Add pg_dumpall --rows-per-insert commit | commitdiff | tree
2019年06月14日 Alvaro Herrera Tweak libpq's PQhost, PQhostaddr, and psql's \connect commit | commitdiff | tree
2019年06月14日 Alvaro Herrera Silence compiler warning commit | commitdiff | tree
2019年06月14日 Bruce Momjian doc: PG 12 relnotes, add mention of single-child optim... commit | commitdiff | tree
2019年06月14日 Etsuro Fujita postgres_fdw: Fix costing of pre-sorted foreign paths... commit | commitdiff | tree
2019年06月14日 Bruce Momjian docs: PG 12 relnotes, update self-join item to mention... commit | commitdiff | tree
2019年06月14日 Bruce Momjian docs: PG 12 relnotes, move vacuumdb to the client... commit | commitdiff | tree
2019年06月14日 Michael Paquier Fix typos and inconsistencies in code comments commit | commitdiff | tree
2019年06月14日 Michael Paquier Use OpenSSL-specific ifdefs in sha2.h commit | commitdiff | tree
2019年06月13日 Tom Lane Avoid combinatorial explosion in add_child_rel_equivale... commit | commitdiff | tree
2019年06月13日 Alvaro Herrera Avoid spurious deadlocks when upgrading a tuple lock commit | commitdiff | tree
2019年06月13日 Tom Lane Mark ReplicationSlotCtl as PGDLLIMPORT. commit | commitdiff | tree
2019年06月13日 Alvaro Herrera Fix double-word typos commit | commitdiff | tree
2019年06月13日 Bruce Momjian doc: PG 12 relnotes: update wording on truncate/vacuu... commit | commitdiff | tree
2019年06月13日 Etsuro Fujita postgres_fdw: Account for triggers in non-direct remote... commit | commitdiff | tree
2019年06月13日 Tom Lane Doc: fix bogus example. commit | commitdiff | tree
2019年06月13日 Tom Lane Doc: improve description of allowed spellings for Boole... commit | commitdiff | tree
2019年06月13日 Bruce Momjian docs: PG 12 relnotes, update btree items commit | commitdiff | tree
2019年06月12日 Tom Lane Fix incorrect printing of queries with duplicated join... commit | commitdiff | tree
2019年06月12日 David Rowley doc: Fix grammatical error in partitioning docs commit | commitdiff | tree
2019年06月12日 Bruce Momjian doc: PG 12 relnotes, list added snowball/FTS languages commit | commitdiff | tree
2019年06月12日 Bruce Momjian doc: PG 12 relnotes, merge new SQL partition function... commit | commitdiff | tree
2019年06月12日 Tom Lane Fix ALTER COLUMN TYPE failure with a partial exclusion... commit | commitdiff | tree
2019年06月12日 Michael Paquier Fix handling of COMMENT for domain constraints commit | commitdiff | tree
2019年06月11日 David Rowley doc: Add best practises section to partitioning docs commit | commitdiff | tree
2019年06月11日 Tom Lane Fix conversion of JSON strings to JSON output columns... commit | commitdiff | tree
2019年06月11日 Alvaro Herrera Fix order of steps in DISCARD ALL documentation commit | commitdiff | tree
2019年06月11日 Andres Freund Don't access catalogs to validate GUCs when not connect... commit | commitdiff | tree
2019年06月11日 Etsuro Fujita postgres_fdw: Reorder C includes. commit | commitdiff | tree
2019年06月11日 Michael Paquier Fix documentation of ALTER TABLE for stored values commit | commitdiff | tree
2019年06月11日 Robert Haas tableam: Fix index_build_range_scan parameter name. commit | commitdiff | tree
2019年06月10日 Alvaro Herrera Make pg_dump emit ATTACH PARTITION instead of PARTITION... commit | commitdiff | tree
2019年06月10日 Alexander Korotkov Fix operator naming in pg_trgm GUC option descriptions commit | commitdiff | tree
2019年06月10日 Alexander Korotkov Add docs of missing GUC to pgtrgm.sgml commit | commitdiff | tree
2019年06月10日 Alexander Korotkov Fix docs indentation in pgtrgm.sgml commit | commitdiff | tree
2019年06月09日 Noah Misch MSVC: Reconcile clean.bat with PostgreSQL 12 work. commit | commitdiff | tree
2019年06月09日 Noah Misch Reconcile nodes/*funcs.c with PostgreSQL 12 work. commit | commitdiff | tree
2019年06月09日 Michael Paquier Switch position of some declarations in libpq.h commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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