users/rhaas/postgres.git
2025-07-02 Robert Haassomewhat-working local collection
2025-07-01 Robert Haasstart some advice storage ideas in motion
2025-07-01 Robert Haasadd stuff
2025-06-27 Robert HaasMore work on output stuff.
2025-06-27 Robert Haasfix duplicate clumped-join creation
2025-06-27 Robert Haasoutput restructuring and miscellaneous cleanup
2025-06-27 Robert Haasdebug_out -> output
2025-06-27 Robert Haasadd constants for enum length
2025-06-27 Robert HaasMove wrap_column into pgpa_output_context
2025-06-27 Robert Haaspgindent
2025-06-27 Robert HaasIntroduce output context object.
2025-06-27 Robert Haasadd some line wrapping logic
2025-06-26 Robert Haasmove more code to pgpa_output.c
2025-06-26 Robert Haasmove debug output routines to a new file
2025-06-25 Robert Haasfilter join RTIs out of clumped joins to avoid failures
2025-06-25 Robert Haasreintroduce range table identifiers
2025-06-24 Robert Haasmore comments
2025-06-24 Robert Haasmore comments
2025-06-24 Robert Haaspgindent
2025-06-24 Robert HaasRefactoring.
2025-06-24 Robert Haasremove more code not required by the regression tests
2025-06-24 Robert Haasremove apparently-unnecessary Result node traversal
2025-06-24 Robert Haasuse pgpa_descend_node more
2025-06-24 Robert Haascleanup, incidental bug fix
2025-06-24 Robert Haasfix various things so regression tests pass
2025-06-12 Robert Haasfix subplan walking because i never get this right
2025-06-12 Robert HaasCouple of bug fixes and tweaks.
2025-06-12 Robert Haastemporary debugging hack
2025-06-12 Robert Haasupdate makefile
2025-06-09 Robert Haasremove XXX
2025-06-09 Robert Haasoutput something for GATHER and GATHER_MERGE
2025-06-06 Robert Haastidy up some cosmetics
2025-06-06 Robert HaasLook through Gather and Gather Merge nodes.
2025-06-06 Robert HaasInsist that a purported scan node must have an RTI.
2025-06-06 Robert Haasattempt to fix handling of multiple elided nodes
2025-06-06 Robert Haasfirst elided node -> last elided node
2025-06-05 Robert Haasadd a comment
2025-05-30 Robert Haashackity hack elided nodes
2025-05-29 Robert Haashackity, hack
2025-05-28 Robert Haashackity hack
2025-05-22 Robert Haasfix a few bugs
2025-05-21 Robert Haasdebugging code that shows it doesn't work
2025-05-21 Robert HaasRemove unused field.
2025-05-21 Robert Haaspgpa_join_strategy renaming
2025-05-21 Robert Haasfix some stuff
2025-05-19 Robert HaasStart trying to get a proper treewalk oraganized.
2025-05-19 Robert Haasremove junk
2025-05-19 Robert Haaspgpa_join.c
2025-05-19 Robert Haaspgpa_join.h
2025-05-19 Robert HaasPort pg_plan_advice over from the subplanname branch.
2025-05-19 Robert HaasStore information about elided nodes in the final plan.
2025-05-19 Robert HaasStore information about range-table flattening in the...
2025-05-19 Robert HaasGive subplans names that are known while planning that...
2025-05-19 Robert HaasAssert that RTIs of joined rels are discoverable from...
2025-05-19 Robert HaasConsider a Result node's relids in ExplainPreScanNode.
2025-05-19 Robert HaasKeep track of what RTIs a Result node is scanning.
2025-05-19 Amit KapilaDon't retreat slot's confirmed_flush LSN.
2025-05-19 Tom LaneDoc: add pre-branch task to run src/tools/copyright.pl.
2025-05-19 Michael PaquierFix incorrect year in some copyright notices
2025-05-19 Michael Paquierecpg: Add missing newline in meson.build
2025-05-18 Alexander KorotkovFix tuple_fraction calculation in generate_orderedappen...
2025-05-18 Tom LaneMake our usage of memset_s() conform strictly to the...
2025-05-18 Daniel GustafssonFix function name reference in comment
2025-05-16 Daniel GustafssonAlign organization wording in copyright statement
2025-05-15 Richard GuoFix Assert failure in XMLTABLE parser
2025-05-14 Richard GuoAdd explicit initialization for all PlannerGlobal fields
2025-05-13 Daniel GustafssonFix order of parameters in POD documentation
2025-05-13 Amit KapilaFix the race condition in the test added by 7c99dc587.
2025-05-11 Álvaro HerreraAdd tab-complete for ALTER DOMAIN ADD [CONSTRAINT]
2025-05-11 Álvaro HerreraFix comment of tsquerysend()
2025-05-11 Álvaro Herrerarelcache: Avoid memory leak on tables with no CHECK...
2025-05-11 Álvaro HerreraSort includes in alphabetical order
2025-05-11 Tom LaneFix incorrect "return NULL" in BumpAllocLarge().
2025-05-10 Noah MischRemove GLOBALTABLESPACE_OID assert for locked buffers.
2025-05-10 Bruce Momjiandoc PG 18 relnotes: mv. hash joins and GROUP BY item...
2025-05-10 Michael Paquieraio: Use runtime arguments with injections points in...
2025-05-09 Michael Paquierinjection_points: Add support and tests for runtime...
2025-05-09 Michael PaquierAdd support for runtime arguments in injection points
2025-05-09 Bruce Momjiandoc PG 18 relnotes: fix missing parens for crc32c()
2025-05-09 Tom LaneSkip RSA-PSS ssl test when using LibreSSL.
2025-05-09 Tom LaneHack one ssl test case to pass with current LibreSSL.
2025-05-09 Tom LaneCentralize ssl tests' check for whether we're using...
2025-05-09 Peter Eisentrautdoc: Put new options in consistent order on man pages
2025-05-08 Heikki LinnakangasUse 'void *' for arbitrary buffers, 'uint8 *' for byte...
2025-05-08 Heikki LinnakangasUse more mundane 'int' type for cancel key lengths...
2025-05-08 Bruce MomjianPG 18 relnotes: adjust RETURNING new/old item
2025-05-08 Daniel Gustafssondoc: Fix title markup for AT TIME ZONE and AT LOCAL
2025-05-08 Richard GuoTrack the number of presorted outer pathkeys in MergePath
2025-05-08 Richard GuoSuppress unnecessary explicit sorting for EPQ mergejoin...
2025-05-08 Bruce Momjiandoc PG 18 relnotes: adjust pg_log_backend_memory_contexts()
2025-05-08 Bruce Momjiandoc PG 18 relnotes: add pg_log_backend_memory_contexts...
2025-05-07 Bruce Momjiandoc PG 18 relnotes: adjust pgbench per-script reportin...
2025-05-07 Bruce Momjiandoc PG 18 relnotes: mention GROUP SET fixes
2025-05-07 Nathan BossartRemove pg_replication_origin's TOAST table.
2025-05-07 Peter GeogheganPrevent premature nbtree array advancement.
2025-05-07 Peter Geoghegannbtree: tighten up array recheck rules.
2025-05-07 Nathan Bossartpg_dumpall: Add --sequence-data.
2025-05-07 Alexander KorotkovRefactor ChangeVarNodesExtended() using the custom...
2025-05-07 Peter Eisentrautdoc: Put some psql documentation pieces back into alpha...
2025-05-07 Peter EisentrautRemove some tabs in C string literals
next