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年10月05日 Michael Paquier worker_spi: Expand set of options to start workers commit | commitdiff | tree
2023年10月05日 Michael Paquier dblink: Replace WAIT_EVENT_EXTENSION with custom wait... commit | commitdiff | tree
2023年10月05日 Michael Paquier postgres_fdw: Replace WAIT_EVENT_EXTENSION with custom... commit | commitdiff | tree
2023年10月04日 Nathan Bossart Document that --sync-method takes an argument. commit | commitdiff | tree
2023年10月04日 Peter Eisentraut doc: Clarify not-null constraints in information schema commit | commitdiff | tree
2023年10月04日 Michael Paquier test_shm_mq: Replace WAIT_EVENT_EXTENSION with custom... commit | commitdiff | tree
2023年10月04日 Michael Paquier worker_spi: Rename custom wait event to "WorkerSpiMain" commit | commitdiff | tree
2023年10月03日 Tom Lane Doc: suppress "exceed the available area" warning in... commit | commitdiff | tree
2023年10月03日 Peter Eisentraut Remove RelationGetIndexRawAttOptions() commit | commitdiff | tree
2023年10月03日 Peter Eisentraut Remove IndexInfo.ii_OpclassOptions field commit | commitdiff | tree
2023年10月03日 Tom Lane Add some notes about why "ALTER TYPE enum DROP VALUE... commit | commitdiff | tree
2023年10月03日 Robert Haas In basebackup.c, refactor to create read_file_data_into... commit | commitdiff | tree
2023年10月03日 Robert Haas In basebackup.c, refactor to create verify_page_checksum. commit | commitdiff | tree
2023年10月03日 Michael Paquier Avoid memory size overflow when allocating backend... commit | commitdiff | tree
2023年10月03日 Peter Eisentraut Fix incorrect format placeholder commit | commitdiff | tree
2023年10月03日 David Rowley Tidy-up some appendStringInfo*() usages commit | commitdiff | tree
2023年10月03日 Michael Paquier Fail hard on out-of-memory failures in xlogreader.c commit | commitdiff | tree
2023年10月02日 Michael Paquier Replace use of stat()[7] by -s switch in TAP tests... commit | commitdiff | tree
2023年10月02日 Tom Lane Fix omission of column-level privileges in selective... commit | commitdiff | tree
2023年10月02日 Robert Haas Remove retry loop in heap_page_prune(). commit | commitdiff | tree
2023年10月02日 Heikki Linnakangas Flush WAL stats in bgwriter commit | commitdiff | tree
2023年10月02日 Heikki Linnakangas Add rmgrdesc README commit | commitdiff | tree
2023年10月02日 Heikki Linnakangas Add regression tests for psql \g piped into a program commit | commitdiff | tree
2023年10月02日 Amit Langote Revert "Add soft error handling to some expression... commit | commitdiff | tree
2023年10月02日 Amit Langote Add soft error handling to some expression nodes commit | commitdiff | tree
2023年10月02日 Michael Paquier psql: Set variables from query result on failure when... commit | commitdiff | tree
2023年10月01日 Noah Misch Correct assertion and comments about XLogRecordMaxSize. commit | commitdiff | tree
2023年10月01日 Tom Lane Fix datalen calculation in tsvectorrecv(). commit | commitdiff | tree
2023年10月01日 Tom Lane In COPY FROM, fail cleanly when unsupported encoding... commit | commitdiff | tree
2023年10月01日 Andrew Dunstan Only evaluate default values as required when doing... commit | commitdiff | tree
2023年09月30日 Andres Freund meson: macos: Correct -exported_symbols_list syntax... commit | commitdiff | tree
2023年09月30日 Andrew Dunstan Provide FORCE_NULL * and FORCE_NOT_NULL * options for... commit | commitdiff | tree
2023年09月30日 Heikki Linnakangas Fix briefly showing old progress stats for ANALYZE... commit | commitdiff | tree
2023年09月30日 Dean Rasheed Fix EvalPlanQual rechecking during MERGE. commit | commitdiff | tree
2023年09月30日 Tom Lane Remove environment sensitivity in pl/tcl regression... commit | commitdiff | tree
2023年09月29日 Bruce Momjian doc: remove PG version mention in EXPLAIN output commit | commitdiff | tree
2023年09月29日 Bruce Momjian C comment: add optimizer function reference commit | commitdiff | tree
2023年09月29日 Tom Lane Suppress macOS warnings about duplicate libraries in... commit | commitdiff | tree
2023年09月29日 Tom Lane Doc: improve description of dump/restore's --clean... commit | commitdiff | tree
2023年09月29日 Daniel Gustafsson doc: Change statistics function xref to the right target commit | commitdiff | tree
2023年09月29日 Peter Eisentraut Revert "pg_resetwal: Improve error with wrong/missing... commit | commitdiff | tree
2023年09月29日 David Rowley Robustify find_base_rel and find_base_rel_ignore_join commit | commitdiff | tree
2023年09月29日 Michael Paquier doc: Fix descriptions related to the handling of non... commit | commitdiff | tree
2023年09月28日 Peter Geoghegan Fix btmarkpos/btrestrpos array key wraparound bug. commit | commitdiff | tree
2023年09月28日 Tom Lane Fix checking of index expressions in CompareIndexInfo(). commit | commitdiff | tree
2023年09月28日 Robert Haas Return data from heap_page_prune via a struct. commit | commitdiff | tree
2023年09月28日 Daniel Gustafsson doc: Clarify where ereport severity levels are defined commit | commitdiff | tree
2023年09月28日 David Rowley Add missing TidRangePath handling in print_path() commit | commitdiff | tree
2023年09月28日 Etsuro Fujita Fix typo in src/backend/access/transam/README. commit | commitdiff | tree
2023年09月28日 Peter Eisentraut doc: Improve documentation about pg_resetwal -f option commit | commitdiff | tree
2023年09月28日 Peter Eisentraut pg_resetwal: Use frontend logging API commit | commitdiff | tree
2023年09月28日 Peter Eisentraut pg_resetwal: Regroup --help output commit | commitdiff | tree
2023年09月28日 Peter Eisentraut pg_resetwal: Improve error with wrong/missing data... commit | commitdiff | tree
2023年09月28日 Peter Eisentraut pg_resetwal: Update an obsolete comment commit | commitdiff | tree
2023年09月28日 Michael Paquier Show parameters of CALL as constants in pg_stat_statements commit | commitdiff | tree
2023年09月28日 Amit Langote Remove obsolete executor cleanup code commit | commitdiff | tree
2023年09月28日 Michael Paquier Move tracking of in_streaming to PGOutputData commit | commitdiff | tree
2023年09月27日 Peter Eisentraut Add TupleDescGetDefault() commit | commitdiff | tree
2023年09月27日 Daniel Gustafsson llvmjit: Use explicit LLVMContextRef for inlining commit | commitdiff | tree
2023年09月27日 Daniel Gustafsson llvmjit: Make llvm_types_module variable static commit | commitdiff | tree
2023年09月27日 Daniel Gustafsson llvmjit: Remove unnecessary types commit | commitdiff | tree
2023年09月27日 Amit Kapila Fix the misuse of origin filter across multiple pg_logi... commit | commitdiff | tree
2023年09月27日 Michael Paquier unaccent: Tweak value of PYTHON when building without... commit | commitdiff | tree
2023年09月27日 Tom Lane Stop using "-multiply_defined suppress" on macOS. commit | commitdiff | tree
2023年09月26日 Bruce Momjian doc: clarify the effect of concurrent work_mem allocations commit | commitdiff | tree
2023年09月26日 Bruce Momjian doc: clarify handling of time zones with "time with... commit | commitdiff | tree
2023年09月26日 Bruce Momjian doc: clarify the behavior of unopenable listen_addresses commit | commitdiff | tree
2023年09月26日 Bruce Momjian doc: pg_upgrade, clarify standby servers must remain... commit | commitdiff | tree
2023年09月26日 Bruce Momjian pgrowlocks: change lock mode output labels for consistency commit | commitdiff | tree
2023年09月26日 Bruce Momjian doc: mention GROUP BY columns can reference target... commit | commitdiff | tree
2023年09月26日 Peter Eisentraut pgbench: Improve help output of -I option commit | commitdiff | tree
2023年09月26日 Bruce Momjian doc: correct reference to pg_relation in comment commit | commitdiff | tree
2023年09月26日 Peter Eisentraut MergeAttributes() and related variable renaming commit | commitdiff | tree
2023年09月26日 Peter Eisentraut Clean up MergeCheckConstraint() commit | commitdiff | tree
2023年09月26日 Heikki Linnakangas Fix another bug in parent page splitting during GiST... commit | commitdiff | tree
2023年09月26日 Peter Eisentraut Add some const qualifiers commit | commitdiff | tree
2023年09月26日 Peter Eisentraut Clean up MergeAttributesIntoExisting() commit | commitdiff | tree
2023年09月26日 Peter Eisentraut Remove unused include commit | commitdiff | tree
2023年09月26日 Michael Paquier Fix behavior of "force" in pgstat_report_wal() commit | commitdiff | tree
2023年09月25日 Michael Paquier doc: Tell about "vcregress taptest" for regression... commit | commitdiff | tree
2023年09月25日 Thomas Munro Fix edge-case for xl_tot_len broken by bae868ca. commit | commitdiff | tree
2023年09月25日 Nathan Bossart Add worker type to pg_stat_subscription. commit | commitdiff | tree
2023年09月25日 Andres Freund pg_dump: tests: Correct test condition for invalid... commit | commitdiff | tree
2023年09月25日 Tom Lane Collect dependency information for parsed CallStmts. commit | commitdiff | tree
2023年09月25日 Andres Freund docs: Clarify --with-segsize-blocks documentation commit | commitdiff | tree
2023年09月25日 Tom Lane Pack struct ParsedWord more tightly. commit | commitdiff | tree
2023年09月25日 Tom Lane Limit to_tsvector_byid's initial array allocation to... commit | commitdiff | tree
2023年09月25日 Tom Lane Doc: improve cross-reference in Makefile comment. commit | commitdiff | tree
2023年09月25日 Daniel Gustafsson vacuumdb: Reword --help message for clarity commit | commitdiff | tree
2023年09月25日 Daniel Gustafsson vacuumdb: Fix excluding multiple schemas with -N commit | commitdiff | tree
2023年09月25日 Alvaro Herrera pg_upgrade: check for types removed in pg12 commit | commitdiff | tree
2023年09月25日 Daniel Gustafsson Fix typo in numutils.c comments commit | commitdiff | tree
2023年09月25日 Daniel Gustafsson Add GUC for temporarily disabling event triggers commit | commitdiff | tree
2023年09月25日 Michael Paquier unaccent: Fix allocation size for target characters... commit | commitdiff | tree
2023年09月23日 Daniel Gustafsson Fix typo in test comment commit | commitdiff | tree
2023年09月23日 Thomas Munro Don't use Perl pack('Q') in 039_end_of_wal.pl. commit | commitdiff | tree
2023年09月22日 Thomas Munro Don't trust unvalidated xl_tot_len. commit | commitdiff | tree
2023年09月22日 Tom Lane Doc: copy-edit the introductory para for the pg_class... commit | commitdiff | tree
2023年09月22日 Daniel Gustafsson Avoid using internal test methods in SSL tests commit | commitdiff | tree
2023年09月22日 Daniel Gustafsson Avoid potential pfree on NULL on OpenSSL errors commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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