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年08月05日 Thomas Munro Remove configure probe for fdatasync. commit | commitdiff | tree
2022年08月05日 Thomas Munro Remove configure probe for clock_gettime. commit | commitdiff | tree
2022年08月05日 Peter Geoghegan Fix nbtree maximum item size macro. commit | commitdiff | tree
2022年08月05日 Thomas Munro Simplify replacement code for preadv and pwritev. commit | commitdiff | tree
2022年08月05日 Michael Paquier Make consistent a couple of log messages when parsing... commit | commitdiff | tree
2022年08月05日 Michael Paquier Use hba_file/ident_file GUCs rather than pg_hba.conf... commit | commitdiff | tree
2022年08月04日 David Rowley Fix failure to set correct operator in window run condition commit | commitdiff | tree
2022年08月04日 Thomas Munro Remove dead pread and pwrite replacement code. commit | commitdiff | tree
2022年08月04日 Thomas Munro Remove dead setenv, unsetenv replacement code. commit | commitdiff | tree
2022年08月04日 Thomas Munro Remove configure probes for poll and poll.h. commit | commitdiff | tree
2022年08月04日 Thomas Munro Remove configure probe for link. commit | commitdiff | tree
2022年08月04日 Thomas Munro Remove configure probes for symlink/readlink, and dead... commit | commitdiff | tree
2022年08月04日 Thomas Munro Remove configure probe for setsid. commit | commitdiff | tree
2022年08月04日 Thomas Munro Remove configure probe for shm_open. commit | commitdiff | tree
2022年08月04日 Thomas Munro Remove configure probe and related tests for getrlimit. commit | commitdiff | tree
2022年08月04日 Thomas Munro Remove configure probe for dlopen, and refactor. commit | commitdiff | tree
2022年08月04日 Robert Haas Revert recent changes to 002_pg_upgrade.pl. commit | commitdiff | tree
2022年08月04日 Tom Lane Fix check_exclusion_or_unique_constraint for UNIQUE... commit | commitdiff | tree
2022年08月04日 Tom Lane Add CHECK_FOR_INTERRUPTS in ExecInsert's speculative... commit | commitdiff | tree
2022年08月04日 Tom Lane Add proper regression test for the recent SRFs-in-pathk... commit | commitdiff | tree
2022年08月04日 Daniel Gustafsson Rephrase comments to make them clearer commit | commitdiff | tree
2022年08月04日 John Naylor Fix formatting and comment typos commit | commitdiff | tree
2022年08月04日 John Naylor Fix assorted doc typos commit | commitdiff | tree
2022年08月04日 John Naylor Clarify DROP EXTENSION docs regarding explicitly depend... commit | commitdiff | tree
2022年08月04日 Michael Paquier Fix inconsistent comments for some function declaration... commit | commitdiff | tree
2022年08月04日 John Naylor Support SSE2 intrinsics where available commit | commitdiff | tree
2022年08月03日 Tom Lane Fix incorrect tests for SRFs in relation_can_be_sorted_... commit | commitdiff | tree
2022年08月03日 Peter Geoghegan Add another old commit to git-blame-ignore-revs. commit | commitdiff | tree
2022年08月03日 Tom Lane Reduce test runtime of src/test/modules/snapshot_too_old. commit | commitdiff | tree
2022年08月03日 Amit Kapila Add wait_for_subscription_sync for TAP tests. commit | commitdiff | tree
2022年08月02日 Tom Lane Be more wary about 32-bit integer overflow in pg_stat_s... commit | commitdiff | tree
2022年08月02日 David Rowley Remove unused fields from ExprEvalStep commit | commitdiff | tree
2022年08月02日 Tom Lane Change type "char"'s I/O format for non-ASCII characters. commit | commitdiff | tree
2022年08月02日 David Rowley Improve performance of ORDER BY / DISTINCT aggregates commit | commitdiff | tree
2022年08月02日 Michael Paquier doc: Fix typos in protocol.sgml commit | commitdiff | tree
2022年08月02日 Amit Kapila Move common catalog cache access routines to lsyscache.c commit | commitdiff | tree
2022年08月02日 John Naylor Fix comment in pg_db_role_setting.h commit | commitdiff | tree
2022年08月02日 Amit Kapila Remove duplicated wait for subscription sync from 007_d... commit | commitdiff | tree
2022年08月01日 Tom Lane Add a regression test for contrib/tcn. commit | commitdiff | tree
2022年08月01日 David Rowley Relax overly strict rules in select_outer_pathkeys_for_... commit | commitdiff | tree
2022年08月01日 Tom Lane Add a regression test for contrib/pg_prewarm. commit | commitdiff | tree
2022年08月01日 David Rowley Have ExecFindPartition cache the last found partition commit | commitdiff | tree
2022年08月01日 Tom Lane Check maximum number of columns in function RTEs, too. commit | commitdiff | tree
2022年08月01日 Michael Paquier Fix error reporting after ioctl() call with pg_upgrade... commit | commitdiff | tree
2022年08月01日 Andres Freund ci: remove minor version from freebsd image name commit | commitdiff | tree
2022年08月01日 Michael Paquier Append -X to direct invocation of psql in new test... commit | commitdiff | tree
2022年08月01日 Michael Paquier Add more TAP tests with BASE_BACKUP and pg_backup_start... commit | commitdiff | tree
2022年07月31日 Tom Lane Remove test_oat_hooks.c's nodetag_to_string(). commit | commitdiff | tree
2022年07月31日 Andrew Dunstan Add --schema and --exclude-schema options to vacuumdb. commit | commitdiff | tree
2022年07月31日 Andres Freund ci: switch to freebsd 13.1 commit | commitdiff | tree
2022年07月31日 Tom Lane Fix trim_array() for zero-dimensional array argument. commit | commitdiff | tree
2022年07月31日 Tom Lane Make new auto_explain test safe for log_error_verbosity... commit | commitdiff | tree
2022年07月31日 Michael Paquier Feed ObjectAddress to event triggers for ALTER TABLE... commit | commitdiff | tree
2022年07月31日 Michael Paquier Expand tests of test_ddl_deparse/ for ALTER TABLE commit | commitdiff | tree
2022年07月30日 Tom Lane Improve regression test coverage of GiST index building. commit | commitdiff | tree
2022年07月30日 Tom Lane Add regression test coverage for contrib/pg_buffercache. commit | commitdiff | tree
2022年07月30日 Tom Lane Fix incorrect is-this-the-topmost-join tests in paralle... commit | commitdiff | tree
2022年07月30日 Tom Lane Adjust new pg_read_file() test cases for more portability. commit | commitdiff | tree
2022年07月30日 Robert Haas Revise test case added in 43746996399541ecb5c7b188725a5... commit | commitdiff | tree
2022年07月29日 Andrew Dunstan Fix new recovery test for log_error_verbosity=verbose... commit | commitdiff | tree
2022年07月29日 Robert Haas Fix brown paper bag bug in bbe08b8869bd29d587f24ef18eb4... commit | commitdiff | tree
2022年07月29日 Tom Lane Support pg_read_[binary_]file (filename, missing_ok). commit | commitdiff | tree
2022年07月29日 Tom Lane In transformRowExpr(), check for too many columns in... commit | commitdiff | tree
2022年07月29日 Robert Haas Fix mistake in bbe08b8869bd29d587f24ef18eb45c7d4d14afca. commit | commitdiff | tree
2022年07月29日 Alvaro Herrera Fix test instability commit | commitdiff | tree
2022年07月29日 Amit Kapila Move related functions next to each other in pg_publica... commit | commitdiff | tree
2022年07月28日 Robert Haas Use TRUNCATE to preserve relfilenode for pg_largeobject... commit | commitdiff | tree
2022年07月28日 Tom Lane Improve speed of hash index build. commit | commitdiff | tree
2022年07月28日 Alvaro Herrera doc: avoid saying "inheritance" ... commit | commitdiff | tree
2022年07月28日 Robert Haas Clean up some residual confusion between OIDs and RelFi... commit | commitdiff | tree
2022年07月28日 Alvaro Herrera Fix replay of create database records on standby commit | commitdiff | tree
2022年07月28日 Fujii Masao Fix comment in procarray.c. commit | commitdiff | tree
2022年07月28日 Thomas Munro Fix get_dirent_type() for symlinks on MinGW/MSYS. commit | commitdiff | tree
2022年07月27日 Tom Lane Fix new auto_explain test case for Windows. commit | commitdiff | tree
2022年07月27日 Robert Haas Bump catversion for commit d8cd0c6c95c0120168df93aae095... commit | commitdiff | tree
2022年07月27日 Robert Haas Convert macros to static inline functions (buf_internals.h) commit | commitdiff | tree
2022年07月27日 Tom Lane Add missing PGDLLEXPORT markings in contrib/pg_prewarm. commit | commitdiff | tree
2022年07月27日 Robert Haas Fix read_relmap_file() concurrency on Windows. commit | commitdiff | tree
2022年07月27日 Michael Paquier Refactor code in charge of grabbing the relations of... commit | commitdiff | tree
2022年07月27日 Alexander Korotkov Split tuplesortvariants.c from tuplesort.c commit | commitdiff | tree
2022年07月27日 Alexander Korotkov Split TuplesortPublic from Tuplesortstate commit | commitdiff | tree
2022年07月27日 Alexander Korotkov Move memory management away from writetup() and tupleso... commit | commitdiff | tree
2022年07月27日 Alexander Korotkov Put abbreviation logic into puttuple_common() commit | commitdiff | tree
2022年07月27日 Alexander Korotkov Add new Tuplesortstate.removeabbrev function commit | commitdiff | tree
2022年07月27日 Alexander Korotkov Remove Tuplesortstate.copytup function commit | commitdiff | tree
2022年07月27日 Michael Paquier Add overflow protection for block-related data in WAL... commit | commitdiff | tree
2022年07月26日 Tom Lane Improve makeArrayTypeName's algorithm for choosing... commit | commitdiff | tree
2022年07月26日 Robert Haas Fix brain fade in e530be2c5ce77475d56ccf8f4e0c4872b666ad5f. commit | commitdiff | tree
2022年07月26日 Robert Haas Remove the restriction that the relmap must be 512... commit | commitdiff | tree
2022年07月26日 Robert Haas Do not allow removal of superuser privileges from boots... commit | commitdiff | tree
2022年07月26日 Tom Lane Force immediate commit after CREATE DATABASE etc in... commit | commitdiff | tree
2022年07月26日 Fujii Masao doc: Add note about re-archiving of same WAL files... commit | commitdiff | tree
2022年07月26日 Fujii Masao Reduce overhead of renaming archive status files. commit | commitdiff | tree
2022年07月26日 Michael Paquier Fix path reference when parsing pg_ident.conf for pg_id... commit | commitdiff | tree
2022年07月26日 Amit Kapila Eliminate duplicate code in table.c. commit | commitdiff | tree
2022年07月26日 Michael Paquier Fix a few issues with REINDEX grammar commit | commitdiff | tree
2022年07月25日 Tom Lane Add test for session_preload_libraries and parameter... commit | commitdiff | tree
2022年07月25日 Andrew Dunstan Add xheader_width pset option to psql commit | commitdiff | tree
2022年07月25日 Tom Lane Process session_preload_libraries within InitPostgres... commit | commitdiff | tree
2022年07月25日 Heikki Linnakangas Fix ReadRecentBuffer for local buffers. commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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