aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Explain dropdb can't use syscache because of TOASTTomas Vondra2024-08-19
* Fix regression in TLS session ticket disablingDaniel Gustafsson2024-08-19
* Fix harmless LC_COLLATE[_MASK] confusion.Thomas Munro2024-08-19
* Fix garbled process name on backend crashHeikki Linnakangas2024-08-19
* Fix more holes with SLRU code in need of int64 for segment numbersMichael Paquier2024-08-19
* Search for SLRU page only in its own bankAlvaro Herrera2024-08-18
* injection_points: Add stats for point caching and loadingMichael Paquier2024-08-19
* ci: Upgrade MacPorts version to 2.10.1.Thomas Munro2024-08-19
* doc: Fix typo in section for custom pgstatsMichael Paquier2024-08-19
* Fix DROP DATABASE for databases with many ACLsTomas Vondra2024-08-19
* Fix cpluspluscheck for pg_verifybackup.h.Thomas Munro2024-08-19
* Fix comments on wal_level=minimal, CREATE TABLESPACE and CREATE DATABASE.Noah Misch2024-08-18
* docs: fix incorrect plpgsql error messageBruce Momjian2024-08-16
* C comment: fix for commit b5a9b18cd0bBruce Momjian2024-08-16
* Relocate a badly placed Assert in COPY FROM codeDavid Rowley2024-08-17
* Further reduce dependence on -fwrapv semantics in jsonb.Nathan Bossart2024-08-16
* pg_verifybackup: Move some declarations to new pg_verifybackup.hRobert Haas2024-08-16
* pg_verifybackup: Move skip_checksums into verifier_context.Robert Haas2024-08-16
* Improve more comments in astreamer_gzip.c.Robert Haas2024-08-16
* libpq: Trace all messages received from the serverAlvaro Herrera2024-08-16
* Fix extraction of week and quarter fields from intervals.Tom Lane2024-08-16
* Remove dependence on -fwrapv semantics in jsonb.Nathan Bossart2024-08-16
* Remove incidental md5() function use from testPeter Eisentraut2024-08-16
* Relax fsyncing at end of a bulk load that was not WAL-loggedHeikki Linnakangas2024-08-16
* Refactor CopyOneRowToHeikki Linnakangas2024-08-16
* Remove unused 'cur_skey' argument from IndexScanOK()Heikki Linnakangas2024-08-16
* libpq: Fix minor TOCTOU violationPeter Eisentraut2024-08-16
* Add missing wait_for_catchup() to pg_visibility tap testAlexander Korotkov2024-08-16
* Fix GetStrictOldestNonRemovableTransactionId() on standbyAlexander Korotkov2024-08-16
* Remove dependence on -fwrapv semantics in a few places.Nathan Bossart2024-08-15
* Add 97add39c0 to .git-blame-ignore-revs.Tom Lane2024-08-15
* Clean up indentation and whitespace inconsistencies in ecpg.Tom Lane2024-08-15
* Do not hardcode PG_PROTOCOL_LATEST in NegotiateProtocolVersionRobert Haas2024-08-15
* Optimise numeric multiplication using base-NBASE^2 arithmetic.Dean Rasheed2024-08-15
* Extend mul_var_short() to 5 and 6-digit inputs.Dean Rasheed2024-08-15
* Variable renaming in dbcommands.cPeter Eisentraut2024-08-15
* Fix doc typo: unicode_assigned() return type.Jeff Davis2024-08-14
* Improve ALTER PUBLICATION validation and error messagesDavid Rowley2024-08-15
* Add a couple of recent commits to .git-blame-ignore-revs.Nathan Bossart2024-08-14
* libpq: Trace responses to SSLRequest and GSSENCRequestAlvaro Herrera2024-08-14
* Apply PGDLLIMPORT markings to some GUC variablesPeter Eisentraut2024-08-14
* Remove TRACE_SORT macroPeter Eisentraut2024-08-14
* Harmonize MinGW CODESET lookup with MSVC.Thomas Munro2024-08-14
* Add resource statistics reporting to ANALYZE VERBOSE.Masahiko Sawada2024-08-13
* Use pgBufferUsage for buffer usage tracking in analyze.Masahiko Sawada2024-08-13
* Include <xlocale.h> for macOS, take II.Thomas Munro2024-08-13
* Include <xlocale.h> for older macOS.Thomas Munro2024-08-13
* Use thread-safe nl_langinfo_l(), not nl_langinfo().Thomas Munro2024-08-13
* All POSIX systems have langinfo.h and CODESET.Thomas Munro2024-08-13
* Use errmsg_internal for debug messagesPeter Eisentraut2024-08-13