| 2024-04-15 |
Peter Eisentraut | Fix ALTER DOMAIN NOT NULL syntax |
commit | commitdiff | tree |
| 2024-04-14 |
Heikki Linnakangas | Put back initialization of 'sslmode', to silence Coverity |
commit | commitdiff | tree |
| 2024-04-14 |
Tomas Vondra | Fix unnecessary padding in incremental backups |
commit | commitdiff | tree |
| 2024-04-14 |
Tomas Vondra | Add regression test for BRIN parallel builds |
commit | commitdiff | tree |
| 2024-04-14 |
Tomas Vondra | Use the correct PG_DETOAST_DATUM macro in BRIN |
commit | commitdiff | tree |
| 2024-04-14 |
Tomas Vondra | Update nbits_set in brin_bloom_union |
commit | commitdiff | tree |
| 2024-04-13 |
Noah Misch | freespace: Don't return blocks past the end of the... |
commit | commitdiff | tree |
| 2024-04-13 |
Noah Misch | Correct "improve role option documentation". |
commit | commitdiff | tree |
| 2024-04-12 |
Heikki Linnakangas | Document PG_TEST_EXTRA=libpq_encryption and also check... |
commit | commitdiff | tree |
| 2024-04-12 |
Heikki Linnakangas | Move libpq encryption negotiation tests |
commit | commitdiff | tree |
| 2024-04-12 |
Heikki Linnakangas | Fix compilation with --with-gssapi --without-openssl |
commit | commitdiff | tree |
| 2024-04-12 |
Heikki Linnakangas | Fix libpq_encryption tests when compiled without SSL... |
commit | commitdiff | tree |
| 2024-04-12 |
Andrew Dunstan | Don't allocate large buffer on the stack in pg_verifybackup |
commit | commitdiff | tree |
| 2024-04-12 |
Andrew Dunstan | Assorted minor cleanups in the test_json_parser module |
commit | commitdiff | tree |
| 2024-04-12 |
Andrew Dunstan | Shrink test file for test_json_parser module |
commit | commitdiff | tree |
| 2024-04-12 |
Andrew Dunstan | Add a TAP test for test_json_parser_perf |
commit | commitdiff | tree |
| 2024-04-12 |
Andrew Dunstan | Fix some memory leaks associated with parsing json... |
commit | commitdiff | tree |
| 2024-04-12 |
David Rowley | Fix recently introduced typo in code comment |
commit | commitdiff | tree |
| 2024-04-12 |
Amit Kapila | Fix the review comments and a bug in the slot sync... |
commit | commitdiff | tree |
| 2024-04-12 |
David Rowley | Fix IS [NOT] NULL qual optimization for inheritance... |
commit | commitdiff | tree |
| 2024-04-11 |
Tom Lane | Doc: fix bogus to_date() examples. |
commit | commitdiff | tree |
| 2024-04-11 |
Alexander Korotkov | Revert: Implement pg_wal_replay_wait() stored procedure |
commit | commitdiff | tree |
| 2024-04-11 |
Alexander Korotkov | Revert: Allow table AM to store complex data structures... |
commit | commitdiff | tree |
| 2024-04-11 |
Alexander Korotkov | Revert: Allow table AM tuple_insert() method to return... |
commit | commitdiff | tree |
| 2024-04-11 |
Alexander Korotkov | Revert: Allow locking updated tuples in tuple_update... |
commit | commitdiff | tree |
| 2024-04-11 |
Alexander Korotkov | Revert: Let table AM insertion methods control index... |
commit | commitdiff | tree |
| 2024-04-11 |
Alexander Korotkov | Revert: Custom reloptions for table AM |
commit | commitdiff | tree |
| 2024-04-11 |
Peter Eisentraut | meson: Remove obsolete function test |
commit | commitdiff | tree |
| 2024-04-11 |
Etsuro Fujita | postgres_fdw: Improve comment about handling of asynchr... |
commit | commitdiff | tree |
| 2024-04-11 |
Michael Paquier | Use correct datatype for xmin variables in slot.c |
commit | commitdiff | tree |
| 2024-04-11 |
Masahiko Sawada | Revert indexed and enlargable binary heap implementation. |
commit | commitdiff | tree |
| 2024-04-11 |
Masahiko Sawada | Replace binaryheap + index with pairingheap in reorderb... |
commit | commitdiff | tree |
| 2024-04-11 |
Thomas Munro | Fix grammar. |
commit | commitdiff | tree |
| 2024-04-11 |
Thomas Munro | Fix potential stack overflow in incremental backup. |
commit | commitdiff | tree |
| 2024-04-11 |
Michael Paquier | Fix inconsistency with replay of hash squeeze record... |
commit | commitdiff | tree |
| 2024-04-10 |
Tom Lane | Fix plpgsql's handling of -- comments following express... |
commit | commitdiff | tree |
| 2024-04-10 |
Daniel Gustafsson | Doc: Update ulinks to RFC documents to avoid redirect |
commit | commitdiff | tree |
| 2024-04-10 |
Michael Paquier | Make GIN tests using injection points concurrent-safe |
commit | commitdiff | tree |
| 2024-04-10 |
Amit Kapila | Fix a test in failover slots regression test. |
commit | commitdiff | tree |
| 2024-04-10 |
Thomas Munro | Fix illegal attribute propagation in LLVM JIT. |
commit | commitdiff | tree |
| 2024-04-09 |
David Rowley | Fixup various StringInfo function usages |
commit | commitdiff | tree |
| 2024-04-09 |
Alexander Korotkov | revert: Transform OR clauses to ANY expression |
commit | commitdiff | tree |
| 2024-04-09 |
David Rowley | Remove unused BumpBlockIsValid macro |
commit | commitdiff | tree |
| 2024-04-09 |
Alexander Korotkov | Checks for ALTER TABLE ... SPLIT/MERGE PARTITIONS ... |
commit | commitdiff | tree |
| 2024-04-09 |
David Rowley | Doc: use "an SQL" instead of "a SQL" |
commit | commitdiff | tree |
| 2024-04-09 |
Daniel Gustafsson | doc: Remove stray comma from list of psql options |
commit | commitdiff | tree |
| 2024-04-09 |
Peter Eisentraut | Fix incorrect format placeholders |
commit | commitdiff | tree |
| 2024-04-09 |
Peter Eisentraut | Update config.guess and config.sub |
commit | commitdiff | tree |
| 2024-04-09 |
Peter Eisentraut | Fix whitespace |
commit | commitdiff | tree |
| 2024-04-09 |
John Naylor | Get rid of anonymous struct |
commit | commitdiff | tree |
| 2024-04-09 |
Heikki Linnakangas | libpq error message fixes |
commit | commitdiff | tree |
| 2024-04-09 |
Heikki Linnakangas | Fix typo in docs |
commit | commitdiff | tree |
| 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 |
| next |