projects
/
postgresql.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
postgresql.git
2021-05-25
Amit Kapila
Improve docs and error messages for parallel vacuum.
commit
|
commitdiff
|
tree
2021-05-25
Michael Paquier
Disallow SSL renegotiation
commit
|
commitdiff
|
tree
2021-05-23
Tom Lane
Fix access to no-longer-open relcache entry in logical...
commit
|
commitdiff
|
tree
2021-05-21
Tom Lane
Disallow whole-row variables in GENERATED expressions.
commit
|
commitdiff
|
tree
2021-05-21
Tom Lane
Fix usage of "tableoid" in GENERATED expressions.
commit
|
commitdiff
|
tree
2021-05-21
Tom Lane
Restore the portal-level snapshot after procedure COMMI...
commit
|
commitdiff
|
tree
2021-05-21
Amit Kapila
Fix deadlock for multiple replicating truncates of...
commit
|
commitdiff
|
tree
2021-05-20
Tom Lane
Avoid detoasting failure after COMMIT inside a plpgsql...
commit
|
commitdiff
|
tree
2021-05-20
Tom Lane
Clean up cpluspluscheck violation.
commit
|
commitdiff
|
tree
2021-05-17
David Rowley
Fix typo and outdated information in README.barrier
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
Doc: correct erroneous entry in this week's minor relea...
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-13
Alexander Korotkov
Improve documentation example for jsonpath like_regex...
commit
|
commitdiff
|
tree
2021-05-12
Alvaro Herrera
Rename the logical replication global "wrconn"
commit
|
commitdiff
|
tree
2021-05-12
Tom Lane
Reduce runtime of privileges.sql test under CLOBBER_CAC...
commit
|
commitdiff
|
tree
2021-05-10
Tom Lane
Stamp 13.3.
REL_13_3
commit
|
commitdiff
|
tree
2021-05-10
Tom Lane
Last-minute updates for release notes.
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-09
Tom Lane
Release notes for 13.3, 12.7, 11.12, 10.17, 9.6.22.
commit
|
commitdiff
|
tree
2021-05-07
Tom Lane
First-draft release notes for 13.3.
commit
|
commitdiff
|
tree
2021-05-07
Alvaro Herrera
AlterSubscription_refresh: avoid stomping on global...
commit
|
commitdiff
|
tree
2021-05-06
Alvaro Herrera
Document lock level used by ALTER TABLE VALIDATE CONSTRAINT
commit
|
commitdiff
|
tree
2021-05-06
Andres Freund
jit: Fix warning reported by gcc-11 caused by dubious...
commit
|
commitdiff
|
tree
2021-05-05
Alvaro Herrera
Have ALTER CONSTRAINT recurse on partitioned tables
commit
|
commitdiff
|
tree
2021-05-04
Alvaro Herrera
Fix OID passed to object-alter hook during ALTER CONSTRAINT
commit
|
commitdiff
|
tree
2021-05-04
Peter Eisentraut
pg_dump: Fix dump of generated columns in partitions
commit
|
commitdiff
|
tree
2021-05-04
Peter Eisentraut
Fix ALTER TABLE / INHERIT with generated columns
commit
|
commitdiff
|
tree
2021-05-03
Peter Eisentraut
Prevent lwlock dtrace probes from unnecessary work
commit
|
commitdiff
|
tree
2021-04-30
Tom Lane
Doc: add an example of a self-referential foreign key...
commit
|
commitdiff
|
tree
2021-04-30
Tom Lane
Doc: update libpq's documentation for PQfn().
commit
|
commitdiff
|
tree
2021-04-30
Tom Lane
Disallow calling anything but plain functions via the...
commit
|
commitdiff
|
tree
2021-04-29
Tom Lane
Fix some more omissions in pg_upgrade's tests for non...
commit
|
commitdiff
|
tree
2021-04-29
Alvaro Herrera
Improve documentation for default_tablespace on partiti...
commit
|
commitdiff
|
tree
2021-04-28
Tom Lane
Doc: fix discussion of how to get real Julian Dates.
commit
|
commitdiff
|
tree
2021-04-28
Michael Paquier
Fix use-after-release issue with pg_identify_object_as_...
commit
|
commitdiff
|
tree
2021-04-28
Michael Paquier
Fix pg_identify_object_as_address() with event triggers
commit
|
commitdiff
|
tree
2021-04-26
Tom Lane
Doc: document EXTRACT(JULIAN ...), improve Julian Date...
commit
|
commitdiff
|
tree
2021-04-23
Fujii Masao
doc: Fix obsolete description about pg_basebackup.
commit
|
commitdiff
|
tree
2021-04-22
Tom Lane
Don't crash on reference to an un-available system...
commit
|
commitdiff
|
tree
2021-04-22
Tom Lane
Doc: document the tie-breaking behavior of the round...
commit
|
commitdiff
|
tree
2021-04-22
Tom Lane
Fix bugs in RETURNING in cross-partition UPDATE cases.
commit
|
commitdiff
|
tree
2021-04-21
Andrew Dunstan
fix silly perl error in commit d064afc720
commit
|
commitdiff
|
tree
2021-04-21
Andrew Dunstan
Only ever test for non-127.0.0.1 addresses on Windows...
commit
|
commitdiff
|
tree
2021-04-20
Tom Lane
Fix planner failure in some cases of sorting by an...
commit
|
commitdiff
|
tree
2021-04-20
Magnus Hagander
Fix typo in comment
commit
|
commitdiff
|
tree
2021-04-16
Andrew Dunstan
Allow TestLib::slurp_file to skip contents, and use...
commit
|
commitdiff
|
tree
2021-04-16
Michael Paquier
doc: Fix typo in example query of SQL/JSON
commit
|
commitdiff
|
tree
2021-04-13
Tom Lane
Fix some inappropriately-disallowed uses of ALTER ROLE...
commit
|
commitdiff
|
tree
2021-04-13
Tom Lane
Redesign the caching done by get_cached_rowtype().
commit
|
commitdiff
|
tree
2021-04-13
Tom Lane
Avoid improbable PANIC during heap_update.
commit
|
commitdiff
|
tree
2021-04-13
Noah Misch
Use "-I." in directories holding Bison parsers, for...
commit
|
commitdiff
|
tree
2021-04-13
Noah Misch
Port regress-python3-mangle.mk to Solaris "sed".
commit
|
commitdiff
|
tree
2021-04-13
Thomas Munro
Fix potential SSI hazard in heap_update().
commit
|
commitdiff
|
tree
2021-04-12
Tom Lane
Fix old bug with coercing the result of a COLLATE expre...
commit
|
commitdiff
|
tree
2021-04-12
Amit Kapila
Allocate access strategy in parallel VACUUM workers.
commit
|
commitdiff
|
tree
2021-04-12
Michael Paquier
Fix out-of-bound memory access for interval -> char...
commit
|
commitdiff
|
tree
2021-04-09
Magnus Hagander
Fix typo
commit
|
commitdiff
|
tree
2021-04-09
Michael Paquier
Fix typos and grammar in documentation and code comments
commit
|
commitdiff
|
tree
2021-04-07
Tomas Vondra
Don't add non-existent pages to bitmap from BRIN
commit
|
commitdiff
|
tree
2021-04-07
Michael Paquier
Fix potential rare failure in the kerberos TAP tests
commit
|
commitdiff
|
tree
2021-04-05
Fujii Masao
Shut down transaction tracking at startup process exit.
commit
|
commitdiff
|
tree
2021-04-04
Tom Lane
Fix more confusion in SP-GiST.
commit
|
commitdiff
|
tree
2021-04-02
Bruce Momjian
Use macro MONTHS_PER_YEAR instead of '12' in /ecpg...
commit
|
commitdiff
|
tree
2021-04-02
Joe Conway
Clarify documentation of RESET ROLE
commit
|
commitdiff
|
tree
2021-04-02
Fujii Masao
pg_checksums: Fix progress reporting.
commit
|
commitdiff
|
tree
2021-04-02
Michael Paquier
doc: Clarify how to generate backup files with non...
commit
|
commitdiff
|
tree
2021-04-02
Bruce Momjian
doc: mention that intervening major releases can be...
commit
|
commitdiff
|
tree
2021-04-02
Michael Paquier
Improve stability of test with vacuum_truncate in relop...
commit
|
commitdiff
|
tree
2021-04-01
Tom Lane
Fix pg_restore's misdesigned code for detecting archive...
commit
|
commitdiff
|
tree
2021-04-01
Michael Paquier
doc: Clarify use of ACCESS EXCLUSIVE lock in various...
commit
|
commitdiff
|
tree
2021-03-31
Stephen Frost
Add a docs section for obsoleted and renamed functions...
commit
|
commitdiff
|
tree
2021-03-30
Etsuro Fujita
Update obsolete comment.
commit
|
commitdiff
|
tree
2021-03-29
Alvaro Herrera
psql: call clearerr() just before printing
commit
|
commitdiff
|
tree
2021-03-28
Stephen Frost
doc: Define TLS as an acronym
commit
|
commitdiff
|
tree
2021-03-26
Tomas Vondra
Fix ndistinct estimates with system attributes
commit
|
commitdiff
|
tree
2021-03-25
Alvaro Herrera
Document lock obtained during partition detach
commit
|
commitdiff
|
tree
2021-03-25
Alvaro Herrera
Remove StoreSingleInheritance reimplementation
commit
|
commitdiff
|
tree
2021-03-25
Fujii Masao
Fix bug in WAL replay of COMMIT_TS_SETTS record.
commit
|
commitdiff
|
tree
2021-03-23
Tom Lane
Fix psql's \connect command some more.
commit
|
commitdiff
|
tree
2021-03-23
Tom Lane
Avoid possible crash while finishing up a heap rewrite.
commit
|
commitdiff
|
tree
2021-03-23
Tomas Vondra
Use correct spelling of statistics kind
commit
|
commitdiff
|
tree
2021-03-23
Fujii Masao
pg_waldump: Fix bug in per-record statistics.
commit
|
commitdiff
|
tree
2021-03-22
Michael Paquier
Fix concurrency issues with WAL segment recycling on...
commit
|
commitdiff
|
tree
2021-03-22
Noah Misch
Make a test endure log_error_verbosity=verbose.
commit
|
commitdiff
|
tree
2021-03-22
Michael Paquier
Fix new TAP test for 2PC transactions and PITRs on...
commit
|
commitdiff
|
tree
2021-03-21
Michael Paquier
Fix timeline assignment in checkpoints with 2PC transac...
commit
|
commitdiff
|
tree
2021-03-20
Tom Lane
Fix memory leak when rejecting bogus DH parameters.
commit
|
commitdiff
|
tree
2021-03-19
Tom Lane
Don't leak malloc'd error string in libpqrcv_check_conn...
commit
|
commitdiff
|
tree
2021-03-19
Tom Lane
Don't leak malloc'd strings when a GUC setting is rejected.
commit
|
commitdiff
|
tree
2021-03-19
Tom Lane
Don't leak compiled regex(es) when an ispell cache...
commit
|
commitdiff
|
tree
2021-03-19
Tom Lane
Don't run RelationInitTableAccessMethod in a long-lived...
commit
|
commitdiff
|
tree
2021-03-19
Tom Lane
Don't leak rd_statlist when a relcache entry is dropped.
commit
|
commitdiff
|
tree
2021-03-18
Magnus Hagander
Fix function name in error hint
commit
|
commitdiff
|
tree
next