2024-01-30 |
David Rowley | Simplify partial path generation in GROUP BY/ORDER BY |
commit | commitdiff | tree |
2024-01-30 |
Alvaro Herrera | Split use of SerialSLRULock, creating SerialControlLock |
commit | commitdiff | tree |
2024-01-30 |
Amit Kapila | Add a failover option to subscriptions. |
commit | commitdiff | tree |
2024-01-30 |
Daniel Gustafsson | pgcrypto: Fix check for buffer size |
commit | commitdiff | tree |
2024-01-30 |
Peter Eisentraut | Fix incorrect format placeholders for Oid |
commit | commitdiff | tree |
2024-01-29 |
David Rowley | Delay build of Memoize hash table until executor run |
commit | commitdiff | tree |
2024-01-29 |
David Rowley | Doc: mention foreign keys can reference unique indexes |
commit | commitdiff | tree |
2024-01-29 |
Nathan Bossart | Move is_valid_ascii() to ascii.h. |
commit | commitdiff | tree |
2024-01-29 |
Tom Lane | Fix incompatibilities with libxml2 >= 2.12.0. |
commit | commitdiff | tree |
2024-01-29 |
Alvaro Herrera | Add EXPLAIN (MEMORY) to report planner memory consumption |
commit | commitdiff | tree |
2024-01-29 |
Heikki Linnakangas | Fix locking when fixing an incomplete split of a GIN... |
commit | commitdiff | tree |
2024-01-29 |
Alvaro Herrera | libpq: Move cancellation related functions to fe-cancel.c |
commit | commitdiff | tree |
2024-01-29 |
Amit Kapila | Doc: Fix incorrect reference to conflicting column... |
commit | commitdiff | tree |
2024-01-29 |
Peter Eisentraut | Remove make function vpathsearch |
commit | commitdiff | tree |
2024-01-29 |
Amit Kapila | Fix comments in ReplicationSlotAcquire(). |
commit | commitdiff | tree |
2024-01-29 |
Amit Kapila | Allow setting failover property in the replication... |
commit | commitdiff | tree |
2024-01-29 |
Masahiko Sawada | Remove ReorderBufferTupleBuf structure. |
commit | commitdiff | tree |
2024-01-28 |
Michael Paquier | Fix DROP ROLE when specifying duplicated roles |
commit | commitdiff | tree |
2024-01-26 |
David Rowley | Attempt to fix newly added Memoize regression test |
commit | commitdiff | tree |
2024-01-26 |
Tom Lane | Compare varnullingrels too in assign_param_for_var(). |
commit | commitdiff | tree |
2024-01-26 |
Tom Lane | Detect Julian-date overflow in timestamp[tz]_pl_interval. |
commit | commitdiff | tree |
2024-01-26 |
Robert Haas | Temporary patch to help debug pg_walsummary test failures. |
commit | commitdiff | tree |
2024-01-26 |
Robert Haas | Combine FSM updates for prune and no-prune cases. |
commit | commitdiff | tree |
2024-01-26 |
Peter Eisentraut | Split some code out from MergeAttributes() |
commit | commitdiff | tree |
2024-01-26 |
Alvaro Herrera | Make spelling of cancelled/cancellation consistent |
commit | commitdiff | tree |
2024-01-26 |
Peter Eisentraut | MergeAttributes code deduplication |
commit | commitdiff | tree |
2024-01-26 |
Michael Paquier | Reindex toast before its main relation in reindex_relat... |
commit | commitdiff | tree |
2024-01-26 |
David Rowley | De-dupicate Memoize cache keys |
commit | commitdiff | tree |
2024-01-26 |
Michael Paquier | Fix comment in index.c |
commit | commitdiff | tree |
2024-01-26 |
David Rowley | Improve NestLoopParam generation for lateral subqueries |
commit | commitdiff | tree |
2024-01-26 |
Michael Paquier | Revert "Add support for parsing of large XML data ... |
commit | commitdiff | tree |
2024-01-25 |
Heikki Linnakangas | Update comment, generation mem contexts have a "keeper... |
commit | commitdiff | tree |
2024-01-25 |
Tom Lane | Support TZ and OF format codes in to_timestamp(). |
commit | commitdiff | tree |
2024-01-25 |
Andrew Dunstan | Clean up a bug in sql/json items commit 66ea94e8e6 |
commit | commitdiff | tree |
2024-01-25 |
Tom Lane | Doc: improve documentation for jsonpath behavior. |
commit | commitdiff | tree |
2024-01-25 |
Andrew Dunstan | Implement various jsonpath methods |
commit | commitdiff | tree |
2024-01-25 |
Peter Eisentraut | Add a const decoration |
commit | commitdiff | tree |
2024-01-25 |
Alvaro Herrera | Remove dummy_spinlock |
commit | commitdiff | tree |
2024-01-25 |
Peter Eisentraut | MergeAttributes: convert pg_attribute back to ColumnDef... |
commit | commitdiff | tree |
2024-01-25 |
Alvaro Herrera | Fix s_lock_test compile |
commit | commitdiff | tree |
2024-01-25 |
Amit Langote | Silence compiler warning introduced in 1edb3b491b |
commit | commitdiff | tree |
2024-01-25 |
Michael Paquier | Add more LOG messages when starting and ending recovery... |
commit | commitdiff | tree |
2024-01-25 |
Amit Kapila | Allow to enable failover property for replication slots... |
commit | commitdiff | tree |
2024-01-25 |
Peter Eisentraut | Fix comment on gist_stratnum_btree |
commit | commitdiff | tree |
2024-01-25 |
Fujii Masao | Remove redundant HandleWalWriterInterrupts(). |
commit | commitdiff | tree |
2024-01-25 |
Thomas Munro | jit: Require at least LLVM 10. |
commit | commitdiff | tree |
2024-01-25 |
Masahiko Sawada | Add progress reporting of skipped tuples during COPY... |
commit | commitdiff | tree |
2024-01-25 |
Thomas Munro | Track LLVM 18 changes. |
commit | commitdiff | tree |
2024-01-24 |
Alexander Korotkov | Rename index "abc" in aggregates.sql |
commit | commitdiff | tree |
2024-01-24 |
Peter Eisentraut | Add temporal PRIMARY KEY and UNIQUE constraints |
commit | commitdiff | tree |
2024-01-24 |
Alvaro Herrera | Improve notation of BuiltinTrancheNames |
commit | commitdiff | tree |
2024-01-24 |
Michael Paquier | pgbench: Add \syncpipeline |
commit | commitdiff | tree |
2024-01-24 |
Amit Langote | Refactor code used by jsonpath executor to fetch variables |
commit | commitdiff | tree |
2024-01-24 |
Amit Langote | Adjust populate_record_field() to handle errors softly |
commit | commitdiff | tree |
2024-01-24 |
Amit Langote | Add soft error handling to some expression nodes |
commit | commitdiff | tree |
2024-01-24 |
Michael Paquier | Fix ALTER TABLE .. ADD COLUMN with complex inheritance... |
commit | commitdiff | tree |
2024-01-23 |
Nathan Bossart | Fix crash in autoprewarm. |
commit | commitdiff | tree |
2024-01-23 |
Peter Eisentraut | Support shared libraries on Android (using make) |
commit | commitdiff | tree |
2024-01-23 |
Peter Eisentraut | meson: Map host_system android to linux |
commit | commitdiff | tree |
2024-01-23 |
Peter Eisentraut | Fix makefiles for newly added files |
commit | commitdiff | tree |
2024-01-23 |
Daniel Gustafsson | doc: Add acronym and glossary term for Access Method |
commit | commitdiff | tree |
2024-01-23 |
Peter Eisentraut | meson: portname was set too early |
commit | commitdiff | tree |
2024-01-23 |
Heikki Linnakangas | Revert "libpqwalreceiver: Convert to libpq-be-fe-helpers.h" |
commit | commitdiff | tree |
2024-01-23 |
Peter Eisentraut | Generate syscache info from catalog files |
commit | commitdiff | tree |
2024-01-23 |
Michael Paquier | Improve stability of recovery test 035_standby_logical_... |
commit | commitdiff | tree |
2024-01-23 |
David Rowley | Add better handling of redundant IS [NOT] NULL quals |
commit | commitdiff | tree |
2024-01-23 |
Michael Paquier | ci: Enable injection points in builds |
commit | commitdiff | tree |
2024-01-23 |
Nathan Bossart | Fix possible NULL pointer dereference in GetNamedDSMSeg... |
commit | commitdiff | tree |
2024-01-23 |
Michael Paquier | Fix ERROR message in injection_point.c |
commit | commitdiff | tree |
2024-01-22 |
Heikki Linnakangas | Fix two memcpy() bugs in the new injection point code |
commit | commitdiff | tree |
2024-01-22 |
Alvaro Herrera | Abort pgbench if script end is reached with an open... |
commit | commitdiff | tree |
2024-01-22 |
Alvaro Herrera | Test EXPLAIN (FORMAT JSON) ... XMLTABLE |
commit | commitdiff | tree |
2024-01-22 |
Peter Eisentraut | Make documentation builds reproducible |
commit | commitdiff | tree |
2024-01-22 |
David Rowley | Re-disallow Memoize for parameterized nested loops... |
commit | commitdiff | tree |
2024-01-22 |
Michael Paquier | Fix some typos |
commit | commitdiff | tree |
2024-01-22 |
Michael Paquier | Add test module injection_points |
commit | commitdiff | tree |
2024-01-22 |
Michael Paquier | Add backend support for injection points |
commit | commitdiff | tree |
2024-01-21 |
Alexander Korotkov | Fix table name collision in tests in 0452b461bc |
commit | commitdiff | tree |
2024-01-21 |
Alexander Korotkov | Explore alternative orderings of group-by pathkeys... |
commit | commitdiff | tree |
2024-01-21 |
Alexander Korotkov | Generalize the common code of adding sort before proces... |
commit | commitdiff | tree |
2024-01-20 |
Tom Lane | Add hint about not qualifying UPDATE...SET target with... |
commit | commitdiff | tree |
2024-01-20 |
Tom Lane | Add planner support functions for range operators ... |
commit | commitdiff | tree |
2024-01-19 |
Nathan Bossart | Teach autoprewarm to use the dynamic shared memory... |
commit | commitdiff | tree |
2024-01-19 |
Nathan Bossart | Introduce the dynamic shared memory registry. |
commit | commitdiff | tree |
2024-01-19 |
Nathan Bossart | doc: Reorganize section for shared memory and LWLocks. |
commit | commitdiff | tree |
2024-01-19 |
Alexander Korotkov | Fix name collision in c64086b79dba |
commit | commitdiff | tree |
2024-01-19 |
Daniel Gustafsson | doc: Update compiler for FreeBSD specific instructions |
commit | commitdiff | tree |
2024-01-19 |
Alexander Korotkov | Reorder actions in ProcArrayApplyRecoveryInfo() |
commit | commitdiff | tree |
2024-01-19 |
Peter Eisentraut | Add stratnum GiST support function |
commit | commitdiff | tree |
2024-01-19 |
Alexander Korotkov | Rename COPY option from SAVE_ERROR_TO to ON_ERROR |
commit | commitdiff | tree |
2024-01-19 |
John Naylor | Fixed misspelled byteswap function for big endian machines |
commit | commitdiff | tree |
2024-01-19 |
John Naylor | Add optimized C string hashing |
commit | commitdiff | tree |
2024-01-19 |
John Naylor | Add inline incremental hash functions for in-memory use |
commit | commitdiff | tree |
2024-01-19 |
Michael Paquier | psql: Add ignore_slash_options in bind's inactive branch |
commit | commitdiff | tree |
2024-01-19 |
Michael Paquier | Fix incorrect placeholder in walreceiver.c |
commit | commitdiff | tree |
2024-01-19 |
Nathan Bossart | Improve some documentation about the bootstrap superuser. |
commit | commitdiff | tree |
2024-01-18 |
Jeff Davis | Fix buildfarm error from commit 5c31669058. |
commit | commitdiff | tree |
2024-01-18 |
David Rowley | Fix broken Bitmapset optimization in DiscreteKnapsack() |
commit | commitdiff | tree |
2024-01-18 |
Tom Lane | Fix plpgsql to allow new-style SQL CREATE FUNCTION... |
commit | commitdiff | tree |
2024-01-18 |
Robert Haas | Remove LVPagePruneState. |
commit | commitdiff | tree |
next |