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年01月18日 Michael Paquier Restrict the use of temporary namespace in two-phase... commit | commitdiff | tree
2019年01月17日 Magnus Hagander Replace references to mailinglists with @lists.postgres... commit | commitdiff | tree
2019年01月17日 Magnus Hagander Remove references to Majordomo commit | commitdiff | tree
2019年01月17日 Andrew Gierth Postpone aggregate checks until after collation is... commit | commitdiff | tree
2019年01月17日 Tatsuo Ishii Doc: enhance pgbench manual. commit | commitdiff | tree
2019年01月17日 Etsuro Fujita postgres_fdw: Remove duplicate code in DML execution... commit | commitdiff | tree
2019年01月16日 Alvaro Herrera Reorganize planner code moved in b60c39759908 commit | commitdiff | tree
2019年01月16日 Peter Eisentraut Increase test coverage in RI_Initial_Check() commit | commitdiff | tree
2019年01月16日 Peter Eisentraut Increase test coverage in RI_FKey_fk_upd_check_required() commit | commitdiff | tree
2019年01月16日 Peter Eisentraut Increase test coverage in RI_FKey_pk_upd_check_required() commit | commitdiff | tree
2019年01月16日 Peter Eisentraut Add test case for ON DELETE NO ACTION/RESTRICT commit | commitdiff | tree
2019年01月15日 Andres Freund Don't duplicate parallel seqscan shmem sizing logic... commit | commitdiff | tree
2019年01月15日 Andres Freund Move vacuumlazy.c into access/heap. commit | commitdiff | tree
2019年01月15日 Andres Freund Fix parent of WCO qual. commit | commitdiff | tree
2019年01月15日 Tom Lane Finish reverting "recheck_on_update" patch. commit | commitdiff | tree
2019年01月15日 Andres Freund Don't include genam.h from execnodes.h and relscan... commit | commitdiff | tree
2019年01月15日 Andres Freund Make naming of tupdesc related structs more consistent... commit | commitdiff | tree
2019年01月15日 Andres Freund Remove too generically named MissingPtr typedef. commit | commitdiff | tree
2019年01月15日 Andres Freund Don't include heapam.h from others headers. commit | commitdiff | tree
2019年01月14日 Michael Paquier Fix typos in documentation and for one wait event commit | commitdiff | tree
2019年01月14日 Andres Freund Re-add default_with_oids GUC to avoid breaking old... commit | commitdiff | tree
2019年01月14日 Alvaro Herrera Fix unique INCLUDE indexes on partitioned tables commit | commitdiff | tree
2019年01月14日 Heikki Linnakangas Detach postmaster process from pg_ctl's session at... commit | commitdiff | tree
2019年01月13日 Andrew Dunstan fix typo commit | commitdiff | tree
2019年01月13日 Andrew Dunstan Make DLSUFFIX easily discoverable by build scripts commit | commitdiff | tree
2019年01月13日 Noah Misch Make Emacs perl-mode indent more like perltidy. commit | commitdiff | tree
2019年01月13日 Tom Lane Improve missing-program error handling in make_ctags... commit | commitdiff | tree
2019年01月13日 Michael Paquier Fix error message for logical replication targets commit | commitdiff | tree
2019年01月13日 Peter Eisentraut Make INSTALL makefile rule more robust commit | commitdiff | tree
2019年01月13日 Peter Eisentraut configure: Update python search order commit | commitdiff | tree
2019年01月13日 Peter Eisentraut Change default of recovery_target_timeline to 'latest' commit | commitdiff | tree
2019年01月13日 Michael Paquier Improve error messages for incorrect types of logical... commit | commitdiff | tree
2019年01月13日 Andres Freund Remove heapam.h include made superfluous by b60c3975990. commit | commitdiff | tree
2019年01月11日 Andrew Dunstan Free pre-modification HeapTuple in ALTER TABLE ...... commit | commitdiff | tree
2019年01月11日 Tom Lane Avoid sharing PARAM_EXEC slots between different levels... commit | commitdiff | tree
2019年01月11日 Peter Eisentraut doc: Correct documentation of install-time environment... commit | commitdiff | tree
2019年01月11日 Peter Eisentraut Create INSTALL file using Pandoc commit | commitdiff | tree
2019年01月11日 Peter Eisentraut Add value 'current' for recovery_target_timeline commit | commitdiff | tree
2019年01月11日 Amit Kapila Extend pg_stat_statements_reset to reset statistics... commit | commitdiff | tree
2019年01月10日 Andrew Dunstan Fix missing values when doing ALTER TABLE ALTER COLUMN... commit | commitdiff | tree
2019年01月10日 Tom Lane Add .gitignore entry for a derived file created by... commit | commitdiff | tree
2019年01月10日 Tom Lane Fix C++ compile failures in headers. commit | commitdiff | tree
2019年01月10日 Tom Lane Remove unnecessary #include. commit | commitdiff | tree
2019年01月10日 Alvaro Herrera Move inheritance expansion code into its own file commit | commitdiff | tree
2019年01月10日 Alvaro Herrera Don't use address of array as boolean commit | commitdiff | tree
2019年01月10日 Alvaro Herrera pgbench: add \cset and \gset commands commit | commitdiff | tree
2019年01月10日 Michael Paquier Update unaccent rules with release 34 of CLDR for Latin... commit | commitdiff | tree
2019年01月10日 Tom Lane Use perfect hashing, instead of binary search, for... commit | commitdiff | tree
2019年01月10日 Michael Paquier Fix grammar mistakes in md.c commit | commitdiff | tree
2019年01月09日 Tom Lane Reduce the size of the fmgr_builtin_oid_index[] array. commit | commitdiff | tree
2019年01月09日 Tom Lane Update docs & tests to reflect that unassigned OLD... commit | commitdiff | tree
2019年01月08日 Tom Lane Doc: update our docs about kernel IPC parameters on... commit | commitdiff | tree
2019年01月08日 Michael Paquier Add --disable-page-skipping and --skip-locked to vacuumdb commit | commitdiff | tree
2019年01月08日 Tatsuo Ishii Doc: fix meaning of acronym "btree". commit | commitdiff | tree
2019年01月07日 Andrew Gierth doc: document that INFO messages always go to client. commit | commitdiff | tree
2019年01月07日 Peter Eisentraut isolationtester: Use atexit() commit | commitdiff | tree
2019年01月07日 Peter Eisentraut initdb: Use atexit() commit | commitdiff | tree
2019年01月07日 Peter Eisentraut pg_basebackup: Use atexit() commit | commitdiff | tree
2019年01月06日 Tom Lane Replace the data structure used for keyword lookup. commit | commitdiff | tree
2019年01月05日 Tom Lane Fix program build rule in src/bin/scripts/Makefile. commit | commitdiff | tree
2019年01月04日 Alvaro Herrera Don't create relfilenode for relations without storage commit | commitdiff | tree
2019年01月04日 Alvaro Herrera Rename macro to RELKIND_HAS_STORAGE commit | commitdiff | tree
2019年01月04日 Tom Lane Support plpgsql variable names that conflict with unres... commit | commitdiff | tree
2019年01月04日 Peter Eisentraut Make sort-test.py Python 3 compatible commit | commitdiff | tree
2019年01月04日 Peter Eisentraut unaccent: Make generate_unaccent_rules.py Python 3... commit | commitdiff | tree
2019年01月04日 Tom Lane Move the built-in conversions into the initial catalog... commit | commitdiff | tree
2019年01月03日 Tom Lane Use symbolic references for pg_language OIDs in the... commit | commitdiff | tree
2019年01月03日 Tom Lane Improve ANALYZE's handling of concurrent-update scenarios. commit | commitdiff | tree
2019年01月02日 Tom Lane Don't believe MinMaxExpr is leakproof without checking. commit | commitdiff | tree
2019年01月02日 Peter Eisentraut Switch pg_regress to output unified diffs by default commit | commitdiff | tree
2019年01月02日 Tom Lane Ensure link commands list *.o files before LDFLAGS. commit | commitdiff | tree
2019年01月02日 Bruce Momjian Update copyright for 2019 commit | commitdiff | tree
2019年01月02日 Peter Eisentraut Convert unaccent tests to UTF-8 commit | commitdiff | tree
2019年01月01日 Michael Paquier Remove configure switch --disable-strong-random commit | commitdiff | tree
2019年01月01日 Michael Paquier Fix generation of padding message before encrypting... commit | commitdiff | tree
2018年12月31日 Michael Paquier Improve comments and logs in do_pg_stop/start_backup commit | commitdiff | tree
2018年12月31日 Noah Misch Process EXTRA_INSTALL serially, during the first temp... commit | commitdiff | tree
2018年12月31日 Noah Misch Send EXTRA_INSTALL errors to install.log, not stderr. commit | commitdiff | tree
2018年12月31日 Noah Misch pg_regress: Promptly detect failed postmaster startup. commit | commitdiff | tree
2018年12月31日 Tom Lane Update leakproofness markings on some btree comparison... commit | commitdiff | tree
2018年12月31日 Alvaro Herrera Remove some useless code commit | commitdiff | tree
2018年12月31日 Tom Lane Fix oversight in commit b5415e3c2187ab304390524f5ae66b4... commit | commitdiff | tree
2018年12月30日 Peter Eisentraut Change "checkpoint starting" message to use "wal" commit | commitdiff | tree
2018年12月30日 Tom Lane Add a hash opclass for type "tid". commit | commitdiff | tree
2018年12月30日 Tom Lane Support parameterized TidPaths. commit | commitdiff | tree
2018年12月30日 Tom Lane Teach eval_const_expressions to constant-fold LEAST... commit | commitdiff | tree
2018年12月30日 Michael Paquier Trigger stmt_beg and stmt_end for top-level statement... commit | commitdiff | tree
2018年12月29日 Tom Lane Use pg_strong_random() to select each server process... commit | commitdiff | tree
2018年12月29日 Tom Lane Use a separate random seed for SQL random()/setseed... commit | commitdiff | tree
2018年12月29日 Peter Eisentraut pg_rewind: Add missing newline to error message commit | commitdiff | tree
2018年12月29日 Peter Eisentraut Remove redundant translation markers commit | commitdiff | tree
2018年12月28日 Michael Paquier Improve description of DEFAULT_XLOG_SEG_SIZE in pg_config.h commit | commitdiff | tree
2018年12月28日 Tom Lane Marginal performance hacking in erand48.c. commit | commitdiff | tree
2018年12月28日 Tom Lane Fix latent problem with pg_jrand48(). commit | commitdiff | tree
2018年12月28日 Alvaro Herrera Fix thinko in previous commit commit | commitdiff | tree
2018年12月28日 Alvaro Herrera Rewrite ExecPartitionCheckEmitError for clarity commit | commitdiff | tree
2018年12月28日 Michael Paquier Clarify referential actions in docs of CREATE/ALTER... commit | commitdiff | tree
2018年12月28日 Alexander Korotkov Reduce length of GIN predicate locking isolation test... commit | commitdiff | tree
2018年12月27日 Peter Eisentraut Remove obsolete IndexIs* macros commit | commitdiff | tree
2018年12月27日 Peter Eisentraut pg_dump: Add missing newline to error message commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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