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
2021年02月02日
Tom Lane
Build in some knowledge about foreign-key relationships...
commit
|
commitdiff
|
tree
2021年02月02日
Tom Lane
Doc: consistently identify OID catalog columns that...
commit
|
commitdiff
|
tree
2021年02月02日
Tom Lane
Remove extra increment of plpgsql's statement counter...
commit
|
commitdiff
|
tree
2021年02月02日
Tom Lane
Fix ancient memory leak in contrib/auto_explain.
commit
|
commitdiff
|
tree
2021年02月02日
Peter Eisentraut
Improve confusing variable names
commit
|
commitdiff
|
tree
2021年02月02日
Michael Paquier
Remove unused column atttypmod from initial tablesync...
commit
|
commitdiff
|
tree
2021年02月01日
Tom Lane
Doc: work a little harder on the initial examples for...
commit
|
commitdiff
|
tree
2021年02月01日
Tom Lane
Remove [Merge]AppendPath.partitioned_rels.
commit
|
commitdiff
|
tree
2021年02月01日
Tom Lane
Remove incidental dependencies on partitioned_rels...
commit
|
commitdiff
|
tree
2021年02月01日
Tom Lane
Revise make_partition_pruneinfo to not use its partitio...
commit
|
commitdiff
|
tree
2021年02月01日
Peter Eisentraut
SEARCH and CYCLE clauses
commit
|
commitdiff
|
tree
2021年02月01日
Alexander Korotkov
Get rid of unnecessary memory allocation in jsonb_subsc...
commit
|
commitdiff
|
tree
2021年02月01日
Michael Paquier
Introduce --with-ssl={openssl} as a configure option
commit
|
commitdiff
|
tree
2021年02月01日
Tom Lane
Fix portability issue in new jsonbsubs code.
commit
|
commitdiff
|
tree
2021年01月31日
Alexander Korotkov
Throw error when assigning jsonb scalar instead of...
commit
|
commitdiff
|
tree
2021年01月31日
Alexander Korotkov
Filling array gaps during jsonb subscripting
commit
|
commitdiff
|
tree
2021年01月31日
Alexander Korotkov
Implementation of subscripting for jsonb
commit
|
commitdiff
|
tree
2021年01月31日
Peter Geoghegan
Remove unused _bt_delitems_delete() argument.
commit
|
commitdiff
|
tree
2021年01月31日
Alexander Korotkov
Fix parsing of complex morphs to tsquery
commit
|
commitdiff
|
tree
2021年01月30日
Peter Eisentraut
Add primary keys and unique constraints to system catalogs
commit
|
commitdiff
|
tree
2021年01月30日
Peter Eisentraut
doc: Clarify status of SELECT INTO on reference page
commit
|
commitdiff
|
tree
2021年01月30日
Peter Eisentraut
Allow GRANTED BY clause in normal GRANT and REVOKE...
commit
|
commitdiff
|
tree
2021年01月30日
Noah Misch
Revive "snapshot too old" with wal_level=minimal and...
commit
|
commitdiff
|
tree
2021年01月30日
Noah Misch
Fix error with CREATE PUBLICATION, wal_level=minimal...
commit
|
commitdiff
|
tree
2021年01月30日
Noah Misch
Fix CREATE INDEX CONCURRENTLY for simultaneous prepared...
commit
|
commitdiff
|
tree
2021年01月30日
Fujii Masao
postgres_fdw: Fix tests for CLOBBER_CACHE_ALWAYS.
commit
|
commitdiff
|
tree
2021年01月29日
Tom Lane
Doc: improve cross-references for SET/SHOW.
commit
|
commitdiff
|
tree
2021年01月29日
Alexander Korotkov
Document behavior of the .** jsonpath accessor in the...
commit
|
commitdiff
|
tree
2021年01月29日
Peter Eisentraut
Fix typo
commit
|
commitdiff
|
tree
2021年01月29日
Michael Paquier
doc: Improve wording of section for repslot statistics
commit
|
commitdiff
|
tree
2021年01月29日
Michael Paquier
Adjust comments of CheckRelationTableSpaceMove() and...
commit
|
commitdiff
|
tree
2021年01月29日
Thomas Munro
Remove documentation of waiting restore_command.
commit
|
commitdiff
|
tree
2021年01月29日
Thomas Munro
Retire pg_standby.
commit
|
commitdiff
|
tree
2021年01月28日
Tom Lane
Silence another gcc 11 warning.
commit
|
commitdiff
|
tree
2021年01月28日
Alvaro Herrera
Remove bogus restriction from BEFORE UPDATE triggers
commit
|
commitdiff
|
tree
2021年01月28日
Tom Lane
Fix hash partition pruning with asymmetric partition...
commit
|
commitdiff
|
tree
2021年01月28日
Tom Lane
Make ecpg's rjulmdy() and rmdyjul() agree with their...
commit
|
commitdiff
|
tree
2021年01月28日
Alvaro Herrera
pgbench: Remove dead code
commit
|
commitdiff
|
tree
2021年01月28日
Peter Eisentraut
Remove gratuitous uses of deprecated SELECT INTO
commit
|
commitdiff
|
tree
2021年01月28日
Heikki Linnakangas
Add direct conversion routines between EUC_TW and Big5.
commit
|
commitdiff
|
tree
2021年01月28日
Heikki Linnakangas
Add mbverifystr() functions specific to each encoding.
commit
|
commitdiff
|
tree
2021年01月28日
Andrew Gierth
Don't add bailout adjustment for non-strict deserialize...
commit
|
commitdiff
|
tree
2021年01月28日
Michael Paquier
Fix crash of pg_stat_statements_info() without library...
commit
|
commitdiff
|
tree
2021年01月28日
Michael Paquier
Refactor SQL functions of SHA-2 in cryptohashfuncs.c
commit
|
commitdiff
|
tree
2021年01月27日
Peter Geoghegan
Reduce the default value of vacuum_cost_page_miss.
commit
|
commitdiff
|
tree
2021年01月27日
Robert Haas
In TrimCLOG(), don't reset XactCtl->shared->latest_page...
commit
|
commitdiff
|
tree
2021年01月27日
Robert Haas
In clog_redo(), don't set XactCtl->shared->latest_page_...
commit
|
commitdiff
|
tree
2021年01月27日
Tom Lane
Doc: improve documentation for UNNEST().
commit
|
commitdiff
|
tree
2021年01月27日
Robert Haas
Move StartupCLOG() calls to just after we initialize...
commit
|
commitdiff
|
tree
2021年01月27日
Peter Geoghegan
Fix GiST index deletion assert issue.
commit
|
commitdiff
|
tree
2021年01月27日
Michael Paquier
doc: Remove reference to views for TRUNCATE privilege
commit
|
commitdiff
|
tree
2021年01月27日
Michael Paquier
Refactor code in tablecmds.c to check and process table...
commit
|
commitdiff
|
tree
2021年01月26日
Tom Lane
Rethink recently-added SPI interfaces.
commit
|
commitdiff
|
tree
2021年01月26日
Tom Lane
Suppress compiler warnings from commit ee895a655.
commit
|
commitdiff
|
tree
2021年01月26日
Tom Lane
Code review for psql's helpSQL() function.
commit
|
commitdiff
|
tree
2021年01月26日
Michael Paquier
Fix memory leak when deallocating prepared statement...
commit
|
commitdiff
|
tree
2021年01月26日
Fujii Masao
postgres_fdw: Fix test failure with -DENFORCE_REGRESSIO...
commit
|
commitdiff
|
tree
2021年01月26日
Fujii Masao
postgres_fdw: Stabilize regression test for postgres_fd...
commit
|
commitdiff
|
tree
2021年01月26日
Fujii Masao
postgres_fdw: Add functions to discard cached connections.
commit
|
commitdiff
|
tree
2021年01月26日
Tom Lane
Improve performance of repeated CALLs within plpgsql...
commit
|
commitdiff
|
tree
2021年01月25日
Andres Freund
Fix two typos in snapbuild.c.
commit
|
commitdiff
|
tree
2021年01月25日
Tom Lane
Don't clobber the calling user's credentials cache...
commit
|
commitdiff
|
tree
2021年01月25日
Tom Lane
Fix broken ruleutils support for function TRANSFORM...
commit
|
commitdiff
|
tree
2021年01月25日
Robert Haas
Remove CheckpointLock.
commit
|
commitdiff
|
tree
2021年01月25日
Tom Lane
Doc: improve documentation of pg_proc.protrftypes.
commit
|
commitdiff
|
tree
2021年01月25日
Peter Eisentraut
Remove duplicate include
commit
|
commitdiff
|
tree
2021年01月25日
David Rowley
Fix hypothetical bug in heap backward scans
commit
|
commitdiff
|
tree
2021年01月25日
Amit Kapila
Fix ALTER PUBLICATION...DROP TABLE behavior.
commit
|
commitdiff
|
tree
2021年01月24日
Tom Lane
Make storage/standby.h compile standalone again.
commit
|
commitdiff
|
tree
2021年01月24日
Tom Lane
Update time zone data files to tzdata release 2021a.
commit
|
commitdiff
|
tree
2021年01月24日
Tom Lane
Add a simple test for contrib/auto_explain.
commit
|
commitdiff
|
tree
2021年01月24日
Magnus Hagander
Remove make_diff set of tools
commit
|
commitdiff
|
tree
2021年01月24日
Tom Lane
Doc: clean up contrib/pageinspect's GIST function docum...
commit
|
commitdiff
|
tree
2021年01月24日
Tomas Vondra
Fix COPY FREEZE with CLOBBER_CACHE_ALWAYS
commit
|
commitdiff
|
tree
2021年01月23日
Tom Lane
Doc: update example connection-failure messages in...
commit
|
commitdiff
|
tree
2021年01月23日
Tom Lane
Update ecpg's connect-test1 for connection-failure...
commit
|
commitdiff
|
tree
2021年01月23日
Michael Paquier
Introduce SHA1 implementations in the cryptohash infras...
commit
|
commitdiff
|
tree
2021年01月23日
Tom Lane
Suppress bison warning in ecpg grammar.
commit
|
commitdiff
|
tree
2021年01月22日
Tom Lane
Doc: improve directions for building on macOS.
commit
|
commitdiff
|
tree
2021年01月22日
Tom Lane
Avoid redundantly prefixing PQerrorMessage for a connec...
commit
|
commitdiff
|
tree
2021年01月22日
Tom Lane
Re-allow DISTINCT in pl/pgsql expressions.
commit
|
commitdiff
|
tree
2021年01月22日
Tom Lane
Doc: remove misleading claim in documentation of PQreset().
commit
|
commitdiff
|
tree
2021年01月22日
Magnus Hagander
Remove reference to ftp servers from documentation
commit
|
commitdiff
|
tree
2021年01月22日
Peter Eisentraut
Remove bogus tracepoint
commit
|
commitdiff
|
tree
2021年01月22日
Heikki Linnakangas
doc: Copy-edit the "Overview of PostgreSQL Internals...
commit
|
commitdiff
|
tree
2021年01月22日
Michael Paquier
Move SSL information callback earlier to capture more...
commit
|
commitdiff
|
tree
2021年01月21日
Tom Lane
Improve new wording of libpq's connection failure messages.
commit
|
commitdiff
|
tree
2021年01月21日
Tom Lane
Fix pull_varnos' miscomputation of relids set for a...
commit
|
commitdiff
|
tree
2021年01月21日
Tomas Vondra
Fix initialization of FDW batching in ExecInitModifyTable
commit
|
commitdiff
|
tree
2021年01月21日
Michael Paquier
Switch "cl /?" to "cl /help" in MSVC scripts for platfo...
commit
|
commitdiff
|
tree
2021年01月20日
Tomas Vondra
Implement support for bulk inserts in postgres_fdw
commit
|
commitdiff
|
tree
2021年01月20日
Tomas Vondra
psql \dX: list extended statistics objects
commit
|
commitdiff
|
tree
2021年01月20日
Tom Lane
Further tweaking of PG_SYSROOT heuristics for macOS.
commit
|
commitdiff
|
tree
2021年01月20日
Tom Lane
Disable vacuum page skipping in selected test cases.
commit
|
commitdiff
|
tree
2021年01月20日
Heikki Linnakangas
Fix bug in detecting concurrent page splits in GiST...
commit
|
commitdiff
|
tree
2021年01月20日
Thomas Munro
Fix sample output of EXPLAIN ANALYZE.
commit
|
commitdiff
|
tree
2021年01月20日
Michael Paquier
Add regression test for DROP OWNED BY with default...
commit
|
commitdiff
|
tree
2021年01月20日
Michael Paquier
Fix ALTER DEFAULT PRIVILEGES with duplicated objects
commit
|
commitdiff
|
tree
2021年01月19日
Tom Lane
Remove faulty support for MergeAppend plan with WHERE...
commit
|
commitdiff
|
tree
2021年01月19日
Peter Eisentraut
pageinspect: Change block number arguments to bigint
commit
|
commitdiff
|
tree
next
This is the main PostgreSQL git repository.
RSS
Atom
AltStyle
によって変換されたページ
(->オリジナル)
/
アドレス:
モード:
デフォルト
音声ブラウザ
ルビ付き
配色反転
文字拡大
モバイル