| 2024-03-25 |
Alexander Korotkov | reindexdb: Add the index-level REINDEX with multiple... |
commit | commitdiff | tree |
| 2024-03-24 |
Jeff Davis | Fix convert_case(), introduced in 5c40364dd6. |
commit | commitdiff | tree |
| 2024-03-24 |
Nathan Bossart | doc: Clarify requirements for SET ROLE. |
commit | commitdiff | tree |
| 2024-03-24 |
Tom Lane | Allow more cases to pass the unsafe-use-of-new-enum... |
commit | commitdiff | tree |
| 2024-03-24 |
Tom Lane | Release PQconninfoOptions array in GetDbnameFromConnect... |
commit | commitdiff | tree |
| 2024-03-24 |
Tom Lane | Release temporary array in check_for_data_types_usage(). |
commit | commitdiff | tree |
| 2024-03-24 |
Peter Eisentraut | ci: freebsd repartition script didn't copy .git directory |
commit | commitdiff | tree |
| 2024-03-24 |
Peter Eisentraut | Add temporal FOREIGN KEY contraints |
commit | commitdiff | tree |
| 2024-03-23 |
Alexander Korotkov | amcheck: Normalize index tuples containing uncompressed... |
commit | commitdiff | tree |
| 2024-03-23 |
Alexander Korotkov | amcheck: Support for different header sizes of short... |
commit | commitdiff | tree |
| 2024-03-22 |
Daniel Gustafsson | Revert "Add notBefore and notAfter to SSL cert info... |
commit | commitdiff | tree |
| 2024-03-22 |
Tom Lane | Use a hash table for catcache.c's CatCList objects. |
commit | commitdiff | tree |
| 2024-03-22 |
Daniel Gustafsson | Add notBefore and notAfter to SSL cert info display |
commit | commitdiff | tree |
| 2024-03-22 |
Alexander Korotkov | Fix an oversight in refactoring in 06b10f80ba4. |
commit | commitdiff | tree |
| 2024-03-22 |
Peter Eisentraut | Do not output actual value of location fields in node... |
commit | commitdiff | tree |
| 2024-03-22 |
Amit Kapila | Track invalidation_reason in pg_replication_slots. |
commit | commitdiff | tree |
| 2024-03-22 |
Peter Eisentraut | Make RangeTblEntry dump order consistent |
commit | commitdiff | tree |
| 2024-03-22 |
Peter Eisentraut | Remove custom _jumbleRangeTblEntry() |
commit | commitdiff | tree |
| 2024-03-22 |
Peter Eisentraut | Reformat some node comments |
commit | commitdiff | tree |
| 2024-03-22 |
Peter Eisentraut | Improve comment |
commit | commitdiff | tree |
| 2024-03-22 |
Peter Eisentraut | Remove obsolete comment |
commit | commitdiff | tree |
| 2024-03-22 |
Amit Langote | Avoid splitting errmsg string to span multiple lines |
commit | commitdiff | tree |
| 2024-03-21 |
Daniel Gustafsson | Fix dumping role comments when using --no-role-passwords |
commit | commitdiff | tree |
| 2024-03-21 |
Tom Lane | Add hash support functions and hash opclass for contrib... |
commit | commitdiff | tree |
| 2024-03-21 |
Alexander Korotkov | Add TupleTableSlotOps.is_current_xact_tuple() method |
commit | commitdiff | tree |
| 2024-03-21 |
Alexander Korotkov | Allow table AM tuple_insert() method to return the... |
commit | commitdiff | tree |
| 2024-03-21 |
Alexander Korotkov | Allow table AM to store complex data structures in... |
commit | commitdiff | tree |
| 2024-03-21 |
Robert Haas | docs: Make claims about the benefits of HOT updates... |
commit | commitdiff | tree |
| 2024-03-21 |
Nathan Bossart | Revise the style of a paragraph in README.md. |
commit | commitdiff | tree |
| 2024-03-21 |
Daniel Gustafsson | Explicitly require password for SCRAM exchange |
commit | commitdiff | tree |
| 2024-03-21 |
Daniel Gustafsson | Refactor SASL exchange to return tri-state status |
commit | commitdiff | tree |
| 2024-03-21 |
David Rowley | Temporarily install debugging in partition_prune test |
commit | commitdiff | tree |
| 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 |
| next |