| 2024-05-13 |
Alvaro Herrera | Revert structural changes to not-null constraints |
commit | commitdiff | tree |
| 2024-05-13 |
Alvaro Herrera | Fix test case to do what it intends to |
commit | commitdiff | tree |
| 2024-05-12 |
Alexander Korotkov | Add permission check for MERGE/SPLIT partition operations |
commit | commitdiff | tree |
| 2024-05-12 |
Thomas Munro | Skip citext_utf8 test on Windows. |
commit | commitdiff | tree |
| 2024-05-12 |
Michael Paquier | injection_points: Store runtime conditions in private... |
commit | commitdiff | tree |
| 2024-05-12 |
Michael Paquier | Introduce private data area for injection points |
commit | commitdiff | tree |
| 2024-05-11 |
Heikki Linnakangas | Change ALPN protocol ID to IANA-approved "postgresql" |
commit | commitdiff | tree |
| 2024-05-10 |
Bruce Momjian | doc PG 17 relnotes: move FETCH_COUNT item, and clarify |
commit | commitdiff | tree |
| 2024-05-10 |
Bruce Momjian | doc PG 17 relnotes: add FETCH_COUNT item |
commit | commitdiff | tree |
| 2024-05-10 |
Peter Eisentraut | Fix ON CONFLICT DO NOTHING/UPDATE for temporal indexes |
commit | commitdiff | tree |
| 2024-05-09 |
Tom Lane | Doc: update the "Using EXPLAIN" examples to match curre... |
commit | commitdiff | tree |
| 2024-05-09 |
Bruce Momjian | doc PG 17 relnotes: fix author of LLVM item |
commit | commitdiff | tree |
| 2024-05-09 |
Bruce Momjian | doc: clarify PERIOD and WITHOUT OVERLAPS in CREATE... |
commit | commitdiff | tree |
| 2024-05-09 |
Tom Lane | Fix recursive RECORD-returning plpython functions. |
commit | commitdiff | tree |
| 2024-05-09 |
Bruce Momjian | doc PG 17 relnotes: Visual Studio clarification |
commit | commitdiff | tree |
| 2024-05-09 |
Tom Lane | Repair ALTER EXTENSION ... SET SCHEMA. |
commit | commitdiff | tree |
| 2024-05-09 |
Bruce Momjian | doc PG 17 relnotes: Fixes from jian he |
commit | commitdiff | tree |
| 2024-05-09 |
Bruce Momjian | doc PG 17 relnotes: various fixes |
commit | commitdiff | tree |
| 2024-05-09 |
Tom Lane | Make left-join removal safe under -DREALLOCATE_BITMAPSETS. |
commit | commitdiff | tree |
| 2024-05-09 |
Peter Eisentraut | psql: Add missing punctuation in help output |
commit | commitdiff | tree |
| 2024-05-09 |
Peter Eisentraut | doc: Use better placeholder in COPY synopsis |
commit | commitdiff | tree |
| 2024-05-09 |
Alvaro Herrera | Fix inconsistencies in error messages |
commit | commitdiff | tree |
| 2024-05-09 |
Bruce Momjian | doc: first draft of Postgres 17 release notes |
commit | commitdiff | tree |
| 2024-05-09 |
Michael Paquier | Fix overread in JSON parsing errors for incomplete... |
commit | commitdiff | tree |
| 2024-05-08 |
Tom Lane | Doc: document that triggers can break referential integ... |
commit | commitdiff | tree |
| 2024-05-08 |
Peter Eisentraut | Add test for REPLICA IDENTITY with a temporal key |
commit | commitdiff | tree |
| 2024-05-08 |
Peter Eisentraut | doc: Improve order of options on pg_upgrade reference... |
commit | commitdiff | tree |
| 2024-05-08 |
Etsuro Fujita | Fix typo in src/backend/utils/resowner/README. |
commit | commitdiff | tree |
| 2024-05-08 |
Peter Eisentraut | Fix incorrect format placeholder |
commit | commitdiff | tree |
| 2024-05-07 |
Tom Lane | Ensure that "pg_restore -l" reports dependent TOC entri... |
commit | commitdiff | tree |
| 2024-05-07 |
Tom Lane | Don't corrupt plpython's "TD" dictionary in a recursive... |
commit | commitdiff | tree |
| 2024-05-07 |
Peter Eisentraut | Fix assorted bugs related to identity column in partiti... |
commit | commitdiff | tree |
| 2024-05-07 |
Jeff Davis | Remove obsolete comment. |
commit | commitdiff | tree |
| 2024-05-07 |
Tom Lane | Prevent RLS filters on ctid from breaking WHERE CURRENT... |
commit | commitdiff | tree |
| 2024-05-07 |
Peter Eisentraut | doc: Improve order of options on pgbench reference... |
commit | commitdiff | tree |
| 2024-05-07 |
Bruce Momjian | postgresql.conf: align variable comments, mostly new... |
commit | commitdiff | tree |
| 2024-05-06 |
Tom Lane | Finish incomplete revert of ec63622c0. |
commit | commitdiff | tree |
| 2024-05-06 |
Nathan Bossart | Fix privilege checks in pg_stats_ext and pg_stats_ext_e... |
commit | commitdiff | tree |
| 2024-05-06 |
Alexander Korotkov | Revert: Remove useless self-joins |
commit | commitdiff | tree |
| 2024-05-06 |
Alvaro Herrera | Remove mention of nchar |
commit | commitdiff | tree |
| 2024-05-06 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree |
| 2024-05-06 |
Peter Eisentraut | doc: Improve order of options on initdb reference page |
commit | commitdiff | tree |
| 2024-05-06 |
Michael Paquier | injection_points: Fix incorrect spinlock acquisition |
commit | commitdiff | tree |
| 2024-05-05 |
Tom Lane | Silence Coverity complaint about possible null-pointer... |
commit | commitdiff | tree |
| 2024-05-05 |
Daniel Gustafsson | Fix comment regarding LibreSSL availability |
commit | commitdiff | tree |
| 2024-05-05 |
David Rowley | Fix query pullup issue with WindowClause runCondition |
commit | commitdiff | tree |
| 2024-05-03 |
Tom Lane | Allow selecting the git revision to be packaged by... |
commit | commitdiff | tree |
| 2024-05-03 |
David Rowley | Fix an assortment of typos |
commit | commitdiff | tree |
| 2024-05-03 |
Peter Eisentraut | Fix expected test output |
commit | commitdiff | tree |
| 2024-05-03 |
Peter Eisentraut | Fix segmentation fault in MergeInheritedAttribute() |
commit | commitdiff | tree |
| 2024-05-02 |
Tom Lane | Throw a more on-point error for publications depending... |
commit | commitdiff | tree |
| 2024-05-02 |
Alvaro Herrera | Disallow direct change of NO INHERIT of not-null constr... |
commit | commitdiff | tree |
| 2024-05-02 |
Peter Eisentraut | Rename libpq trace internal functions |
commit | commitdiff | tree |
| 2024-05-02 |
Alvaro Herrera | Disallow NO INHERIT not-null constraints on partitioned... |
commit | commitdiff | tree |
| 2024-05-02 |
Daniel Gustafsson | doc: Fix incorrectly spelled structname |
commit | commitdiff | tree |
| 2024-05-02 |
Peter Eisentraut | doc: Fix description of deterministic flag of CREATE... |
commit | commitdiff | tree |
| 2024-05-02 |
Peter Eisentraut | doc: Fix description of configure --with-icu option |
commit | commitdiff | tree |
| 2024-05-01 |
Alvaro Herrera | Skip invalid database pg_upgrade test on obsolete servers |
commit | commitdiff | tree |
| 2024-05-01 |
David Rowley | Fix typos and incorrect type in read_stream.c |
commit | commitdiff | tree |
| 2024-05-01 |
Masahiko Sawada | Fix parallel vacuum buffer usage reporting. |
commit | commitdiff | tree |
| 2024-05-01 |
Michael Paquier | Add tab completion for EXPLAIN (MEMORY|SERIALIZE) |
commit | commitdiff | tree |
| 2024-05-01 |
David Rowley | Ensure we allocate NAMEDATALEN bytes for names in Index... |
commit | commitdiff | tree |
| 2024-05-01 |
Jeff Davis | Fix locale options checking in CREATE DATABASE. |
commit | commitdiff | tree |
| 2024-04-30 |
Tom Lane | Fix one more portability shortcoming in new test_pg_dum... |
commit | commitdiff | tree |
| 2024-04-30 |
Michael Paquier | doc: Remove one example related to pg_input_error_info() |
commit | commitdiff | tree |
| 2024-04-30 |
Alexander Korotkov | Stabilize regression tests introduced by 259c96fa8f |
commit | commitdiff | tree |
| 2024-04-30 |
Alexander Korotkov | Inherit parent's AM for partition MERGE/SPLIT operations |
commit | commitdiff | tree |
| 2024-04-30 |
Alexander Korotkov | Add tab completion for partition MERGE/SPLIT operations |
commit | commitdiff | tree |
| 2024-04-30 |
Alexander Korotkov | Rename tables in tests of partition MERGE/SPLIT operations |
commit | commitdiff | tree |
| 2024-04-30 |
Alexander Korotkov | Fix error message in check_partition_bounds_for_split_r... |
commit | commitdiff | tree |
| 2024-04-30 |
Alexander Korotkov | Make new partitions with parent's persistence during... |
commit | commitdiff | tree |
| 2024-04-30 |
Alexander Korotkov | Document the way partition MERGE/SPLIT operations creat... |
commit | commitdiff | tree |
| 2024-04-30 |
Alexander Korotkov | Change the way ATExecMergePartitions() handles the... |
commit | commitdiff | tree |
| 2024-04-30 |
Heikki Linnakangas | Fix compilation on OpenSSL 1.0.2 and LibreSSL |
commit | commitdiff | tree |
| 2024-04-30 |
Tom Lane | Force COLLATE "C" to stabilize ordering, redux. |
commit | commitdiff | tree |
| 2024-04-30 |
Tom Lane | Force COLLATE "C" to stabilize ordering in new test_pg_... |
commit | commitdiff | tree |
| 2024-04-30 |
Tom Lane | Fix test case from b0c5b215d. |
commit | commitdiff | tree |
| 2024-04-29 |
Tom Lane | Allow meson builds to run test_pg_dump test in installc... |
commit | commitdiff | tree |
| 2024-04-29 |
Tom Lane | Fix failure to track role dependencies of pg_init_privs... |
commit | commitdiff | tree |
| 2024-04-29 |
Noah Misch | Avoid repeating loads of frozen ID values. |
commit | commitdiff | tree |
| 2024-04-29 |
Noah Misch | Close race condition between datfrozen and relfrozen... |
commit | commitdiff | tree |
| 2024-04-29 |
Heikki Linnakangas | Reject SSL connection if ALPN is used but there's no... |
commit | commitdiff | tree |
| 2024-04-29 |
Heikki Linnakangas | libpq: Enforce ALPN in direct SSL connections |
commit | commitdiff | tree |
| 2024-04-29 |
Heikki Linnakangas | libpq: Fix error messages when server rejects SSL or GSS |
commit | commitdiff | tree |
| 2024-04-29 |
Michael Paquier | Make two-phase tests of ECPG and main suite more concur... |
commit | commitdiff | tree |
| 2024-04-29 |
Heikki Linnakangas | libpq: If ALPN is not used, make PQsslAttribute(conn... |
commit | commitdiff | tree |
| 2024-04-29 |
Peter Eisentraut | Revert "Add GUC backtrace_on_internal_error" |
commit | commitdiff | tree |
| 2024-04-28 |
Heikki Linnakangas | Fix documentation and comments on what happens after... |
commit | commitdiff | tree |
| 2024-04-28 |
Tom Lane | Throw a more on-point error for functions depending... |
commit | commitdiff | tree |
| 2024-04-28 |
Tom Lane | Detect more overflows in timestamp[tz]_pl_interval. |
commit | commitdiff | tree |
| 2024-04-28 |
David Rowley | Fix duplicated consecutive words in comments |
commit | commitdiff | tree |
| 2024-04-27 |
Andrew Dunstan | Remove redundant JSON parser typedefs |
commit | commitdiff | tree |
| 2024-04-27 |
John Naylor | Small cosmetic fixes in radix tree template |
commit | commitdiff | tree |
| 2024-04-26 |
Robert Haas | Minor fixes to pg_combinebackup and its documentation. |
commit | commitdiff | tree |
| 2024-04-25 |
Robert Haas | pg_combinebackup: Detect checksum mismatches and docume... |
commit | commitdiff | tree |
| 2024-04-25 |
Andres Freund | Avoid unnecessary "touch meson.build" in vpath builds |
commit | commitdiff | tree |
| 2024-04-25 |
Masahiko Sawada | radixtree: Fix SIGSEGV at update of embeddable value... |
commit | commitdiff | tree |
| 2024-04-25 |
Peter Eisentraut | doc: Add link to table |
commit | commitdiff | tree |
| 2024-04-25 |
Amit Kapila | Post-commit review fixes for slot synchronization. |
commit | commitdiff | tree |
| 2024-04-25 |
Peter Eisentraut | Remove unnecessary code from be_lo_put() |
commit | commitdiff | tree |
| next |