2024-04-01 |
Tom Lane | Rearrange pg_dump's handling of large objects for bette... |
commit | commitdiff | tree |
2024-04-01 |
Tom Lane | Avoid possible longjmp-induced logic error in PLy_trigg... |
commit | commitdiff | tree |
2024-04-01 |
Tom Lane | Fix assorted resource leaks in new pg_createsubscriber... |
commit | commitdiff | tree |
2024-04-01 |
Heikki Linnakangas | Handle non-chain tuples outside of heap_prune_chain() |
commit | commitdiff | tree |
2024-04-01 |
Heikki Linnakangas | Refactor heap_prune_chain() |
commit | commitdiff | tree |
2024-04-01 |
Heikki Linnakangas | Minor refactoring in heap_page_prune |
commit | commitdiff | tree |
2024-04-01 |
Masahiko Sawada | Add new COPY option LOG_VERBOSITY. |
commit | commitdiff | tree |
2024-03-31 |
John Naylor | Revert "Speed up tail processing when hashing aligned... |
commit | commitdiff | tree |
2024-03-31 |
John Naylor | Speed up tail processing when hashing aligned C strings |
commit | commitdiff | tree |
2024-03-30 |
Alexander Korotkov | Let table AM insertion methods control index insertion |
commit | commitdiff | tree |
2024-03-30 |
Alexander Korotkov | Custom reloptions for table AM |
commit | commitdiff | tree |
2024-03-30 |
Alexander Korotkov | Generalize relation analyze in table AM interface |
commit | commitdiff | tree |
2024-03-30 |
Tom Lane | Add pg_basetype() function to extract a domain's base... |
commit | commitdiff | tree |
2024-03-30 |
Alvaro Herrera | Stabilize postgres_fdw test |
commit | commitdiff | tree |
2024-03-30 |
Alvaro Herrera | doc: Improve "Partition Maintenance" section |
commit | commitdiff | tree |
2024-03-30 |
Dean Rasheed | Add support for MERGE ... WHEN NOT MATCHED BY SOURCE. |
commit | commitdiff | tree |
2024-03-30 |
Jeff Davis | Add unicode_strtitle() for Unicode Default Case Conversion. |
commit | commitdiff | tree |
2024-03-29 |
Daniel Gustafsson | Remove superfluous trailing semicolons |
commit | commitdiff | tree |
2024-03-29 |
Jeff Davis | Use version for builtin collations. |
commit | commitdiff | tree |
2024-03-29 |
Tom Lane | Try to stabilize flappy test result. |
commit | commitdiff | tree |
2024-03-29 |
Robert Haas | Add allow_alter_system GUC. |
commit | commitdiff | tree |
2024-03-28 |
Tom Lane | Allow "internal" subtransactions in parallel mode. |
commit | commitdiff | tree |
2024-03-28 |
Alvaro Herrera | ALTER TABLE: rework determination of access method ID |
commit | commitdiff | tree |
2024-03-28 |
Tom Lane | Update comment in set_dummy_rel_pathlist(). |
commit | commitdiff | tree |
2024-03-28 |
Alvaro Herrera | Remove translation markers from libpq-be-fe-helpers.h |
commit | commitdiff | tree |
2024-03-28 |
Alvaro Herrera | libpq-be-fe-helpers.h: wrap new cancel APIs |
commit | commitdiff | tree |
2024-03-28 |
Heikki Linnakangas | Remove obsolete comment about VACUUM retrying pruning |
commit | commitdiff | tree |
2024-03-28 |
Masahiko Sawada | Improve tab completion for ALTER TABLE ALTER COLUMN... |
commit | commitdiff | tree |
2024-03-28 |
Nathan Bossart | Improve style of pg_lfind32(). |
commit | commitdiff | tree |
2024-03-28 |
Masahiko Sawada | Rethink create and attach APIs of shared TidStore. |
commit | commitdiff | tree |
2024-03-27 |
Bruce Momjian | doc: fix CREATE ROLE typo |
commit | commitdiff | tree |
2024-03-27 |
Jeff Davis | Run perltidy on generate-unicode_version.pl. |
commit | commitdiff | tree |
2024-03-27 |
Tom Lane | Fix unnecessary use of moving-aggregate mode with non... |
commit | commitdiff | tree |
2024-03-27 |
Nathan Bossart | Adjust documentation for syncfs(). |
commit | commitdiff | tree |
2024-03-27 |
Robert Haas | Rename COMPAT_OPTIONS_CLIENT to COMPAT_OPTIONS_OTHER. |
commit | commitdiff | tree |
2024-03-27 |
David Rowley | Fix unstable aggregate regression test |
commit | commitdiff | tree |
2024-03-27 |
Dean Rasheed | Add functions to generate random numbers in a specified... |
commit | commitdiff | tree |
2024-03-27 |
Alexander Korotkov | Fix some typos and grammar issues from commit 87985cc92522 |
commit | commitdiff | tree |
2024-03-27 |
Amit Kapila | Fix random failure in 004_subscription. |
commit | commitdiff | tree |
2024-03-27 |
Amit Kapila | Change last_inactive_time to inactive_since in pg_repli... |
commit | commitdiff | tree |
2024-03-27 |
Masahiko Sawada | Allow specifying initial and maximum segment sizes... |
commit | commitdiff | tree |
2024-03-27 |
Nathan Bossart | Fix compiler warning for pg_lfind32(). |
commit | commitdiff | tree |
2024-03-26 |
Nathan Bossart | Add commit 64e401b62b to .git-blame-ignore-revs. |
commit | commitdiff | tree |
2024-03-26 |
Tom Lane | Remove some redundant set_cheapest() calls. |
commit | commitdiff | tree |
2024-03-26 |
Nathan Bossart | Optimize roles_is_member_of() with a Bloom filter. |
commit | commitdiff | tree |
2024-03-26 |
Tom Lane | Fix failure of ALTER FOREIGN TABLE SET SCHEMA to move... |
commit | commitdiff | tree |
2024-03-26 |
Nathan Bossart | Micro-optimize pg_lfind32(). |
commit | commitdiff | tree |
2024-03-26 |
Tom Lane | Propagate pathkeys from CTEs up to the outer query. |
commit | commitdiff | tree |
2024-03-26 |
Bruce Momjian | C comment: mention no doc for negative start of substr... |
commit | commitdiff | tree |
2024-03-26 |
Tom Lane | Allow "make check"-style testing to work with musl... |
commit | commitdiff | tree |
2024-03-26 |
Peter Eisentraut | Remove ObjectClass type |
commit | commitdiff | tree |
2024-03-26 |
Peter Eisentraut | Message fixes for pg_createsubscriber |
commit | commitdiff | tree |
2024-03-26 |
Masahiko Sawada | Fix inconsistent function prototypes with function... |
commit | commitdiff | tree |
2024-03-26 |
Masahiko Sawada | Fix a calculation in TidStoreCreate(). |
commit | commitdiff | tree |
2024-03-26 |
Andres Freund | Avoid edge case in pg_visibility test with small shared... |
commit | commitdiff | tree |
2024-03-25 |
Alexander Korotkov | Improve error message for tts_(virtual|minimal)_is_curr... |
commit | commitdiff | tree |
2024-03-25 |
Alexander Korotkov | Add comments on some MinimalTupleSlots methods usage |
commit | commitdiff | tree |
2024-03-25 |
Andres Freund | ci: macos: Choose python version |
commit | commitdiff | tree |
2024-03-25 |
Alexander Korotkov | Add EvalPlanQual delete returning isolation test |
commit | commitdiff | tree |
2024-03-25 |
Alexander Korotkov | Allow locking updated tuples in tuple_update() and... |
commit | commitdiff | tree |
2024-03-25 |
Tom Lane | Refactor predicate_{implied,refuted}_by_simple_clause. |
commit | commitdiff | tree |
2024-03-25 |
Jeff Davis | Clarify comment for LogicalTapeSetBlocks(). |
commit | commitdiff | tree |
2024-03-25 |
Nathan Bossart | Adjust pgbench option for debug mode. |
commit | commitdiff | tree |
2024-03-25 |
Alvaro Herrera | Allow specifying an access method for partitioned tables |
commit | commitdiff | tree |
2024-03-25 |
Daniel Gustafsson | Fix typo in comment |
commit | commitdiff | tree |
2024-03-25 |
Daniel Gustafsson | doc: Document error handling in PGTYPESnumeric_to_long |
commit | commitdiff | tree |
2024-03-25 |
Daniel Gustafsson | ecpg: Fix return code for overflow in numeric conversion |
commit | commitdiff | tree |
2024-03-25 |
Daniel Gustafsson | Fix indentation from a11f330b5 |
commit | commitdiff | tree |
2024-03-25 |
Heikki Linnakangas | Merge prune, freeze and vacuum WAL record formats |
commit | commitdiff | tree |
2024-03-25 |
Peter Eisentraut | pg_createsubscriber: creates a new logical replica... |
commit | commitdiff | tree |
2024-03-25 |
Amit Kapila | Track last_inactive_time in pg_replication_slots. |
commit | commitdiff | tree |
2024-03-25 |
Amit Langote | Code review for 6190d828cd2 |
commit | commitdiff | tree |
2024-03-25 |
Alexander Korotkov | reindexdb: Fix warning about uninitialized indices_tabl... |
commit | commitdiff | tree |
2024-03-25 |
Amit Langote | Do not translate dummy SpecialJoinInfos for child joins |
commit | commitdiff | tree |
2024-03-25 |
Amit Langote | Reduce memory used by partitionwise joins |
commit | commitdiff | tree |
2024-03-25 |
Peter Eisentraut | make dist uses git archive |
commit | commitdiff | tree |
2024-03-25 |
Masahiko Sawada | Fix potential integer handling issue in radixtree.h. |
commit | commitdiff | tree |
2024-03-25 |
David Rowley | Allow planner to use Merge Append to efficiently implem... |
commit | commitdiff | tree |
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 |
next |