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

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
2022年03月25日 Andres Freund Add retries for further investigation of 019_replslot_l... commit | commitdiff | tree
2022年03月24日 Daniel Gustafsson List offending databases in pg_upgrade datallowconn... commit | commitdiff | tree
2022年03月24日 Tom Lane Fix pg_statio_all_tables view for multiple TOAST indexes. commit | commitdiff | tree
2022年03月24日 Daniel Gustafsson Remove unused module imports from TAP tests commit | commitdiff | tree
2022年03月24日 Robert Haas Fix possible recovery trouble if TRUNCATE overlaps... commit | commitdiff | tree
2022年03月24日 Alvaro Herrera Wrap inline function definitions in #ifndef FRONTEND commit | commitdiff | tree
2022年03月24日 Tomas Vondra Add decoding of sequences to built-in replication commit | commitdiff | tree
2022年03月24日 Tom Lane Doc: add some documentation about serialization failure... commit | commitdiff | tree
2022年03月24日 Alvaro Herrera Change fastgetattr and heap_getattr to inline functions commit | commitdiff | tree
2022年03月24日 Tom Lane Invent recursive_worktable_factor GUC to replace hard... commit | commitdiff | tree
2022年03月24日 Peter Eisentraut Remove unnecessary translator comment commit | commitdiff | tree
2022年03月24日 Michael Paquier doc: Improve postgres command for shared_memory_size_in... commit | commitdiff | tree
2022年03月24日 Thomas Munro Add additional filtering options to pg_waldump. commit | commitdiff | tree
2022年03月24日 Tatsuo Ishii Fix pgbench TAP test. commit | commitdiff | tree
2022年03月24日 Michael Paquier Refactor code related to pg_hba_file_rules() into new... commit | commitdiff | tree
2022年03月24日 Michael Paquier Add some basic regression tests for pg_freespacemap commit | commitdiff | tree
2022年03月23日 Andres Freund Don't try to translate NULL in GetConfigOptionByNum(). commit | commitdiff | tree
2022年03月23日 Andres Freund Don't call fwrite() with len == 0 when writing out... commit | commitdiff | tree
2022年03月23日 Andres Freund configure: check for dlsym instead of dlopen. commit | commitdiff | tree
2022年03月23日 Andrew Dunstan Clean test_rls_hooks module commit | commitdiff | tree
2022年03月23日 Andres Freund ci: test headerscheck, cpluspluscheck as part of Compil... commit | commitdiff | tree
2022年03月23日 Alvaro Herrera pg_upgrade: Upgrade an Assert to a real 'if' test commit | commitdiff | tree
2022年03月23日 Robert Haas pg_basebackup: Try to fix some failures on Windows. commit | commitdiff | tree
2022年03月23日 Alvaro Herrera Fix "missing continuation record" after standby promotion commit | commitdiff | tree
2022年03月23日 Alvaro Herrera test_decoding: Add comments about delaying BEGIN/PREPARE commit | commitdiff | tree
2022年03月23日 Robert Haas In get_bc_algorithm_name, add a dummy return statement. commit | commitdiff | tree
2022年03月23日 Andrew Dunstan Force NO_LOCALE / UTF8 for test_oat_hooks tests commit | commitdiff | tree
2022年03月23日 Andrew Dunstan Use approved style for listing OBJS in test_oat_hooks... commit | commitdiff | tree
2022年03月23日 Robert Haas Unbreak the build. commit | commitdiff | tree
2022年03月23日 Robert Haas Replace BASE_BACKUP COMPRESSION_LEVEL option with COMPR... commit | commitdiff | tree
2022年03月23日 Tatsuo Ishii Allow pgbench to retry in some cases. commit | commitdiff | tree
2022年03月23日 Thomas Munro Try to stabilize vacuum test. commit | commitdiff | tree
2022年03月23日 Andrew Dunstan Temporarily disable installcheck for test_oat_hooks... commit | commitdiff | tree
2022年03月22日 Andrew Dunstan Revert "Common SQL/JSON clauses" commit | commitdiff | tree
2022年03月22日 Andres Freund Add missing xlogdefs.h include to pg_subscription.h. commit | commitdiff | tree
2022年03月22日 Andrew Dunstan Common SQL/JSON clauses commit | commitdiff | tree
2022年03月22日 Andrew Dunstan Tidy up Object Access hooks tests commit | commitdiff | tree
2022年03月22日 Andrew Dunstan Fix new Object Access hooks test commit | commitdiff | tree
2022年03月22日 Andres Freund Add missing dependency of pg_dumpall to WIN32RES. commit | commitdiff | tree
2022年03月22日 Andres Freund pgstat: fix function name in comment. commit | commitdiff | tree
2022年03月22日 Andrew Dunstan Add a test module for Object Access hooks commit | commitdiff | tree
2022年03月22日 Andrew Dunstan Add String object access hooks commit | commitdiff | tree
2022年03月22日 Tom Lane Revert "graceful shutdown" changes for Windows. commit | commitdiff | tree
2022年03月22日 Dean Rasheed Add support for security invoker views. commit | commitdiff | tree
2022年03月22日 Peter Eisentraut pgcrypto: Remove internal padding implementation commit | commitdiff | tree
2022年03月22日 Michael Paquier Fix failures in SSL tests caused by out-of-tree keys... commit | commitdiff | tree
2022年03月22日 Amit Kapila Add ALTER SUBSCRIPTION ... SKIP. commit | commitdiff | tree
2022年03月21日 Andres Freund pgstat: reorder pgstat.[ch] contents. commit | commitdiff | tree
2022年03月21日 Tom Lane Fix assorted missing logic for GroupingFunc nodes. commit | commitdiff | tree
2022年03月21日 Andres Freund pgstat: split different types of stats into separate... commit | commitdiff | tree
2022年03月21日 Tom Lane Fix bogus dependency handling for GENERATED expressions. commit | commitdiff | tree
2022年03月21日 Tom Lane Move pg_attrdef manipulation code into new file catalog... commit | commitdiff | tree
2022年03月21日 Tom Lane Fix risk of deadlock failure while dropping a partition... commit | commitdiff | tree
2022年03月21日 Tom Lane Remove workarounds for avoiding [U]INT64_FORMAT in... commit | commitdiff | tree
2022年03月21日 Magnus Hagander Fix typo in file identification commit | commitdiff | tree
2022年03月21日 Andres Freund pgstat: separate "xact level" handling out of relation... commit | commitdiff | tree
2022年03月21日 Andres Freund pgstat: rename pgstat_initstats() to pgstat_relation_in... commit | commitdiff | tree
2022年03月21日 Andres Freund pgstat: introduce pgstat_relation_should_count(). commit | commitdiff | tree
2022年03月20日 Alvaro Herrera Blind fix for uninitialized memory bug in ba9a7e392171 commit | commitdiff | tree
2022年03月20日 Thomas Munro Log regression.diffs in 027_stream_regress.pl. commit | commitdiff | tree
2022年03月20日 Tom Lane psql: handle tab completion of timezone names after... commit | commitdiff | tree
2022年03月20日 Alvaro Herrera Enforce foreign key correctly during cross-partition... commit | commitdiff | tree
2022年03月20日 Tom Lane Doc: fix our example systemd script. commit | commitdiff | tree
2022年03月20日 Peter Eisentraut Fix global ICU collations for ICU < 54 commit | commitdiff | tree
2022年03月19日 Andres Freund Add a few recent and not so recent revs to git-blame... commit | commitdiff | tree
2022年03月19日 Andres Freund pgstat: split out WAL handling from pgstat_{initialize... commit | commitdiff | tree
2022年03月19日 Andres Freund pgstat: split relation, database handling out of pgstat... commit | commitdiff | tree
2022年03月19日 Andres Freund pgstat: run pgindent on pgstat.c/h. commit | commitdiff | tree
2022年03月19日 Andres Freund ci: windows: Use CIRRUS_ESCAPING_PROCESSES, revert... commit | commitdiff | tree
2022年03月19日 Alvaro Herrera Fix an outdated and grammatically wrong comment commit | commitdiff | tree
2022年03月19日 Michael Paquier Improve handling of SET ACCESS METHOD for ALTER MATERIA... commit | commitdiff | tree
2022年03月19日 Michael Paquier Add regression tests for ALTER MATERIALIZED VIEW with... commit | commitdiff | tree
2022年03月19日 Michael Paquier doc: Mention SET TABLESPACE clause for ALTER MATERIALIZ... commit | commitdiff | tree
2022年03月19日 Andres Freund Silence -Wmaybe-uninitialized compiler warning in dbcom... commit | commitdiff | tree
2022年03月19日 Noah Misch Close race condition in slot_creation_error.spec. commit | commitdiff | tree
2022年03月18日 Andres Freund ci: compile with -Og where applicable. commit | commitdiff | tree
2022年03月18日 Andres Freund ci: include hints how to install OS packages. commit | commitdiff | tree
2022年03月18日 Tom Lane Fix incorrect xmlschema output for types timetz and... commit | commitdiff | tree
2022年03月18日 Tom Lane Specify database encoding in new ICU test. commit | commitdiff | tree
2022年03月18日 Tom Lane Doc: remove bogus instruction to install contrib/hstore. commit | commitdiff | tree
2022年03月18日 Tom Lane Remove workarounds for avoiding [U]INT64_FORMAT in... commit | commitdiff | tree
2022年03月18日 Thomas Munro Add circular WAL decoding buffer, take II. commit | commitdiff | tree
2022年03月18日 Michael Paquier doc: Remove mention to in-place tablespaces for pg_tabl... commit | commitdiff | tree
2022年03月18日 Michael Paquier Fix header inclusion order in pg_receivewal.c commit | commitdiff | tree
2022年03月18日 Thomas Munro Declare aarch64 has single copy atomicity for 8 byte... commit | commitdiff | tree
2022年03月17日 Tom Lane Don't bother to attach column name lists to RowExprs... commit | commitdiff | tree
2022年03月17日 Tom Lane Revert applying column aliases to the output of whole... commit | commitdiff | tree
2022年03月17日 Robert Haas Refactor code for reading and writing relation map... commit | commitdiff | tree
2022年03月17日 Tomas Vondra Fix row filters with multiple publications commit | commitdiff | tree
2022年03月17日 Peter Eisentraut doc: Add documentation for new field pg_database.daticu... commit | commitdiff | tree
2022年03月17日 Alvaro Herrera Split ExecUpdate and ExecDelete into reusable pieces commit | commitdiff | tree
2022年03月17日 Peter Eisentraut Add option to use ICU as global locale provider commit | commitdiff | tree
2022年03月17日 Michael Paquier Fix pg_tablespace_location() with in-place tablespaces commit | commitdiff | tree
2022年03月16日 Tomas Vondra Fix publish_as_relid with multiple publications commit | commitdiff | tree
2022年03月16日 Robert Haas Suppress compiler warnings. commit | commitdiff | tree
2022年03月16日 Daniel Gustafsson doc: Ensure intermediate path creation with mkdir commit | commitdiff | tree
2022年03月16日 Alexander Korotkov Fix default signature length for gist_ltree_ops commit | commitdiff | tree
2022年03月16日 Thomas Munro Fix race between DROP TABLESPACE and checkpointing. commit | commitdiff | tree
2022年03月16日 Michael Paquier pageinspect: Fix memory context allocation of page... commit | commitdiff | tree
2022年03月16日 Thomas Munro Fix documentation typo in commit 5e6368b4. commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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