git.postgresql.org Git - postgresql.git/shortlog
git
projects
/
postgresql.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
postgresql.git
2024年07月25日
Peter Eisentraut
Add extern declarations for Bison global variables
commit
|
commitdiff
|
tree
2024年07月25日
David Rowley
Add path column to pg_backend_memory_contexts view
commit
|
commitdiff
|
tree
2024年07月25日
Thomas Munro
ci: Pin MacPorts version to 2.9.3.
commit
|
commitdiff
|
tree
2024年07月25日
Michael Paquier
doc: Decorate psql page with application markup tags
commit
|
commitdiff
|
tree
2024年07月24日
Thomas Munro
ci: Upgrade macOS version from 13 to 14.
commit
|
commitdiff
|
tree
2024年07月24日
Nathan Bossart
pg_upgrade: Retrieve subscription count more efficiently.
commit
|
commitdiff
|
tree
2024年07月24日
Alvaro Herrera
Fix a missing article in the documentation
commit
|
commitdiff
|
tree
2024年07月24日
Fujii Masao
pg_stat_statements: Add regression test for privilege...
commit
|
commitdiff
|
tree
2024年07月24日
Alvaro Herrera
Reset relhassubclass upon attaching table as a partition
commit
|
commitdiff
|
tree
2024年07月24日
Amit Kapila
Doc: Fix the mistakes in the subscription's failover...
commit
|
commitdiff
|
tree
2024年07月24日
Thomas Munro
Refactor tidstore.c iterator buffering.
commit
|
commitdiff
|
tree
2024年07月24日
Amit Kapila
Allow altering of two_phase option of a SUBSCRIPTION.
commit
|
commitdiff
|
tree
2024年07月24日
Peter Eisentraut
Move all extern declarations for GUC variables to heade...
commit
|
commitdiff
|
tree
2024年07月24日
Nathan Bossart
Detect integer overflow in array_set_slice().
commit
|
commitdiff
|
tree
2024年07月23日
Peter Eisentraut
Move extern declarations for EXEC_BACKEND to header...
commit
|
commitdiff
|
tree
2024年07月23日
Noah Misch
Fix private struct field name to match the code using it.
commit
|
commitdiff
|
tree
2024年07月23日
Michael Paquier
Use more consistently int64 for page numbers in SLRU...
commit
|
commitdiff
|
tree
2024年07月23日
Peter Eisentraut
ldapurl is supported with simple bind
commit
|
commitdiff
|
tree
2024年07月23日
Peter Eisentraut
Get rid of a global variable
commit
|
commitdiff
|
tree
2024年07月23日
Michael Paquier
Improve comments in slru.{c,h} about segment name format
commit
|
commitdiff
|
tree
2024年07月23日
Peter Eisentraut
Replace remaining strtok() with strtok_r()
commit
|
commitdiff
|
tree
2024年07月23日
Peter Eisentraut
Windows replacement for strtok_r()
commit
|
commitdiff
|
tree
2024年07月23日
Richard Guo
Remove redundant code in create_gather_merge_path
commit
|
commitdiff
|
tree
2024年07月23日
Richard Guo
Fix rowcount estimate for gather (merge) paths
commit
|
commitdiff
|
tree
2024年07月22日
Tom Lane
Doc: improve description of plpgsql's FETCH and MOVE...
commit
|
commitdiff
|
tree
2024年07月22日
Melanie Plageman
Revert "Test that vacuum removes tuples older than...
commit
|
commitdiff
|
tree
2024年07月22日
Robert Haas
Initialize wal_level in the initial checkpoint record.
commit
|
commitdiff
|
tree
2024年07月22日
Robert Haas
Remove grotty use of disable_cost for TID scan plans.
commit
|
commitdiff
|
tree
2024年07月22日
Robert Haas
Add missing call to ConditionVariableCancelSleep().
commit
|
commitdiff
|
tree
2024年07月22日
Peter Eisentraut
Replace some strtok() with strsep()
commit
|
commitdiff
|
tree
2024年07月22日
Alvaro Herrera
postgres_fdw: Split out the query_cancel test to its...
commit
|
commitdiff
|
tree
2024年07月22日
Peter Eisentraut
Add port/ replacement for strsep()
commit
|
commitdiff
|
tree
2024年07月22日
Richard Guo
Fix unstable test in select_parallel.sql
commit
|
commitdiff
|
tree
2024年07月22日
Michael Paquier
Add new error code for "file name too long"
commit
|
commitdiff
|
tree
2024年07月20日
Andres Freund
meson: Add dependency lookups via names used by cmake
commit
|
commitdiff
|
tree
2024年07月20日
Andres Freund
meson: Add support for detecting ossp-uuid without...
commit
|
commitdiff
|
tree
2024年07月20日
Andres Freund
meson: Add support for detecting gss without pkg-config
commit
|
commitdiff
|
tree
2024年07月20日
Andres Freund
meson: Add missing argument to gssapi.h check
commit
|
commitdiff
|
tree
2024年07月20日
Tom Lane
Correctly check updatability of columns targeted by...
commit
|
commitdiff
|
tree
2024年07月20日
Noah Misch
Use read streams in CREATE DATABASE when STRATEGY=WAL_LOG.
commit
|
commitdiff
|
tree
2024年07月20日
Noah Misch
Add a way to create read stream object by using SMgrRel...
commit
|
commitdiff
|
tree
2024年07月20日
Noah Misch
Refactor PinBufferForBlock() to remove checks about...
commit
|
commitdiff
|
tree
2024年07月20日
Noah Misch
Remove "smgr_persistence == 0" dead code.
commit
|
commitdiff
|
tree
2024年07月19日
Nathan Bossart
Add overflow checks to money type.
commit
|
commitdiff
|
tree
2024年07月19日
Melanie Plageman
Test that vacuum removes tuples older than OldestXmin
commit
|
commitdiff
|
tree
2024年07月19日
Melanie Plageman
Ensure vacuum removes all visibly dead tuples older...
commit
|
commitdiff
|
tree
2024年07月19日
Heikki Linnakangas
Move resowner from common JitContext to LLVM specific
commit
|
commitdiff
|
tree
2024年07月19日
Michael Paquier
Add more test coverage for jsonpath "$.*" with arrays
commit
|
commitdiff
|
tree
2024年07月19日
Etsuro Fujita
postgres_fdw: Avoid "cursor can only scan forward"...
commit
|
commitdiff
|
tree
2024年07月19日
Michael Paquier
Propagate query IDs of utility statements in functions
commit
|
commitdiff
|
tree
2024年07月18日
Tom Lane
Improve pg_ctl's message for shutdown after recovery.
commit
|
commitdiff
|
tree
2024年07月18日
Tom Lane
Doc: improve description of plpgsql's RAISE command.
commit
|
commitdiff
|
tree
2024年07月18日
Robert Haas
Do not summarize WAL if generated with wal_level=minimal.
commit
|
commitdiff
|
tree
2024年07月18日
Michael Paquier
Add INJECTION_POINT_CACHED() to run injection points...
commit
|
commitdiff
|
tree
2024年07月17日
Tom Lane
Doc: fix minor syntax error in example.
commit
|
commitdiff
|
tree
2024年07月17日
Nathan Bossart
Use PqMsg_* macros in more places.
commit
|
commitdiff
|
tree
2024年07月17日
Andrew Dunstan
Avoid error in recovery test if history file is not...
commit
|
commitdiff
|
tree
2024年07月17日
Amit Langote
SQL/JSON: Rethink c2d93c3802b
commit
|
commitdiff
|
tree
2024年07月17日
Michael Paquier
Make write of pgstats file durable at shutdown
commit
|
commitdiff
|
tree
2024年07月16日
Jeff Davis
When creating materialized views, use REFRESH to load...
commit
|
commitdiff
|
tree
2024年07月16日
Nathan Bossart
Add a couple of recent commits to .git-blame-ignore...
commit
|
commitdiff
|
tree
2024年07月16日
Andrew Dunstan
Adjust recently added test for pg_signal_autovacuum...
commit
|
commitdiff
|
tree
2024年07月16日
Amit Langote
SQL/JSON: Fix a paragraph in JSON_TABLE documentation
commit
|
commitdiff
|
tree
2024年07月16日
Michael Paquier
Add tap test for pg_signal_autovacuum role
commit
|
commitdiff
|
tree
2024年07月15日
Andres Freund
Fix bad indentation introduced in 43cd30bcd1c
commit
|
commitdiff
|
tree
2024年07月15日
Andres Freund
ci: Use newer LLVM version with gcc, to avoid compiler...
commit
|
commitdiff
|
tree
2024年07月15日
Jeff Davis
Add missing RestrictSearchPath() calls.
commit
|
commitdiff
|
tree
2024年07月15日
Andres Freund
ci: Upgrade to Debian Bookworm
commit
|
commitdiff
|
tree
2024年07月15日
Andres Freund
Fix type confusion in guc_var_compare()
commit
|
commitdiff
|
tree
2024年07月15日
Tom Lane
Doc: minor improvements for plpgsql "Transaction Manage...
commit
|
commitdiff
|
tree
2024年07月15日
Thomas Munro
Run LLVM verify pass on IR in assert builds.
commit
|
commitdiff
|
tree
2024年07月15日
Heikki Linnakangas
Use correct type for pq_mq_parallel_leader_proc_number...
commit
|
commitdiff
|
tree
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
next
This is the main PostgreSQL git repository.
RSS
Atom
AltStyle
によって変換されたページ
(->オリジナル)
/
アドレス:
モード:
デフォルト
音声ブラウザ
ルビ付き
配色反転
文字拡大
モバイル