2024-09-23 |
Michael Paquier | Remove ATT_TABLE for ALTER TABLE ... ATTACH/DETACH |
commit | commitdiff | tree |
2024-09-23 |
Tom Lane | jsonapi: fix memory leakage during OOM error recovery. |
commit | commitdiff | tree |
2024-09-23 |
Tomas Vondra | Fix asserts in fast-path locking code |
commit | commitdiff | tree |
2024-09-23 |
Tatsuo Ishii | Add memory/disk usage for more executor nodes. |
commit | commitdiff | tree |
2024-09-21 |
Nathan Bossart | Remove pg_authid's TOAST table. |
commit | commitdiff | tree |
2024-09-21 |
Tomas Vondra | Increase the number of fast-path lock slots |
commit | commitdiff | tree |
2024-09-21 |
Peter Geoghegan | Refactor handling of nbtree array redundancies. |
commit | commitdiff | tree |
2024-09-20 |
Tom Lane | Improve Asserts checking relation matching in parallel... |
commit | commitdiff | tree |
2024-09-20 |
Nathan Bossart | Alphabetize #include directives in pg_checksums.c. |
commit | commitdiff | tree |
2024-09-20 |
Tom Lane | Doc: explain how to test ADMIN privilege with pg_has_ro... |
commit | commitdiff | tree |
2024-09-20 |
Peter Geoghegan | Fix nbtree pgstats accounting with parallel scans. |
commit | commitdiff | tree |
2024-09-20 |
Michael Paquier | Add parameter "connstr" to PostgreSQL::Test::Cluster... |
commit | commitdiff | tree |
2024-09-20 |
Tom Lane | Restore relmapper state early enough in parallel workers. |
commit | commitdiff | tree |
2024-09-19 |
Michael Paquier | psql: Add tests for repeated calls of \bind[_named] |
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 |
Alexander Korotkov | Add UpgradeTaskProcessCB to typedefs.list |
commit | commitdiff | tree |
2024-09-19 |
Alexander Korotkov | Fix order of includes in src/bin/pg_upgrade/info.c |
commit | commitdiff | tree |
2024-09-19 |
Alexander Korotkov | Move pg_wal_replay_wait() to xlogfuncs.c |
commit | commitdiff | tree |
2024-09-19 |
Michael Paquier | psql: Clean up more aggressively state of \bind[_named... |
commit | commitdiff | tree |
2024-09-19 |
Michael Paquier | Introduce ATT_PARTITIONED_TABLE in tablecmds.c |
commit | commitdiff | tree |
2024-09-19 |
David Rowley | Optimize tuplestore usage for WITH RECURSIVE CTEs |
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 |
Nathan Bossart | Add TOAST table to pg_index. |
commit | commitdiff | tree |
2024-09-18 |
Fujii Masao | docs: Improve the description of num_timed column in... |
commit | commitdiff | tree |
2024-09-18 |
Michael Paquier | Add some sanity checks in executor for query ID reporting |
commit | commitdiff | tree |
2024-09-18 |
Fujii Masao | postgres_fdw: Extend postgres_fdw_get_connections to... |
commit | commitdiff | tree |
2024-09-18 |
Michael Paquier | Extend PgStat_HashKey.objid from 4 to 8 bytes |
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 |
Thomas Munro | Allow ReadStream to be consumed as raw block numbers. |
commit | commitdiff | tree |
2024-09-17 |
Tom Lane | Repair pg_upgrade for identity sequences with non-defau... |
commit | commitdiff | tree |
2024-09-17 |
Alexander Korotkov | Ensure standby promotion point in 043_wal_replay_wait.pl |
commit | commitdiff | tree |
2024-09-17 |
Alexander Korotkov | Minor cleanup related to pg_wal_replay_wait() procedure |
commit | commitdiff | tree |
2024-09-17 |
Peter Geoghegan | Avoid parallel nbtree index scan hangs with SAOPs. |
commit | commitdiff | tree |
2024-09-17 |
Peter Eisentraut | Add temporal FOREIGN KEY contraints |
commit | commitdiff | tree |
2024-09-17 |
Peter Eisentraut | Add temporal PRIMARY KEY and UNIQUE constraints |
commit | commitdiff | tree |
2024-09-17 |
Peter Eisentraut | Add stratnum GiST support function |
commit | commitdiff | tree |
2024-09-17 |
Tatsuo Ishii | Add memory/disk usage for Window aggregate nodes in... |
commit | commitdiff | tree |
2024-09-16 |
Nathan Bossart | Fix redefinition of typedef. |
commit | commitdiff | tree |
2024-09-16 |
Nathan Bossart | pg_upgrade: Parallelize encoding conversion check. |
commit | commitdiff | tree |
2024-09-16 |
Nathan Bossart | pg_upgrade: Parallelize WITH OIDS check. |
commit | commitdiff | tree |
2024-09-16 |
Nathan Bossart | pg_upgrade: Parallelize incompatible polymorphics check. |
commit | commitdiff | tree |
2024-09-16 |
Nathan Bossart | pg_upgrade: Parallelize postfix operator check. |
commit | commitdiff | tree |
2024-09-16 |
Nathan Bossart | pg_upgrade: Parallelize contrib/isn check. |
commit | commitdiff | tree |
2024-09-16 |
Nathan Bossart | pg_upgrade: Parallelize data type checks. |
commit | commitdiff | tree |
2024-09-16 |
Nathan Bossart | pg_upgrade: Parallelize retrieving extension updates. |
commit | commitdiff | tree |
2024-09-16 |
Nathan Bossart | pg_upgrade: Parallelize retrieving loadable libraries. |
commit | commitdiff | tree |
2024-09-16 |
Nathan Bossart | pg_upgrade: Parallelize subscription check. |
commit | commitdiff | tree |
2024-09-16 |
Nathan Bossart | pg_upgrade: Parallelize retrieving relation information. |
commit | commitdiff | tree |
2024-09-16 |
Nathan Bossart | Introduce framework for parallelizing various pg_upgrad... |
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 | scripts: add Perl script to add links to release notes |
commit | commitdiff | tree |
2024-09-16 |
Bruce Momjian | Perl scripts: revert 43ce181059d |
commit | commitdiff | tree |
2024-09-15 |
Tom Lane | Replace usages of xmlXPathCompile() with xmlXPathCtxtCo... |
commit | commitdiff | tree |
2024-09-15 |
Bruce Momjian | Perl scripts: eliminate "Useless interpolation" warnings |
commit | commitdiff | tree |
2024-09-14 |
Tom Lane | Run regression tests with timezone America/Los_Angeles. |
commit | commitdiff | tree |
2024-09-14 |
Alvaro Herrera | Add commit 7229ebe011df to .git-blame-ignore-revs. |
commit | commitdiff | tree |
2024-09-14 |
Tom Lane | Remove obsolete comment in pg_stat_statements. |
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 | Add commit 2b03cfeea4 to .git-blame-ignore-revs. |
commit | commitdiff | tree |
2024-09-13 |
Nathan Bossart | Fix contrib/pageinspect's test for sequences. |
commit | commitdiff | tree |
2024-09-13 |
Peter Eisentraut | Remove separate locale_is_c arguments |
commit | commitdiff | tree |
2024-09-13 |
Amit Langote | SQL/JSON: Update example in JSON_QUERY() documentation |
commit | commitdiff | tree |
2024-09-13 |
Amit Kapila | Prohibit altering invalidated replication slots. |
commit | commitdiff | tree |
2024-09-13 |
Michael Paquier | pg_stat_statements: Add tests with extended query protocol |
commit | commitdiff | tree |
2024-09-12 |
Nathan Bossart | Reintroduce support for sequences in pgstattuple and... |
commit | commitdiff | tree |
2024-09-12 |
Jeff Davis | Simplify checks for deterministic collations. |
commit | commitdiff | tree |
2024-09-12 |
Jeff Davis | Remove redundant check for default collation. |
commit | commitdiff | tree |
2024-09-12 |
Tom Lane | Make jsonpath .string() be immutable for datetimes. |
commit | commitdiff | tree |
2024-09-12 |
Fujii Masao | Add has_largeobject_privilege function. |
commit | commitdiff | tree |
2024-09-12 |
Fujii Masao | Deduplicate code in LargeObjectExists and myLargeObject... |
commit | commitdiff | tree |
2024-09-12 |
Peter Eisentraut | Remove hardcoded hash opclass function signature exceptions |
commit | commitdiff | tree |
2024-09-12 |
David Rowley | Doc: alphabetize aggregate function table |
commit | commitdiff | tree |
2024-09-12 |
Fujii Masao | Remove old RULE privilege completely. |
commit | commitdiff | tree |
2024-09-12 |
Peter Eisentraut | Don't overwrite scan key in systable_beginscan() |
commit | commitdiff | tree |
2024-09-12 |
Michael Paquier | Move logic related to WAL replay of Heap/Heap2 into... |
commit | commitdiff | tree |
2024-09-12 |
David Rowley | Adjust tuplestore stats API |
commit | commitdiff | tree |
2024-09-12 |
Amit Langote | SQL/JSON: Fix JSON_QUERY(... WITH CONDITIONAL WRAPPER) |
commit | commitdiff | tree |
2024-09-11 |
Tom Lane | Remove incorrect Assert. |
commit | commitdiff | tree |
2024-09-11 |
Magnus Hagander | pg_createsubscriber: minor documentation fixes |
commit | commitdiff | tree |
2024-09-11 |
Peter Eisentraut | Replace gratuitous memmove() with memcpy() |
commit | commitdiff | tree |
2024-09-11 |
Tomas Vondra | Fix unique key checks in JSON object constructors |
commit | commitdiff | tree |
2024-09-11 |
Peter Eisentraut | Update .gitignore |
commit | commitdiff | tree |
2024-09-11 |
Peter Eisentraut | Remove obsolete unconstify() |
commit | commitdiff | tree |
2024-09-11 |
Peter Eisentraut | common/jsonapi: support libpq as a client |
commit | commitdiff | tree |
2024-09-11 |
Amit Kapila | Improve assertion in FindReplTupleInLocalRel(). |
commit | commitdiff | tree |
2024-09-10 |
Noah Misch | Optimize pg_visibility with read streams. |
commit | commitdiff | tree |
2024-09-10 |
Tom Lane | Use a hash table to de-duplicate column names in ruleut... |
commit | commitdiff | tree |
2024-09-10 |
Tom Lane | Fix some whitespace issues in XMLSERIALIZE(... INDENT). |
commit | commitdiff | tree |
2024-09-10 |
Tom Lane | Improve documentation and testing of jsonpath string... |
commit | commitdiff | tree |
2024-09-10 |
Tomas Vondra | Add PG_TEST_PG_COMBINEBACKUP_MODE to CI tasks |
commit | commitdiff | tree |
2024-09-10 |
Daniel Gustafsson | Protect against small overread in SASLprep validation |
commit | commitdiff | tree |
2024-09-10 |
Peter Eisentraut | Add amgettreeheight index AM API routine |
commit | commitdiff | tree |
2024-09-10 |
Richard Guo | Mark expressions nullable by grouping sets |
commit | commitdiff | tree |
next |