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年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
2022年07月25日 Fujii Masao Remove useless arguments in ReadCheckpointRecord(). commit | commitdiff | tree
2022年07月23日 Tom Lane Doc: improve documentation about random(). commit | commitdiff | tree
2022年07月23日 Thomas Munro Remove dead getpwuid_r replacement code. commit | commitdiff | tree
2022年07月23日 Thomas Munro Remove dead handling for pre-POSIX sigwait(). commit | commitdiff | tree
2022年07月23日 Thomas Munro Remove dead getrusage replacement code. commit | commitdiff | tree
2022年07月23日 Tom Lane Doc: update recovery/README. commit | commitdiff | tree
2022年07月23日 Tom Lane Increase minimum supported GNU make version to 3.81. commit | commitdiff | tree
2022年07月23日 Thomas Munro Remove configure probe for wctype.h. commit | commitdiff | tree
2022年07月23日 Thomas Munro Remove configure probe for sys/tas.h. commit | commitdiff | tree
2022年07月22日 Alvaro Herrera Fix [install]check in interfaces/libpq/Makefile commit | commitdiff | tree
2022年07月22日 Alvaro Herrera Rework grammar for REINDEX commit | commitdiff | tree
2022年07月22日 Tom Lane Close old gap in dependency checks for functions return... commit | commitdiff | tree
2022年07月22日 Tom Lane Fix minor memory leaks in psql's tab completion. commit | commitdiff | tree
2022年07月22日 Alvaro Herrera parser: centralize common auxiliary productions commit | commitdiff | tree
2022年07月22日 Alvaro Herrera Update src/backend/parser/README commit | commitdiff | tree
2022年07月22日 Thomas Munro Remove unnecessary Windows-specific basebackup code. commit | commitdiff | tree
2022年07月22日 Thomas Munro Fix get_dirent_type() for Windows junction points. commit | commitdiff | tree
2022年07月22日 Fujii Masao postgres_fdw: Fix bug in checking of return value of... commit | commitdiff | tree
2022年07月22日 Thomas Munro Remove O_FSYNC and associated macros. commit | commitdiff | tree
2022年07月21日 Thomas Munro Remove fls(), use pg_leftmost_one_pos32() instead. commit | commitdiff | tree
2022年07月21日 Thomas Munro Extend size_t support in pg_bitutils.h. commit | commitdiff | tree
2022年07月21日 Bruce Momjian doc: use wording "restore" instead of "reload" of... commit | commitdiff | tree
2022年07月21日 Dean Rasheed Make the name optional in CREATE STATISTICS. commit | commitdiff | tree
2022年07月21日 Bruce Momjian doc: clarify that auth. names are lower case and case... commit | commitdiff | tree
2022年07月21日 Tom Lane Fix ruleutils issues with dropped cols in functions... commit | commitdiff | tree
2022年07月21日 Amit Kapila Add missing space in comments. commit | commitdiff | tree
2022年07月21日 Amit Kapila Allow users to skip logical replication of data having... commit | commitdiff | tree
2022年07月21日 Fujii Masao docs: Improve pg_settings_get_flags docs. commit | commitdiff | tree
2022年07月21日 Michael Paquier Tweak a bit the new TAP tests of REINDEX DATABASE/SYSTEM commit | commitdiff | tree
2022年07月21日 Michael Paquier Fix various memory leaks in psql's describe commands \d* commit | commitdiff | tree
2022年07月20日 Tom Lane Dump more fields when dumping planner internal data... commit | commitdiff | tree
2022年07月20日 Jeff Davis Process shared_preload_libraries in single-user mode. commit | commitdiff | tree
2022年07月20日 Tom Lane Make serialization of Nodes' scalar-array fields more... commit | commitdiff | tree
2022年07月20日 Alexander Korotkov Document the ability to specify TableAM for pgbench commit | commitdiff | tree
2022年07月20日 Dean Rasheed Make subquery aliases optional in the FROM clause. commit | commitdiff | tree
2022年07月20日 Alvaro Herrera Add PGDLLEXPORTS to some plpgsql function declarations commit | commitdiff | tree
2022年07月20日 Thomas Munro Fix warnings on Windows. commit | commitdiff | tree
2022年07月20日 Thomas Munro Add wal_sync_method=fdatasync for Windows. commit | commitdiff | tree
2022年07月20日 Fujii Masao Fix assertion failure and segmentation fault in backup... commit | commitdiff | tree
2022年07月20日 Fujii Masao Prevent BASE_BACKUP in the middle of another backup... commit | commitdiff | tree
2022年07月20日 Michael Paquier Tweak detail and hint messages to be consistent with... commit | commitdiff | tree
2022年07月20日 Fujii Masao Add regression test for TRUNCATE on foreign table not... commit | commitdiff | tree
2022年07月19日 Tom Lane Fix missed corner cases for grantable permissions on... commit | commitdiff | tree
2022年07月19日 Tom Lane Convert planner's AggInfo and AggTransInfo structs... commit | commitdiff | tree
2022年07月19日 Tom Lane Estimate cost of elided SubqueryScan, Append, MergeAppe... commit | commitdiff | tree
2022年07月19日 Alvaro Herrera Wrap overly long lines commit | commitdiff | tree
2022年07月19日 Peter Eisentraut Clean up temp file from refactored dtrace rule commit | commitdiff | tree
2022年07月19日 Peter Eisentraut Convert macros to static inline functions (itup.h) commit | commitdiff | tree
2022年07月19日 Michael Paquier Rework logic and simplify syntax of REINDEX DATABASE... commit | commitdiff | tree
2022年07月19日 Michael Paquier Add more tests for REINDEX DATABASE/SYSTEM with relfile... commit | commitdiff | tree
2022年07月19日 Andres Freund Use STDOUT/STDERR_FILENO in most of syslogger. commit | commitdiff | tree
2022年07月19日 Andres Freund windows: msvc: Define STDIN/OUT/ERR_FILENO. commit | commitdiff | tree
2022年07月18日 Tom Lane Improve perl style in ecpg's parser-construction scripts. commit | commitdiff | tree
2022年07月18日 Andres Freund ecpg: use our instead of my in parse.pl to fix perlcrit... commit | commitdiff | tree
2022年07月18日 Andres Freund Refactor dtrace postprocessing make rules commit | commitdiff | tree
2022年07月18日 Andres Freund Add output directory option to gen_node_support.pl commit | commitdiff | tree
2022年07月18日 Andres Freund Add output directory argument to generate-unicode_norm_... commit | commitdiff | tree
2022年07月18日 Andres Freund Add output file argument to generate-errcodes.pl commit | commitdiff | tree
2022年07月18日 Andres Freund Add output path arg in generate-lwlocknames.pl commit | commitdiff | tree
2022年07月18日 Andres Freund Move snowball_create.sql creation into perl file commit | commitdiff | tree
2022年07月18日 Andres Freund ecpg: Output dir, source dir, stamp file argument for... commit | commitdiff | tree
2022年07月18日 Andres Freund psql: Output dir and dependency generation for sql_help commit | commitdiff | tree
2022年07月18日 Andres Freund Deal with paths containing \ and spaces in basebackup_t... commit | commitdiff | tree
2022年07月18日 Tomas Vondra Reinstate tests accidentally removed by e3fcca0d0d commit | commitdiff | tree
2022年07月18日 Peter Eisentraut pg_upgrade: Adjust quoting style in message to match... commit | commitdiff | tree
2022年07月18日 Peter Eisentraut Add another SQL/JSON error code commit | commitdiff | tree
2022年07月18日 Peter Eisentraut Convert macros to static inline functions (tupmacs.h) commit | commitdiff | tree
2022年07月18日 Andres Freund Mark all symbols exported from extension libraries... commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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