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
2023年10月13日
Michael Paquier
Add support for AT LOCAL
commit
|
commitdiff
|
tree
2023年10月13日
Thomas Munro
Add wait events for checkpoint delay mechanism.
commit
|
commitdiff
|
tree
2023年10月13日
Michael Paquier
doc: Mention timezone(zone, time) in section for AT...
commit
|
commitdiff
|
tree
2023年10月12日
Robert Haas
Unify two isLogSwitch tests in XLogInsertRecord.
commit
|
commitdiff
|
tree
2023年10月12日
David Rowley
Fix runtime partition pruning for HASH partitioned...
commit
|
commitdiff
|
tree
2023年10月12日
David Rowley
Doc: fix grammatical errors for enable_partitionwise_ag...
commit
|
commitdiff
|
tree
2023年10月12日
David Rowley
Fix incorrect step generation in HASH partition pruning
commit
|
commitdiff
|
tree
2023年10月12日
Michael Paquier
Add option to bgworkers to allow the bypass of role...
commit
|
commitdiff
|
tree
2023年10月11日
Tom Lane
Reindent comment in GenericXLogFinish().
commit
|
commitdiff
|
tree
2023年10月11日
Tom Lane
Fix missed optimization in relation_excluded_by_constra...
commit
|
commitdiff
|
tree
2023年10月11日
Heikki Linnakangas
Move canAcceptConnections check from ProcessStartupPack...
commit
|
commitdiff
|
tree
2023年10月11日
Michael Paquier
Improve some wording in pg_upgrade/IMPLEMENTATION
commit
|
commitdiff
|
tree
2023年10月11日
Michael Paquier
Refactor InitPostgres() to use bitwise option flags
commit
|
commitdiff
|
tree
2023年10月10日
Bruce Momjian
doc: pg_upgrade: use dynamic new cluster major version...
commit
|
commitdiff
|
tree
2023年10月10日
Bruce Momjian
doc: clarify that SSPI and GSSAPI are interchangeable
commit
|
commitdiff
|
tree
2023年10月10日
Bruce Momjian
doc: Move CREATE ROLE's IN GROUP and USER to deprecated
commit
|
commitdiff
|
tree
2023年10月10日
Bruce Momjian
doc: foreign servers with pushdown need matching collation
commit
|
commitdiff
|
tree
2023年10月10日
Bruce Momjian
doc: add SSL configuration section reference
commit
|
commitdiff
|
tree
2023年10月10日
Bruce Momjian
doc: clarify how the bootstrap user name is chosen
commit
|
commitdiff
|
tree
2023年10月10日
Bruce Momjian
doc: document the need to analyze partitioned tables
commit
|
commitdiff
|
tree
2023年10月10日
Jeff Davis
Fix bug in GenericXLogFinish().
commit
|
commitdiff
|
tree
2023年10月10日
Tom Lane
Replace has_multiple_baserels() with a bitmap test...
commit
|
commitdiff
|
tree
2023年10月10日
Michael Paquier
test_decoding: Remove unnecessary table in twophase...
commit
|
commitdiff
|
tree
2023年10月10日
Peter Eisentraut
pg_resetwal: Corrections around -c option
commit
|
commitdiff
|
tree
2023年10月10日
Peter Eisentraut
Add const to values and nulls arguments
commit
|
commitdiff
|
tree
2023年10月10日
David Rowley
Fix possible crash in add_paths_to_append_rel()
commit
|
commitdiff
|
tree
2023年10月10日
David Rowley
Revert "Optimize various aggregate deserialization...
commit
|
commitdiff
|
tree
2023年10月10日
Michael Paquier
worker_spi: Fix another stability issue with BGWORKER_B...
commit
|
commitdiff
|
tree
2023年10月09日
Tom Lane
Doc: use CURRENT_USER not USER in plpgsql trigger examples.
commit
|
commitdiff
|
tree
2023年10月09日
Heikki Linnakangas
Rename StartBackgroundWorker() to BackgroundWorkerMain().
commit
|
commitdiff
|
tree
2023年10月09日
Heikki Linnakangas
Allocate Backend structs in PostmasterContext.
commit
|
commitdiff
|
tree
2023年10月09日
Heikki Linnakangas
Clarify the checks in RegisterBackgroundWorker.
commit
|
commitdiff
|
tree
2023年10月09日
David Rowley
Optimize various aggregate deserialization functions
commit
|
commitdiff
|
tree
2023年10月09日
Amit Kapila
Remove duplicate words in docs and code comments.
commit
|
commitdiff
|
tree
2023年10月09日
David Rowley
Strip off ORDER BY/DISTINCT aggregate pathkeys in creat...
commit
|
commitdiff
|
tree
2023年10月09日
David Rowley
Remove debug_print_rel and replace usages with pprint
commit
|
commitdiff
|
tree
2023年10月07日
Alexander Korotkov
Fix another typo in e0b1ee17dc
commit
|
commitdiff
|
tree
2023年10月07日
Tom Lane
Restore proper linkage of pg_char_to_encoding() and...
commit
|
commitdiff
|
tree
2023年10月07日
Alexander Korotkov
Fix typos in e0b1ee17dc
commit
|
commitdiff
|
tree
2023年10月06日
Peter Eisentraut
Add test for checking the line length of --help output
commit
|
commitdiff
|
tree
2023年10月06日
Peter Eisentraut
Remove environment-variable-based defaults in psql...
commit
|
commitdiff
|
tree
2023年10月06日
Etsuro Fujita
Remove extra parenthesis from comment.
commit
|
commitdiff
|
tree
2023年10月06日
Alexander Korotkov
Skip checking of scan keys required for directional...
commit
|
commitdiff
|
tree
2023年10月06日
Heikki Linnakangas
Fix crash on syslogger startup
commit
|
commitdiff
|
tree
2023年10月06日
Michael Paquier
worker_spi: Fix test failure with BGWORKER_BYPASS_ALLOWCONN
commit
|
commitdiff
|
tree
2023年10月06日
Michael Paquier
worker_spi: Add tests for BGWORKER_BYPASS_ALLOWCONN
commit
|
commitdiff
|
tree
2023年10月05日
Peter Eisentraut
Push attcompression and attstorage handling into BuildD...
commit
|
commitdiff
|
tree
2023年10月05日
Peter Eisentraut
Move BuildDescForRelation() from tupdesc.c to tablecmds.c
commit
|
commitdiff
|
tree
2023年10月05日
Peter Eisentraut
Push attidentity and attgenerated handling into BuildDe...
commit
|
commitdiff
|
tree
2023年10月05日
Heikki Linnakangas
Refactor ListenSocket array.
commit
|
commitdiff
|
tree
2023年10月05日
Alvaro Herrera
Improve JsonLexContext's freeability
commit
|
commitdiff
|
tree
2023年10月05日
David Rowley
Consider cheap startup paths in add_paths_to_append_rel
commit
|
commitdiff
|
tree
2023年10月05日
David Rowley
Fix memory leak in Memoize code
commit
|
commitdiff
|
tree
2023年10月05日
Peter Eisentraut
Constify crc32_sz
commit
|
commitdiff
|
tree
2023年10月05日
Peter Eisentraut
Modernize const handling with readline
commit
|
commitdiff
|
tree
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
next
This is the main PostgreSQL git repository.
RSS
Atom
AltStyle
によって変換されたページ
(->オリジナル)
/
アドレス:
モード:
デフォルト
音声ブラウザ
ルビ付き
配色反転
文字拡大
モバイル