projects
/
postgresql.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
postgresql.git
2024-10-22
Álvaro Herrera
Restructure foreign key handling code for ATTACH/DETACH
commit
|
commitdiff
|
tree
2024-10-21
Tom Lane
Fix wrong assertion and poor error messages in "COPY...
commit
|
commitdiff
|
tree
2024-10-21
Heikki Linnakangas
Fix race condition in committing a serializable transaction
commit
|
commitdiff
|
tree
2024-10-20
Álvaro Herrera
Note that index_name in ALTER INDEX ATTACH PARTITION...
commit
|
commitdiff
|
tree
2024-10-17
Thomas Munro
Fix extreme skew detection in Parallel Hash Join.
commit
|
commitdiff
|
tree
2024-10-16
Tom Lane
Further refine _SPI_execute_plan's rule for atomic...
commit
|
commitdiff
|
tree
2024-10-16
Masahiko Sawada
Reduce memory block size for decoded tuple storage...
commit
|
commitdiff
|
tree
2024-10-12
Tom Lane
Correctly identify which EC members are computable...
commit
|
commitdiff
|
tree
2024-10-09
Daniel Gustafsson
Remove incorrect function import from pgindent
commit
|
commitdiff
|
tree
2024-10-08
Amit Kapila
Stabilize the test added by commit 022564f60c.
commit
|
commitdiff
|
tree
2024-10-07
Nathan Bossart
vacuumdb: Schema-qualify operator in catalog query...
commit
|
commitdiff
|
tree
2024-10-07
Nathan Bossart
Fix Y2038 issues with MyStartTime.
commit
|
commitdiff
|
tree
2024-10-07
Amit Kapila
Fix fetching default toast value during decoding of...
commit
|
commitdiff
|
tree
2024-10-06
Tom Lane
Ignore not-yet-defined Portals in pg_cursors view.
commit
|
commitdiff
|
tree
2024-10-02
Tom Lane
Parse libpq's "keepalives" option more like other integ...
commit
|
commitdiff
|
tree
2024-10-01
Michael Paquier
Fix race condition in COMMIT PREPARED causing orphaned...
commit
|
commitdiff
|
tree
2024-10-01
Tatsuo Ishii
Doc: replace unnecessary non-breaking space with ordina...
commit
|
commitdiff
|
tree
2024-09-30
Fujii Masao
reindexdb: Skip reindexing temporary tables and indexes.
commit
|
commitdiff
|
tree
2024-09-29
Noah Misch
Remove NULL dereference from RenameRelationInternal().
commit
|
commitdiff
|
tree
2024-09-27
Noah Misch
Avoid 037_invalid_database.pl hang under debug_discard_...
commit
|
commitdiff
|
tree
2024-09-27
Michael Paquier
Fix incorrect memory access in VACUUM FULL with invalid...
commit
|
commitdiff
|
tree
2024-09-26
Andres Freund
tests: Restrict pg_locks queries in advisory_locks...
commit
|
commitdiff
|
tree
2024-09-25
Michael Paquier
vacuumdb: Skip temporary tables in query to build list...
commit
|
commitdiff
|
tree
2024-09-24
Noah Misch
For inplace update durability, make heap_update() calle...
commit
|
commitdiff
|
tree
2024-09-24
Noah Misch
Fix data loss at inplace update after heap_update().
commit
|
commitdiff
|
tree
2024-09-24
Noah Misch
Warn if LOCKTAG_TUPLE is held at commit, under debug_as...
commit
|
commitdiff
|
tree
2024-09-24
Daniel Gustafsson
Drop global objects after completed test
commit
|
commitdiff
|
tree
2024-09-20
Tom Lane
Doc: explain how to test ADMIN privilege with pg_has_ro...
commit
|
commitdiff
|
tree
2024-09-19
Bruce Momjian
doc PG relnotes: remove warning about commit links...
commit
|
commitdiff
|
tree
2024-09-19
Bruce Momjian
doc PG relnotes: document "Unresolved ID reference...
commit
|
commitdiff
|
tree
2024-09-19
Bruce Momjian
doc PG relnotes: rename commit link paragraph for...
commit
|
commitdiff
|
tree
2024-09-19
Bruce Momjian
Improve Perl script which adds commit links to release...
commit
|
commitdiff
|
tree
2024-09-18
Bruce Momjian
doc PG relnotes: add paragraph explaining the section...
commit
|
commitdiff
|
tree
2024-09-18
Bruce Momjian
doc PG relnotes: no relnote footnotes for commit links...
commit
|
commitdiff
|
tree
2024-09-18
Noah Misch
Don't enter parallel mode when holding interrupts.
commit
|
commitdiff
|
tree
2024-09-18
Michael Paquier
Add missing query ID reporting in extended query protocol
commit
|
commitdiff
|
tree
2024-09-16
Bruce Momjian
doc PG relnotes: fix SGML markup for new commit links
commit
|
commitdiff
|
tree
2024-09-16
Bruce Momjian
doc PG relnotes: add links to commits
commit
|
commitdiff
|
tree
2024-09-16
Bruce Momjian
scripts: add Perl script to add links to release notes
commit
|
commitdiff
|
tree
2024-09-15
Tom Lane
Replace usages of xmlXPathCompile() with xmlXPathCtxtCo...
commit
|
commitdiff
|
tree
2024-09-14
Bruce Momjian
doc PG relnotes: add attribution for time zone data...
commit
|
commitdiff
|
tree
2024-09-14
Tom Lane
Run regression tests with timezone America/Los_Angeles.
commit
|
commitdiff
|
tree
2024-09-14
Andrew Dunstan
Only define NO_THREAD_SAFE_LOCALE for MSVC plperl when...
commit
|
commitdiff
|
tree
2024-09-13
Tom Lane
Allow _h_indexbuild() to be interrupted.
commit
|
commitdiff
|
tree
2024-09-13
Nathan Bossart
Fix contrib/pageinspect's test for sequences.
commit
|
commitdiff
|
tree
2024-09-12
Nathan Bossart
Reintroduce support for sequences in pgstattuple and...
commit
|
commitdiff
|
tree
2024-09-11
Tom Lane
Remove incorrect Assert.
commit
|
commitdiff
|
tree
2024-09-09
Michael Paquier
Fix waits of REINDEX CONCURRENTLY for indexes with...
commit
|
commitdiff
|
tree
2024-08-31
Thomas Munro
Stabilize 039_end_of_wal test.
commit
|
commitdiff
|
tree
2024-08-30
Masahiko Sawada
Clarify restrict_nonsystem_relation_kind description.
commit
|
commitdiff
|
tree
2024-08-29
Peter Eisentraut
Disallow USING clause when altering type of generated...
commit
|
commitdiff
|
tree
2024-08-20
Nathan Bossart
Fix a couple of wait event descriptions.
commit
|
commitdiff
|
tree
2024-08-20
John Naylor
Document limit on the number of out-of-line values...
commit
|
commitdiff
|
tree
2024-08-19
Alvaro Herrera
Avoid failure to open dropped detached partition
commit
|
commitdiff
|
tree
2024-08-19
Tomas Vondra
Explain dropdb can't use syscache because of TOAST
commit
|
commitdiff
|
tree
2024-08-19
Daniel Gustafsson
Fix regression in TLS session ticket disabling
commit
|
commitdiff
|
tree
2024-08-19
Thomas Munro
Fix harmless LC_COLLATE[_MASK] confusion.
commit
|
commitdiff
|
tree
2024-08-18
Tomas Vondra
Fix DROP DATABASE for databases with many ACLs
commit
|
commitdiff
|
tree
2024-08-17
Bruce Momjian
docs: fix incorrect plpgsql error message
commit
|
commitdiff
|
tree
2024-08-12
Alvaro Herrera
Fix creation of partition descriptor during concurrent...
commit
|
commitdiff
|
tree
2024-08-11
Tom Lane
Suppress Coverity warnings about Asserts in get_name_fo...
commit
|
commitdiff
|
tree
2024-08-10
Tom Lane
Allow adjusting session_authorization and role in paral...
commit
|
commitdiff
|
tree
2024-08-09
Nathan Bossart
doc: Fix name of CRC algorithm in "Reliability" section.
commit
|
commitdiff
|
tree
2024-08-09
Tom Lane
Fix "failed to find plan for subquery/CTE" errors in...
commit
|
commitdiff
|
tree
2024-08-08
Alvaro Herrera
Refuse ATTACH of a table referenced by a foreign key
commit
|
commitdiff
|
tree
2024-08-08
Heikki Linnakangas
Fix pg_rewind debug output to print the source timeline...
commit
|
commitdiff
|
tree
2024-08-08
Peter Eisentraut
Revert ECPG's use of pnstrdup()
commit
|
commitdiff
|
tree
2024-08-07
Noah Misch
Teach RPM the package name provided in Perl alias packages.
commit
|
commitdiff
|
tree
2024-08-07
Tom Lane
Fix edge case in plpgsql's make_callstmt_target().
commit
|
commitdiff
|
tree
2024-08-07
Heikki Linnakangas
Make fallback MD5 implementation thread-safe on big...
commit
|
commitdiff
|
tree
2024-08-05
Tom Lane
Stamp 14.13.
REL_14_13
commit
|
commitdiff
|
tree
2024-08-05
Tom Lane
Last-minute updates for release notes.
commit
|
commitdiff
|
tree
2024-08-05
Masahiko Sawada
Restrict accesses to non-system views and foreign table...
commit
|
commitdiff
|
tree
2024-08-05
Peter Eisentraut
Translation updates
commit
|
commitdiff
|
tree
2024-08-04
Tom Lane
Release notes for 16.4, 15.8, 14.13, 13.16, 12.20.
commit
|
commitdiff
|
tree
2024-08-01
Etsuro Fujita
Update comment in portal.h.
commit
|
commitdiff
|
tree
2024-08-01
Tom Lane
Revert "Allow parallel workers to cope with a newly...
commit
|
commitdiff
|
tree
2024-07-31
Tom Lane
Allow parallel workers to cope with a newly-created...
commit
|
commitdiff
|
tree
2024-07-31
David Rowley
Doc: mention executor memory usage for enable_partition...
commit
|
commitdiff
|
tree
2024-07-29
Melanie Plageman
Use DELETE instead of UPDATE to speed up vacuum test
commit
|
commitdiff
|
tree
2024-07-28
Peter Eisentraut
libpq: Use strerror_r instead of strerror
commit
|
commitdiff
|
tree
2024-07-26
Daniel Gustafsson
Fix building with MSVC for TLS session disabling
commit
|
commitdiff
|
tree
2024-07-26
Daniel Gustafsson
Fix macro placement in pg_config.h.in
commit
|
commitdiff
|
tree
2024-07-26
Daniel Gustafsson
Disable all TLS session tickets
commit
|
commitdiff
|
tree
2024-07-25
Tom Lane
Doc: fix misleading syntax synopses for targetlists.
commit
|
commitdiff
|
tree
2024-07-24
Alvaro Herrera
Fix a missing article in the documentation
commit
|
commitdiff
|
tree
2024-07-24
Alvaro Herrera
Reset relhassubclass upon attaching table as a partition
commit
|
commitdiff
|
tree
2024-07-24
Nathan Bossart
Detect integer overflow in array_set_slice().
commit
|
commitdiff
|
tree
2024-07-22
Tom Lane
Doc: improve description of plpgsql's FETCH and MOVE...
commit
|
commitdiff
|
tree
2024-07-20
Tom Lane
Correctly check updatability of columns targeted by...
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-17
Andrew Dunstan
Avoid error in recovery test if history file is not...
commit
|
commitdiff
|
tree
2024-07-15
Andres Freund
Fix bad indentation introduced in 43cd30bcd1c
commit
|
commitdiff
|
tree
2024-07-15
Andres Freund
Fix type confusion in guc_var_compare()
commit
|
commitdiff
|
tree
2024-07-14
Tom Lane
Avoid unhelpful internal error for incorrect recursive...
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
next