| 2022-05-19 |
Tom Lane | Doc: clarify location of libpq's default service file... |
commit | commitdiff | tree |
| 2022-05-19 |
Alvaro Herrera | Repurpose PROC_COPYABLE_FLAGS as PROC_XMIN_FLAGS |
commit | commitdiff | tree |
| 2022-05-19 |
Andrew Dunstan | Rework SQL/JSON documentation |
commit | commitdiff | tree |
| 2022-05-19 |
Peter Eisentraut | doc: Properly punctuate "etc." |
commit | commitdiff | tree |
| 2022-05-19 |
David Rowley | Fix incorrect comments for Memoize struct |
commit | commitdiff | tree |
| 2022-05-19 |
Amit Kapila | Extend pg_publication_tables to display column list... |
commit | commitdiff | tree |
| 2022-05-18 |
Alvaro Herrera | Update xml_1.out and xml_2.out |
commit | commitdiff | tree |
| 2022-05-18 |
Alvaro Herrera | Fix EXPLAIN MERGE output when no tuples are processed |
commit | commitdiff | tree |
| 2022-05-18 |
Alvaro Herrera | Check column list length in XMLTABLE/JSON_TABLE alias |
commit | commitdiff | tree |
| 2022-05-18 |
Alvaro Herrera | Make EXPLAIN MERGE output format more compact |
commit | commitdiff | tree |
| 2022-05-18 |
Peter Eisentraut | Fix markup in synopsis |
commit | commitdiff | tree |
| 2022-05-18 |
Michael Paquier | pgbench: Restore compatibility of --partitions=0 |
commit | commitdiff | tree |
| 2022-05-18 |
Michael Paquier | Fix typo in walreceiver.c |
commit | commitdiff | tree |
| 2022-05-16 |
Tom Lane | Stamp 15beta1. |
commit | commitdiff | tree |
| 2022-05-16 |
Bruce Momjian | relnotes: improve updated UTF8 item wording |
commit | commitdiff | tree |
| 2022-05-16 |
Bruce Momjian | relnotes: improve UTF8 text item in relation to ASCII |
commit | commitdiff | tree |
| 2022-05-16 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree |
| 2022-05-16 |
Peter Eisentraut | pg_upgrade: Add missing gettext triggers |
commit | commitdiff | tree |
| 2022-05-16 |
Peter Eisentraut | pg_upgrade: Add missing gettext triggers |
commit | commitdiff | tree |
| 2022-05-16 |
David Rowley | Fix incorrect row estimates used for Memoize costing |
commit | commitdiff | tree |
| 2022-05-14 |
Alvaro Herrera | Add link to HBA docs in initdb --auth documentation |
commit | commitdiff | tree |
| 2022-05-14 |
Alvaro Herrera | Add link to initdb in pg_hba.conf docs |
commit | commitdiff | tree |
| 2022-05-13 |
Thomas Munro | Fix slow animal timeouts in 032_relfilenode_reuse.pl. |
commit | commitdiff | tree |
| 2022-05-13 |
Michael Paquier | Fix comment in pg_proc.c |
commit | commitdiff | tree |
| 2022-05-13 |
Alvaro Herrera | Clean up newlines following left parentheses |
commit | commitdiff | tree |
| 2022-05-13 |
Bruce Momjian | relnotes: add null logical replication item |
commit | commitdiff | tree |
| 2022-05-13 |
Tom Lane | Rename JsonIsPredicate.value_type, fix JSON backend... |
commit | commitdiff | tree |
| 2022-05-13 |
Peter Eisentraut | Indent protocol.sgml |
commit | commitdiff | tree |
| 2022-05-13 |
Robert Haas | Add a new shmem_request_hook hook. |
commit | commitdiff | tree |
| 2022-05-13 |
Etsuro Fujita | Doc: Improve description of the "parallel_commit" optio... |
commit | commitdiff | tree |
| 2022-05-13 |
Peter Eisentraut | Indent C code in flex and bison files |
commit | commitdiff | tree |
| 2022-05-13 |
Andres Freund | Don't report stats in LogicalRepApplyLoop() when in... |
commit | commitdiff | tree |
| 2022-05-13 |
Michael Paquier | Remove PGDLLIMPORT marker from __pg_log_level |
commit | commitdiff | tree |
| 2022-05-12 |
Andres Freund | Remove function declaration for function in pg_proc. |
commit | commitdiff | tree |
| 2022-05-12 |
Andres Freund | Add missing binary_upgrade.h includes. |
commit | commitdiff | tree |
| 2022-05-12 |
Andres Freund | Add 'static' to file-local variables missing it. |
commit | commitdiff | tree |
| 2022-05-12 |
Andres Freund | Add missing 'extern' to function prototypes. |
commit | commitdiff | tree |
| 2022-05-12 |
Tom Lane | Do pre-release housekeeping on catalog data. |
commit | commitdiff | tree |
| 2022-05-12 |
Tom Lane | Add 23e7b38bf to git-blame-ignore-revs. |
commit | commitdiff | tree |
| 2022-05-12 |
Tom Lane | Pre-beta mechanical code beautification. |
commit | commitdiff | tree |
| 2022-05-12 |
Tom Lane | libpq: drop pending pipelined commands in pqDropConnect... |
commit | commitdiff | tree |
| 2022-05-12 |
Andres Freund | Mark a few 'bbsink' related functions / variables static. |
commit | commitdiff | tree |
| 2022-05-12 |
Tom Lane | Make pull_var_clause() handle GroupingFuncs exactly... |
commit | commitdiff | tree |
| 2022-05-12 |
Bruce Momjian | relnotes: adjust several logical replication items... |
commit | commitdiff | tree |
| 2022-05-12 |
Etsuro Fujita | postgres_fdw: Update comments in make_new_connection(). |
commit | commitdiff | tree |
| 2022-05-12 |
Michael Paquier | Add some missing PGDLLIMPORT markings |
commit | commitdiff | tree |
| 2022-05-12 |
Bruce Momjian | relnotes: mention non-exclusive backup mode was deprecated |
commit | commitdiff | tree |
| 2022-05-12 |
John Naylor | Use correct datum macros in more tuplesort specializati... |
commit | commitdiff | tree |
| 2022-05-12 |
Bruce Momjian | relnotes: add author to in-memory sorts item |
commit | commitdiff | tree |
| 2022-05-12 |
Bruce Momjian | relnotes: update for non-exclusive backup mode removal |
commit | commitdiff | tree |
| 2022-05-12 |
Bruce Momjian | relnote: improve sorting entries |
commit | commitdiff | tree |
| 2022-05-11 |
Robert Haas | Remove non-functional code for unloading loadable modules. |
commit | commitdiff | tree |
| 2022-05-11 |
Bruce Momjian | relnotes: adjustments from Álvaro Herrera |
commit | commitdiff | tree |
| 2022-05-11 |
Bruce Momjian | relnotes: update foreign key partition and add sort... |
commit | commitdiff | tree |
| 2022-05-11 |
Michael Paquier | Fix typos and grammar in code and test comments |
commit | commitdiff | tree |
| 2022-05-11 |
Thomas Munro | Add logging for excessive ProcSignalBarrier waits. |
commit | commitdiff | tree |
| 2022-05-11 |
Amit Kapila | Fix the logical replication timeout during large transa... |
commit | commitdiff | tree |
| 2022-05-11 |
Michael Paquier | Silence extra logging when using "postgres -C" on runti... |
commit | commitdiff | tree |
| 2022-05-11 |
Peter Eisentraut | Add missing source files to nls.mk |
commit | commitdiff | tree |
| 2022-05-11 |
Bruce Momjian | relnotes: more adjustments |
commit | commitdiff | tree |
| 2022-05-11 |
Bruce Momjian | relnotes: logical replication permissions checked... |
commit | commitdiff | tree |
| 2022-05-11 |
Bruce Momjian | relnotes: adjustments |
commit | commitdiff | tree |
| 2022-05-11 |
Michael Paquier | Improve setup of environment values for commands in... |
commit | commitdiff | tree |
| 2022-05-10 |
David Rowley | Fix some incorrect preprocessor tests in tuplesort... |
commit | commitdiff | tree |
| 2022-05-10 |
Tom Lane | configure: don't probe for libldap_r if libldap is... |
commit | commitdiff | tree |
| 2022-05-10 |
Bruce Momjian | relnotes: adjust sections for various items |
commit | commitdiff | tree |
| 2022-05-10 |
Bruce Momjian | relnote: add ARM64 spinlock item |
commit | commitdiff | tree |
| 2022-05-10 |
Bruce Momjian | relnotes: remove sequence replication and update ... |
commit | commitdiff | tree |
| 2022-05-10 |
Bruce Momjian | relnote: extensive updates |
commit | commitdiff | tree |
| 2022-05-10 |
Peter Eisentraut | Formatting and punctuation improvements in sample confi... |
commit | commitdiff | tree |
| 2022-05-10 |
Peter Eisentraut | Remove some tabs in SQL code in C string literals |
commit | commitdiff | tree |
| 2022-05-10 |
Peter Eisentraut | doc: Update SQL keywords for SQL:2016 technical corrigenda |
commit | commitdiff | tree |
| 2022-05-10 |
Bruce Momjian | relnotes: "training" -> "trailing" |
commit | commitdiff | tree |
| 2022-05-10 |
Bruce Momjian | doc: first draft of PG 15 release notes |
commit | commitdiff | tree |
| 2022-05-10 |
Michael Paquier | Fix several issues with the TAP tests of pg_upgrade |
commit | commitdiff | tree |
| 2022-05-09 |
Tom Lane | Fix core dump in transformValuesClause when there are... |
commit | commitdiff | tree |
| 2022-05-09 |
Tom Lane | Revert "Disallow infinite endpoints in generate_series... |
commit | commitdiff | tree |
| 2022-05-09 |
Noah Misch | In REFRESH MATERIALIZED VIEW, set user ID before runnin... |
commit | commitdiff | tree |
| 2022-05-09 |
Noah Misch | Make relation-enumerating operations be security-restri... |
commit | commitdiff | tree |
| 2022-05-09 |
Peter Eisentraut | Add missing source files to nls.mk |
commit | commitdiff | tree |
| 2022-05-08 |
Michael Paquier | Fix control file update done in restartpoints still... |
commit | commitdiff | tree |
| 2022-05-08 |
Thomas Munro | Fix race in 032_relfilenode_reuse.pl. |
commit | commitdiff | tree |
| 2022-05-07 |
Noah Misch | Under has_wal_read_bug, skip contrib/bloom/t/001_wal.pl. |
commit | commitdiff | tree |
| 2022-05-07 |
Thomas Munro | Fix old-fd issues using global barriers everywhere. |
commit | commitdiff | tree |
| 2022-05-07 |
Thomas Munro | Rethink PROCSIGNAL_BARRIER_SMGRRELEASE. |
commit | commitdiff | tree |
| 2022-05-06 |
Robert Haas | Fix misleading comments about background worker registr... |
commit | commitdiff | tree |
| 2022-05-06 |
Daniel Gustafsson | pgcrypto: remove questionmark from error message |
commit | commitdiff | tree |
| 2022-05-06 |
Daniel Gustafsson | pgcrypto: report init errors as PXE_CIPHER_INIT |
commit | commitdiff | tree |
| 2022-05-06 |
Daniel Gustafsson | Clear the OpenSSL error queue before cryptohash operations |
commit | commitdiff | tree |
| 2022-05-06 |
Michael Paquier | Fix typo in origin.c |
commit | commitdiff | tree |
| 2022-05-06 |
Peter Eisentraut | Update SQL features |
commit | commitdiff | tree |
| 2022-05-06 |
Peter Eisentraut | Fix some whitespace in documentation markup |
commit | commitdiff | tree |
| 2022-05-06 |
Peter Eisentraut | doc: Fix typos |
commit | commitdiff | tree |
| 2022-05-05 |
Tom Lane | Update time zone data files to tzdata release 2022a. |
commit | commitdiff | tree |
| 2022-05-04 |
Andres Freund | Fix timing issue in deadlock recovery conflict test. |
commit | commitdiff | tree |
| 2022-05-04 |
Tom Lane | Fix rowcount estimate for SubqueryScan that's under... |
commit | commitdiff | tree |
| 2022-05-04 |
Peter Eisentraut | Remove JsonPathSpec typedef |
commit | commitdiff | tree |
| 2022-05-04 |
Peter Eisentraut | Add missing enum tag in enum used in nodes |
commit | commitdiff | tree |
| 2022-05-04 |
Peter Eisentraut | Simplify configure test |
commit | commitdiff | tree |
| 2022-05-04 |
Daniel Gustafsson | Rename libpq test programs with libpq_ prefix |
commit | commitdiff | tree |
| next |