| 2024-11-04 |
Bruce Momjian | doc: use more accurate URL for bug reporting |
commit | commitdiff | tree |
| 2024-11-04 |
Tom Lane | pg_basebackup, pg_receivewal: fix failure to find passw... |
commit | commitdiff | tree |
| 2024-11-04 |
Bruce Momjian | doc: remove check of SVG files, since they are derived |
commit | commitdiff | tree |
| 2024-11-04 |
Tom Lane | pg_dump: provide a stable sort order for rules. |
commit | commitdiff | tree |
| 2024-11-04 |
Masahiko Sawada | Fix typo in comment of gistdoinsert(). |
commit | commitdiff | tree |
| 2024-11-04 |
Peter Geoghegan | Fix obsolete _bt_first comments. |
commit | commitdiff | tree |
| 2024-11-04 |
Heikki Linnakangas | docs: Consistently use <optional> to indicate optional... |
commit | commitdiff | tree |
| 2024-11-04 |
Peter Geoghegan | nbtree: Remove useless 'strat' local variable. |
commit | commitdiff | tree |
| 2024-11-04 |
Heikki Linnakangas | Split ProcSleep function into JoinWaitQueue and ProcSleep |
commit | commitdiff | tree |
| 2024-11-04 |
Robert Haas | pg_combinebackup: Error if incremental file exists... |
commit | commitdiff | tree |
| 2024-11-04 |
Robert Haas | pg_combinebackup: When reconstructing, avoid double... |
commit | commitdiff | tree |
| 2024-11-04 |
Bruce Momjian | doc: fix typo in mvcc clarification in commit 2fa255ce9b9 |
commit | commitdiff | tree |
| 2024-11-04 |
Heikki Linnakangas | Move TRACE calls into WaitOnLock() |
commit | commitdiff | tree |
| 2024-11-04 |
Heikki Linnakangas | Set MyProc->heldLocks in ProcSleep |
commit | commitdiff | tree |
| 2024-11-04 |
Peter Geoghegan | Clarify nbtree parallel scan _bt_endpoint contract. |
commit | commitdiff | tree |
| 2024-11-04 |
Heikki Linnakangas | Fix comment in LockReleaseAll() on when locallock-... |
commit | commitdiff | tree |
| 2024-11-04 |
Heikki Linnakangas | Add PG_TEST_EXTRA configure option to the Make builds |
commit | commitdiff | tree |
| 2024-11-04 |
Heikki Linnakangas | Make PG_TEST_EXTRA env var override the "meson setup... |
commit | commitdiff | tree |
| 2024-11-04 |
Amit Kapila | Doc: Update the behavior of generated columns in Logica... |
commit | commitdiff | tree |
| 2024-11-03 |
Michael Paquier | Add missing newlines at the end of two SQL files |
commit | commitdiff | tree |
| 2024-11-03 |
Noah Misch | Suppress new "may be used uninitialized" warning. |
commit | commitdiff | tree |
| 2024-11-02 |
Noah Misch | Fix inplace update buffer self-deadlock. |
commit | commitdiff | tree |
| 2024-11-02 |
Noah Misch | Move I/O before the index_update_stats() buffer lock... |
commit | commitdiff | tree |
| 2024-11-01 |
Bruce Momjian | doc: clarify text around MVCC example query |
commit | commitdiff | tree |
| 2024-11-01 |
Bruce Momjian | doc: remove useless MERGE example |
commit | commitdiff | tree |
| 2024-11-01 |
Bruce Momjian | doc: improve tablespace example query and link to... |
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: explain how the home directory is found on Unix... |
commit | commitdiff | tree |
| 2024-11-01 |
Bruce Momjian | doc: Add link to listen_addresses as cause of connectio... |
commit | commitdiff | tree |
| 2024-11-01 |
Tom Lane | Update contrib/sepgsql regression tests for commit... |
commit | commitdiff | tree |
| 2024-11-01 |
Bruce Momjian | doc: improve build for non-Latin1 characters |
commit | commitdiff | tree |
| 2024-11-01 |
Peter Geoghegan | Clarify nbtree array preprocessing comment. |
commit | commitdiff | tree |
| 2024-11-01 |
Bruce Momjian | doc: remove mention of ActiveState for Perl and Tcl... |
commit | commitdiff | tree |
| 2024-11-01 |
Heikki Linnakangas | Rename two functions that wake up other processes |
commit | commitdiff | tree |
| 2024-11-01 |
Heikki Linnakangas | Use ProcNumbers instead of direct Latch pointers to... |
commit | commitdiff | tree |
| 2024-11-01 |
Michael Paquier | Remove use of pg_memory_is_all_zeros() in bufpage.c |
commit | commitdiff | tree |
| 2024-11-01 |
Michael Paquier | Add pg_memory_is_all_zeros() in memutils.h |
commit | commitdiff | tree |
| 2024-11-01 |
Michael Paquier | Add SQL function array_reverse() |
commit | commitdiff | tree |
| 2024-10-31 |
Tom Lane | Make all ereport() calls within gram.y provide error... |
commit | commitdiff | tree |
| 2024-10-31 |
Tom Lane | Add a parse location field to struct FunctionParameter. |
commit | commitdiff | tree |
| 2024-10-31 |
Heikki Linnakangas | Fix refreshing physical relfilenumber on shared index |
commit | commitdiff | tree |
| 2024-10-31 |
Daniel Gustafsson | Remove duplicate words in comments |
commit | commitdiff | tree |
| 2024-10-31 |
Heikki Linnakangas | Split RelationClearRelation into three different functions |
commit | commitdiff | tree |
| 2024-10-31 |
Heikki Linnakangas | Simplify call to rebuild relcache entry for indexes |
commit | commitdiff | tree |
| 2024-10-31 |
David Rowley | Remove unused field from SubPlanState struct |
commit | commitdiff | tree |
| 2024-10-30 |
Michael Paquier | injection_points: Improve comment about disabled isolat... |
commit | commitdiff | tree |
| 2024-10-30 |
Peter Geoghegan | nbtree: assert no scheduled primscan between pages. |
commit | commitdiff | tree |
| 2024-10-30 |
Peter Geoghegan | Clarify nbtree array exhaustion comments. |
commit | commitdiff | tree |
| 2024-10-30 |
Nathan Bossart | Optimize sifting down in binaryheap. |
commit | commitdiff | tree |
| 2024-10-30 |
Tom Lane | Stabilize jsonb_path_query test case. |
commit | commitdiff | tree |
| 2024-10-30 |
Peter Geoghegan | Fix bug in nbtree array primitive scan scheduling. |
commit | commitdiff | tree |
| 2024-10-30 |
Álvaro Herrera | Fix some more bugs in foreign keys connecting partition... |
commit | commitdiff | tree |
| 2024-10-30 |
Peter Eisentraut | meson: Add missing dependency to unicode test programs |
commit | commitdiff | tree |
| 2024-10-30 |
Amit Kapila | Replicate generated columns when specified in the colum... |
commit | commitdiff | tree |
| 2024-10-29 |
Jeff Davis | Add missing CommandCounterIncrement() in stats import... |
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 |
David Rowley | Reduce variable scope and possibly useless palloc |
commit | commitdiff | tree |
| 2024-10-29 |
David Rowley | Doc: add detail about EXPLAIN's "Disabled" property |
commit | commitdiff | tree |
| 2024-10-29 |
Peter Eisentraut | Add missing FATAL => 'all' to a use warnings in Perl |
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 |
Michael Paquier | Fix dependency of partitioned table and table AM with... |
commit | commitdiff | tree |
| 2024-10-28 |
Nathan Bossart | Ensure we have a snapshot when updating pg_index in... |
commit | commitdiff | tree |
| 2024-10-28 |
Tom Lane | Unify src/common/'s definitions of MaxAllocSize. |
commit | commitdiff | tree |
| 2024-10-28 |
Tom Lane | Guard against enormously long input in pg_saslprep(). |
commit | commitdiff | tree |
| 2024-10-28 |
Tom Lane | Strip Windows newlines from extension script files... |
commit | commitdiff | tree |
| 2024-10-28 |
Peter Eisentraut | Fix WAL_DEBUG build |
commit | commitdiff | tree |
| 2024-10-28 |
Peter Geoghegan | nbtree: Minor sibling link traversal tweaks. |
commit | commitdiff | tree |
| 2024-10-28 |
Heikki Linnakangas | Fix overflow in bsearch_arg() with more than INT_MAX... |
commit | commitdiff | tree |
| 2024-10-28 |
Heikki Linnakangas | Restore missing line to copyright notice |
commit | commitdiff | tree |
| 2024-10-28 |
Peter Eisentraut | Remove unused #include's from contrib, pl, test .c... |
commit | commitdiff | tree |
| 2024-10-28 |
Amit Kapila | Change the default value of the streaming option to... |
commit | commitdiff | tree |
| 2024-10-28 |
Michael Paquier | Set query ID for inner queries of CREATE TABLE AS and... |
commit | commitdiff | tree |
| 2024-10-27 |
Peter Geoghegan | Fix obsolete nbtree split buffer comment. |
commit | commitdiff | tree |
| 2024-10-27 |
Peter Eisentraut | Remove unused #include's from backend .c files |
commit | commitdiff | tree |
| 2024-10-25 |
Jeff Davis | Refactor the code to create a pg_locale_t into new... |
commit | commitdiff | tree |
| 2024-10-25 |
Tom Lane | Read extension script files in text not binary mode. |
commit | commitdiff | tree |
| 2024-10-25 |
Melanie Plageman | Make table_scan_bitmap_next_block() async-friendly |
commit | commitdiff | tree |
| 2024-10-25 |
Melanie Plageman | Move EXPLAIN counter increment to heapam_scan_bitmap_ne... |
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 |
Daniel Gustafsson | doc: Fix typo in pg_restore_*_stats function documentation |
commit | commitdiff | tree |
| 2024-10-25 |
Alexander Korotkov | Fix concurrrently in typcache_rel_type_cache.sql |
commit | commitdiff | tree |
| 2024-10-25 |
Amit Kapila | Doc: Add a caution in alter publication. |
commit | commitdiff | tree |
| 2024-10-25 |
Tatsuo Ishii | pgbench: Fix typo. |
commit | commitdiff | tree |
| 2024-10-25 |
Michael Paquier | Refactor code converting a publication name List to... |
commit | commitdiff | tree |
| 2024-10-25 |
Michael Paquier | Add install rules for Kerberos.pm and AdjustUpgrade.pm |
commit | commitdiff | tree |
| 2024-10-25 |
Michael Paquier | injection_points: Disable one permutation in isolation... |
commit | commitdiff | tree |
| 2024-10-25 |
Richard Guo | Remove the RTE_GROUP RTE if we drop the groupClause |
commit | commitdiff | tree |
| 2024-10-24 |
Jeff Davis | Add functions pg_restore_relation_stats(), pg_restore_a... |
commit | commitdiff | tree |
| 2024-10-24 |
Tom Lane | Generalize plpgsql's heuristic for importing expanded... |
commit | commitdiff | tree |
| 2024-10-24 |
Noah Misch | Fix parallel worker tracking of new catalog relfilenumbers. |
commit | commitdiff | tree |
| 2024-10-24 |
Noah Misch | Stop reading uninitialized memory in heap_inplace_lock(). |
commit | commitdiff | tree |
| 2024-10-24 |
Fujii Masao | Refactor GetLockStatusData() to skip backends/groups... |
commit | commitdiff | tree |
| 2024-10-24 |
Daniel Gustafsson | Support configuring TLSv1.3 cipher suites |
commit | commitdiff | tree |
| 2024-10-24 |
Daniel Gustafsson | Support configuring multiple ECDH curves |
commit | commitdiff | tree |
| 2024-10-24 |
Daniel Gustafsson | Raise the minimum supported OpenSSL version to 1.1.1 |
commit | commitdiff | tree |
| 2024-10-24 |
Daniel Gustafsson | Handle alphanumeric characters in matching GUC names |
commit | commitdiff | tree |
| 2024-10-24 |
Alexander Korotkov | Add 'no_error' argument to pg_wal_replay_wait() |
commit | commitdiff | tree |
| next |