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

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
2023年04月05日 Peter Eisentraut doc: Update SQL features/conformance information to... commit | commitdiff | tree
2023年04月05日 Daniel Gustafsson Fix function reference in comment commit | commitdiff | tree
2023年04月05日 Peter Eisentraut doc: Update SQL keywords list to SQL:2023 commit | commitdiff | tree
2023年04月05日 Peter Eisentraut Fix minor signed/unsigned mixup commit | commitdiff | tree
2023年04月05日 Andres Freund meson: docs: Allow configuring simple/website style commit | commitdiff | tree
2023年04月05日 Andres Freund docs: html: load stylesheet via custom.css.source commit | commitdiff | tree
2023年04月05日 Andres Freund docs: html: copy images to output as part of xslt build commit | commitdiff | tree
2023年04月05日 Andres Freund meson: add docs, docs_pdf options commit | commitdiff | tree
2023年04月05日 Andres Freund meson: docs: Preparatory cleanups commit | commitdiff | tree
2023年04月05日 Amit Kapila Add Copyright notice in 001_basic.pl and 002_pg_upgrade.pl. commit | commitdiff | tree
2023年04月05日 Andres Freund docs: Remove support for 'htmlhelp' format commit | commitdiff | tree
2023年04月04日 Andres Freund sequences: Lock buffer before initializing page commit | commitdiff | tree
2023年04月04日 Michael Paquier doc: Add more details about pg_stat_get_xact_blocks_... commit | commitdiff | tree
2023年04月04日 Jeff Davis Fix MSVC warning introduced in ea1db8ae70. commit | commitdiff | tree
2023年04月04日 Thomas Munro Remove comment obsoleted by 11c2d6fd. commit | commitdiff | tree
2023年04月04日 Jeff Davis Canonicalize ICU locale names to language tags. commit | commitdiff | tree
2023年04月04日 Tom Lane Add a way to get the current function's OID in pl/pgsql. commit | commitdiff | tree
2023年04月04日 Robert Haas Add a run_as_owner option to subscriptions. commit | commitdiff | tree
2023年04月04日 Robert Haas Perform logical replication actions as the table owner. commit | commitdiff | tree
2023年04月04日 Peter Eisentraut Add missing XML ID attributes commit | commitdiff | tree
2023年04月04日 Alvaro Herrera Code review for recent SQL/JSON commits commit | commitdiff | tree
2023年04月04日 Andres Freund bufmgr: Remove buffer-write-dirty tracepoints commit | commitdiff | tree
2023年04月03日 Peter Geoghegan Make SP-GiST redirect cleanup more aggressive. commit | commitdiff | tree
2023年04月03日 Peter Geoghegan Recycle deleted nbtree pages more aggressively. commit | commitdiff | tree
2023年04月03日 Peter Geoghegan Move heaprel struct field next to index rel field. commit | commitdiff | tree
2023年04月03日 Robert Haas Fix possible logical replication crash. commit | commitdiff | tree
2023年04月03日 Tom Lane When using valgrind, log the current query after an... commit | commitdiff | tree
2023年04月03日 Alexander Korotkov Revert 764da7710b commit | commitdiff | tree
2023年04月03日 Alexander Korotkov Revert 11470f544e commit | commitdiff | tree
2023年04月03日 David Rowley Rename BufferAccessStrategyData.ring_size to nbuffers commit | commitdiff | tree
2023年04月03日 David Rowley Disable vacuum's use of a buffer access strategy during... commit | commitdiff | tree
2023年04月03日 Daniel Gustafsson Fix typo in CI README commit | commitdiff | tree
2023年04月03日 David Rowley Only make buffer strategy for vacuum when it's likely... commit | commitdiff | tree
2023年04月03日 Peter Eisentraut pg_basebackup: Correct type of WalSegSz commit | commitdiff | tree
2023年04月03日 David Rowley Remove some global variables from vacuum.c commit | commitdiff | tree
2023年04月03日 Tom Lane Doc: update pgindent/README. commit | commitdiff | tree
2023年04月02日 Andres Freund Add info in WAL records in preparation for logical... commit | commitdiff | tree
2023年04月02日 Noah Misch Fix copy-pasto in contrib/auth_delay/meson.build variab... commit | commitdiff | tree
2023年04月02日 Noah Misch Use PG_TEST_TIMEOUT_DEFAULT in 019_replslot_limit.pl. commit | commitdiff | tree
2023年04月02日 Andres Freund Pass down table relation into more index relation functions commit | commitdiff | tree
2023年04月02日 Andres Freund Assert only valid flag bits are passed to visibilitymap... commit | commitdiff | tree
2023年04月02日 Andres Freund hio: Release extension lock before initializing page... commit | commitdiff | tree
2023年03月31日 Tomas Vondra pg_dump: Use only LZ4 frame format for compression commit | commitdiff | tree
2023年03月31日 David Rowley Doc: add Buffer Access Strategy to the glossary commit | commitdiff | tree
2023年03月31日 Peter Geoghegan Add show_data option to pg_get_wal_block_info. commit | commitdiff | tree
2023年03月31日 Alvaro Herrera SQL/JSON: support the IS JSON predicate commit | commitdiff | tree
2023年03月31日 Tom Lane Further tweaking of width_bucket() edge cases. commit | commitdiff | tree
2023年03月31日 Tom Lane Reject system columns as elements of foreign keys. commit | commitdiff | tree
2023年03月31日 Tom Lane Ensure acquire_inherited_sample_rows sets its output... commit | commitdiff | tree
2023年03月31日 Daniel Gustafsson pg_regress: Emit TAP compliant output commit | commitdiff | tree
2023年03月31日 Alvaro Herrera Move ExecEvalJsonConstructor new function to a more... commit | commitdiff | tree
2023年03月31日 Alvaro Herrera No need to add FORMAT to the keyword precedence list commit | commitdiff | tree
2023年03月31日 Amit Kapila Add XML ID attributes to create_publication.sgml. commit | commitdiff | tree
2023年03月31日 Andres Freund Bump PGSTAT_FILE_FORMAT_ID, omitted in 8aaa04b32d7 commit | commitdiff | tree
2023年03月31日 Andres Freund Track shared buffer hits in pg_stat_io commit | commitdiff | tree
2023年03月30日 David Rowley Fix List memory issue in transformColumnDefinition commit | commitdiff | tree
2023年03月30日 Thomas Munro Parallel Hash Full Join. commit | commitdiff | tree
2023年03月30日 Andres Freund pg_stat_wal: Accumulate time as instr_time instead... commit | commitdiff | tree
2023年03月30日 Peter Geoghegan Show record information in pg_get_wal_block_info. commit | commitdiff | tree
2023年03月30日 Alvaro Herrera Simplify transformJsonAggConstructor() API commit | commitdiff | tree
2023年03月30日 Alvaro Herrera Fix inconsistencies and style issues in new SQL/JSON... commit | commitdiff | tree
2023年03月30日 Alvaro Herrera Fix setrefs.c code for adjusting partPruneInfos commit | commitdiff | tree
2023年03月30日 Andres Freund Fix format code in fd.c debugging infrastructure commit | commitdiff | tree
2023年03月30日 Andres Freund bufmgr: Fix undefined behaviour with, unrealistically... commit | commitdiff | tree
2023年03月30日 Tom Lane Clean up role created in new subscription test. commit | commitdiff | tree
2023年03月30日 Robert Haas Fix documentation build for c3afe8cf5a1e465bd71e48e4bc7... commit | commitdiff | tree
2023年03月30日 Robert Haas Add new predefined role pg_create_subscription. commit | commitdiff | tree
2023年03月30日 Tom Lane Avoid overflow in width_bucket_float8(). commit | commitdiff | tree
2023年03月30日 Daniel Gustafsson Fix pointer cast for seed calculation on 32-bit systems commit | commitdiff | tree
2023年03月30日 Peter Eisentraut Fix incorrect format placeholders commit | commitdiff | tree
2023年03月30日 Amit Kapila Refactor pgoutput_change(). commit | commitdiff | tree
2023年03月30日 David Rowley Fix outdated comments regarding TupleTableSlots commit | commitdiff | tree
2023年03月29日 Daniel Gustafsson Support connection load balancing in libpq commit | commitdiff | tree
2023年03月29日 Daniel Gustafsson Copy and store addrinfo in libpq-owned private memory commit | commitdiff | tree
2023年03月29日 Tom Lane Fix dereference of dangling pointer in GiST index buffe... commit | commitdiff | tree
2023年03月29日 Tom Lane Add missing .gitignore entries. commit | commitdiff | tree
2023年03月29日 Tom Lane Remove empty function BufmgrCommit(). commit | commitdiff | tree
2023年03月29日 Alvaro Herrera SQL/JSON: add standard JSON constructor functions commit | commitdiff | tree
2023年03月29日 Peter Eisentraut Fix some section numbers in information_schema.sql commit | commitdiff | tree
2023年03月29日 Peter Eisentraut meson: Change default buildtype to debugoptimized commit | commitdiff | tree
2023年03月29日 Peter Eisentraut Move definition of standard collations from initdb... commit | commitdiff | tree
2023年03月29日 Peter Eisentraut Simplify useless 0L constants commit | commitdiff | tree
2023年03月29日 Amit Kapila Avoid syncing data twice for the 'publish_via_partition... commit | commitdiff | tree
2023年03月29日 Amit Kapila Add XML ID attributes to create_subscription.sgml. commit | commitdiff | tree
2023年03月29日 Tomas Vondra pg_dump: Fix gzip compression of empty data commit | commitdiff | tree
2023年03月28日 Jeff Davis Validate ICU locales. commit | commitdiff | tree
2023年03月28日 Robert Haas amcheck: In verify_heapam, allows tuples with xmin 0. commit | commitdiff | tree
2023年03月28日 Peter Geoghegan Fix recent pg_walinspect fpi_length bug. commit | commitdiff | tree
2023年03月28日 Tom Lane Fix corner-case planner failure for MERGE. commit | commitdiff | tree
2023年03月28日 Jeff Davis initdb: emit message when using default ICU locale. commit | commitdiff | tree
2023年03月28日 Jeff Davis initdb: replace check_icu_locale() with default_icu_loc... commit | commitdiff | tree
2023年03月28日 Jeff Davis Fix error inconsistency in older ICU versions. commit | commitdiff | tree
2023年03月28日 Peter Eisentraut Save a few bytes in pg_attribute commit | commitdiff | tree
2023年03月27日 Peter Geoghegan pg_walinspect: Adjust memory context name. commit | commitdiff | tree
2023年03月27日 Michael Paquier Generate a few more functions of pgstatfuncs.c with... commit | commitdiff | tree
2023年03月27日 Tom Lane Reject attempts to alter composite types used in indexes. commit | commitdiff | tree
2023年03月27日 Robert Haas amcheck: Generalize one of the recently-added update... commit | commitdiff | tree
2023年03月27日 Robert Haas amcheck: Tighten up validation of redirect line pointers. commit | commitdiff | tree
2023年03月27日 Daniel Gustafsson doc: fix Apple Silicon Homebrew prefix change documentation commit | commitdiff | tree
2023年03月27日 Daniel Gustafsson doc: Fix XML_CATALOG_FILES env var for Apple M1 machines commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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