users/rhaas/postgres.git
2023-07-10 Robert Haasimprove comment pgfruit
2023-06-23 Robert Haaspgfruit: Demonstration of how to synchronize table...
2023-06-22 Amit KapilaDoc: Clarify the behavior of triggers/rules in a logica...
2023-06-22 David RowleyDoc: mention that extended stats aren't used for joins
2023-06-22 Peter Geoghegannbtree VACUUM: cope with topparent inconsistencies.
2023-06-21 Bruce Momjiandoc: update PG history as over "three decades"
2023-06-21 Jeff DavisICU: do not convert locale 'C' to 'en-US-u-va-posix'.
2023-06-21 Jeff Davisinitdb: change default --locale-provider back to libc.
2023-06-21 Tom LaneAvoid Assert failure when processing empty statement...
2023-06-21 Peter EisentrautAllow and require passing files on command line of...
2023-06-21 Michael PaquierDisable use of archiving in 009_twophase.pl
2023-06-21 Amit KapilaFix the errhint message and docs for drop subscription...
2023-06-20 Nathan BossartMove bool parameter for vacuum_rel() to option bits.
2023-06-20 Tom LaneFix hash join when inner hashkey expressions contain...
2023-06-20 Bruce Momjiandocs: adjust tag indenting and add MERGE mention
2023-06-20 Tom LaneFix another cause of "wrong varnullingrels" planner...
2023-06-20 Tom LaneDon't include outer join relids in lateral_relids bitma...
2023-06-20 Tom LaneCentralize fixups for mismatched nullingrels in nestloo...
2023-06-20 Tom LaneAdd b334612b8 to .git-blame-ignore-revs.
2023-06-20 Tom LanePre-beta2 mechanical code beautification.
2023-06-20 Jeff Davistest_extensions: make meson.build consistent with Makefile.
2023-06-20 Michael PaquierEnable archiving in recovery TAP test 009_twophase.pl
2023-06-19 Andres Freundfd.c: Retry after EINTR in more places
2023-06-19 Jeff Davispg_regress: for --no-locale, use LOCALE='C'.
2023-06-19 David RowleyDon't use partial unique indexes for unique proofs...
2023-06-16 Jeff DavisCREATE DATABASE: make LOCALE apply to all collation...
2023-06-16 Peter Eisentrautlibpq: Add missing gettext trigger
2023-06-16 Masahiko SawadaAdd missing pg_basebackup TAP test for meson.
2023-06-16 Amit LangoteFix typo in comment.
2023-06-15 Tom LaneWhen removing a left join, clean out references in...
2023-06-15 Amit LangoteRemove outdated reference to a removed file
2023-06-15 Peter Eisentrautlibpq: Fix up some error message coding
2023-06-15 Michael PaquierAdd missing subscription TAP test for meson
2023-06-15 Masahiko SawadaReplace GUC_UNIT_MEMORY|GUC_UNIT_TIME with GUC_UNIT.
2023-06-15 Michael Paquierintarray: Prevent out-of-bound memory reads with gist__...
2023-06-15 Amit KapilaFix possible crash in tablesync worker.
2023-06-14 Noah MischMake parseNodeString() C idiom compatible with Visual...
2023-06-14 Masahiko SawadaFix typo in comment.
2023-06-14 Amit LangoteRetain relkind too in RTE_SUBQUERY entries for views.
2023-06-14 Tatsuo IshiiFix make_etags breakage on certain platforms.
2023-06-13 Tom LaneFix "wrong varnullingrels" for Memoize's lateral refere...
2023-06-13 Tom LaneCorrectly update hasSubLinks while mutating a rule...
2023-06-13 Peter Eisentrautdoc: Move list entry to proper position
2023-06-12 Andres FreundReport stats when replaying XLOG_RUNNING_XACTS
2023-06-12 Tom LaneAccept fractional seconds in jsonpath's datetime()...
2023-06-12 Noah Mischsrc/tools/msvc/clean.bat: Reconcile with PostgreSQL...
2023-06-12 Noah Mischsrc/tools/msvc: Move all.sym temporary file back to...
2023-06-12 Noah MischAdd win32ver data to meson-built postgres.exe.
2023-06-12 Noah MischGive postgres.exe the icon of other executables.
2023-06-12 Tom LaneFix "wrong varnullingrels" for subquery nestloop parame...
2023-06-12 Heikki LinnakangasRemove a few unused global variables and declarations.
2023-06-12 Michael PaquierFix instability in regression test for Parallel Hash...
2023-06-12 Michael Paquierhstore: Tighten key/value parsing check for whitespaces
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
next