| 2025-03-12 |
Masahiko Sawada | Fix compiler warning in pg_logicalinspect. |
commit | commitdiff | tree |
| 2025-03-12 |
Heikki Linnakangas | Rename alloc/free functions in reorderbuffer.c |
commit | commitdiff | tree |
| 2025-03-12 |
Nathan Bossart | Remove count_one_bits() in acl.c. |
commit | commitdiff | tree |
| 2025-03-12 |
Melanie Plageman | Increase default effective_io_concurrency to 16 |
commit | commitdiff | tree |
| 2025-03-12 |
Heikki Linnakangas | Handle interrupts while waiting on Append's async subplans |
commit | commitdiff | tree |
| 2025-03-12 |
Tom Lane | Build whole-row Vars the same way during parsing and... |
commit | commitdiff | tree |
| 2025-03-12 |
Melanie Plageman | Add connection establishment duration logging |
commit | commitdiff | tree |
| 2025-03-12 |
Melanie Plageman | Modularize log_connections output |
commit | commitdiff | tree |
| 2025-03-12 |
Michael Paquier | Remove initialization from PendingBackendStats |
commit | commitdiff | tree |
| 2025-03-12 |
Peter Eisentraut | Prepare for Python "Limited API" in PL/Python |
commit | commitdiff | tree |
| 2025-03-12 |
Tom Lane | Doc: silence A4 PDF build warnings. |
commit | commitdiff | tree |
| 2025-03-11 |
Heikki Linnakangas | Improve snapmgr.c comment |
commit | commitdiff | tree |
| 2025-03-11 |
Heikki Linnakangas | Assert that a snapshot is active or registered before... |
commit | commitdiff | tree |
| 2025-03-11 |
Masahiko Sawada | pg_logicalinspect: Fix possible crash when passing... |
commit | commitdiff | tree |
| 2025-03-11 |
Masahiko Sawada | pg_logicalinspect: Stabilize isolation tests. |
commit | commitdiff | tree |
| 2025-03-11 |
Tom Lane | Improve EXPLAIN's display of window functions. |
commit | commitdiff | tree |
| 2025-03-11 |
Peter Geoghegan | nbtree: Make BTMaxItemSize into object-like macro. |
commit | commitdiff | tree |
| 2025-03-11 |
Peter Geoghegan | Show index search count in EXPLAIN ANALYZE, take 2. |
commit | commitdiff | tree |
| 2025-03-11 |
Peter Eisentraut | Update nls.mk for newly added file |
commit | commitdiff | tree |
| 2025-03-11 |
Álvaro Herrera | BRIN: be more strict about required support procs |
commit | commitdiff | tree |
| 2025-03-11 |
Daniel Gustafsson | Add special case fast-paths for strict functions |
commit | commitdiff | tree |
| 2025-03-11 |
Daniel Gustafsson | Replace EEOP_DONE with special steps for return/no... |
commit | commitdiff | tree |
| 2025-03-11 |
Peter Eisentraut | Move RemoveInheritedConstraint() call slightly earlier |
commit | commitdiff | tree |
| 2025-03-11 |
Peter Eisentraut | refactor: Split tryAttachPartitionForeignKey() |
commit | commitdiff | tree |
| 2025-03-11 |
Peter Eisentraut | refactor: re-add ATExecAlterChildConstr() |
commit | commitdiff | tree |
| 2025-03-11 |
Michael Paquier | Add WAL data to backend statistics |
commit | commitdiff | tree |
| 2025-03-10 |
Andres Freund | tests: Make postmaster/002_connection_limits deal verbo... |
commit | commitdiff | tree |
| 2025-03-10 |
Tom Lane | CREATE INDEX: do update index stats if autovacuum=off. |
commit | commitdiff | tree |
| 2025-03-10 |
Heikki Linnakangas | Fix a few more redundant calls of GetLatestSnapshot() |
commit | commitdiff | tree |
| 2025-03-10 |
Heikki Linnakangas | Fix snapshot used in logical replication index lookup |
commit | commitdiff | tree |
| 2025-03-10 |
Tom Lane | Doc: improve description of window function processing. |
commit | commitdiff | tree |
| 2025-03-10 |
Alexander Korotkov | Use extended stats for precise estimation of bucket... |
commit | commitdiff | tree |
| 2025-03-10 |
Alexander Korotkov | Teach Append to consider tuple_fraction when accumulati... |
commit | commitdiff | tree |
| 2025-03-10 |
Peter Eisentraut | Remove support for temporal RESTRICT foreign keys |
commit | commitdiff | tree |
| 2025-03-10 |
David Rowley | Fix incorrect #endif comment |
commit | commitdiff | tree |
| 2025-03-09 |
Heikki Linnakangas | Fix incorrect assertion in libpqwalreceiver |
commit | commitdiff | tree |
| 2025-03-09 |
Heikki Linnakangas | Fix test name and username used in failed connection... |
commit | commitdiff | tree |
| 2025-03-09 |
Tom Lane | Don't try to parallelize array_agg() on an anonymous... |
commit | commitdiff | tree |
| 2025-03-08 |
Nathan Bossart | doc: Adjust note about pg_upgrade's --jobs option. |
commit | commitdiff | tree |
| 2025-03-08 |
Jeff Davis | Don't convert to and from floats in pg_dump. |
commit | commitdiff | tree |
| 2025-03-08 |
Tom Lane | Clear errno before calling strtol() in spell.c. |
commit | commitdiff | tree |
| 2025-03-08 |
Peter Geoghegan | Make parallel nbtree index scans use an LWLock. |
commit | commitdiff | tree |
| 2025-03-08 |
Peter Eisentraut | Make amcanorder independent of amconsistentordering |
commit | commitdiff | tree |
| 2025-03-08 |
Peter Eisentraut | Fix typo |
commit | commitdiff | tree |
| 2025-03-08 |
Michael Paquier | Use stricter ordering in regression test query for... |
commit | commitdiff | tree |
| 2025-03-08 |
Michael Paquier | Add regression test listing all the possible tuples... |
commit | commitdiff | tree |
| 2025-03-08 |
Michael Paquier | Improve check for detection of pending data in backend... |
commit | commitdiff | tree |
| 2025-03-07 |
Peter Geoghegan | nbtree: refine _bt_readnextpage contract comments. |
commit | commitdiff | tree |
| 2025-03-07 |
Nathan Bossart | Assert that wrapper_handler()'s argument is within... |
commit | commitdiff | tree |
| 2025-03-07 |
Tom Lane | Include column name in build_attrmap_by_position's... |
commit | commitdiff | tree |
| 2025-03-07 |
Andres Freund | tests: Don't fail due to high default timeout in postma... |
commit | commitdiff | tree |
| 2025-03-07 |
Andres Freund | tests: Fix race condition in postmaster/002_connection_... |
commit | commitdiff | tree |
| 2025-03-07 |
Robert Haas | doc: Add missing decimal places to example rowcount. |
commit | commitdiff | tree |
| 2025-03-07 |
Peter Eisentraut | Improve possible performance regression |
commit | commitdiff | tree |
| 2025-03-07 |
Peter Eisentraut | Rename amcancrosscompare |
commit | commitdiff | tree |
| 2025-03-07 |
Dean Rasheed | Allow casting between bytea and integer types. |
commit | commitdiff | tree |
| 2025-03-07 |
Jeff Davis | CREATE INDEX: don't update table stats if autovacuum... |
commit | commitdiff | tree |
| 2025-03-07 |
John Naylor | Revert "vacuumdb: Add option for analyzing only relatio... |
commit | commitdiff | tree |
| 2025-03-07 |
John Naylor | Doc: correct aggressive vacuum threshold for multixact... |
commit | commitdiff | tree |
| 2025-03-07 |
Nathan Bossart | vacuumdb: Add option for analyzing only relations missi... |
commit | commitdiff | tree |
| 2025-03-06 |
Michael Paquier | Fix race condition in TAP test 007_pre_auth |
commit | commitdiff | tree |
| 2025-03-06 |
Álvaro Herrera | reindexdb: move PQfinish() calls to the right place |
commit | commitdiff | tree |
| 2025-03-06 |
Tom Lane | Fix some performance issues in GIN query startup. |
commit | commitdiff | tree |
| 2025-03-06 |
Andrew Dunstan | Further fix for json_strip_nulls documentation |
commit | commitdiff | tree |
| 2025-03-06 |
Andrew Dunstan | Remove extraneous commas in json{b}_strip_nulls documen... |
commit | commitdiff | tree |
| 2025-03-06 |
Amit Kapila | Avoid invalidating all RelationSyncCache entries on... |
commit | commitdiff | tree |
| 2025-03-06 |
Jeff Davis | Organize and deduplicate statistics import tests. |
commit | commitdiff | tree |
| 2025-03-06 |
Jeff Davis | Address stats export review comments. |
commit | commitdiff | tree |
| 2025-03-06 |
Jeff Davis | Address stats import review comments. |
commit | commitdiff | tree |
| 2025-03-06 |
Heikki Linnakangas | Fix compiler warnings about typedef redefinitions |
commit | commitdiff | tree |
| 2025-03-06 |
Michael Paquier | Add more monitoring data for WAL writes in the WAL... |
commit | commitdiff | tree |
| 2025-03-05 |
Heikki Linnakangas | Split WaitEventSet functions to separate source file |
commit | commitdiff | tree |
| 2025-03-05 |
Heikki Linnakangas | Use ModifyWaitEvent to update exit_on_postmaster_death |
commit | commitdiff | tree |
| 2025-03-05 |
Fujii Masao | ecpg: Fix compiler warning in ecpg build with Meson. |
commit | commitdiff | tree |
| 2025-03-05 |
Heikki Linnakangas | Remove unused ShutdownLatchSupport() function |
commit | commitdiff | tree |
| 2025-03-05 |
Daniel Gustafsson | ci: Remove installation of libcurl |
commit | commitdiff | tree |
| 2025-03-05 |
Andres Freund | ci: Document what makes certain tasks special |
commit | commitdiff | tree |
| 2025-03-05 |
Andres Freund | ci: freebsd: Specify debug_parallel_query=regress |
commit | commitdiff | tree |
| 2025-03-05 |
Andres Freund | ci: Upgrade FreeBSD image |
commit | commitdiff | tree |
| 2025-03-05 |
Peter Geoghegan | Revert "Show index search count in EXPLAIN ANALYZE." |
commit | commitdiff | tree |
| 2025-03-05 |
Andrew Dunstan | Allow json{b}_strip_nulls to remove null array elements |
commit | commitdiff | tree |
| 2025-03-05 |
Peter Geoghegan | Show index search count in EXPLAIN ANALYZE. |
commit | commitdiff | tree |
| 2025-03-05 |
Heikki Linnakangas | Rename some signal and interrupt handling functions... |
commit | commitdiff | tree |
| 2025-03-05 |
Álvaro Herrera | Add ALTER TABLE ... ALTER CONSTRAINT ... SET [NO] INHERIT |
commit | commitdiff | tree |
| 2025-03-05 |
Michael Paquier | Fix some gaps in pg_stat_io with WAL receiver and WAL... |
commit | commitdiff | tree |
| 2025-03-04 |
Michael Paquier | psql: Fix memory leak with \gx used within a pipeline |
commit | commitdiff | tree |
| 2025-03-04 |
Tomas Vondra | Enforce memory limit during parallel GIN builds |
commit | commitdiff | tree |
| 2025-03-04 |
Masahiko Sawada | pg_upgrade: Check for the expected error message in... |
commit | commitdiff | tree |
| 2025-03-04 |
Álvaro Herrera | Fix ALTER TABLE error message |
commit | commitdiff | tree |
| 2025-03-04 |
Masahiko Sawada | Refactor Copy{From|To}GetRoutine() to use pass-by-refer... |
commit | commitdiff | tree |
| 2025-03-04 |
Tomas Vondra | Compress TID lists when writing GIN tuples to disk |
commit | commitdiff | tree |
| 2025-03-04 |
Tom Lane | Add .gitignore entry for ecpg test detritus. |
commit | commitdiff | tree |
| 2025-03-04 |
Tomas Vondra | Make FP_LOCK_SLOTS_PER_BACKEND look like a function |
commit | commitdiff | tree |
| 2025-03-04 |
Fujii Masao | Add regression tests for pg_stat_progress_copy.tuples_s... |
commit | commitdiff | tree |
| 2025-03-04 |
Heikki Linnakangas | Fix outdated comment |
commit | commitdiff | tree |
| 2025-03-04 |
Daniel Gustafsson | doc: Expand version compatibility for pg_basebackup... |
commit | commitdiff | tree |
| 2025-03-04 |
Peter Eisentraut | Fix accidental use of = instead of == |
commit | commitdiff | tree |
| 2025-03-04 |
Peter Eisentraut | Fix ALTER TABLE ADD VIRTUAL GENERATED COLUMN when table... |
commit | commitdiff | tree |
| 2025-03-04 |
Richard Guo | Avoid NullTest deduction for clone clauses |
commit | commitdiff | tree |
| 2025-03-04 |
Fujii Masao | ecpg: Add TAP test for the ecpg command. |
commit | commitdiff | tree |
| next |