| 2024-03-21 |
Amit Langote | Add SQL/JSON query functions |
commit | commitdiff | tree |
| 2024-03-21 |
Amit Kapila | Allow dbname to be written as part of connstring via... |
commit | commitdiff | tree |
| 2024-03-21 |
Masahiko Sawada | Add TIDStore, to store sets of TIDs (ItemPointerData... |
commit | commitdiff | tree |
| 2024-03-20 |
Tom Lane | Un-break genbki.pl's error reporting capabilities. |
commit | commitdiff | tree |
| 2024-03-20 |
Tom Lane | Add to_regtypemod function to extract typemod from... |
commit | commitdiff | tree |
| 2024-03-20 |
Nathan Bossart | Avoid overflow in MaybeRemoveOldWalSummaries(). |
commit | commitdiff | tree |
| 2024-03-20 |
Jeff Davis | Inline basic UTF-8 functions. |
commit | commitdiff | tree |
| 2024-03-20 |
Nathan Bossart | Revert "Temporary patch to help debug pg_walsummary... |
commit | commitdiff | tree |
| 2024-03-20 |
Alvaro Herrera | Review wording on tablespaces w.r.t. partitioned tables |
commit | commitdiff | tree |
| 2024-03-20 |
Alvaro Herrera | Rework lwlocknames.txt to become lwlocklist.h |
commit | commitdiff | tree |
| 2024-03-20 |
Peter Eisentraut | Catalog domain not-null constraints |
commit | commitdiff | tree |
| 2024-03-20 |
Heikki Linnakangas | Remove unused PruneState member rel |
commit | commitdiff | tree |
| 2024-03-20 |
Heikki Linnakangas | Reorganize heap_page_prune() function comment |
commit | commitdiff | tree |
| 2024-03-20 |
Dean Rasheed | Add "--exclude-extension" to pg_dump's options. |
commit | commitdiff | tree |
| 2024-03-20 |
Heikki Linnakangas | Remove assertions that some compiler say are tautological |
commit | commitdiff | tree |
| 2024-03-20 |
Peter Eisentraut | Add tests for domain-related information schema views |
commit | commitdiff | tree |
| 2024-03-19 |
Jeff Davis | Support C.UTF-8 locale in the new builtin collation... |
commit | commitdiff | tree |
| 2024-03-19 |
Tom Lane | Improve EXPLAIN's display of SubPlan nodes and output... |
commit | commitdiff | tree |
| 2024-03-19 |
Nathan Bossart | Inline pg_popcount{32,64} into pg_popcount(). |
commit | commitdiff | tree |
| 2024-03-19 |
Tom Lane | Postpone reparameterization of paths until create_plan(). |
commit | commitdiff | tree |
| 2024-03-19 |
Peter Eisentraut | gen_node_support.pl: Mark location fields as type alias... |
commit | commitdiff | tree |
| 2024-03-19 |
Daniel Gustafsson | pg_upgrade: run all data type checks per connection |
commit | commitdiff | tree |
| 2024-03-19 |
Peter Eisentraut | Use half-open interval notation in without_overlaps... |
commit | commitdiff | tree |
| 2024-03-19 |
Peter Eisentraut | Fix misleading comments |
commit | commitdiff | tree |
| 2024-03-19 |
Peter Eisentraut | Use daterange and YMD in without_overlaps tests instead... |
commit | commitdiff | tree |
| 2024-03-19 |
Peter Eisentraut | Add some UUID support functions |
commit | commitdiff | tree |
| 2024-03-19 |
Peter Eisentraut | Activate perlcritic InputOutput::RequireCheckedSyscalls... |
commit | commitdiff | tree |
| 2024-03-19 |
Jeff Davis | Fix documentation oversights from 2d819a08a1. |
commit | commitdiff | tree |
| 2024-03-18 |
Jeff Davis | Update src/common/unicode/README. |
commit | commitdiff | tree |
| 2024-03-18 |
Jeff Davis | Fix another warning, introduced by 846311051e. |
commit | commitdiff | tree |
| 2024-03-18 |
Jeff Davis | Address more review comments on commit 2d819a08a1. |
commit | commitdiff | tree |
| 2024-03-18 |
Alvaro Herrera | dblink/isolationtester/fe_utils: Use new cancel API |
commit | commitdiff | tree |
| 2024-03-18 |
Jeff Davis | Fix unreachable code warning from commit 2d819a08a1. |
commit | commitdiff | tree |
| 2024-03-18 |
Peter Eisentraut | Add missing source files to nls.mk |
commit | commitdiff | tree |
| 2024-03-18 |
Alvaro Herrera | Put libpq_pipeline cancel test back |
commit | commitdiff | tree |
| 2024-03-18 |
Heikki Linnakangas | Fix EXPLAIN Bitmap heap scan to count pages with no... |
commit | commitdiff | tree |
| 2024-03-18 |
Peter Eisentraut | Add some const decorations |
commit | commitdiff | tree |
| 2024-03-18 |
Heikki Linnakangas | Move code for backend startup to separate file |
commit | commitdiff | tree |
| 2024-03-18 |
Heikki Linnakangas | Refactor postmaster child process launching |
commit | commitdiff | tree |
| 2024-03-18 |
Heikki Linnakangas | Move some functions from postc to a new source file |
commit | commitdiff | tree |
| 2024-03-18 |
Heikki Linnakangas | Split registration of Win32 deadchild callback to separ... |
commit | commitdiff | tree |
| 2024-03-18 |
Michael Paquier | Remove references to backup_fs_hot() in Cluster.pm |
commit | commitdiff | tree |
| 2024-03-18 |
Nathan Bossart | Initialize variables to placate compiler. |
commit | commitdiff | tree |
| 2024-03-17 |
Daniel Gustafsson | Support json_errdetail in FRONTEND code |
commit | commitdiff | tree |
| 2024-03-17 |
Tom Lane | Mark hash_corrupted() as pg_attribute_noreturn. |
commit | commitdiff | tree |
| 2024-03-17 |
Dean Rasheed | Fix PDF doc generation. |
commit | commitdiff | tree |
| 2024-03-17 |
Dean Rasheed | Add RETURNING support to MERGE. |
commit | commitdiff | tree |
| 2024-03-17 |
Peter Eisentraut | Add attstattarget to FormExtraData_pg_attribute |
commit | commitdiff | tree |
| 2024-03-17 |
Peter Eisentraut | Generalize handling of nullable pg_attribute columns... |
commit | commitdiff | tree |
| 2024-03-17 |
Peter Eisentraut | Make stxstattarget nullable |
commit | commitdiff | tree |
| 2024-03-17 |
Dean Rasheed | Fix EXPLAIN output for subplans in MERGE. |
commit | commitdiff | tree |
| 2024-03-17 |
Peter Eisentraut | Separate equalRowTypes() from equalTupleDescs() |
commit | commitdiff | tree |
| 2024-03-16 |
Daniel Gustafsson | Add destroyStringInfo function for cleaning up StringInfos |
commit | commitdiff | tree |
| 2024-03-16 |
Alexander Korotkov | psql: fix variable existence tab completion |
commit | commitdiff | tree |
| 2024-03-15 |
Alexander Korotkov | Use locale-aware value for \watch in 005_timeouts.pl |
commit | commitdiff | tree |
| 2024-03-15 |
Daniel Gustafsson | Fix handling of expecteddir in pg_regress |
commit | commitdiff | tree |
| 2024-03-15 |
Heikki Linnakangas | Fix backstop in gin test if injection point is not... |
commit | commitdiff | tree |
| 2024-03-15 |
Heikki Linnakangas | Try to unbreak injection-fault tests in the buildfarm |
commit | commitdiff | tree |
| 2024-03-15 |
Alexander Korotkov | Fix wordings in timeouts TAP test |
commit | commitdiff | tree |
| 2024-03-15 |
Alexander Korotkov | Fix race condition in transaction timeout TAP tests |
commit | commitdiff | tree |
| 2024-03-15 |
Heikki Linnakangas | Improve log messages referring to background worker... |
commit | commitdiff | tree |
| 2024-03-15 |
Heikki Linnakangas | Disable tests using injection points in installcheck |
commit | commitdiff | tree |
| 2024-03-14 |
Michael Paquier | Add basic TAP tests for the low-level backup method... |
commit | commitdiff | tree |
| 2024-03-14 |
Michael Paquier | Refactor initial hash lookup in dynahash.c |
commit | commitdiff | tree |
| 2024-03-14 |
David Rowley | Trim ORDER BY/DISTINCT aggregate pathkeys in gather_gro... |
commit | commitdiff | tree |
| 2024-03-14 |
Daniel Gustafsson | Login event trigger documentation wordsmithing |
commit | commitdiff | tree |
| 2024-03-14 |
Tom Lane | Make INSERT-from-multiple-VALUES-rows handle domain... |
commit | commitdiff | tree |
| 2024-03-14 |
Nathan Bossart | Add pg_column_toast_chunk_id(). |
commit | commitdiff | tree |
| 2024-03-14 |
Heikki Linnakangas | Remove redundant snapshot copying from parallel leader... |
commit | commitdiff | tree |
| 2024-03-14 |
Robert Haas | Allow a no-wait lock acquisition to succeed in more... |
commit | commitdiff | tree |
| 2024-03-14 |
Alexander Korotkov | Fix contrib/pg_visibility/meson.build |
commit | commitdiff | tree |
| 2024-03-14 |
Alexander Korotkov | Add TAP tests for timeouts |
commit | commitdiff | tree |
| 2024-03-14 |
Alexander Korotkov | Fix false reports in pg_visibility |
commit | commitdiff | tree |
| 2024-03-14 |
Alvaro Herrera | Comment out noisy libpq_pipeline test |
commit | commitdiff | tree |
| 2024-03-14 |
Daniel Gustafsson | Fix documentation comment for pg_md5_hash |
commit | commitdiff | tree |
| 2024-03-14 |
Amit Kapila | Fix typos in reorderbuffer.c. |
commit | commitdiff | tree |
| 2024-03-14 |
Jeff Davis | Introduce "builtin" collation provider. |
commit | commitdiff | tree |
| 2024-03-14 |
Peter Eisentraut | Put genbki.pl output into src/include/catalog/ directly |
commit | commitdiff | tree |
| 2024-03-14 |
Michael Paquier | Revert "Add basic TAP tests for the low-level backup... |
commit | commitdiff | tree |
| 2024-03-14 |
Michael Paquier | Add basic TAP tests for the low-level backup method |
commit | commitdiff | tree |
| 2024-03-14 |
Alexander Korotkov | Improve documentation for pg_stat_checkpointer fields |
commit | commitdiff | tree |
| 2024-03-13 |
Nathan Bossart | Reintroduce MAINTAIN privilege and pg_maintain predefin... |
commit | commitdiff | tree |
| 2024-03-13 |
Robert Haas | Add the system identifier to backup manifests. |
commit | commitdiff | tree |
| 2024-03-13 |
Alvaro Herrera | Hopefully make libpq_pipeline's new cancel test more... |
commit | commitdiff | tree |
| 2024-03-13 |
Robert Haas | Expose new function get_controlfile_by_exact_path(). |
commit | commitdiff | tree |
| 2024-03-13 |
Peter Eisentraut | Make the order of the header file includes consistent |
commit | commitdiff | tree |
| 2024-03-13 |
Dean Rasheed | doc: Improve a couple of places in the MERGE docs. |
commit | commitdiff | tree |
| 2024-03-13 |
Andres Freund | meson: macos: Avoid warnings on Sonoma |
commit | commitdiff | tree |
| 2024-03-13 |
Peter Eisentraut | Fix incorrect format placeholders |
commit | commitdiff | tree |
| 2024-03-13 |
Michael Paquier | Add tests for more row patterns with COPY FROM .. ... |
commit | commitdiff | tree |
| 2024-03-13 |
Amit Kapila | Fix a random failure in 038_save_logical_slots_shutdown.pl. |
commit | commitdiff | tree |
| 2024-03-13 |
Thomas Munro | ci: Use a RAM disk and more CPUs on FreeBSD. |
commit | commitdiff | tree |
| 2024-03-12 |
Michael Paquier | Add some asserts based on LWLockHeldByMe() for replicat... |
commit | commitdiff | tree |
| 2024-03-12 |
Jeff Davis | Fix version check in 002_pg_upgrade.pl. |
commit | commitdiff | tree |
| 2024-03-12 |
Tom Lane | Fix confusion about the return rowtype of SQL-language... |
commit | commitdiff | tree |
| 2024-03-12 |
David Rowley | Fix incorrect filename reference in comment |
commit | commitdiff | tree |
| 2024-03-12 |
Alvaro Herrera | libpq: Add encrypted and non-blocking query cancellatio... |
commit | commitdiff | tree |
| 2024-03-12 |
Heikki Linnakangas | Fix copying SockAddr struct |
commit | commitdiff | tree |
| 2024-03-12 |
Heikki Linnakangas | Move initialization of the Port struct to the child... |
commit | commitdiff | tree |
| 2024-03-12 |
Heikki Linnakangas | Pass CAC as an argument to the backend process |
commit | commitdiff | tree |
| next |