| 2022-09-08 |
Thomas Munro | Fix recovery_prefetch with low maintenance_io_concurrency. |
commit | commitdiff | tree |
| 2022-09-07 |
Alvaro Herrera | Message style fixes |
commit | commitdiff | tree |
| 2022-09-07 |
Amit Kapila | Doc: Explain about Column List feature. |
commit | commitdiff | tree |
| 2022-09-06 |
Tom Lane | Fix new pg_publication_tables query. |
commit | commitdiff | tree |
| 2022-09-05 |
Tom Lane | Stamp 15beta4. REL_15_BETA4 |
commit | commitdiff | tree |
| 2022-09-05 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree |
| 2022-09-05 |
David Rowley | Doc: clarify partitioned table limitations |
commit | commitdiff | tree |
| 2022-09-04 |
Tomas Vondra | Reinstate tests accidentally removed by e3fcca0d0d |
commit | commitdiff | tree |
| 2022-09-04 |
Tomas Vondra | Force parallelism in partition_aggregate |
commit | commitdiff | tree |
| 2022-09-03 |
Michael Paquier | doc: Fix two queries related to jsonb functions |
commit | commitdiff | tree |
| 2022-09-03 |
Bruce Momjian | doc: simplify docs about analyze and inheritance/parti... |
commit | commitdiff | tree |
| 2022-09-03 |
Bruce Momjian | doc: clarify recursion internal behavior |
commit | commitdiff | tree |
| 2022-09-03 |
Bruce Momjian | relnotes: improve collation check and ICU items |
commit | commitdiff | tree |
| 2022-09-03 |
Thomas Munro | Fix cache invalidation bug in recovery_prefetch. |
commit | commitdiff | tree |
| 2022-09-02 |
Amit Kapila | Doc: fix column list vs. replica identity rules. |
commit | commitdiff | tree |
| 2022-09-02 |
Etsuro Fujita | Doc: Update struct Trigger definition. |
commit | commitdiff | tree |
| 2022-09-01 |
Andrew Dunstan | Revert SQL/JSON features |
commit | commitdiff | tree |
| 2022-09-01 |
David Rowley | Fix some possibly latent bugs in slab.c |
commit | commitdiff | tree |
| 2022-09-01 |
Bruce Momjian | doc: in create statistics docs, mention analyze for... |
commit | commitdiff | tree |
| 2022-09-01 |
Bruce Momjian | doc: mention "bloom" as a possible index access method |
commit | commitdiff | tree |
| 2022-09-01 |
Bruce Momjian | doc: use FILTER in aggregate example |
commit | commitdiff | tree |
| 2022-09-01 |
Bruce Momjian | doc: clarify that pgcrypto's gen_random_uuid calls... |
commit | commitdiff | tree |
| 2022-09-01 |
Bruce Momjian | doc: split out the NATURAL/CROSS JOIN in SELECT syntax |
commit | commitdiff | tree |
| 2022-09-01 |
Bruce Momjian | doc: warn of SECURITY DEFINER schemas for non-sql_body... |
commit | commitdiff | tree |
| 2022-09-01 |
Bruce Momjian | doc: mention that SET TIME ZONE often needs to be... |
commit | commitdiff | tree |
| 2022-08-31 |
Bruce Momjian | doc: document the maximum char/varchar length value |
commit | commitdiff | tree |
| 2022-08-31 |
Bruce Momjian | doc: show direction is optional in FETCH/MOVE's FROM... |
commit | commitdiff | tree |
| 2022-08-31 |
Bruce Momjian | doc: simplify WITH clause syntax in CREATE DATABASE |
commit | commitdiff | tree |
| 2022-08-31 |
Tom Lane | Prevent long-term memory leakage in autovacuum launcher. |
commit | commitdiff | tree |
| 2022-08-31 |
Tom Lane | In the Snowball dictionary, don't try to stem excessive... |
commit | commitdiff | tree |
| 2022-08-31 |
Peter Eisentraut | plpython: Don't create pgxsdir subdirectory in installd... |
commit | commitdiff | tree |
| 2022-08-30 |
Tom Lane | On NetBSD, force dynamic symbol resolution at postmaste... |
commit | commitdiff | tree |
| 2022-08-29 |
Robert Haas | Prevent WAL corruption after a standby promotion. |
commit | commitdiff | tree |
| 2022-08-28 |
Tom Lane | Doc: fix example of recursive query. |
commit | commitdiff | tree |
| 2022-08-28 |
John Naylor | Switch format specifier for replication origins to %d |
commit | commitdiff | tree |
| 2022-08-27 |
Michael Paquier | Use correct connection for cancellation in frontend... |
commit | commitdiff | tree |
| 2022-08-26 |
Peter Eisentraut | Remove obsolete comment |
commit | commitdiff | tree |
| 2022-08-26 |
Etsuro Fujita | Fix typo in comment. |
commit | commitdiff | tree |
| 2022-08-25 |
Peter Eisentraut | libpq code should use libpq_gettext(), not _() |
commit | commitdiff | tree |
| 2022-08-25 |
Jeff Davis | Fix doc oversight for custom WAL resource managers. |
commit | commitdiff | tree |
| 2022-08-25 |
Peter Eisentraut | Update another comment still referring to pg_start... |
commit | commitdiff | tree |
| 2022-08-25 |
Peter Eisentraut | pg_dump: Fix new ICU tests |
commit | commitdiff | tree |
| 2022-08-24 |
Michael Paquier | Fix code comments still referring to pg_start/stop_backup() |
commit | commitdiff | tree |
| 2022-08-24 |
Peter Eisentraut | pg_dump: Dump colliculocale |
commit | commitdiff | tree |
| 2022-08-24 |
Tom Lane | Defend against stack overrun in a few more places. |
commit | commitdiff | tree |
| 2022-08-24 |
David Rowley | Doc: remove duplicate "a" from func.sgml |
commit | commitdiff | tree |
| 2022-08-24 |
Peter Eisentraut | Fix ICU locale option handling in CREATE DATABASE |
commit | commitdiff | tree |
| 2022-08-23 |
Peter Eisentraut | Message style adjustment |
commit | commitdiff | tree |
| 2022-08-23 |
Tom Lane | Doc: document possible need to raise kernel's somaxconn... |
commit | commitdiff | tree |
| 2022-08-23 |
Tom Lane | Doc: prefer sysctl to /proc/sys in docs and comments. |
commit | commitdiff | tree |
| 2022-08-23 |
Amit Kapila | Add CHECK_FOR_INTERRUPTS while decoding changes. |
commit | commitdiff | tree |
| 2022-08-23 |
Andres Freund | pgstat: Acquire lock when reading variable-numbered... |
commit | commitdiff | tree |
| 2022-08-22 |
Peter Eisentraut | Fix assertion failure in CREATE DATABASE |
commit | commitdiff | tree |
| 2022-08-22 |
Peter Eisentraut | pg_upgrade: Fix thinko in database info acquisition... |
commit | commitdiff | tree |
| 2022-08-22 |
Amit Kapila | Use logical operator && instead of & in vacuumparallel.c. |
commit | commitdiff | tree |
| 2022-08-19 |
David Rowley | Remove shadowed local variables that are new in v15 |
commit | commitdiff | tree |
| 2022-08-19 |
Peter Geoghegan | Avoid reltuples distortion in very small tables. |
commit | commitdiff | tree |
| 2022-08-19 |
Michael Paquier | doc: Improve some markups and some wording around archi... |
commit | commitdiff | tree |
| 2022-08-19 |
Peter Geoghegan | Initialize index stats during parallel VACUUM. |
commit | commitdiff | tree |
| 2022-08-18 |
Jeff Davis | Use correct LSN for error reporting in pg_walinspect |
commit | commitdiff | tree |
| 2022-08-18 |
Tom Lane | Fix subtly-incorrect matching of parent and child parti... |
commit | commitdiff | tree |
| 2022-08-18 |
Robert Haas | When using the WAL-logged CREATE DATABASE strategy... |
commit | commitdiff | tree |
| 2022-08-18 |
Peter Eisentraut | Simplify and clarify an error message |
commit | commitdiff | tree |
| 2022-08-18 |
John Naylor | Refer to replication origin roident as "ID" in user... |
commit | commitdiff | tree |
| 2022-08-17 |
Michael Paquier | Allow event trigger table_rewrite for ALTER MATERIALIZE... |
commit | commitdiff | tree |
| 2022-08-16 |
Tomas Vondra | Fix assert in logicalmsg_desc |
commit | commitdiff | tree |
| 2022-08-16 |
Daniel Gustafsson | doc: Remove reference to tty libpq connstring param |
commit | commitdiff | tree |
| 2022-08-16 |
Daniel Gustafsson | doc: Add missing parenthesis to keycombo |
commit | commitdiff | tree |
| 2022-08-16 |
Amit Kapila | Fix replica identity check for a partitioned table. |
commit | commitdiff | tree |
| 2022-08-16 |
Tatsuo Ishii | doc: fix wrong tag used in create sequence manual. |
commit | commitdiff | tree |
| 2022-08-15 |
Tom Lane | Add missing bad-PGconn guards in libpq entry points. |
commit | commitdiff | tree |
| 2022-08-15 |
Michael Paquier | Fix outdated --help message for postgres -f |
commit | commitdiff | tree |
| 2022-08-14 |
Tom Lane | Preserve memory context of VarStringSortSupport buffers. |
commit | commitdiff | tree |
| 2022-08-13 |
Tom Lane | Avoid misbehavior when hash_table_bytes < bucket_size. |
commit | commitdiff | tree |
| 2022-08-13 |
Tom Lane | Catch stack overflow when recursing in transformFromCla... |
commit | commitdiff | tree |
| 2022-08-13 |
Peter Eisentraut | Add missing fields to _outConstraint() |
commit | commitdiff | tree |
| 2022-08-12 |
Peter Eisentraut | pg_upgrade: Fix some minor code issues |
commit | commitdiff | tree |
| 2022-08-12 |
Bruce Momjian | doc: add missing role attributes to user management... |
commit | commitdiff | tree |
| 2022-08-12 |
Bruce Momjian | doc: add section about heap-only tuples (HOT) |
commit | commitdiff | tree |
| 2022-08-12 |
Bruce Momjian | doc: warn about security issues around log files |
commit | commitdiff | tree |
| 2022-08-12 |
Bruce Momjian | doc: clarify configuration file for Windows builds |
commit | commitdiff | tree |
| 2022-08-12 |
Bruce Momjian | doc: document the CREATE INDEX "USING" clause |
commit | commitdiff | tree |
| 2022-08-12 |
Bruce Momjian | doc: clarify CREATE TABLE AS ... IF NOT EXISTS |
commit | commitdiff | tree |
| 2022-08-12 |
Bruce Momjian | doc: improve wal_level docs for the 'minimal' level |
commit | commitdiff | tree |
| 2022-08-12 |
Bruce Momjian | doc: clarify DROP EXTENSION dependent members text |
commit | commitdiff | tree |
| 2022-08-12 |
Robert Haas | Avoid using a fake relcache entry to own an SmgrRelation. |
commit | commitdiff | tree |
| 2022-08-12 |
Alvaro Herrera | MERGE docs adjustments |
commit | commitdiff | tree |
| 2022-08-12 |
Alvaro Herrera | Reject MERGE in CTEs and COPY |
commit | commitdiff | tree |
| 2022-08-12 |
Peter Eisentraut | Fix _outConstraint() for "identity" constraints |
commit | commitdiff | tree |
| 2022-08-12 |
Amit Kapila | Back-Patch "Add wait_for_subscription_sync for TAP... |
commit | commitdiff | tree |
| 2022-08-11 |
Peter Eisentraut | Add missing space in _outA_Const() output |
commit | commitdiff | tree |
| 2022-08-11 |
Amit Kapila | Fix catalog lookup with the wrong snapshot during logic... |
commit | commitdiff | tree |
| 2022-08-10 |
Robert Haas | Move basebackup code to new directory src/backend/backup |
commit | commitdiff | tree |
| 2022-08-10 |
Tom Lane | Fix handling of R/W expanded datums that are passed... |
commit | commitdiff | tree |
| 2022-08-10 |
Daniel Gustafsson | Fix typo in test_oat_hooks README |
commit | commitdiff | tree |
| 2022-08-10 |
Amit Kapila | Improve the protocol message descriptions for 2PC logic... |
commit | commitdiff | tree |
| 2022-08-10 |
Bruce Momjian | doc: mention that COPY MATCH requires columns _in_... |
commit | commitdiff | tree |
| 2022-08-08 |
Tom Lane | Stamp 15beta3. REL_15_BETA3 |
commit | commitdiff | tree |
| 2022-08-08 |
Tom Lane | Stabilize output of new regression test. |
commit | commitdiff | tree |
| 2022-08-08 |
Tom Lane | In extensions, don't replace objects not belonging... |
commit | commitdiff | tree |
| next |