| 22 hours ago |
David Rowley | Don't call simplify_aggref with a NULL PlannerInfo master github/master |
commit | commitdiff | tree |
| 24 hours ago |
Peter Geoghegan | Update obsolete row compare preprocessing comments. |
commit | commitdiff | tree |
| 34 hours ago |
Dean Rasheed | Avoid rewriting data-modifying CTEs more than once. |
commit | commitdiff | tree |
| 2 days ago |
Peter Eisentraut | Generate translator comments for GUC parameter descriptions |
commit | commitdiff | tree |
| 2 days ago |
Peter Eisentraut | Fix pg_isblank() |
commit | commitdiff | tree |
| 2 days ago |
Amit Kapila | Add slotsync_skip_reason column to pg_replication_slots... |
commit | commitdiff | tree |
| 2 days ago |
Michael Paquier | pg_buffercache: Add pg_buffercache_mark_dirty{,_relatio... |
commit | commitdiff | tree |
| 2 days ago |
David Rowley | Fix possibly uninitialized HeapScanDesc.rs_startblock |
commit | commitdiff | tree |
| 2 days ago |
Michael Paquier | doc: Add missing tags in pg_buffercache page |
commit | commitdiff | tree |
| 2 days ago |
Michael Paquier | Add routines for marking buffers dirty efficiently |
commit | commitdiff | tree |
| 3 days ago |
Tom Lane | Allow indexscans on partial hash indexes with implied... |
commit | commitdiff | tree |
| 3 days ago |
Fujii Masao | doc: Fix misleading synopsis for CREATE/ALTER PUBLICATION. |
commit | commitdiff | tree |
| 3 days ago |
Álvaro Herrera | Fix new test for CATCACHE_FORCE_RELEASE builds |
commit | commitdiff | tree |
| 3 days ago |
Daniel Gustafsson | doc: Fix typo in pg_dump documentation |
commit | commitdiff | tree |
| 3 days ago |
Peter Eisentraut | Use C11 alignas in pg_atomic_uint64 definitions |
commit | commitdiff | tree |
| 3 days ago |
Amit Langote | Fix error reporting for SQL/JSON path type mismatches |
commit | commitdiff | tree |
| 3 days ago |
David Rowley | Add parallelism support for TID Range Scans |
commit | commitdiff | tree |
| 4 days ago |
David Rowley | Have the planner replace COUNT(ANY) with COUNT(*),... |
commit | commitdiff | tree |
| 4 days ago |
Nathan Bossart | Teach DSM registry to retry entry initialization if... |
commit | commitdiff | tree |
| 4 days ago |
Jeff Davis | Allow pg_locale_t APIs to work when ctype_is_c. |
commit | commitdiff | tree |
| 4 days ago |
Daniel Gustafsson | Check for correct version of perltidy |
commit | commitdiff | tree |
| 4 days ago |
Jeff Davis | Add #define for UNICODE_CASEMAP_BUFSZ. |
commit | commitdiff | tree |
| 4 days ago |
Jeff Davis | Inline pg_ascii_tolower() and pg_ascii_toupper(). |
commit | commitdiff | tree |
| 4 days ago |
Nathan Bossart | Revert "Teach DSM registry to ERROR if attaching to... |
commit | commitdiff | tree |
| 4 days ago |
Melanie Plageman | Split heap_page_prune_and_freeze() into helpers |
commit | commitdiff | tree |
| 4 days ago |
Nathan Bossart | Remove a few unused struct members. |
commit | commitdiff | tree |
| 4 days ago |
Daniel Gustafsson | ssl: Add connection and reload tests for key passphrases |
commit | commitdiff | tree |
| 4 days ago |
Daniel Gustafsson | Add GUC to show EXEC_BACKEND state |
commit | commitdiff | tree |
| 4 days ago |
Daniel Gustafsson | doc: Clarify passphrase command reloading on Windows |
commit | commitdiff | tree |
| 4 days ago |
Peter Eisentraut | Replace internal C function pg_hypot() by standard... |
commit | commitdiff | tree |
| 4 days ago |
Jacob Champion | oauth_validator: Shorten JSON responses in test logs |
commit | commitdiff | tree |
| 4 days ago |
Amit Kapila | Fix test failure caused by commit 76b78721ca. |
commit | commitdiff | tree |
| 4 days ago |
Michael Paquier | Add input function for data type pg_dependencies |
commit | commitdiff | tree |
| 4 days ago |
Michael Paquier | Add input function for data type pg_ndistinct |
commit | commitdiff | tree |
| 5 days ago |
Melanie Plageman | Assert that cutoffs are provided if freezing will be... |
commit | commitdiff | tree |
| 5 days ago |
Jeff Davis | Remove a useless length check. |
commit | commitdiff | tree |
| 5 days ago |
Álvaro Herrera | pg_dump tests: don't put dumps in stdout |
commit | commitdiff | tree |
| 5 days ago |
Álvaro Herrera | Improve test case stability |
commit | commitdiff | tree |
| 5 days ago |
Peter Eisentraut | gen_guc_tables.pl: Validate required GUC fields before... |
commit | commitdiff | tree |
| 5 days ago |
Peter Eisentraut | backend/nodes cleanup: Move loop variables definitions... |
commit | commitdiff | tree |
| 5 days ago |
Amit Kapila | Fix a BF failure caused by commit 76b78721ca. |
commit | commitdiff | tree |
| 5 days ago |
Amit Kapila | Add slotsync skip statistics. |
commit | commitdiff | tree |
| 5 days ago |
Peter Eisentraut | Remove obsolete comment |
commit | commitdiff | tree |
| 5 days ago |
Michael Paquier | Rename routines for write/read of pgstats file |
commit | commitdiff | tree |
| 5 days ago |
Andres Freund | lwlock: Fix, currently harmless, bug in LWLockWakeup() |
commit | commitdiff | tree |
| 5 days ago |
Jeff Davis | Avoid global LC_CTYPE dependency in pg_locale_libc.c. |
commit | commitdiff | tree |
| 6 days ago |
Tom Lane | Improve detection of implicitly-temporary views. |
commit | commitdiff | tree |
| 6 days ago |
Jacob Champion | Reorganize pqcomm.h a bit |
commit | commitdiff | tree |
| 6 days ago |
Jacob Champion | postgres: Use pg_{add,mul}_size_overflow() |
commit | commitdiff | tree |
| 6 days ago |
Jacob Champion | Add pg_add_size_overflow() and friends |
commit | commitdiff | tree |
| 6 days ago |
Jacob Champion | Make some use of anonymous unions [libpq-oauth] |
commit | commitdiff | tree |
| 6 days ago |
Álvaro Herrera | Fix infer_arbiter_index during concurrent index operations |
commit | commitdiff | tree |
| 6 days ago |
Michael Paquier | Move isolation test index-killtuples to src/test/module... |
commit | commitdiff | tree |
| 6 days ago |
Peter Eisentraut | C11 alignas instead of unions -- extended alignments |
commit | commitdiff | tree |
| 6 days ago |
Michael Paquier | pg_buffercache: Add pg_buffercache_os_pages |
commit | commitdiff | tree |
| 6 days ago |
David Rowley | Fix incorrect IndexOptInfo header comment |
commit | commitdiff | tree |
| 7 days ago |
Tom Lane | Issue a NOTICE if a created function depends on any... |
commit | commitdiff | tree |
| 7 days ago |
Fujii Masao | psql: Improve tab-completion for PREPARE. |
commit | commitdiff | tree |
| 7 days ago |
Michael Paquier | pg_buffercache: Remove unused fields from BufferCacheNu... |
commit | commitdiff | tree |
| 7 days ago |
Tom Lane | Add SupportRequestInlineInFrom planner support request. |
commit | commitdiff | tree |
| 8 days ago |
Bruce Momjian | tools: remove src/tools/codelines |
commit | commitdiff | tree |
| 8 days ago |
Peter Eisentraut | Add range_minus_multi and multirange_minus_multi functions |
commit | commitdiff | tree |
| 8 days ago |
Thomas Munro | jit: Adjust AArch64-only code for LLVM 21. |
commit | commitdiff | tree |
| 9 days ago |
Andrew Dunstan | Add 'make check-tests' behavior to the meson based... |
commit | commitdiff | tree |
| 9 days ago |
Peter Eisentraut | Fix typo in documentation about application time |
commit | commitdiff | tree |
| 9 days ago |
Peter Eisentraut | Remove useless casts to (void *) |
commit | commitdiff | tree |
| 9 days ago |
Heikki Linnakangas | Use strtoi64() in pgbench, replacing its open-coded... |
commit | commitdiff | tree |
| 9 days ago |
Peter Eisentraut | Update timezone to C99 |
commit | commitdiff | tree |
| 9 days ago |
Peter Eisentraut | C11 alignas instead of unions |
commit | commitdiff | tree |
| 9 days ago |
Masahiko Sawada | Use "COPY table TO" for partitioned tables in initial... |
commit | commitdiff | tree |
| 10 days ago |
Melanie Plageman | Split PruneFreezeParams initializers to one field per... |
commit | commitdiff | tree |
| 10 days ago |
Bruce Momjian | tools: update tools/codelines to use "git ls-files" |
commit | commitdiff | tree |
| 10 days ago |
Melanie Plageman | Update PruneState.all_[visible|frozen] earlier in pruning |
commit | commitdiff | tree |
| 10 days ago |
Melanie Plageman | Keep all_frozen updated in heap_page_prune_and_freeze |
commit | commitdiff | tree |
| 10 days ago |
Melanie Plageman | Refactor heap_page_prune_and_freeze() parameters into... |
commit | commitdiff | tree |
| 10 days ago |
Daniel Gustafsson | doc: Assorted documentation improvements |
commit | commitdiff | tree |
| 10 days ago |
Daniel Gustafsson | doc: Document how to run a subset of regress tests |
commit | commitdiff | tree |
| 10 days ago |
Tomas Vondra | Handle EPERM in pg_numa_init |
commit | commitdiff | tree |
| 10 days ago |
Peter Eisentraut | Remove obsolete cast |
commit | commitdiff | tree |
| 10 days ago |
Fujii Masao | doc: Update pg_upgrade documentation to match recent... |
commit | commitdiff | tree |
| 10 days ago |
Fujii Masao | Add HINT listing valid encodings to encode() and decode... |
commit | commitdiff | tree |
| 11 days ago |
Thomas Munro | Drop support for MSVCRT's float formatting quirk. |
commit | commitdiff | tree |
| 11 days ago |
Thomas Munro | Drop support for MSVCRT's %I64 format strings. |
commit | commitdiff | tree |
| 11 days ago |
Tom Lane | Speed up eqjoinsel() with lots of MCV entries. |
commit | commitdiff | tree |
| 11 days ago |
Heikki Linnakangas | Print new OldestXID value in pg_resetwal when it's... |
commit | commitdiff | tree |
| 11 days ago |
Nathan Bossart | doc: Update formula for vacuum insert threshold. |
commit | commitdiff | tree |
| 11 days ago |
Peter Eisentraut | Fix indentation |
commit | commitdiff | tree |
| 11 days ago |
Peter Eisentraut | Fix NLS for incorrect GUC enum value hint message |
commit | commitdiff | tree |
| 11 days ago |
Peter Eisentraut | Add <stdalign.h> to c.h |
commit | commitdiff | tree |
| 11 days ago |
Richard Guo | Fix typo in nodeHash.c |
commit | commitdiff | tree |
| 12 days ago |
Tom Lane | Fix pg_popcount_aarch64.c to build with ancient glibc... |
commit | commitdiff | tree |
| 12 days ago |
Álvaro Herrera | Fix typo |
commit | commitdiff | tree |
| 12 days ago |
Tom Lane | Don't allow CTEs to determine semantic levels of aggreg... |
commit | commitdiff | tree |
| 12 days ago |
Nathan Bossart | Add commit f63ae72bbc to .git-blame-ignore-revs. |
commit | commitdiff | tree |
| 12 days ago |
Nathan Bossart | Check for tabs in postgresql.conf.sample. |
commit | commitdiff | tree |
| 12 days ago |
Nathan Bossart | Switch from tabs to spaces in postgresql.conf.sample. |
commit | commitdiff | tree |
| 12 days ago |
Nathan Bossart | Update .editorconfig and .gitattributes for postgresql... |
commit | commitdiff | tree |
| 12 days ago |
Álvaro Herrera | Log a note at program start when running in dry-run... |
commit | commitdiff | tree |
| 12 days ago |
Alexander Korotkov | Optimize shared memory usage for WaitLSNProcInfo |
commit | commitdiff | tree |
| 12 days ago |
Michael Paquier | pg_buffercache: Fix incorrect result cast for relforknumber |
commit | commitdiff | tree |
| next |