2024-11-11 |
Nathan Bossart | Ensure cached plans are correctly marked as dependent... |
commit | commitdiff | tree |
2024-11-11 |
Noah Misch | Block environment variable mutations from trusted PL... |
commit | commitdiff | tree |
2024-11-11 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree |
2024-11-11 |
Michael Paquier | libpq: Bail out during SSL/GSS negotiation errors |
commit | commitdiff | tree |
2024-11-10 |
Tom Lane | Release notes for 17.1, 16.5, 15.9, 14.14, 13.17, 12.21. |
commit | commitdiff | tree |
2024-11-08 |
Tom Lane | Improve fix for not entering parallel mode when holding... |
commit | commitdiff | tree |
2024-11-08 |
Amit Langote | Disallow partitionwise join when collations don't match |
commit | commitdiff | tree |
2024-11-08 |
Amit Langote | Disallow partitionwise grouping when collations don... |
commit | commitdiff | tree |
2024-11-08 |
Peter Eisentraut | Message style improvement |
commit | commitdiff | tree |
2024-11-07 |
Álvaro Herrera | doc: Reword ALTER TABLE ATTACH restriction on NO INHERI... |
commit | commitdiff | tree |
2024-11-06 |
Thomas Munro | Monkey-patch LLVM code to fix ARM relocation bug. |
commit | commitdiff | tree |
2024-11-05 |
Michael Paquier | Clear padding of PgStat_HashKey when handling pgstats... |
commit | commitdiff | tree |
2024-11-04 |
Tom Lane | Use portable diff options in pg_bsd_indent's regression... |
commit | commitdiff | tree |
2024-11-03 |
Noah Misch | Suppress new "may be used uninitialized" warning. |
commit | commitdiff | tree |
2024-11-02 |
Noah Misch | Move I/O before the index_update_stats() buffer lock... |
commit | commitdiff | tree |
2024-11-02 |
Noah Misch | Revert "For inplace update, send nontransactional inval... |
commit | commitdiff | tree |
2024-11-02 |
Noah Misch | Revert "WAL-log inplace update before revealing it... |
commit | commitdiff | tree |
2024-11-01 |
Bruce Momjian | doc: fix ALTER DOMAIN domain_constraint to spell out... |
commit | commitdiff | tree |
2024-11-01 |
Bruce Momjian | doc: remove mention of ActiveState for Perl and Tcl... |
commit | commitdiff | tree |
2024-10-30 |
Álvaro Herrera | Fix some more bugs in foreign keys connecting partition... |
commit | commitdiff | tree |
2024-10-29 |
Noah Misch | Unpin buffer before inplace update waits for an XID... |
commit | commitdiff | tree |
2024-10-29 |
Tom Lane | Update time zone data files to tzdata release 2024b. |
commit | commitdiff | tree |
2024-10-29 |
Michael Paquier | doc: Add better description for rewrite functions in... |
commit | commitdiff | tree |
2024-10-29 |
David Rowley | Doc: clarify enable_indexscan=off also disabled Index... |
commit | commitdiff | tree |
2024-10-28 |
Tom Lane | Guard against enormously long input in pg_saslprep(). |
commit | commitdiff | tree |
2024-10-28 |
Heikki Linnakangas | Fix overflow in bsearch_arg() with more than INT_MAX... |
commit | commitdiff | tree |
2024-10-25 |
Noah Misch | WAL-log inplace update before revealing it to other... |
commit | commitdiff | tree |
2024-10-25 |
Noah Misch | For inplace update, send nontransactional invalidations. |
commit | commitdiff | tree |
2024-10-25 |
Noah Misch | At end of recovery, reset all sinval-managed caches. |
commit | commitdiff | tree |
2024-10-24 |
Noah Misch | Stop reading uninitialized memory in heap_inplace_lock(). |
commit | commitdiff | tree |
2024-10-23 |
Amit Langote | Remove unnecessary word in a comment |
commit | commitdiff | tree |
2024-10-22 |
Michael Paquier | ecpg: Fix out-of-bound read in DecodeDateTime() |
commit | commitdiff | tree |
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-20 |
Amit Langote | SQL/JSON: Fix some oversights in commit b6e1157e7 |
commit | commitdiff | tree |
2024-10-18 |
Nathan Bossart | Adjust documentation for configuring Linux huge pages. |
commit | commitdiff | tree |
2024-10-17 |
Thomas Munro | Fix extreme skew detection in Parallel Hash Join. |
commit | commitdiff | tree |
2024-10-16 |
Michael Paquier | Rewrite some regression queries for option checks with... |
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-16 |
Amit Langote | Fix typo in comment of transformJsonAggConstructor() |
commit | commitdiff | tree |
2024-10-14 |
Michael Paquier | psql: Fix \watch when using interval values less than 1ms |
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-05 |
Thomas Munro | Reject non-ASCII locale names. |
commit | commitdiff | tree |
2024-10-02 |
Tom Lane | Parse libpq's "keepalives" option more like other integ... |
commit | commitdiff | tree |
2024-10-02 |
Michael Paquier | doc: Clarify name of files generated by pg_waldump... |
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-25 |
Michael Paquier | vacuumdb: Skip temporary tables in query to build list... |
commit | commitdiff | tree |
2024-09-25 |
Noah Misch | Fix use of uninitialized value in previous commit. |
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 |
Tom Lane | Allow meson builds to run test_pg_dump test in installc... |
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-19 |
Michael Paquier | psql: Fix memory leak with repeated calls of \bind |
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-17 |
Tom Lane | Repair pg_upgrade for identity sequences with non-defau... |
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 | Improve meson's detection of perl build flags |
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-12 |
David Rowley | Doc: alphabetize aggregate function table |
commit | commitdiff | tree |
2024-09-11 |
Tom Lane | Remove incorrect Assert. |
commit | commitdiff | tree |
2024-09-11 |
Tomas Vondra | Fix unique key checks in JSON object constructors |
commit | commitdiff | tree |
2024-09-10 |
Tom Lane | Fix some whitespace issues in XMLSERIALIZE(... INDENT). |
commit | commitdiff | tree |
2024-09-09 |
Michael Paquier | Fix waits of REINDEX CONCURRENTLY for indexes with... |
commit | commitdiff | tree |
2024-09-06 |
Tom Lane | Fix incorrect pg_stat_io output on 32-bit machines. |
commit | commitdiff | tree |
2024-09-05 |
Tom Lane | Prevent mis-encoding of "trailing junk after numeric... |
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-30 |
Tom Lane | Avoid inserting PlaceHolderVars in cases where pre... |
commit | commitdiff | tree |
2024-08-29 |
Tom Lane | Fix mis-deparsing of ORDER BY lists when there is a... |
commit | commitdiff | tree |
next |