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年12月08日 Etsuro Fujita Remove new structure member from ResultRelInfo. commit | commitdiff | tree
2022年12月08日 Andres Freund Add option to specify segment size in blocks commit | commitdiff | tree
2022年12月08日 Amit Kapila Avoid unnecessary streaming of transactions during... commit | commitdiff | tree
2022年12月07日 Andres Freund meson: Add 'running' test setup, as a replacement for... commit | commitdiff | tree
2022年12月07日 Tom Lane Minor code refactoring in elog.c (no functional change). commit | commitdiff | tree
2022年12月07日 Tom Lane Doc: subdivide System Information Functions and Operators. commit | commitdiff | tree
2022年12月07日 Peter Eisentraut Fix FK comment think-o commit | commitdiff | tree
2022年12月07日 Alvaro Herrera Update outdated comment in ApplyRetrieveRule commit | commitdiff | tree
2022年12月07日 Andres Freund meson: Add basic PGXS compatibility commit | commitdiff | tree
2022年12月07日 Andres Freund autoconf: Move export_dynamic determination to configure commit | commitdiff | tree
2022年12月07日 Michael Paquier Generate pg_stat_get*() functions for databases using... commit | commitdiff | tree
2022年12月06日 Andres Freund meson: Basic cygwin support commit | commitdiff | tree
2022年12月06日 Alvaro Herrera Rework query relation permission checking commit | commitdiff | tree
2022年12月06日 Alvaro Herrera Fix typo commit | commitdiff | tree
2022年12月06日 David Rowley Fix 32-bit build dangling pointer issue in WindowAgg commit | commitdiff | tree
2022年12月06日 Michael Paquier Generate pg_stat_get*() functions for tables using... commit | commitdiff | tree
2022年12月06日 Alexander Korotkov Check the snapshot argument of index_beginscan and... commit | commitdiff | tree
2022年12月06日 Michael Paquier Provide test coverage in pg_dump for default behaviors... commit | commitdiff | tree
2022年12月05日 Peter Eisentraut initdb: Refactor PG_CMD_PUTS loops commit | commitdiff | tree
2022年12月05日 Tom Lane Fix Memoize to work with partitionwise joining. commit | commitdiff | tree
2022年12月05日 Peter Eisentraut pg_dump: Remove "blob" terminology commit | commitdiff | tree
2022年12月05日 Michael Paquier doc: Add missing <varlistentry> markups for developer... commit | commitdiff | tree
2022年12月05日 Michael Paquier Add LSN location in some error messages related to... commit | commitdiff | tree
2022年12月04日 David Rowley Fix thinko introduced in 6b423ec67 commit | commitdiff | tree
2022年12月04日 Tom Lane Update top-level .gitignore. commit | commitdiff | tree
2022年12月04日 Tom Lane Re-pgindent a few files. commit | commitdiff | tree
2022年12月04日 Tom Lane Fix broken MemoizePath support in reparameterize_path(). commit | commitdiff | tree
2022年12月04日 Tom Lane Add missing MaterialPath support in reparameterize_path... commit | commitdiff | tree
2022年12月04日 Tom Lane Fix generate_partitionwise_join_paths() to tolerate... commit | commitdiff | tree
2022年12月04日 David Rowley Improve performance of pg_strtointNN functions commit | commitdiff | tree
2022年12月03日 Tom Lane Doc: flesh out fmgr/README's description of context... commit | commitdiff | tree
2022年12月03日 Dean Rasheed Fix DEFAULT handling for multi-row INSERT rules. commit | commitdiff | tree
2022年12月03日 David Rowley Add missing const qualifier commit | commitdiff | tree
2022年12月03日 Andres Freund Prevent pgstats from getting confused when relkind... commit | commitdiff | tree
2022年12月02日 Jeff Davis Fix broken hash function hashbpcharextended(). commit | commitdiff | tree
2022年12月02日 Tom Lane Remove gen_node_support.pl's special treatment of Equiv... commit | commitdiff | tree
2022年12月02日 Tom Lane Add some error cross-checks to gen_node_support.pl. commit | commitdiff | tree
2022年12月02日 Tom Lane Fix psql's \sf and \ef for new-style SQL functions. commit | commitdiff | tree
2022年12月02日 Tom Lane Remove logic for converting a table to a view. commit | commitdiff | tree
2022年12月02日 Daniel Gustafsson doc: Avoid writing in first-person form commit | commitdiff | tree
2022年12月02日 Daniel Gustafsson Report incompatible roles in pg_upgrade checking commit | commitdiff | tree
2022年12月02日 Daniel Gustafsson doc: fix type alignment for CREATE TABLE in triggers commit | commitdiff | tree
2022年12月02日 Alvaro Herrera Generalize ri_RootToPartitionMap to use for non-partiti... commit | commitdiff | tree
2022年12月02日 Amit Kapila Fix incorrect output from pgoutput when using column... commit | commitdiff | tree
2022年12月02日 Andres Freund autoconf: Don't AC_SUBST() LD in configure commit | commitdiff | tree
2022年12月02日 Andres Freund autoconf: Unify CFLAGS_SSE42 and CFLAGS_ARMV8_CRC32C commit | commitdiff | tree
2022年12月02日 Michael Paquier Switch pg_dump to use compression specifications commit | commitdiff | tree
2022年12月01日 Jeff Davis Fix memory leak for hashing with nondeterministic colla... commit | commitdiff | tree
2022年12月01日 Tom Lane Doc: add example of round(v, s) with negative s. commit | commitdiff | tree
2022年12月01日 Tom Lane Doc: word-smith the discussion of secure schema usage... commit | commitdiff | tree
2022年12月01日 Tom Lane Fix under-parenthesized display of AT TIME ZONE constructs. commit | commitdiff | tree
2022年12月01日 Bruce Momjian revert: add transaction processing chapter with intern... commit | commitdiff | tree
2022年12月01日 Peter Eisentraut doc: Add installation instructions for building with... commit | commitdiff | tree
2022年12月01日 Alvaro Herrera Move PartitioPruneInfo out of plan nodes into PlannedStmt commit | commitdiff | tree
2022年12月01日 Peter Eisentraut doc: Remove note about disk space from installation... commit | commitdiff | tree
2022年12月01日 Peter Eisentraut doc: Add missing comma commit | commitdiff | tree
2022年12月01日 Michael Paquier Make materialized views participate in predicate locking commit | commitdiff | tree
2022年11月30日 Tom Lane Reject missing database name in pg_regress and cohorts. commit | commitdiff | tree
2022年11月30日 Alvaro Herrera Bump catalog version for previous commit commit | commitdiff | tree
2022年11月30日 Alvaro Herrera Stop accessing checkAsUser via RTE in some cases commit | commitdiff | tree
2022年11月30日 Michael Paquier Add regression tests for psql's \o and \g on files commit | commitdiff | tree
2022年11月30日 Bruce Momjian doc: add transaction processing chapter with internals... commit | commitdiff | tree
2022年11月30日 Michael Paquier Refactor code parsing compression option values (-Z... commit | commitdiff | tree
2022年11月29日 Michael Paquier Fix comment in fe-auth-scram.c commit | commitdiff | tree
2022年11月29日 Tom Lane Improve heuristics for compressing the KnownAssignedXid... commit | commitdiff | tree
2022年11月29日 Tom Lane Prevent clobbering of utility statements in SQL functio... commit | commitdiff | tree
2022年11月29日 Tom Lane Remove bogus Assert and dead code in remove_useless_res... commit | commitdiff | tree
2022年11月29日 Alvaro Herrera Add 'missing_ok' argument to build_attrmap_by_name commit | commitdiff | tree
2022年11月29日 Michael Paquier meson: Add some missing env settings for tests of pg_du... commit | commitdiff | tree
2022年11月28日 Michael Paquier Fix comment in snapbuild.c commit | commitdiff | tree
2022年11月28日 Thomas Munro Remove promote_trigger_file. commit | commitdiff | tree
2022年11月28日 Andres Freund meson: Fix binary mismatch for MSVC plperl vs gcc built... commit | commitdiff | tree
2022年11月28日 Andrew Dunstan Provide non-superuser predefined roles for vacuum and... commit | commitdiff | tree
2022年11月28日 Andrew Dunstan Provide per-table permissions for vacuum and analyze. commit | commitdiff | tree
2022年11月28日 Daniel Gustafsson doc: Clarify unit of logging for log_temp_files commit | commitdiff | tree
2022年11月28日 Michael Paquier Add TAP tests for include directives in HBA end ident... commit | commitdiff | tree
2022年11月27日 Tom Lane Doc: update queries.sgml for optional subquery aliases. commit | commitdiff | tree
2022年11月27日 Andrew Dunstan Fix binary mismatch for MSVC plperl vs gcc built perl... commit | commitdiff | tree
2022年11月26日 Tom Lane Remove temporary portlock directory during make [dist... commit | commitdiff | tree
2022年11月26日 Andrew Dunstan Add portlock directory to .gitignore commit | commitdiff | tree
2022年11月26日 Michael Paquier Mark two signal flags as sig_atomic_t in pgbench and... commit | commitdiff | tree
2022年11月26日 Michael Paquier Fix typo in hba.c commit | commitdiff | tree
2022年11月25日 Andrew Dunstan Allow building with MSVC and Strawberry perl commit | commitdiff | tree
2022年11月25日 Peter Eisentraut Correct some SQL feature names commit | commitdiff | tree
2022年11月25日 Andrew Dunstan Fix gen_node_support.pl for changed AclMode size commit | commitdiff | tree
2022年11月25日 Dean Rasheed Fix rule-detection code for MERGE. commit | commitdiff | tree
2022年11月25日 Peter Eisentraut doc: Re-order Table 28.35 "Per-Backend Statistics Funct... commit | commitdiff | tree
2022年11月25日 Peter Eisentraut doc: Re-order Table 28.12 "Wait Events of type LWLock" commit | commitdiff | tree
2022年11月25日 Peter Eisentraut doc: Re-order sections of "28.4. Progress Reporting" commit | commitdiff | tree
2022年11月25日 Etsuro Fujita Fix handling of pending inserts in nodeModifyTable.c. commit | commitdiff | tree
2022年11月25日 Michael Paquier Skip TAP test for peer authentication if there are... commit | commitdiff | tree
2022年11月24日 Michael Paquier Introduce variables for initial and max nesting depth... commit | commitdiff | tree
2022年11月24日 David Rowley Fix some 32-bit shift warnings in MSVC commit | commitdiff | tree
2022年11月24日 David Rowley Improve indenting in _hash_pgaddtup commit | commitdiff | tree
2022年11月24日 Alvaro Herrera Make multixact error message more explicit commit | commitdiff | tree
2022年11月24日 Peter Eisentraut doc: Fix description of how the default user name is... commit | commitdiff | tree
2022年11月24日 Michael Paquier Add the database name to the ps display of logical... commit | commitdiff | tree
2022年11月24日 Michael Paquier Add support for file inclusions in HBA and ident config... commit | commitdiff | tree
2022年11月24日 David Rowley Speedup hash index builds by skipping needless binary... commit | commitdiff | tree
2022年11月24日 Michael Paquier Create memory context for tokenization after opening... commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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