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

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
2024年07月15日 Heikki Linnakangas Use atomics to avoid locking in InjectionPointRun() commit | commitdiff | tree
2024年07月15日 Fujii Masao Fix unstable tests in partition_merge.sql and partition... commit | commitdiff | tree
2024年07月15日 Fujii Masao Fix tablespace handling in MERGE/SPLIT partition commands. commit | commitdiff | tree
2024年07月15日 Richard Guo Check lateral references within PHVs for memoize cache... commit | commitdiff | tree
2024年07月14日 Tom Lane Avoid unhelpful internal error for incorrect recursive... commit | commitdiff | tree
2024年07月13日 Noah Misch Fix new assertion for MERGE view_name ... DO NOTHING. commit | commitdiff | tree
2024年07月13日 Noah Misch Don't lose partitioned table reltuples=0 after relhassu... commit | commitdiff | tree
2024年07月13日 Andrew Dunstan Make sure to run pg_isready on correct port commit | commitdiff | tree
2024年07月13日 Thomas Munro Fix lost Windows socket EOF events. commit | commitdiff | tree
2024年07月12日 Andrew Dunstan Use diff --strip-trailing-cr in pg_regress.c commit | commitdiff | tree
2024年07月12日 Alvaro Herrera Add ORDER BY to new test query commit | commitdiff | tree
2024年07月12日 Alvaro Herrera Fix ALTER TABLE DETACH for inconsistent indexes commit | commitdiff | tree
2024年07月12日 Michael Paquier Add assertion in pgstat_write_statsfile() about process... commit | commitdiff | tree
2024年07月12日 Amit Kapila Fix a typo in logicalrep_write_typ(). commit | commitdiff | tree
2024年07月12日 Amit Kapila Fix unstable test in 040_pg_createsubscriber. commit | commitdiff | tree
2024年07月12日 Richard Guo Consider materializing the cheapest inner path in paral... commit | commitdiff | tree
2024年07月12日 Michael Paquier Improve comment of pgstat_read_statsfile() commit | commitdiff | tree
2024年07月11日 Tom Lane Improve logical replication connection-failure messages. commit | commitdiff | tree
2024年07月11日 Tom Lane Add min and max aggregates for composite types (records). commit | commitdiff | tree
2024年07月11日 Masahiko Sawada Fix possibility of logical decoding partial transaction... commit | commitdiff | tree
2024年07月11日 Andrew Dunstan Change pg_regress.c back to using diff -w on Windows commit | commitdiff | tree
2024年07月11日 Michael Paquier Add a new 'F' entry type for fixed-numbered stats in... commit | commitdiff | tree
2024年07月11日 Michael Paquier Add PgStat_KindInfo.init_shmem_cb commit | commitdiff | tree
2024年07月10日 Nathan Bossart Revamp documentation for predefined roles. commit | commitdiff | tree
2024年07月10日 Dean Rasheed Improve the numeric width_bucket() computation. commit | commitdiff | tree
2024年07月10日 Andrew Dunstan Use diff's --strip-trailing-cr flag where appropriate... commit | commitdiff | tree
2024年07月10日 Fujii Masao doc: Update track_io_timing documentation to mention... commit | commitdiff | tree
2024年07月10日 Michael Paquier Extend pg_get_acl() to handle sub-object IDs commit | commitdiff | tree
2024年07月09日 Andrew Dunstan Prevent CRLF conversion of inputs in json_parser test... commit | commitdiff | tree
2024年07月09日 Tom Lane Remove new XML test cases added by e7192486d. commit | commitdiff | tree
2024年07月09日 Jeff Davis Fix missing invalidations for search_path cache. commit | commitdiff | tree
2024年07月09日 Tom Lane Suppress "chunk is not well balanced" errors from libxml2. commit | commitdiff | tree
2024年07月09日 Nathan Bossart Introduce pg_signal_autovacuum_worker. commit | commitdiff | tree
2024年07月09日 Fujii Masao Fix comment in libpqrcv_check_conninfo(). commit | commitdiff | tree
2024年07月09日 Dean Rasheed Optimise numeric multiplication for short inputs. commit | commitdiff | tree
2024年07月09日 Amit Langote SQL/JSON: Various improvements to SQL/JSON query functi... commit | commitdiff | tree
2024年07月09日 Amit Kapila To improve the code, move the error check in logical_re... commit | commitdiff | tree
2024年07月09日 Michael Paquier Use pgstat_kind_infos to write fixed shared statistics commit | commitdiff | tree
2024年07月09日 David Rowley Avoid JIT-related test instability in EXPLAIN ANALYZE commit | commitdiff | tree
2024年07月09日 Fujii Masao Fix limit block handling in pg_wal_summary_contents(). commit | commitdiff | tree
2024年07月09日 David Rowley Show Parallel Bitmap Heap Scan worker stats in EXPLAIN... commit | commitdiff | tree
2024年07月08日 David Rowley Perform forgotten cat version bump commit | commitdiff | tree
2024年07月08日 David Rowley Teach planner how to estimate rows for timestamp genera... commit | commitdiff | tree
2024年07月08日 Andrew Dunstan Symlink pg_replslot robustly on Windows in pg_basebacku... commit | commitdiff | tree
2024年07月08日 Nathan Bossart Use CREATE DATABASE ... STRATEGY = FILE_COPY in pg_upgrade. commit | commitdiff | tree
2024年07月08日 Andrew Dunstan Choose ports for test servers less likely to result... commit | commitdiff | tree
2024年07月08日 Andrew Dunstan Force nodes for SSL tests to start in TCP mode commit | commitdiff | tree
2024年07月08日 Tom Lane Use xmlParseInNodeContext not xmlParseBalancedChunkMemory. commit | commitdiff | tree
2024年07月08日 Dean Rasheed Fix scale clamping in numeric round() and trunc(). commit | commitdiff | tree
2024年07月08日 Amit Langote Typo fix commit | commitdiff | tree
2024年07月08日 Heikki Linnakangas Fix outdated comment after removal of direct SSL fallback commit | commitdiff | tree
2024年07月08日 Michael Paquier Renumber pg_get_acl() in pg_proc.dat commit | commitdiff | tree
2024年07月08日 David Rowley Widen lossy and exact page counters for Bitmap Heap... commit | commitdiff | tree
2024年07月08日 Richard Guo Remove an extra period in code comment commit | commitdiff | tree
2024年07月08日 Richard Guo Fix right-anti-joins when the inner relation is proven... commit | commitdiff | tree
2024年07月08日 Michael Paquier Re-enable autoruns for cmd.exe on Windows commit | commitdiff | tree
2024年07月06日 Tom Lane Use xmlAddChildList not xmlAddChild in XMLSERIALIZE. commit | commitdiff | tree
2024年07月06日 David Rowley Adjust tuplestore.c not to allocate BufFiles in generat... commit | commitdiff | tree
2024年07月06日 David Rowley Fix incorrect sentinel byte logic in GenerationRealloc() commit | commitdiff | tree
2024年07月05日 Thomas Munro Cope with <regex.h> name clashes. commit | commitdiff | tree
2024年07月05日 Tom Lane Fix placement of "static". commit | commitdiff | tree
2024年07月05日 Nathan Bossart Remove check hooks for GUCs that contribute to MaxBackends. commit | commitdiff | tree
2024年07月05日 Tom Lane Improve PL/Tcl's method for choosing Tcl names of proce... commit | commitdiff | tree
2024年07月05日 Tom Lane Doc: minor improvements for our "Brief History" chapter. commit | commitdiff | tree
2024年07月05日 Michael Paquier Support loading of injection points commit | commitdiff | tree
2024年07月05日 Heikki Linnakangas Lift limitation that PGPROC->links must be the first... commit | commitdiff | tree
2024年07月05日 David Rowley Improve memory management and performance of tuplestore.c commit | commitdiff | tree
2024年07月05日 David Rowley Fix newly introduced issue in EXPLAIN for Materialize... commit | commitdiff | tree
2024年07月05日 Thomas Munro Add simple codepoint redirections to unaccent.rules. commit | commitdiff | tree
2024年07月05日 David Rowley Add memory/disk usage for Material nodes in EXPLAIN commit | commitdiff | tree
2024年07月05日 Richard Guo Support "Right Semi Join" plan shapes commit | commitdiff | tree
2024年07月04日 Tom Lane Doc: small improvements in discussion of geometric... commit | commitdiff | tree
2024年07月04日 Alvaro Herrera Fix copy/paste mistake in comment commit | commitdiff | tree
2024年07月04日 Alvaro Herrera Remove bogus assertion in pg_atomic_monotonic_advance_u64 commit | commitdiff | tree
2024年07月04日 Daniel Gustafsson doc: Specify when ssl_prefer_server_ciphers was added commit | commitdiff | tree
2024年07月04日 Michael Paquier Add pg_get_acl() to get the ACL for a database object commit | commitdiff | tree
2024年07月04日 Amit Langote SQL/JSON: Fix some obsolete comments. commit | commitdiff | tree
2024年07月04日 Michael Paquier Assign error codes where missing for user-facing failures commit | commitdiff | tree
2024年07月03日 Alexander Korotkov Optimize memory access in GetRunningTransactionData() commit | commitdiff | tree
2024年07月03日 Alexander Korotkov Fix typo in GetRunningTransactionData() commit | commitdiff | tree
2024年07月03日 David Rowley Remove incorrect Asserts in buffile.c commit | commitdiff | tree
2024年07月03日 Nathan Bossart Improve performance of binary_upgrade_set_pg_class_oids(). commit | commitdiff | tree
2024年07月03日 Nathan Bossart Remove is_index parameter from binary_upgrade_set_pg_cl... commit | commitdiff | tree
2024年07月03日 Heikki Linnakangas Avoid 0-length memcpy to NULL with EXEC_BACKEND commit | commitdiff | tree
2024年07月03日 Heikki Linnakangas Tighten check for --forkchild argument when spawning... commit | commitdiff | tree
2024年07月03日 Amit Kapila Fix the testcase introduced in commit 81d20fbf7a. commit | commitdiff | tree
2024年07月03日 Michael Paquier Replace hardcoded identifiers of pgstats file by #defines commit | commitdiff | tree
2024年07月03日 Michael Paquier Clean up more unused variables in perl code commit | commitdiff | tree
2024年07月02日 Nathan Bossart Add CODE_OF_CONDUCT.md, CONTRIBUTING.md, and SECURITY.md. commit | commitdiff | tree
2024年07月02日 Heikki Linnakangas Remove redundant SetProcessingMode(InitProcessing)... commit | commitdiff | tree
2024年07月02日 Heikki Linnakangas Move bgworker specific logic to bgworker.c commit | commitdiff | tree
2024年07月02日 Nathan Bossart pg_dump: Remove some unused return values. commit | commitdiff | tree
2024年07月02日 Daniel Gustafsson Use safe string copy routine commit | commitdiff | tree
2024年07月02日 Peter Eisentraut Remove too demanding test commit | commitdiff | tree
2024年07月02日 Peter Eisentraut Limit max parameter number with MaxAllocSize commit | commitdiff | tree
2024年07月02日 Peter Eisentraut Fix overflow in parsing of positional parameter commit | commitdiff | tree
2024年07月02日 Amit Kapila Drop pre-existing subscriptions from the converted... commit | commitdiff | tree
2024年07月02日 Peter Eisentraut Improve some global variable declarations commit | commitdiff | tree
2024年07月02日 Peter Eisentraut Add missing includes for some global variables commit | commitdiff | tree
2024年07月02日 Peter Eisentraut Convert some extern variables to static commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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