2023-05-22 |
Tom Lane | Spell the values of libpq's gssdelegation parameter... |
commit | commitdiff | tree |
2023-05-22 |
Bruce Momjian | doc: PG 16 relnotes, improve desc. of pg_log_standby_s... |
commit | commitdiff | tree |
2023-05-22 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree |
2023-05-22 |
Alvaro Herrera | pg_dump doc: mention 'long' is valid for --compress |
commit | commitdiff | tree |
2023-05-22 |
Bruce Momjian | doc: PG 16 relnotes, improve description of standby... |
commit | commitdiff | tree |
2023-05-22 |
Nathan Bossart | Rename some createuser options. |
commit | commitdiff | tree |
2023-05-22 |
Bruce Momjian | doc: PG 16 relnotes, misc merged items and bootstrap... |
commit | commitdiff | tree |
2023-05-21 |
Bruce Momjian | doc: PG 16 relnotes, misc. updates |
commit | commitdiff | tree |
2023-05-21 |
Tom Lane | In clause_is_computable_at(), test required_relids... |
commit | commitdiff | tree |
2023-05-21 |
Andres Freund | Remove over-eager assertion in ExtendBufferedRelTo() |
commit | commitdiff | tree |
2023-05-21 |
Andres Freund | Optimize walsender wake up logic using condition variables |
commit | commitdiff | tree |
2023-05-21 |
Bruce Momjian | doc: PG 16 relnotes, add commits |
commit | commitdiff | tree |
2023-05-21 |
Tom Lane | Doc: fix some rendering problems in the PDF docs build. |
commit | commitdiff | tree |
2023-05-21 |
Tom Lane | Expand some more uses of "deleg" to "delegation" or... |
commit | commitdiff | tree |
2023-05-21 |
Nathan Bossart | Fix remaining references to gss_accept_deleg. |
commit | commitdiff | tree |
2023-05-21 |
Bruce Momjian | rename "gss_accept_deleg" to "gss_accept_delegation". |
commit | commitdiff | tree |
2023-05-21 |
Bruce Momjian | doc: PG 16 relnotes, misc updates |
commit | commitdiff | tree |
2023-05-19 |
Tom Lane | Add 0245f8db3 to .git-blame-ignore-revs. |
commit | commitdiff | tree |
2023-05-19 |
Tom Lane | Pre-beta mechanical code beautification. |
commit | commitdiff | tree |
2023-05-19 |
Tom Lane | Make agreed-on updates in perltidy options. |
commit | commitdiff | tree |
2023-05-19 |
Tom Lane | Do pre-release housekeeping on catalog data. |
commit | commitdiff | tree |
2023-05-19 |
Tom Lane | Fix thinko in join removal. |
commit | commitdiff | tree |
2023-05-19 |
Tom Lane | Fix misbehavior of EvalPlanQual checks with multiple... |
commit | commitdiff | tree |
2023-05-19 |
Alvaro Herrera | psql: Tweak xheader_width and pager_min_lines input... |
commit | commitdiff | tree |
2023-05-19 |
Peter Eisentraut | Message style improvements |
commit | commitdiff | tree |
2023-05-19 |
Bruce Momjian | doc: PG 16 relnotes, delete reverted grant, adjust... |
commit | commitdiff | tree |
2023-05-19 |
Tomas Vondra | Allocate hash join files in a separate memory context |
commit | commitdiff | tree |
2023-05-19 |
Tomas Vondra | Describe hash join implementation |
commit | commitdiff | tree |
2023-05-19 |
Tom Lane | Avoid naming conflict between transactions.sql and... |
commit | commitdiff | tree |
2023-05-19 |
Peter Eisentraut | Remove stray mid-sentence tabs in comments |
commit | commitdiff | tree |
2023-05-19 |
Bruce Momjian | doc: PG 16 relnotes, merge REINDEX and reindexdb items |
commit | commitdiff | tree |
2023-05-19 |
Bruce Momjian | doc: PG 16 relnotes, add missing parentheses |
commit | commitdiff | tree |
2023-05-19 |
Peter Eisentraut | Move mdwriteback() to better place |
commit | commitdiff | tree |
2023-05-19 |
Peter Eisentraut | Reindent some comments |
commit | commitdiff | tree |
2023-05-19 |
Michael Paquier | pageinspect: Fix gist_page_items() with included columns |
commit | commitdiff | tree |
2023-05-19 |
Bruce Momjian | doc: improve pg_walinspect and role membership items |
commit | commitdiff | tree |
2023-05-19 |
Bruce Momjian | doc: improve description of adding roles as members |
commit | commitdiff | tree |
2023-05-19 |
Bruce Momjian | doc: update PG 16 relnotes for pg_walinspect changes |
commit | commitdiff | tree |
2023-05-19 |
Tomas Vondra | Show empty BRIN ranges in brin_page_items |
commit | commitdiff | tree |
2023-05-18 |
Tomas Vondra | Fix handling of empty ranges and NULLs in BRIN |
commit | commitdiff | tree |
2023-05-18 |
Bruce Momjian | doc: PG 16 relnotes, add freeze and update walinspect... |
commit | commitdiff | tree |
2023-05-18 |
Bruce Momjian | docs: re-order some PG 16 relnotes items |
commit | commitdiff | tree |
2023-05-18 |
Bruce Momjian | doc: more PG 16 relnote wording improvements |
commit | commitdiff | tree |
2023-05-18 |
Tomas Vondra | Fix handling of NULLs when merging BRIN summaries |
commit | commitdiff | tree |
2023-05-18 |
Bruce Momjian | doc: add more sections to PG 16 release notes |
commit | commitdiff | tree |
2023-05-18 |
Bruce Momjian | doc: first draft of the PG 16 release notes |
commit | commitdiff | tree |
2023-05-18 |
Jeff Davis | Fix documentation build broken by 1e16af8ab5. |
commit | commitdiff | tree |
2023-05-18 |
Jeff Davis | Doc improvements for language tags and custom ICU colla... |
commit | commitdiff | tree |
2023-05-18 |
Tom Lane | Tweak API of new function clause_is_computable_at(). |
commit | commitdiff | tree |
2023-05-17 |
Jeff Davis | ICU: check for U_STRING_NOT_TERMINATED_WARNING. |
commit | commitdiff | tree |
2023-05-17 |
Jeff Davis | Reduce icu_validation_level default to WARNING. |
commit | commitdiff | tree |
2023-05-17 |
Peter Eisentraut | Fix error message wordings |
commit | commitdiff | tree |
2023-05-17 |
Andres Freund | Add writeback to pg_stat_io |
commit | commitdiff | tree |
2023-05-17 |
Andres Freund | Update parameter name context to wb_context |
commit | commitdiff | tree |
2023-05-17 |
Andres Freund | Use BUFFER_USAGE_LIMIT to reduce needed test table... |
commit | commitdiff | tree |
2023-05-17 |
Alexander Korotkov | Revert "Add USER SET parameter values for pg_db_role_se... |
commit | commitdiff | tree |
2023-05-17 |
Alvaro Herrera | pg_dump: Error message improvements |
commit | commitdiff | tree |
2023-05-17 |
Alvaro Herrera | pg_dump: Have _EndLO report errno after CFH->write_func... |
commit | commitdiff | tree |
2023-05-17 |
Tom Lane | Track tlist_vinfo.varnullingrels even in non-Assert... |
commit | commitdiff | tree |
2023-05-17 |
Tom Lane | Fix some issues with improper placement of outer join... |
commit | commitdiff | tree |
2023-05-17 |
Tom Lane | Convert nullingrels match checks from Asserts to test... |
commit | commitdiff | tree |
2023-05-17 |
Tomas Vondra | Advance input pointer when LZ4 compressing data |
commit | commitdiff | tree |
2023-05-17 |
Tomas Vondra | Null-terminate the output buffer of LZ4Stream_gets |
commit | commitdiff | tree |
2023-05-17 |
Michael Paquier | Add back SQLValueFunction for SQL keywords |
commit | commitdiff | tree |
2023-05-16 |
Tom Lane | Ensure Soundex difference() function handles empty... |
commit | commitdiff | tree |
2023-05-16 |
Alvaro Herrera | libpq: Error message improvement |
commit | commitdiff | tree |
2023-05-16 |
Alvaro Herrera | Mark internal messages as no longer translatable |
commit | commitdiff | tree |
2023-05-16 |
Daniel Gustafsson | Fix reported runtime for single tests in pg_regress |
commit | commitdiff | tree |
2023-05-16 |
Michael Paquier | doc: Fix ordering of entries in wait event table for... |
commit | commitdiff | tree |
2023-05-16 |
Peter Eisentraut | libpq: Error message improvement |
commit | commitdiff | tree |
2023-05-16 |
Peter Eisentraut | psql: Adjust capitalization of table heading |
commit | commitdiff | tree |
2023-05-15 |
Michael Paquier | doc: Fix incorrect version list for Windows SDK |
commit | commitdiff | tree |
2023-05-15 |
Peter Eisentraut | Fix incorrect TAP test ordering |
commit | commitdiff | tree |
2023-05-15 |
Peter Eisentraut | Fix whitespace inconsistencies |
commit | commitdiff | tree |
2023-05-14 |
Thomas Munro | Fix wal_writer_flush_after initializer value. |
commit | commitdiff | tree |
2023-05-14 |
Thomas Munro | Rename io_direct to debug_io_direct. |
commit | commitdiff | tree |
2023-05-12 |
Nathan Bossart | Improve error message for pg_create_subscription. |
commit | commitdiff | tree |
2023-05-12 |
Tom Lane | Tighten usage of PSQL_WATCH_PAGER. |
commit | commitdiff | tree |
2023-05-12 |
Peter Eisentraut | initdb: Set collversion for standard collation UNICODE |
commit | commitdiff | tree |
2023-05-11 |
Tom Lane | Undo faulty attempt at not relying on RINFO_IS_PUSHED_DOWN. |
commit | commitdiff | tree |
2023-05-10 |
Peter Geoghegan | Doc: Fix link to fillfactor reloption. |
commit | commitdiff | tree |
2023-05-10 |
Alvaro Herrera | Fix publication syntax error message |
commit | commitdiff | tree |
2023-05-10 |
Peter Eisentraut | Add missing gettext triggers |
commit | commitdiff | tree |
2023-05-10 |
Michael Paquier | Fix assertion failure when updating stats_fetch_consist... |
commit | commitdiff | tree |
2023-05-10 |
Michael Paquier | Document values of stats_fetch_consistency in postgresq... |
commit | commitdiff | tree |
2023-05-09 |
Amit Kapila | Fix the race condition in the test case added by commit... |
commit | commitdiff | tree |
2023-05-09 |
Amit Kapila | Fix invalid memory access during the shutdown of the... |
commit | commitdiff | tree |
2023-05-09 |
Jeff Davis | Revert "ICU: do not convert locale 'C' to 'en-US-u... |
commit | commitdiff | tree |
2023-05-08 |
Peter Geoghegan | Doc: update VACUUM FREEZE query conflict guidance. |
commit | commitdiff | tree |
2023-05-08 |
Jeff Davis | ICU: do not convert locale 'C' to 'en-US-u-va-posix'. |
commit | commitdiff | tree |
2023-05-08 |
Tom Lane | Adjust sepgsql expected output for 681d9e462 et al. |
commit | commitdiff | tree |
2023-05-08 |
Tom Lane | Handle RLS dependencies in inlined set-returning functi... |
commit | commitdiff | tree |
2023-05-08 |
Noah Misch | Replace last PushOverrideSearchPath() call with set_con... |
commit | commitdiff | tree |
2023-05-08 |
Peter Eisentraut | Add missing source file to nls.mk |
commit | commitdiff | tree |
2023-05-08 |
Peter Eisentraut | pg_dump: Restore lost translation marker |
commit | commitdiff | tree |
2023-05-08 |
Michael Paquier | doc: Fix some markups in logical replication section |
commit | commitdiff | tree |
2023-05-08 |
Peter Eisentraut | pg_basebackup: Restore lost translation markers |
commit | commitdiff | tree |
2023-05-07 |
Tom Lane | Add ruleutils support for decompiling MERGE commands. |
commit | commitdiff | tree |
2023-05-05 |
Michael Paquier | Fix typo with wait event for SLRU buffer of commit... |
commit | commitdiff | tree |
2023-05-05 |
Alvaro Herrera | Fix sepgsql expected test output |
commit | commitdiff | tree |
next |