| 2024-04-09 |
Michael Paquier | Add missing set_pglocale_pgservice() for pg_walsummary... |
commit | commitdiff | tree |
| 2024-04-09 |
Michael Paquier | injection_points: Fix race condition with local injecti... |
commit | commitdiff | tree |
| 2024-04-08 |
Tom Lane | In psql, avoid leaking a PGresult after a query is... |
commit | commitdiff | tree |
| 2024-04-08 |
Tom Lane | Further review for re-implementation of psql's FETCH_CO... |
commit | commitdiff | tree |
| 2024-04-08 |
John Naylor | Teach radix tree to embed values at runtime |
commit | commitdiff | tree |
| 2024-04-08 |
John Naylor | Teach TID store to skip bitmap for small numbers of... |
commit | commitdiff | tree |
| 2024-04-08 |
Alexander Korotkov | Provide a way block-level table AMs could re-use acquir... |
commit | commitdiff | tree |
| 2024-04-08 |
Alexander Korotkov | Fix some grammer errors from error messages and codes... |
commit | commitdiff | tree |
| 2024-04-08 |
Alexander Korotkov | Fill CommonRdOptions with default values in extract_aut... |
commit | commitdiff | tree |
| 2024-04-08 |
Heikki Linnakangas | Adjust wording of trace_connection_negotiation GUC... |
commit | commitdiff | tree |
| 2024-04-08 |
Alexander Korotkov | Custom reloptions for table AM |
commit | commitdiff | tree |
| 2024-04-08 |
Amit Kapila | Fix the intermittent buildfarm failures in 040_standby_... |
commit | commitdiff | tree |
| 2024-04-08 |
John Naylor | Use bump context for TID bitmaps stored by vacuum |
commit | commitdiff | tree |
| 2024-04-08 |
Amit Langote | JSON_TABLE: Add support for NESTED paths and columns |
commit | commitdiff | tree |
| 2024-04-08 |
Amit Langote | Fix JsonExpr deparsing to emit QUOTES and WRAPPER correctly |
commit | commitdiff | tree |
| 2024-04-08 |
Amit Langote | Fix restriction on specifying KEEP QUOTES in JSON_QUERY() |
commit | commitdiff | tree |
| 2024-04-08 |
Alexander Korotkov | Fix the wording of or_to_any_transform_limit description |
commit | commitdiff | tree |
| 2024-04-08 |
Alexander Korotkov | Fix the value of or_to_any_transform_limit in postgresq... |
commit | commitdiff | tree |
| 2024-04-08 |
Andres Freund | Remove references to old function name |
commit | commitdiff | tree |
| 2024-04-08 |
Thomas Munro | Add pg_buffercache_evict() function for testing. |
commit | commitdiff | tree |
| 2024-04-08 |
John Naylor | Fix alignment of stack variable |
commit | commitdiff | tree |
| 2024-04-08 |
Masahiko Sawada | Add more tab completion support for ALTER DEFAULT PRIVI... |
commit | commitdiff | tree |
| 2024-04-08 |
Peter Geoghegan | Remove redundant nbtree preprocessing assertions. |
commit | commitdiff | tree |
| 2024-04-08 |
Andres Freund | simplehash: Free collisions array in SH_STAT |
commit | commitdiff | tree |
| 2024-04-08 |
Heikki Linnakangas | Fix check for 'outlen' return from SSL_select_next_proto() |
commit | commitdiff | tree |
| 2024-04-08 |
Heikki Linnakangas | Silence perlcritic warnings in new libpq tests |
commit | commitdiff | tree |
| 2024-04-08 |
Heikki Linnakangas | Send ALPN in TLS handshake, require it in direct SSL... |
commit | commitdiff | tree |
| 2024-04-08 |
Heikki Linnakangas | Support TLS handshake directly without SSLRequest negot... |
commit | commitdiff | tree |
| 2024-04-08 |
Heikki Linnakangas | Refactor libpq state machine for negotiating encryption |
commit | commitdiff | tree |
| 2024-04-08 |
Thomas Munro | Use streaming I/O in ANALYZE. |
commit | commitdiff | tree |
| 2024-04-08 |
Michael Paquier | injection_points: Introduce runtime conditions |
commit | commitdiff | tree |
| 2024-04-07 |
Heikki Linnakangas | Enhance libpq encryption negotiation tests with new GUC |
commit | commitdiff | tree |
| 2024-04-07 |
Heikki Linnakangas | With gssencmode='require', check credential cache befor... |
commit | commitdiff | tree |
| 2024-04-07 |
Heikki Linnakangas | Add tests for libpq gssencmode and sslmode options |
commit | commitdiff | tree |
| 2024-04-07 |
Heikki Linnakangas | Move Kerberos module |
commit | commitdiff | tree |
| 2024-04-07 |
Michael Paquier | Make GIN test using injection points repeatable |
commit | commitdiff | tree |
| 2024-04-07 |
David Rowley | Fix incorrect KeeperBlock macro in bump.c |
commit | commitdiff | tree |
| 2024-04-07 |
Alexander Korotkov | Fix usage of same ListCell transform_or_to_any()'s... |
commit | commitdiff | tree |
| 2024-04-07 |
Alexander Korotkov | Transform OR clauses to ANY expression |
commit | commitdiff | tree |
| 2024-04-07 |
Daniel Gustafsson | Change debug printing to log filename |
commit | commitdiff | tree |
| 2024-04-07 |
Tom Lane | Doc: clarify behavior of boolean options in replication... |
commit | commitdiff | tree |
| 2024-04-07 |
Tom Lane | Remove useless duplicate call of defGetBoolean(). |
commit | commitdiff | tree |
| 2024-04-07 |
Tom Lane | Doc: show how to get the equivalent of LIMIT for UPDATE... |
commit | commitdiff | tree |
| 2024-04-07 |
Tom Lane | Doc: update documentation about EXCLUDE constraint... |
commit | commitdiff | tree |
| 2024-04-07 |
Alvaro Herrera | Use conditional variable to wait for next MultiXact... |
commit | commitdiff | tree |
| 2024-04-07 |
Peter Geoghegan | Avoid extra lookups with nbtree array inequalities. |
commit | commitdiff | tree |
| 2024-04-07 |
Heikki Linnakangas | Don't clobber test exit code at cleanup in LDAP/Kerbero... |
commit | commitdiff | tree |
| 2024-04-07 |
Heikki Linnakangas | Improve check in LDAP test to find the OpenLDAP install... |
commit | commitdiff | tree |
| 2024-04-07 |
Thomas Munro | Use streaming I/O in sequential scans. |
commit | commitdiff | tree |
| 2024-04-07 |
David Rowley | Use bump memory context for tuplesorts |
commit | commitdiff | tree |
| 2024-04-07 |
Alvaro Herrera | Add XLogCtl->logInsertResult |
commit | commitdiff | tree |
| 2024-04-07 |
David Rowley | Introduce a bump memory allocator |
commit | commitdiff | tree |
| 2024-04-07 |
David Rowley | Enlarge bit-space for MemoryContextMethodID |
commit | commitdiff | tree |
| 2024-04-07 |
David Rowley | Avoid needless large memcpys in libpq socket writing |
commit | commitdiff | tree |
| 2024-04-07 |
Andres Freund | Reduce branches in heapgetpage()'s per-tuple loop |
commit | commitdiff | tree |
| 2024-04-07 |
Nathan Bossart | Optimize visibilitymap_count() with AVX-512 instructions. |
commit | commitdiff | tree |
| 2024-04-07 |
Nathan Bossart | Optimize pg_popcount() with AVX-512 instructions. |
commit | commitdiff | tree |
| 2024-04-07 |
Thomas Munro | Fix if/while thinko in read_stream.c edge case. |
commit | commitdiff | tree |
| 2024-04-07 |
Tom Lane | Disable parallel query in psql error-with-FETCH_COUNT... |
commit | commitdiff | tree |
| 2024-04-07 |
Tom Lane | Re-implement psql's FETCH_COUNT feature atop libpq... |
commit | commitdiff | tree |
| 2024-04-07 |
Tom Lane | Support retrieval of results in chunks with libpq. |
commit | commitdiff | tree |
| 2024-04-06 |
Tomas Vondra | Change BitmapAdjustPrefetchIterator to accept BlockNumber |
commit | commitdiff | tree |
| 2024-04-06 |
Tomas Vondra | BitmapHeapScan: Use correct recheck flag for skip_fetch |
commit | commitdiff | tree |
| 2024-04-06 |
Tomas Vondra | BitmapHeapScan: Push skip_fetch optimization into table AM |
commit | commitdiff | tree |
| 2024-04-06 |
Alexander Korotkov | Implement ALTER TABLE ... SPLIT PARTITION ... command |
commit | commitdiff | tree |
| 2024-04-06 |
Alexander Korotkov | Implement ALTER TABLE ... MERGE PARTITIONS ... command |
commit | commitdiff | tree |
| 2024-04-06 |
Tomas Vondra | BitmapHeapScan: postpone setting can_skip_fetch |
commit | commitdiff | tree |
| 2024-04-06 |
Alexander Korotkov | Call WaitLSNCleanup() in AbortTransaction() |
commit | commitdiff | tree |
| 2024-04-06 |
Alexander Korotkov | Clarify what is protected by WaitLSNLock |
commit | commitdiff | tree |
| 2024-04-06 |
Alexander Korotkov | Use an LWLock instead of a spinlock in waitlsn.c |
commit | commitdiff | tree |
| 2024-04-06 |
Tomas Vondra | BitmapHeapScan: begin scan after bitmap creation |
commit | commitdiff | tree |
| 2024-04-06 |
Noah Misch | Backport IPC::Run optimization to src/test/perl. |
commit | commitdiff | tree |
| 2024-04-06 |
Peter Geoghegan | Enhance nbtree ScalarArrayOp execution. |
commit | commitdiff | tree |
| 2024-04-06 |
Tom Lane | Remove obsolete comment in CopyReadLineText(). |
commit | commitdiff | tree |
| 2024-04-06 |
John Naylor | Speed up tail processing when hashing aligned C strings... |
commit | commitdiff | tree |
| 2024-04-06 |
John Naylor | Teach fasthash_accum to use platform endianness for... |
commit | commitdiff | tree |
| 2024-04-06 |
Thomas Munro | Increase default vacuum_buffer_usage_limit to 2MB. |
commit | commitdiff | tree |
| 2024-04-06 |
Thomas Munro | Allow BufferAccessStrategy to limit pin count. |
commit | commitdiff | tree |
| 2024-04-06 |
John Naylor | Convert uses of hash_string_pointer to fasthash equivalent |
commit | commitdiff | tree |
| 2024-04-06 |
John Naylor | Add macro to disable address safety instrumentation |
commit | commitdiff | tree |
| 2024-04-06 |
John Naylor | Fix incorrect return type |
commit | commitdiff | tree |
| 2024-04-06 |
Thomas Munro | Improve read_stream.c's fast path. |
commit | commitdiff | tree |
| 2024-04-05 |
Andres Freund | Fix headerscheck violation introduced in f8ce4ed78ca |
commit | commitdiff | tree |
| 2024-04-05 |
Andrew Dunstan | Silence some compiler warnings in commit 3311ea86ed |
commit | commitdiff | tree |
| 2024-04-05 |
Robert Haas | Fix incorrect calculation in BlockRefTableEntryGetBlocks. |
commit | commitdiff | tree |
| 2024-04-05 |
Tomas Vondra | Check HAVE_COPY_FILE_RANGE before calling copy_file_range |
commit | commitdiff | tree |
| 2024-04-05 |
Tomas Vondra | Allow using copy_file_range in write_reconstructed_file |
commit | commitdiff | tree |
| 2024-04-05 |
Alvaro Herrera | Make libpqsrv_cancel's return const char *, not char * |
commit | commitdiff | tree |
| 2024-04-05 |
Tomas Vondra | Remove unused variable in checksum_file() |
commit | commitdiff | tree |
| 2024-04-05 |
Tomas Vondra | Allow copying files using clone/copy_file_range |
commit | commitdiff | tree |
| 2024-04-05 |
Tom Lane | Suppress "variable may be used uninitialized" warning. |
commit | commitdiff | tree |
| 2024-04-05 |
Robert Haas | docs: Merge separate chapters on built-in index AMs... |
commit | commitdiff | tree |
| 2024-04-05 |
Tomas Vondra | Align blocks in incremental backups to BLCKSZ |
commit | commitdiff | tree |
| 2024-04-05 |
Alvaro Herrera | Operate XLogCtl->log{Write,Flush}Result with atomics |
commit | commitdiff | tree |
| 2024-04-05 |
Amit Kapila | Allow synced slots to have their inactive_since. |
commit | commitdiff | tree |
| 2024-04-04 |
Michael Paquier | Add "ABI_compatibility" regions to wait_event_names.txt |
commit | commitdiff | tree |
| 2024-04-04 |
Jeff Davis | Fix test failures when language environment is not... |
commit | commitdiff | tree |
| 2024-04-04 |
Robert Haas | Fix old, misleading comment for PGRES_POLLING_ACTIVE. |
commit | commitdiff | tree |
| 2024-04-04 |
Robert Haas | Remove reachable call to pg_unreachable(). |
commit | commitdiff | tree |
| 2024-04-04 |
Tom Lane | Fix ecpg's mechanism for detecting unsupported cases... |
commit | commitdiff | tree |
| next |