| 2024-04-18 |
Peter Geoghegan | Don't try to fix eliminated nbtree array scan keys. |
commit | commitdiff | tree |
| 2024-04-18 |
Robert Haas | Restrict where INCREMENTAL.${NAME} files are recognized. |
commit | commitdiff | tree |
| 2024-04-18 |
Alvaro Herrera | Don't try to assign smart names to constraints |
commit | commitdiff | tree |
| 2024-04-18 |
Robert Haas | docs: Mention that pg_combinebackup does not verify... |
commit | commitdiff | tree |
| 2024-04-18 |
Alvaro Herrera | Fix restore of not-null constraints with inheritance |
commit | commitdiff | tree |
| 2024-04-18 |
Peter Eisentraut | Update src/tools/pginclude/README to match recent chang... |
commit | commitdiff | tree |
| 2024-04-18 |
Amit Langote | Fix object name clash in recently introduced test |
commit | commitdiff | tree |
| 2024-04-18 |
Amit Langote | SQL/JSON: Miscellaneous fixes and improvements |
commit | commitdiff | tree |
| 2024-04-18 |
Amit Langote | SQL/JSON: Fix issues with DEFAULT .. ON ERROR / EMPTY |
commit | commitdiff | tree |
| 2024-04-18 |
Amit Langote | SQL/JSON: Improve some error messages |
commit | commitdiff | tree |
| 2024-04-17 |
Alexander Korotkov | Refactoring for CommitTransactionCommand()/AbortCurrent... |
commit | commitdiff | tree |
| 2024-04-17 |
Andres Freund | Remove GlobalVisTestNonRemovable[Full]Horizon, not... |
commit | commitdiff | tree |
| 2024-04-17 |
Tomas Vondra | Cleanup parallel BRIN index build code |
commit | commitdiff | tree |
| 2024-04-17 |
Tomas Vondra | Stabilize test of BRIN parallel create |
commit | commitdiff | tree |
| 2024-04-17 |
Tomas Vondra | Revert "Stabilize test of BRIN parallel create" |
commit | commitdiff | tree |
| 2024-04-17 |
Peter Eisentraut | meson: Add some missing LLVM function checks |
commit | commitdiff | tree |
| 2024-04-17 |
Peter Eisentraut | Remove dead code |
commit | commitdiff | tree |
| 2024-04-17 |
Peter Eisentraut | Add missing source file to libpq/nls.mk |
commit | commitdiff | tree |
| 2024-04-17 |
Masahiko Sawada | doc: Fix COPY ON_ERROR option syntax synopsis. |
commit | commitdiff | tree |
| 2024-04-17 |
Michael Paquier | Fix typos with function name in event_trigger.c |
commit | commitdiff | tree |
| 2024-04-17 |
Masahiko Sawada | Disallow specifying ON_ERROR option without value. |
commit | commitdiff | tree |
| 2024-04-16 |
David Rowley | Update mmgr's README to mention BumpContext |
commit | commitdiff | tree |
| 2024-04-16 |
David Rowley | Push dedicated BumpBlocks to the tail of the blocks... |
commit | commitdiff | tree |
| 2024-04-16 |
Peter Eisentraut | Mark some new location fields as ParseLoc |
commit | commitdiff | tree |
| 2024-04-16 |
Tom Lane | Clean up more indent breakage from 6377e12a5. |
commit | commitdiff | tree |
| 2024-04-16 |
Tom Lane | Fix assorted bugs in ecpg's macro mechanism. |
commit | commitdiff | tree |
| 2024-04-16 |
Peter Geoghegan | Fix nbtree "deduce NOT NULL" scan key comment. |
commit | commitdiff | tree |
| 2024-04-16 |
Tom Lane | Undo incorrect typedefs.list change. |
commit | commitdiff | tree |
| 2024-04-16 |
Tomas Vondra | Stabilize test of BRIN parallel create |
commit | commitdiff | tree |
| 2024-04-16 |
Tom Lane | Ensure generated join clauses for child rels have corre... |
commit | commitdiff | tree |
| 2024-04-16 |
Peter Geoghegan | Fix nbtree posting list comment. |
commit | commitdiff | tree |
| 2024-04-16 |
Peter Geoghegan | Fix nbtree page recycling comment. |
commit | commitdiff | tree |
| 2024-04-16 |
Alexander Korotkov | revert: Generalize relation analyze in table AM interface |
commit | commitdiff | tree |
| 2024-04-16 |
David Rowley | Improve test coverage in bump.c |
commit | commitdiff | tree |
| 2024-04-16 |
Michael Paquier | Add missing PGDLLIMPORT markings |
commit | commitdiff | tree |
| 2024-04-15 |
Robert Haas | docs: Consolidate into new "WAL for Extensions" chapter. |
commit | commitdiff | tree |
| 2024-04-15 |
Nathan Bossart | doc: Note exceptions for SET ROLE's effect on privilege... |
commit | commitdiff | tree |
| 2024-04-15 |
Tom Lane | Fix type-checking of RECORD-returning functions in... |
commit | commitdiff | tree |
| 2024-04-15 |
Alvaro Herrera | ATTACH PARTITION: Don't match a PK with a UNIQUE constraint |
commit | commitdiff | tree |
| 2024-04-15 |
Alexander Korotkov | Grammar fixes for split/merge partitions code |
commit | commitdiff | tree |
| 2024-04-15 |
Alvaro Herrera | Fix propagating attnotnull in multiple inheritance |
commit | commitdiff | tree |
| 2024-04-15 |
Peter Eisentraut | psql: Make output of \dD more stable |
commit | commitdiff | tree |
| 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 |
| next |