users/rhaas/postgres.git
2023-06-10 Peter Geoghegannbtree: Allocate new pages in separate function.
2023-06-10 Peter GeogheganAdd another old commit to git-blame-ignore-revs.
2023-06-10 Jeff DavisRevert "Fix search_path to a safe value during maintena...
2023-06-10 Andres Freundmeson: Add dependencies to perl modules to various...
2023-06-10 Bruce Momjiandoc: PG 16 relnotes, add author
2023-06-09 Jeff DavisFix search_path to a safe value during maintenance...
2023-06-09 Nathan BossartFix missing word in nbtree/README.
2023-06-09 Michael PaquierRefactor routine to find single log content pattern...
2023-06-09 Masahiko SawadaHonor run_as_owner option in tablesync worker.
2023-06-09 Michael PaquierRefactor log check logic for connect_ok/fails in Postgr...
2023-06-08 Tom LaneFix oversight in outer join removal.
2023-06-08 Tom LaneRe-allow INDEX_VAR as rt_index in ChangeVarNodes().
2023-06-08 Tom LaneFix small overestimation of base64 encoding output...
2023-06-08 Fujii Masaodoc: Fix example command for ALTER FOREIGN TABLE ....
2023-06-07 David RowleyDon't use _BitScanForward64/_BitScanReverse64 on 32...
2023-06-07 Tomas VondraUse per-tuple context in ExecGetAllUpdatedCols
2023-06-07 Peter Eisentrautdoc: Fix confusing positioning of notes in connection...
2023-06-07 Peter EisentrautRemove read-only server settings lc_collate and lc_ctype
2023-06-07 Amit KapilaReload configuration more frequently in apply worker.
2023-06-06 Heikki LinnakangasInitialize 'recordXtime' to silence compiler warning.
2023-06-05 Bruce Momjiandoc: PG 16 relnotes, fix PREPARE/EXECUTE wording
2023-06-05 Peter EisentrautRemove obsolete comment
2023-06-05 David RowleyDoc: unify use of timestamp with time zone vs timestamptz
2023-06-04 Tom LaneDoc: explain about dependency tracking for new-style...
2023-06-04 Tom LaneFix pg_dump's failure to honor dependencies of SQL...
2023-06-04 Tom LaneFix misuse of pg_log_info() for details/hints.
2023-06-03 Michael Paquierdoc: Add note to prevent server spoofing with SCRAM
2023-06-01 Bruce Momjiandoc: PG 16 relnotes, add psql \df+ source code change
2023-06-01 Bruce Momjiandoc: add missing "the" in LATERAL sentence.
2023-05-31 Bruce Momjiandoc: PG 16 relnotes, move memory item and reword OUTER...
2023-05-30 Bruce Momjiandoc: PG 16 relnotes, add memory overhead reduction...
2023-05-30 Bruce Momjiandoc: PG 16 relnotes, adjust subscription origin mention
2023-05-30 Bruce Momjiandoc: PG 16 relnotes, adjust auto_explain logging item
2023-05-30 Daniel Gustafssondoc: Add missing backend_type to pg_stat_activity
2023-05-29 Bruce Momjiandoc: PG 16 relnotes: adjust outer/full hash join parall...
2023-05-29 Bruce Momjiandoc: PG 16 relnotes, fix duplicate author and commit
2023-05-28 Bruce Momjiandoc: PG 16 relnotes, fix "locale" typo and windows...
2023-05-26 Jeff DavisICU: use uloc_getDefault() for initdb.
2023-05-26 Tom LaneFix joinclause removal logic to cope with cloned clauses.
2023-05-26 Jeff DavisDoc fixes for commit 1e16af8ab5.
2023-05-25 Peter Geoghegannbtree VACUUM: cope with right sibling link corruption.
2023-05-25 Tom LaneFix filtering of "cloned" outer-join quals some more.
2023-05-25 Daniel Gustafssondoc: fix typo in language tag documentation
2023-05-25 Daniel Gustafssondoc: Fix example query for pg_walinspect
2023-05-25 Alvaro HerreraFix pgbench in prepared mode with an empty pipeline
2023-05-25 Michael PaquierFix typo in TAP tests of vacuumdb
2023-05-25 Bruce Momjiandoc: PG 16 relnotes, add author from previous merge
2023-05-24 Bruce Momjiandoc: PG 16 relnotes, wording adjustments
2023-05-24 Bruce Momjiandoc: PG 16 relnotes, merge and move vector items
2023-05-24 Bruce Momjiandoc: PG 16 relnotes, update xid/subxid searches item
2023-05-24 Nathan BossartDocument deprecated createuser option.
2023-05-23 Tom LaneDoc: update src/tools/pginclude/README.
2023-05-23 Tom LaneFix the install rule for snowball_create.sql.
2023-05-23 Peter EisentrautUse lower case for icu_validation_level values
2023-05-23 Peter EisentrautPunctuation improvement in postgresql.conf.sample
2023-05-23 Peter EisentrautAdd newline at end of file
2023-05-23 Bruce Momjiandoc: PG 16 relnotes, SIMD improvements
2023-05-22 Tom LaneStamp 16beta1.
2023-05-22 Bruce Momjiandoc: PG 16 relnotes, add major features list
2023-05-22 Tom LaneSpell the values of libpq's gssdelegation parameter...
2023-05-22 Bruce Momjiandoc: PG 16 relnotes, improve desc. of pg_log_standby_s...
2023-05-22 Peter EisentrautTranslation updates
2023-05-22 Alvaro Herrerapg_dump doc: mention 'long' is valid for --compress
2023-05-22 Bruce Momjiandoc: PG 16 relnotes, improve description of standby...
2023-05-22 Nathan BossartRename some createuser options.
2023-05-22 Bruce Momjiandoc: PG 16 relnotes, misc merged items and bootstrap...
2023-05-21 Bruce Momjiandoc: PG 16 relnotes, misc. updates
2023-05-21 Tom LaneIn clause_is_computable_at(), test required_relids...
2023-05-21 Andres FreundRemove over-eager assertion in ExtendBufferedRelTo()
2023-05-21 Andres FreundOptimize walsender wake up logic using condition variables
2023-05-21 Bruce Momjiandoc: PG 16 relnotes, add commits
2023-05-21 Tom LaneDoc: fix some rendering problems in the PDF docs build.
2023-05-21 Tom LaneExpand some more uses of "deleg" to "delegation" or...
2023-05-21 Nathan BossartFix remaining references to gss_accept_deleg.
2023-05-21 Bruce Momjianrename "gss_accept_deleg" to "gss_accept_delegation".
2023-05-21 Bruce Momjiandoc: PG 16 relnotes, misc updates
2023-05-19 Tom LaneAdd 0245f8db3 to .git-blame-ignore-revs.
2023-05-19 Tom LanePre-beta mechanical code beautification.
2023-05-19 Tom LaneMake agreed-on updates in perltidy options.
2023-05-19 Tom LaneDo pre-release housekeeping on catalog data.
2023-05-19 Tom LaneFix thinko in join removal.
2023-05-19 Tom LaneFix misbehavior of EvalPlanQual checks with multiple...
2023-05-19 Alvaro Herrerapsql: Tweak xheader_width and pager_min_lines input...
2023-05-19 Peter EisentrautMessage style improvements
2023-05-19 Bruce Momjiandoc: PG 16 relnotes, delete reverted grant, adjust...
2023-05-19 Tomas VondraAllocate hash join files in a separate memory context
2023-05-19 Tomas VondraDescribe hash join implementation
2023-05-19 Tom LaneAvoid naming conflict between transactions.sql and...
2023-05-19 Peter EisentrautRemove stray mid-sentence tabs in comments
2023-05-19 Bruce Momjiandoc: PG 16 relnotes, merge REINDEX and reindexdb items
2023-05-19 Bruce Momjiandoc: PG 16 relnotes, add missing parentheses
2023-05-19 Peter EisentrautMove mdwriteback() to better place
2023-05-19 Peter EisentrautReindent some comments
2023-05-19 Michael Paquierpageinspect: Fix gist_page_items() with included columns
2023-05-19 Bruce Momjiandoc: improve pg_walinspect and role membership items
2023-05-19 Bruce Momjiandoc: improve description of adding roles as members
2023-05-19 Bruce Momjiandoc: update PG 16 relnotes for pg_walinspect changes
2023-05-19 Tomas VondraShow empty BRIN ranges in brin_page_items
2023-05-18 Tomas VondraFix handling of empty ranges and NULLs in BRIN
2023-05-18 Bruce Momjiandoc: PG 16 relnotes, add freeze and update walinspect...
next