2024-08-18 |
Tomas Vondra | Fix DROP DATABASE for databases with many ACLs |
commit | commitdiff | tree |
2024-08-17 |
Bruce Momjian | docs: fix incorrect plpgsql error message |
commit | commitdiff | tree |
2024-08-12 |
Alvaro Herrera | Fix creation of partition descriptor during concurrent... |
commit | commitdiff | tree |
2024-08-10 |
Tom Lane | Allow adjusting session_authorization and role in paral... |
commit | commitdiff | tree |
2024-08-09 |
Nathan Bossart | doc: Fix name of CRC algorithm in "Reliability" section. |
commit | commitdiff | tree |
2024-08-09 |
Tom Lane | Fix "failed to find plan for subquery/CTE" errors in... |
commit | commitdiff | tree |
2024-08-08 |
Alvaro Herrera | Refuse ATTACH of a table referenced by a foreign key |
commit | commitdiff | tree |
2024-08-08 |
Heikki Linnakangas | Fix pg_rewind debug output to print the source timeline... |
commit | commitdiff | tree |
2024-08-07 |
Noah Misch | Teach RPM the package name provided in Perl alias packages. |
commit | commitdiff | tree |
2024-08-05 |
Tom Lane | Stamp 12.20. REL_12_20 |
commit | commitdiff | tree |
2024-08-05 |
Tom Lane | Last-minute updates for release notes. |
commit | commitdiff | tree |
2024-08-05 |
Masahiko Sawada | Restrict accesses to non-system views and foreign table... |
commit | commitdiff | tree |
2024-08-05 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree |
2024-08-04 |
Tom Lane | Release notes for 16.4, 15.8, 14.13, 13.16, 12.20. |
commit | commitdiff | tree |
2024-08-01 |
Etsuro Fujita | Update comment in portal.h. |
commit | commitdiff | tree |
2024-08-01 |
Tom Lane | Revert "Allow parallel workers to cope with a newly... |
commit | commitdiff | tree |
2024-07-31 |
Tom Lane | Allow parallel workers to cope with a newly-created... |
commit | commitdiff | tree |
2024-07-31 |
David Rowley | Doc: mention executor memory usage for enable_partition... |
commit | commitdiff | tree |
2024-07-28 |
Peter Eisentraut | libpq: Use strerror_r instead of strerror |
commit | commitdiff | tree |
2024-07-26 |
Daniel Gustafsson | Fix building with MSVC for TLS session disabling |
commit | commitdiff | tree |
2024-07-26 |
Daniel Gustafsson | Fix macro placement in pg_config.h.in |
commit | commitdiff | tree |
2024-07-26 |
Daniel Gustafsson | Disable all TLS session tickets |
commit | commitdiff | tree |
2024-07-25 |
Tom Lane | Doc: fix misleading syntax synopses for targetlists. |
commit | commitdiff | tree |
2024-07-24 |
Alvaro Herrera | Fix a missing article in the documentation |
commit | commitdiff | tree |
2024-07-24 |
Alvaro Herrera | Reset relhassubclass upon attaching table as a partition |
commit | commitdiff | tree |
2024-07-24 |
Nathan Bossart | Detect integer overflow in array_set_slice(). |
commit | commitdiff | tree |
2024-07-22 |
Tom Lane | Doc: improve description of plpgsql's FETCH and MOVE... |
commit | commitdiff | tree |
2024-07-20 |
Tom Lane | Correctly check updatability of columns targeted by... |
commit | commitdiff | tree |
2024-07-19 |
Nathan Bossart | Add overflow checks to money type. |
commit | commitdiff | tree |
2024-07-17 |
Andrew Dunstan | Avoid error in recovery test if history file is not... |
commit | commitdiff | tree |
2024-07-15 |
Andres Freund | Fix bad indentation introduced in 43cd30bcd1c |
commit | commitdiff | tree |
2024-07-15 |
Andres Freund | Fix type confusion in guc_var_compare() |
commit | commitdiff | tree |
2024-07-14 |
Tom Lane | Avoid unhelpful internal error for incorrect recursive... |
commit | commitdiff | tree |
2024-07-13 |
Andrew Dunstan | Make sure to run pg_isready on correct port |
commit | commitdiff | tree |
2024-07-13 |
Thomas Munro | Fix lost Windows socket EOF events. |
commit | commitdiff | tree |
2024-07-12 |
Alvaro Herrera | Add ORDER BY to new test query |
commit | commitdiff | tree |
2024-07-12 |
Alvaro Herrera | Fix ALTER TABLE DETACH for inconsistent indexes |
commit | commitdiff | tree |
2024-07-11 |
Masahiko Sawada | Fix possibility of logical decoding partial transaction... |
commit | commitdiff | tree |
2024-07-11 |
Tom Lane | Make our back branches compatible with libxml2 2.13.x. |
commit | commitdiff | tree |
2024-07-09 |
Andrew Dunstan | Unrevert "Force nodes for SSL tests to start in TCP... |
commit | commitdiff | tree |
2024-07-08 |
Andrew Dunstan | Revert "Force nodes for SSL tests to start in TCP mode" |
commit | commitdiff | tree |
2024-07-08 |
Andrew Dunstan | Choose ports for test servers less likely to result... |
commit | commitdiff | tree |
2024-07-08 |
Andrew Dunstan | Force nodes for SSL tests to start in TCP mode |
commit | commitdiff | tree |
2024-07-08 |
Dean Rasheed | Fix scale clamping in numeric round() and trunc(). |
commit | commitdiff | tree |
2024-07-05 |
Thomas Munro | Cope with <regex.h> name clashes. |
commit | commitdiff | tree |
2024-07-04 |
Tom Lane | Doc: small improvements in discussion of geometric... |
commit | commitdiff | tree |
2024-07-04 |
Daniel Gustafsson | doc: Specify when ssl_prefer_server_ciphers was added |
commit | commitdiff | tree |
2024-07-01 |
Heikki Linnakangas | Fix missing installation/uninstallation rules for Backg... |
commit | commitdiff | tree |
2024-07-01 |
Tom Lane | Preserve CurrentMemoryContext across notify and sinval... |
commit | commitdiff | tree |
2024-06-28 |
Noah Misch | Remove configuration-dependent output from new inplace... |
commit | commitdiff | tree |
2024-06-28 |
Noah Misch | Remove comment about xl_heap_inplace "AT END OF STRUCT". |
commit | commitdiff | tree |
2024-06-28 |
Noah Misch | Cope with inplace update making catcache stale during... |
commit | commitdiff | tree |
2024-06-28 |
Noah Misch | AccessExclusiveLock new relations just after assigning... |
commit | commitdiff | tree |
2024-06-28 |
Noah Misch | Lock before setting relhassubclass on RELKIND_PARTITION... |
commit | commitdiff | tree |
2024-06-28 |
Noah Misch | Expand comments and add an assertion in nodeModifyTable.c. |
commit | commitdiff | tree |
2024-06-28 |
Noah Misch | Improve test coverage for changes to inplace-updated... |
commit | commitdiff | tree |
2024-06-27 |
Tom Lane | Avoid crashing when a JIT-inlined backend function... |
commit | commitdiff | tree |
2024-06-27 |
Heikki Linnakangas | Fix MVCC bug with prepared xact with subxacts on standby |
commit | commitdiff | tree |
2024-06-27 |
Heikki Linnakangas | tests: Trim newline from result returned by BackgroundP... |
commit | commitdiff | tree |
2024-06-27 |
Heikki Linnakangas | Backport BackgroundPsql perl test module |
commit | commitdiff | tree |
2024-06-26 |
Andrew Dunstan | Remove redundant perl version checks |
commit | commitdiff | tree |
2024-06-21 |
Amit Kapila | Doc: Generated columns are skipped for logical replication. |
commit | commitdiff | tree |
2024-06-20 |
Tom Lane | Don't throw an error if a queued AFTER trigger no longe... |
commit | commitdiff | tree |
2024-06-17 |
Tom Lane | Fix insertion of SP-GiST REDIRECT tuples during REINDEX... |
commit | commitdiff | tree |
2024-06-14 |
Tom Lane | Clean out column-level pg_init_privs entries when dropp... |
commit | commitdiff | tree |
2024-06-14 |
Tom Lane | Fix parsing of ignored operators in websearch_to_tsquery(). |
commit | commitdiff | tree |
2024-06-13 |
Tom Lane | When replanning a plpgsql "simple expression", check... |
commit | commitdiff | tree |
2024-06-13 |
Heikki Linnakangas | Clamp result of MultiXactMemberFreezeThreshold |
commit | commitdiff | tree |
2024-06-13 |
Andrew Dunstan | Skip some permissions checks on Cygwin |
commit | commitdiff | tree |
2024-06-11 |
Tom Lane | Fix infer_arbiter_indexes() to not assume resultRelatio... |
commit | commitdiff | tree |
2024-06-07 |
Tom Lane | Tighten test_predtest's input checks, and improve error... |
commit | commitdiff | tree |
2024-06-07 |
Tom Lane | Reject modifying a temp table of another session with... |
commit | commitdiff | tree |
2024-06-07 |
Tom Lane | Fix behavior of stable functions called from a CALL... |
commit | commitdiff | tree |
2024-06-07 |
Peter Eisentraut | doc: Fix copy-and-paste mistake |
commit | commitdiff | tree |
2024-06-06 |
Tom Lane | Fix failure with SQL-procedure polymorphic output argum... |
commit | commitdiff | tree |
2024-06-05 |
Nathan Bossart | Fix documentation for POSIX semaphores. |
commit | commitdiff | tree |
2024-06-04 |
Tom Lane | Fix pl/tcl's handling of errors from Tcl_ListObjGetElem... |
commit | commitdiff | tree |
2024-06-03 |
Nathan Bossart | Fix documentation for System V semaphores. |
commit | commitdiff | tree |
2024-05-23 |
Tom Lane | Remove race conditions between ECPGdebug() and ecpg_log(). |
commit | commitdiff | tree |
2024-05-23 |
Michael Paquier | doc: Fix column_name parameter in ALTER MATERIALIZED... |
commit | commitdiff | tree |
2024-05-18 |
Tom Lane | Account for optimized MinMax aggregates during SS_final... |
commit | commitdiff | tree |
2024-05-17 |
Daniel Gustafsson | Refuse upgrades from pre-9.0 clusters |
commit | commitdiff | tree |
2024-05-15 |
Peter Eisentraut | doc: Remove claims that initdb and pg_ctl use libpq... |
commit | commitdiff | tree |
2024-05-15 |
Tom Lane | Fix handling of polymorphic output arguments for proced... |
commit | commitdiff | tree |
2024-05-13 |
Nathan Bossart | Fix pg_sequence_last_value() for unlogged sequences... |
commit | commitdiff | tree |
2024-05-09 |
Tom Lane | Fix recursive RECORD-returning plpython functions. |
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-06 |
Tom Lane | Stamp 12.19. REL_12_19 |
commit | commitdiff | tree |
2024-05-06 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree |
2024-05-05 |
Tom Lane | Release notes for 16.3, 15.7, 14.12, 13.15, 12.19. |
commit | commitdiff | tree |
2024-05-02 |
Peter Eisentraut | doc: Fix description of deterministic flag of CREATE... |
commit | commitdiff | tree |
2024-05-01 |
David Rowley | Ensure we allocate NAMEDATALEN bytes for names in Index... |
commit | commitdiff | tree |
2024-04-30 |
Tom Lane | Disallow converting a table to a view within an outer... |
commit | commitdiff | tree |
2024-04-29 |
Noah Misch | Close race condition between datfrozen and relfrozen... |
commit | commitdiff | tree |
2024-04-28 |
Tom Lane | Detect more overflows in timestamp[tz]_pl_interval. |
commit | commitdiff | tree |
2024-04-24 |
Tom Lane | Doc: fix minor oversight in ALTER DEFAULT PRIVILEGES... |
commit | commitdiff | tree |
2024-04-24 |
Peter Eisentraut | doc: Correct jsonpath string literal escapes description |
commit | commitdiff | tree |
2024-04-21 |
Tom Lane | Make postgres_fdw request remote time zone 'GMT' not... |
commit | commitdiff | tree |
2024-04-20 |
David Rowley | Doc: document cases where queryid is stable |
commit | commitdiff | tree |
next |