2023-06-10 |
Peter Geoghegan | nbtree: Allocate new pages in separate function. |
commit | commitdiff | tree |
2023-06-10 |
Peter Geoghegan | Add another old commit to git-blame-ignore-revs. |
commit | commitdiff | tree |
2023-06-10 |
Jeff Davis | Revert "Fix search_path to a safe value during maintena... |
commit | commitdiff | tree |
2023-06-10 |
Andres Freund | meson: Add dependencies to perl modules to various... |
commit | commitdiff | tree |
2023-06-10 |
Bruce Momjian | doc: PG 16 relnotes, add author |
commit | commitdiff | tree |
2023-06-09 |
Jeff Davis | Fix search_path to a safe value during maintenance... |
commit | commitdiff | tree |
2023-06-09 |
Nathan Bossart | Fix missing word in nbtree/README. |
commit | commitdiff | tree |
2023-06-09 |
Michael Paquier | Refactor routine to find single log content pattern... |
commit | commitdiff | tree |
2023-06-09 |
Masahiko Sawada | Honor run_as_owner option in tablesync worker. |
commit | commitdiff | tree |
2023-06-09 |
Michael Paquier | Refactor log check logic for connect_ok/fails in Postgr... |
commit | commitdiff | tree |
2023-06-08 |
Tom Lane | Fix oversight in outer join removal. |
commit | commitdiff | tree |
2023-06-08 |
Tom Lane | Re-allow INDEX_VAR as rt_index in ChangeVarNodes(). |
commit | commitdiff | tree |
2023-06-08 |
Tom Lane | Fix small overestimation of base64 encoding output... |
commit | commitdiff | tree |
2023-06-08 |
Fujii Masao | doc: Fix example command for ALTER FOREIGN TABLE .... |
commit | commitdiff | tree |
2023-06-07 |
David Rowley | Don't use _BitScanForward64/_BitScanReverse64 on 32... |
commit | commitdiff | tree |
2023-06-07 |
Tomas Vondra | Use per-tuple context in ExecGetAllUpdatedCols |
commit | commitdiff | tree |
2023-06-07 |
Peter Eisentraut | doc: Fix confusing positioning of notes in connection... |
commit | commitdiff | tree |
2023-06-07 |
Peter Eisentraut | Remove read-only server settings lc_collate and lc_ctype |
commit | commitdiff | tree |
2023-06-07 |
Amit Kapila | Reload configuration more frequently in apply worker. |
commit | commitdiff | tree |
2023-06-06 |
Heikki Linnakangas | Initialize 'recordXtime' to silence compiler warning. |
commit | commitdiff | tree |
2023-06-05 |
Bruce Momjian | doc: PG 16 relnotes, fix PREPARE/EXECUTE wording |
commit | commitdiff | tree |
2023-06-05 |
Peter Eisentraut | Remove obsolete comment |
commit | commitdiff | tree |
2023-06-05 |
David Rowley | Doc: unify use of timestamp with time zone vs timestamptz |
commit | commitdiff | tree |
2023-06-04 |
Tom Lane | Doc: explain about dependency tracking for new-style... |
commit | commitdiff | tree |
2023-06-04 |
Tom Lane | Fix pg_dump's failure to honor dependencies of SQL... |
commit | commitdiff | tree |
2023-06-04 |
Tom Lane | Fix misuse of pg_log_info() for details/hints. |
commit | commitdiff | tree |
2023-06-03 |
Michael Paquier | doc: Add note to prevent server spoofing with SCRAM |
commit | commitdiff | tree |
2023-06-01 |
Bruce Momjian | doc: PG 16 relnotes, add psql \df+ source code change |
commit | commitdiff | tree |
2023-06-01 |
Bruce Momjian | doc: add missing "the" in LATERAL sentence. |
commit | commitdiff | tree |
2023-05-31 |
Bruce Momjian | doc: PG 16 relnotes, move memory item and reword OUTER... |
commit | commitdiff | tree |
2023-05-30 |
Bruce Momjian | doc: PG 16 relnotes, add memory overhead reduction... |
commit | commitdiff | tree |
2023-05-30 |
Bruce Momjian | doc: PG 16 relnotes, adjust subscription origin mention |
commit | commitdiff | tree |
2023-05-30 |
Bruce Momjian | doc: PG 16 relnotes, adjust auto_explain logging item |
commit | commitdiff | tree |
2023-05-30 |
Daniel Gustafsson | doc: Add missing backend_type to pg_stat_activity |
commit | commitdiff | tree |
2023-05-29 |
Bruce Momjian | doc: PG 16 relnotes: adjust outer/full hash join parall... |
commit | commitdiff | tree |
2023-05-29 |
Bruce Momjian | doc: PG 16 relnotes, fix duplicate author and commit |
commit | commitdiff | tree |
2023-05-28 |
Bruce Momjian | doc: PG 16 relnotes, fix "locale" typo and windows... |
commit | commitdiff | tree |
2023-05-26 |
Jeff Davis | ICU: use uloc_getDefault() for initdb. |
commit | commitdiff | tree |
2023-05-26 |
Tom Lane | Fix joinclause removal logic to cope with cloned clauses. |
commit | commitdiff | tree |
2023-05-26 |
Jeff Davis | Doc fixes for commit 1e16af8ab5. |
commit | commitdiff | tree |
2023-05-25 |
Peter Geoghegan | nbtree VACUUM: cope with right sibling link corruption. |
commit | commitdiff | tree |
2023-05-25 |
Tom Lane | Fix filtering of "cloned" outer-join quals some more. |
commit | commitdiff | tree |
2023-05-25 |
Daniel Gustafsson | doc: fix typo in language tag documentation |
commit | commitdiff | tree |
2023-05-25 |
Daniel Gustafsson | doc: Fix example query for pg_walinspect |
commit | commitdiff | tree |
2023-05-25 |
Alvaro Herrera | Fix pgbench in prepared mode with an empty pipeline |
commit | commitdiff | tree |
2023-05-25 |
Michael Paquier | Fix typo in TAP tests of vacuumdb |
commit | commitdiff | tree |
2023-05-25 |
Bruce Momjian | doc: PG 16 relnotes, add author from previous merge |
commit | commitdiff | tree |
2023-05-24 |
Bruce Momjian | doc: PG 16 relnotes, wording adjustments |
commit | commitdiff | tree |
2023-05-24 |
Bruce Momjian | doc: PG 16 relnotes, merge and move vector items |
commit | commitdiff | tree |
2023-05-24 |
Bruce Momjian | doc: PG 16 relnotes, update xid/subxid searches item |
commit | commitdiff | tree |
2023-05-24 |
Nathan Bossart | Document deprecated createuser option. |
commit | commitdiff | tree |
2023-05-23 |
Tom Lane | Doc: update src/tools/pginclude/README. |
commit | commitdiff | tree |
2023-05-23 |
Tom Lane | Fix the install rule for snowball_create.sql. |
commit | commitdiff | tree |
2023-05-23 |
Peter Eisentraut | Use lower case for icu_validation_level values |
commit | commitdiff | tree |
2023-05-23 |
Peter Eisentraut | Punctuation improvement in postgresql.conf.sample |
commit | commitdiff | tree |
2023-05-23 |
Peter Eisentraut | Add newline at end of file |
commit | commitdiff | tree |
2023-05-23 |
Bruce Momjian | doc: PG 16 relnotes, SIMD improvements |
commit | commitdiff | tree |
2023-05-22 |
Tom Lane | Stamp 16beta1. |
commit | commitdiff | tree |
2023-05-22 |
Bruce Momjian | doc: PG 16 relnotes, add major features list |
commit | commitdiff | tree |
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 |
next |