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

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
2021年05月19日 Bruce Momjian doc: add xreflabel for libpq chapter, needed for PG... commit | commitdiff | tree
2021年05月19日 Dean Rasheed Fix pgbench permute tests. commit | commitdiff | tree
2021年05月19日 Fujii Masao Make standby promotion reset the recovery pause state... commit | commitdiff | tree
2021年05月19日 Amit Kapila Fix 020_messages.pl test. commit | commitdiff | tree
2021年05月19日 Bruce Momjian doc: partial completion of XML markup for PG 14 releas... commit | commitdiff | tree
2021年05月19日 Fujii Masao Fix issues in pg_stat_wal. commit | commitdiff | tree
2021年05月19日 Michael Paquier Add --no-toast-compression to pg_dumpall commit | commitdiff | tree
2021年05月18日 Bruce Momjian doc: add PG 14 rel item about vacuum_cleanup_index_sca... commit | commitdiff | tree
2021年05月17日 David Rowley Fix typo and outdated information in README.barrier commit | commitdiff | tree
2021年05月17日 Tom Lane Stamp 14beta1. REL_14_BETA1 commit | commitdiff | tree
2021年05月17日 Magnus Hagander Remove obsolete reference to winflex download commit | commitdiff | tree
2021年05月17日 Bruce Momjian doc: PG 14 relnotes adjustments from Fujii Masao commit | commitdiff | tree
2021年05月17日 Peter Eisentraut Translation updates commit | commitdiff | tree
2021年05月17日 Magnus Hagander Fix wording in description of pg_stat_statements.toplevel commit | commitdiff | tree
2021年05月17日 Etsuro Fujita Doc: Update documentation for asynchronous execution. commit | commitdiff | tree
2021年05月17日 Bruce Momjian doc: update PG 14 relnotes from feedback by Tom, Alvaro... commit | commitdiff | tree
2021年05月15日 Bruce Momjian doc: remove XML comments around compute_query_id PG14... commit | commitdiff | tree
2021年05月15日 Bruce Momjian doc: update PG 14 release notes for compute_query_id... commit | commitdiff | tree
2021年05月15日 Alvaro Herrera Unbreak EXEC_BACKEND build commit | commitdiff | tree
2021年05月15日 Alvaro Herrera Allow compute_query_id to be set to 'auto' and make... commit | commitdiff | tree
2021年05月15日 Tom Lane Be more careful about barriers when releasing Backgroun... commit | commitdiff | tree
2021年05月14日 Peter Geoghegan Harden nbtree deduplication posting split code. commit | commitdiff | tree
2021年05月14日 Tom Lane Prevent infinite insertion loops in spgdoinsert(). commit | commitdiff | tree
2021年05月14日 Tom Lane Fix query-cancel handling in spgdoinsert(). commit | commitdiff | tree
2021年05月14日 Tom Lane Refactor CHECK_FOR_INTERRUPTS() to add flexibility. commit | commitdiff | tree
2021年05月14日 Alvaro Herrera Describe (auto-)analyze behavior for partitioned tables commit | commitdiff | tree
2021年05月14日 Bruce Momjian doc: update PG 14 release notes with recent feedback commit | commitdiff | tree
2021年05月14日 Peter Eisentraut Message style improvements commit | commitdiff | tree
2021年05月14日 Bruce Momjian doc: PG 14 release notes, reorder items by significance commit | commitdiff | tree
2021年05月14日 David Rowley Convert misleading while loop into an if condition commit | commitdiff | tree
2021年05月13日 Peter Geoghegan Fix autovacuum log output heap truncation issue. commit | commitdiff | tree
2021年05月13日 Bruce Momjian doc: PG 14 release notes, adjust updates/deletes on... commit | commitdiff | tree
2021年05月13日 Alexander Korotkov Improve documentation example for jsonpath like_regex... commit | commitdiff | tree
2021年05月13日 Etsuro Fujita Prevent asynchronous execution of direct foreign-table... commit | commitdiff | tree
2021年05月13日 Peter Eisentraut pg_amcheck: Message style and formatting improvements commit | commitdiff | tree
2021年05月13日 Amit Kapila Fix tests for replication slots stats. commit | commitdiff | tree
2021年05月13日 Bruce Momjian doc: update PG 14 release notes based on current feedback commit | commitdiff | tree
2021年05月13日 Michael Paquier Make saner the tab completion of INSERT and DELETE... commit | commitdiff | tree
2021年05月12日 Alvaro Herrera Rename the logical replication global "wrconn" commit | commitdiff | tree
2021年05月12日 Tom Lane Double-space commands in system_constraints.sql/system_... commit | commitdiff | tree
2021年05月12日 Tom Lane Doc: update bki.sgml's statements about OID ranges. commit | commitdiff | tree
2021年05月12日 Tom Lane Do pre-release housekeeping on catalog data. commit | commitdiff | tree
2021年05月12日 Tom Lane Initial pgindent and pgperltidy run for v14. commit | commitdiff | tree
2021年05月12日 Michael Paquier Simplify one use of ScanKey in pg_subscription.c commit | commitdiff | tree
2021年05月12日 Peter Eisentraut Refactor some error messages for easier translation commit | commitdiff | tree
2021年05月12日 Etsuro Fujita Fix EXPLAIN ANALYZE for async-capable nodes. commit | commitdiff | tree
2021年05月12日 Tom Lane Reduce runtime of privileges.sql test under CLOBBER_CAC... commit | commitdiff | tree
2021年05月12日 Fujii Masao Change data type of counters in BufferUsage and WalUsag... commit | commitdiff | tree
2021年05月12日 Andrew Dunstan Tweak generation of Gen_dummy_probes.pl commit | commitdiff | tree
2021年05月11日 Tom Lane Fix vcregress.pl's ancient misspelling of --max-connect... commit | commitdiff | tree
2021年05月11日 Tom Lane Get rid of the separate serial_schedule list of tests. commit | commitdiff | tree
2021年05月11日 Bruce Momjian doc: update PG 14 release notes based on feedback commit | commitdiff | tree
2021年05月11日 Tom Lane Replace opr_sanity test's binary_coercible() function... commit | commitdiff | tree
2021年05月11日 Peter Eisentraut Fix typo commit | commitdiff | tree
2021年05月11日 Bruce Momjian doc: update PG 14 release notes based on feedback... commit | commitdiff | tree
2021年05月11日 David Rowley Doc: Remove outdated note about run-time partition... commit | commitdiff | tree
2021年05月11日 Michael Paquier Add support for LZ4 build in MSVC scripts commit | commitdiff | tree
2021年05月10日 Tom Lane Fix mishandling of resjunk columns in ON CONFLICT ... commit | commitdiff | tree
2021年05月10日 Tom Lane Prevent integer overflows in array subscripting calcula... commit | commitdiff | tree
2021年05月10日 Peter Eisentraut Translation updates commit | commitdiff | tree
2021年05月10日 Peter Eisentraut Emit dummy statements for probes.d probes when disabled commit | commitdiff | tree
2021年05月10日 Peter Eisentraut Remove unused function arguments commit | commitdiff | tree
2021年05月10日 Michael Paquier Fix typos in operatorcmds.c commit | commitdiff | tree
2021年05月10日 Bruce Momjian doc: first draft of the PG 14 release notes commit | commitdiff | tree
2021年05月10日 Michael Paquier Fix generation of ./INSTALL for the distribution tarball commit | commitdiff | tree
2021年05月10日 Thomas Munro Revert recovery prefetching feature. commit | commitdiff | tree
2021年05月10日 Michael Paquier Add more TAP tests for pg_dump with attribute compression commit | commitdiff | tree
2021年05月10日 Michael Paquier doc: Fix some gaps with the documentation related to LZ4 commit | commitdiff | tree
2021年05月09日 Tom Lane Improve comments about USE_VALGRIND in pg_config_manual.h. commit | commitdiff | tree
2021年05月08日 David Rowley Move memory accounting Asserts for Result Cache code commit | commitdiff | tree
2021年05月08日 Tom Lane Sync guc.c and postgresql.conf.sample with the SGML... commit | commitdiff | tree
2021年05月08日 Tom Lane Doc: copy-editing for debug_invalidate_system_caches_al... commit | commitdiff | tree
2021年05月08日 Michael Paquier Fix incorrect error code for CREATE/ALTER TABLE COMPRESSION commit | commitdiff | tree
2021年05月07日 Tomas Vondra Copy the INSERT query in postgres_fdw commit | commitdiff | tree
2021年05月07日 Andrew Dunstan Add a README and Makefile recipe for Gen_dummy_probes.pl commit | commitdiff | tree
2021年05月07日 Peter Eisentraut Fix typo commit | commitdiff | tree
2021年05月07日 Alvaro Herrera AlterSubscription_refresh: avoid stomping on global... commit | commitdiff | tree
2021年05月07日 Andrew Dunstan Remove extraneous newlines added by perl copyright... commit | commitdiff | tree
2021年05月07日 Andrew Dunstan Add a copyright notice to perl files lacking one. commit | commitdiff | tree
2021年05月07日 Tomas Vondra Mention statistics objects in maintenance.sgml commit | commitdiff | tree
2021年05月07日 Tomas Vondra Fix typos in comments about extended statistics commit | commitdiff | tree
2021年05月07日 Tomas Vondra Make pg_get_statisticsobjdef_expressions return NULL commit | commitdiff | tree
2021年05月07日 Thomas Munro Doc: Update notes about libc collation versions. commit | commitdiff | tree
2021年05月07日 Thomas Munro Revert per-index collation version tracking feature. commit | commitdiff | tree
2021年05月06日 Alvaro Herrera Remove redundant variable commit | commitdiff | tree
2021年05月06日 Alvaro Herrera Document lock level used by ALTER TABLE VALIDATE CONSTRAINT commit | commitdiff | tree
2021年05月06日 Alvaro Herrera Improve documentation on DETACH PARTITION lock levels commit | commitdiff | tree
2021年05月06日 Peter Geoghegan Remove overzealous VACUUM visibility map assertion. commit | commitdiff | tree
2021年05月06日 Alvaro Herrera Track detached partitions more accurately in partdescs commit | commitdiff | tree
2021年05月06日 Tom Lane Doc: trivial wording adjustment. commit | commitdiff | tree
2021年05月06日 Robert Haas Additional doc fixes for configurable TOAST compression. commit | commitdiff | tree
2021年05月06日 Robert Haas docs: Clarify how ALTER TABLE .. SET COMPRESSION works. commit | commitdiff | tree
2021年05月06日 Amit Kapila Update replication statistics after every stream/spill. commit | commitdiff | tree
2021年05月06日 Andres Freund jit: Fix warning reported by gcc-11 caused by dubious... commit | commitdiff | tree
2021年05月06日 Tom Lane Doc: update RELEASE_CHANGES checklist. commit | commitdiff | tree
2021年05月06日 Amit Kapila Tighten the concurrent abort check during decoding. commit | commitdiff | tree
2021年05月05日 Alvaro Herrera Remove unused argument of ATAddForeignConstraint commit | commitdiff | tree
2021年05月05日 Alvaro Herrera Have ALTER CONSTRAINT recurse on partitioned tables commit | commitdiff | tree
2021年05月05日 Tom Lane Doc: improve and centralize the documentation for OID... commit | commitdiff | tree
2021年05月05日 Peter Eisentraut GUC description improvements for clarity commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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