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月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
2018年12月27日 Alexander Korotkov Remove entry tree root conflict checking from GIN predi... commit | commitdiff | tree
2018年12月27日 Michael Paquier Ignore inherited temp relations from other sessions... commit | commitdiff | tree
2018年12月26日 Tom Lane Fix failure to check for open() or fsync() failures. commit | commitdiff | tree
2018年12月26日 Tom Lane Fix portability failure introduced in commits d2b0b60e7... commit | commitdiff | tree
2018年12月25日 Michael Paquier Improve tab completion of ALTER INDEX/TABLE with SET... commit | commitdiff | tree
2018年12月24日 Michael Paquier Prioritize history files when archiving commit | commitdiff | tree
2018年12月23日 Michael Paquier Disable WAL-skipping optimization for COPY on views... commit | commitdiff | tree
2018年12月23日 Michael Paquier Add completion for storage parameters after CREATE... commit | commitdiff | tree
2018年12月22日 Peter Eisentraut Add WRITE_*_ARRAY macros commit | commitdiff | tree
2018年12月22日 Peter Eisentraut Add some const decorations commit | commitdiff | tree
2018年12月22日 Peter Eisentraut Fix ancient compiler warnings and typos in !HAVE_SYMLIN... commit | commitdiff | tree
2018年12月20日 Alexander Korotkov Check for conflicting queries during replay of gistvacu... commit | commitdiff | tree
2018年12月20日 Tom Lane Base information_schema.sql_identifier domain on name... commit | commitdiff | tree
2018年12月20日 Tom Lane Avoid producing over-length specific_name outputs in... commit | commitdiff | tree
2018年12月20日 Alvaro Herrera Fix lock level used for partition when detaching it commit | commitdiff | tree
2018年12月20日 Tom Lane Doc: fix ancient mistake in search_path documentation. commit | commitdiff | tree
2018年12月20日 Tom Lane Make bitmapset.c use 64-bit bitmap words on 64-bit... commit | commitdiff | tree
2018年12月20日 Alvaro Herrera DETACH PARTITION: hold locks on indexes until end of... commit | commitdiff | tree
2018年12月20日 Michael Paquier Add more tab completion for CREATE TABLE in psql commit | commitdiff | tree
2018年12月20日 Greg Stark Fix ADD IF NOT EXISTS used in conjunction with ALTER... commit | commitdiff | tree
2018年12月19日 Tom Lane Add text-vs-name cross-type operators, and unify name_o... commit | commitdiff | tree
2018年12月19日 Tom Lane Make type "name" collation-aware. commit | commitdiff | tree
2018年12月19日 Alvaro Herrera Remove function names from error messages commit | commitdiff | tree
2018年12月19日 Tom Lane Small improvements for allocation logic in ginHeapTuple... commit | commitdiff | tree
2018年12月19日 Tom Lane Doc: fix incorrect example of collecting arguments... commit | commitdiff | tree
2018年12月19日 Peter Geoghegan Remove obsolete nbtree duplicate entries comment. commit | commitdiff | tree
2018年12月19日 Peter Geoghegan Correct obsolete nbtree recovery comments. commit | commitdiff | tree
2018年12月19日 Tatsuo Ishii Doc: fix typo in "Generic File Access Functions" section. commit | commitdiff | tree
2018年12月18日 Tom Lane Make collation-aware system catalog columns use "C... commit | commitdiff | tree
2018年12月18日 Tom Lane Update sepgsql regression test results for commit ca410... commit | commitdiff | tree
2018年12月18日 Tom Lane Fix ancient thinko in mergejoin cost estimation. commit | commitdiff | tree
2018年12月18日 Michael Paquier Include partitioned indexes to system view pg_indexes commit | commitdiff | tree
2018年12月18日 Michael Paquier Tweak description comments in tests for partition functions commit | commitdiff | tree
2018年12月18日 Michael Paquier Update project link of pgBadger in documentation commit | commitdiff | tree
2018年12月18日 Michael Paquier Include ALTER INDEX SET STATISTICS in pg_dump commit | commitdiff | tree
2018年12月17日 Tom Lane Drop support for getting signal descriptions from sys_s... commit | commitdiff | tree
2018年12月17日 Alvaro Herrera Fix tablespace handling for partitioned tables commit | commitdiff | tree
2018年12月17日 Alvaro Herrera Clarify runtime pruning in EXPLAIN commit | commitdiff | tree
2018年12月17日 Amit Kapila Remove extra semicolons. commit | commitdiff | tree
2018年12月17日 Michael Paquier Fix use-after-free bug when renaming constraints commit | commitdiff | tree
2018年12月17日 Michael Paquier Make constraint rename issue relcache invalidation... commit | commitdiff | tree
2018年12月17日 Tom Lane Modernize our code for looking up descriptive strings... commit | commitdiff | tree
2018年12月16日 Tom Lane Make error handling in parallel pg_upgrade less bogus. commit | commitdiff | tree
2018年12月16日 Tom Lane Improve detection of child-process SIGPIPE failures. commit | commitdiff | tree
2018年12月14日 Tom Lane Make pg_statistic and related code account more honestl... commit | commitdiff | tree
2018年12月13日 Michael Paquier Introduce new extended routines for FDW and foreign... commit | commitdiff | tree
2018年12月13日 Andres Freund Create a separate oid range for oids assigned by genbki.pl. commit | commitdiff | tree
2018年12月13日 Tom Lane Fix bogus logic for skipping unnecessary partcollation... commit | commitdiff | tree
2018年12月13日 Tom Lane Drop no-op CoerceToDomain nodes from expressions at... commit | commitdiff | tree
2018年12月13日 Alexander Korotkov Prevent GIN deleted pages from being reclaimed too... commit | commitdiff | tree
2018年12月13日 Alexander Korotkov Prevent deadlock in ginRedoDeletePage() commit | commitdiff | tree
2018年12月13日 Alexander Korotkov Fix deadlock in GIN vacuum introduced by 218f51584d5 commit | commitdiff | tree
2018年12月12日 Tom Lane Repair bogus EPQ plans generated for postgres_fdw forei... commit | commitdiff | tree
2018年12月12日 Tom Lane Repair bogus handling of multi-assignment Params in... commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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