| 7 days ago |
Peter Geoghegan | Relocate _bt_readpage and related functions. |
commit | commitdiff | tree |
| 7 days ago |
Álvaro Herrera | Unify error messages |
commit | commitdiff | tree |
| 7 days ago |
Heikki Linnakangas | pg_resetwal: Use separate flags for whether an option... |
commit | commitdiff | tree |
| 7 days ago |
Heikki Linnakangas | pg_resetwal: Reject negative and out of range arguments |
commit | commitdiff | tree |
| 7 days ago |
Peter Eisentraut | Make ecpg parse.pl more robust with braces |
commit | commitdiff | tree |
| 7 days ago |
Peter Eisentraut | Use PGAlignedXLogBlock for some code simplification |
commit | commitdiff | tree |
| 7 days ago |
Michael Paquier | test_custom_stats: Test module for custom cumulative... |
commit | commitdiff | tree |
| 7 days ago |
Amit Kapila | Prevent invalidation of newly created replication slots. |
commit | commitdiff | tree |
| 7 days ago |
Michael Paquier | injection_points: Remove portions related to custom... |
commit | commitdiff | tree |
| 7 days ago |
Michael Paquier | Improve error messages of input functions for pg_depend... |
commit | commitdiff | tree |
| 8 days ago |
Tom Lane | ecpg: refactor to eliminate cast-away-const in find_var... |
commit | commitdiff | tree |
| 8 days ago |
Tom Lane | Micro-optimize datatype conversions in datum_to_jsonb_i... |
commit | commitdiff | tree |
| 8 days ago |
Tom Lane | Remove fundamentally-redundant processing in jsonb_agg... |
commit | commitdiff | tree |
| 8 days ago |
Tom Lane | Revise APIs for pushJsonbValue() and associated routines. |
commit | commitdiff | tree |
| 8 days ago |
Tom Lane | Add a macro for the declared typlen of type timetz. |
commit | commitdiff | tree |
| 8 days ago |
Tom Lane | Handle constant inputs to corr() and related aggregates... |
commit | commitdiff | tree |
| 9 days ago |
Tom Lane | Doc: include JSON in the list of SQL-standard types. |
commit | commitdiff | tree |
| 9 days ago |
Michael Paquier | Improve error reporting of recovery test 027_stream_regress |
commit | commitdiff | tree |
| 9 days ago |
Michael Paquier | Add PostgreSQL::Test::Cluster::read_head_tail() helper... |
commit | commitdiff | tree |
| 9 days ago |
Tom Lane | Fix text substring search for non-deterministic collations. |
commit | commitdiff | tree |
| 10 days ago |
Heikki Linnakangas | Fix test to work with non-8kB block sizes |
commit | commitdiff | tree |
| 10 days ago |
Nathan Bossart | Add commit 86b276a4a9 to .git-blame-ignore-revs. |
commit | commitdiff | tree |
| 10 days ago |
Robert Haas | Don't reset the pathlist of partitioned joinrels. |
commit | commitdiff | tree |
| 10 days ago |
Tom Lane | Fix some cases of indirectly casting away const. |
commit | commitdiff | tree |
| 10 days ago |
Álvaro Herrera | Stabilize tests some more |
commit | commitdiff | tree |
| 10 days ago |
Heikki Linnakangas | Fix setting next multixid's offset at offset wraparound |
commit | commitdiff | tree |
| 10 days ago |
Michael Paquier | Use more palloc_object() and palloc_array() in contrib/ |
commit | commitdiff | tree |
| 10 days ago |
Michael Paquier | Improve test output of extended statistics for ndistinc... |
commit | commitdiff | tree |
| 10 days ago |
Amit Kapila | Rename column slotsync_skip_at to slotsync_last_skip. |
commit | commitdiff | tree |
| 10 days ago |
Michael Paquier | Fix some compiler warnings |
commit | commitdiff | tree |
| 10 days ago |
Michael Paquier | Show version of nodes in output of TAP tests |
commit | commitdiff | tree |
| 10 days ago |
Melanie Plageman | Suppress spurious Coverity warning in prune freeze... |
commit | commitdiff | tree |
| 11 days ago |
Nathan Bossart | Fix key size of PrivateRefCountHash. |
commit | commitdiff | tree |
| 11 days ago |
Peter Eisentraut | Remove no longer needed casts from Pointer |
commit | commitdiff | tree |
| 11 days ago |
Peter Eisentraut | Remove no longer needed casts to Pointer |
commit | commitdiff | tree |
| 11 days ago |
Álvaro Herrera | amcheck: Fix snapshot usage in bt_index_parent_check |
commit | commitdiff | tree |
| 11 days ago |
Peter Eisentraut | headerscheck ccache support |
commit | commitdiff | tree |
| 11 days ago |
Peter Eisentraut | headerscheck: Use LLVM_CPPFLAGS |
commit | commitdiff | tree |
| 11 days ago |
Alexander Korotkov | Fix incorrect assertion bound in WaitForLSN() |
commit | commitdiff | tree |
| 11 days ago |
Andres Freund | Rename BUFFERPIN wait event class to BUFFER |
commit | commitdiff | tree |
| 11 days ago |
Andres Freund | Add pg_atomic_unlocked_write_u64 |
commit | commitdiff | tree |
| 11 days ago |
Andres Freund | bufmgr: Turn BUFFER_LOCK_* into an enum |
commit | commitdiff | tree |
| 12 days ago |
Tom Lane | Make stats_ext test faster under cache-clobbering test... |
commit | commitdiff | tree |
| 12 days ago |
Heikki Linnakangas | Add test for multixid wraparound |
commit | commitdiff | tree |
| 12 days ago |
Heikki Linnakangas | Set next multixid's offset when creating a new multixid |
commit | commitdiff | tree |
| 12 days ago |
Nathan Bossart | Use "foo(void)" for definitions of functions with no... |
commit | commitdiff | tree |
| 12 days ago |
Álvaro Herrera | Put back alternative-output expected files |
commit | commitdiff | tree |
| 12 days ago |
Daniel Gustafsson | doc: Consistently use restartpoint in the documentation |
commit | commitdiff | tree |
| 12 days ago |
Peter Eisentraut | Fix stray references to SubscriptRef |
commit | commitdiff | tree |
| 12 days ago |
Peter Eisentraut | Change Pointer to void * |
commit | commitdiff | tree |
| 12 days ago |
Peter Eisentraut | Don't rely on pointer arithmetic with Pointer type |
commit | commitdiff | tree |
| 12 days ago |
Peter Eisentraut | Use more appropriate DatumGet* function |
commit | commitdiff | tree |
| 12 days ago |
Peter Eisentraut | Remove useless casts to Pointer |
commit | commitdiff | tree |
| 12 days ago |
Amit Kapila | Fix shadow variable warning in subscriptioncmds.c. |
commit | commitdiff | tree |
| 12 days ago |
Nathan Bossart | Use LW_SHARED in dsa.c where possible. |
commit | commitdiff | tree |
| 13 days ago |
Heikki Linnakangas | Fix amcheck's handling of half-dead B-tree pages |
commit | commitdiff | tree |
| 13 days ago |
Heikki Linnakangas | Add a test for half-dead pages in B-tree indexes |
commit | commitdiff | tree |
| 13 days ago |
Heikki Linnakangas | Fix amcheck's handling of incomplete root splits in... |
commit | commitdiff | tree |
| 13 days ago |
Heikki Linnakangas | Add a test for incomplete splits in B-tree indexes |
commit | commitdiff | tree |
| 13 days ago |
Nathan Bossart | Show size of DSAs and dshashes in pg_dsm_registry_alloc... |
commit | commitdiff | tree |
| 13 days ago |
Álvaro Herrera | Remove doc and code comments about ON CONFLICT deficiencies |
commit | commitdiff | tree |
| 13 days ago |
Álvaro Herrera | Avoid use of NOTICE to wait for snapshot invalidation |
commit | commitdiff | tree |
| 13 days ago |
Álvaro Herrera | Fix ON CONFLICT with REINDEX CONCURRENTLY and partitions |
commit | commitdiff | tree |
| 13 days ago |
Peter Eisentraut | Remove useless casting to same type |
commit | commitdiff | tree |
| 13 days ago |
Peter Eisentraut | Simplify hash_xlog_split_allocate_page() |
commit | commitdiff | tree |
| 13 days ago |
Peter Eisentraut | Replace pointer comparisons and assignments to literal... |
commit | commitdiff | tree |
| 13 days ago |
Peter Eisentraut | Update comment related to C99 |
commit | commitdiff | tree |
| 13 days ago |
Michael Paquier | Update some timestamp[tz] functions to use soft-error... |
commit | commitdiff | tree |
| 2025-12-01 |
Jeff Davis | Make regex "max_chr" depend on encoding, not provider. |
commit | commitdiff | tree |
| 2025-12-01 |
Jeff Davis | Change some callers to use pg_ascii_toupper(). |
commit | commitdiff | tree |
| 2025-12-01 |
Álvaro Herrera | Fix ON CONFLICT ON CONSTRAINT during REINDEX CONCURRENTLY |
commit | commitdiff | tree |
| 2025-12-01 |
Peter Eisentraut | Fix a strict aliasing violation |
commit | commitdiff | tree |
| 2025-12-01 |
Michael Paquier | Move WAL sequence code into its own file |
commit | commitdiff | tree |
| 2025-12-01 |
Michael Paquier | Switch some date/timestamp functions to use the soft... |
commit | commitdiff | tree |
| 2025-11-29 |
David Rowley | Don't call simplify_aggref with a NULL PlannerInfo |
commit | commitdiff | tree |
| 2025-11-29 |
Peter Geoghegan | Update obsolete row compare preprocessing comments. |
commit | commitdiff | tree |
| 2025-11-29 |
Dean Rasheed | Avoid rewriting data-modifying CTEs more than once. |
commit | commitdiff | tree |
| 2025-11-28 |
Peter Eisentraut | Generate translator comments for GUC parameter descriptions |
commit | commitdiff | tree |
| 2025-11-28 |
Peter Eisentraut | Fix pg_isblank() |
commit | commitdiff | tree |
| 2025-11-28 |
Amit Kapila | Add slotsync_skip_reason column to pg_replication_slots... |
commit | commitdiff | tree |
| 2025-11-28 |
Michael Paquier | pg_buffercache: Add pg_buffercache_mark_dirty{,_relatio... |
commit | commitdiff | tree |
| 2025-11-27 |
David Rowley | Fix possibly uninitialized HeapScanDesc.rs_startblock |
commit | commitdiff | tree |
| 2025-11-27 |
Michael Paquier | doc: Add missing tags in pg_buffercache page |
commit | commitdiff | tree |
| 2025-11-27 |
Michael Paquier | Add routines for marking buffers dirty efficiently |
commit | commitdiff | tree |
| 2025-11-27 |
Tom Lane | Allow indexscans on partial hash indexes with implied... |
commit | commitdiff | tree |
| 2025-11-27 |
Fujii Masao | doc: Fix misleading synopsis for CREATE/ALTER PUBLICATION. |
commit | commitdiff | tree |
| 2025-11-27 |
Álvaro Herrera | Fix new test for CATCACHE_FORCE_RELEASE builds |
commit | commitdiff | tree |
| 2025-11-27 |
Daniel Gustafsson | doc: Fix typo in pg_dump documentation |
commit | commitdiff | tree |
| 2025-11-27 |
Peter Eisentraut | Use C11 alignas in pg_atomic_uint64 definitions |
commit | commitdiff | tree |
| 2025-11-27 |
Amit Langote | Fix error reporting for SQL/JSON path type mismatches |
commit | commitdiff | tree |
| 2025-11-27 |
David Rowley | Add parallelism support for TID Range Scans |
commit | commitdiff | tree |
| 2025-11-26 |
David Rowley | Have the planner replace COUNT(ANY) with COUNT(*),... |
commit | commitdiff | tree |
| 2025-11-26 |
Nathan Bossart | Teach DSM registry to retry entry initialization if... |
commit | commitdiff | tree |
| 2025-11-26 |
Jeff Davis | Allow pg_locale_t APIs to work when ctype_is_c. |
commit | commitdiff | tree |
| 2025-11-26 |
Daniel Gustafsson | Check for correct version of perltidy |
commit | commitdiff | tree |
| 2025-11-26 |
Jeff Davis | Add #define for UNICODE_CASEMAP_BUFSZ. |
commit | commitdiff | tree |
| 2025-11-26 |
Jeff Davis | Inline pg_ascii_tolower() and pg_ascii_toupper(). |
commit | commitdiff | tree |
| 2025-11-26 |
Nathan Bossart | Revert "Teach DSM registry to ERROR if attaching to... |
commit | commitdiff | tree |
| 2025-11-26 |
Melanie Plageman | Split heap_page_prune_and_freeze() into helpers |
commit | commitdiff | tree |
| 2025-11-26 |
Nathan Bossart | Remove a few unused struct members. |
commit | commitdiff | tree |
| next |