users/c2main/postgres.git
2024-10-18 Peter GeogheganOptimize nbtree backwards scans.
2024-10-18 Nathan BossartAdjust documentation for configuring Linux huge pages.
2024-10-18 Peter EisentrautFix memory leaks from incorrect strsep() uses
2024-10-18 Peter EisentrautFix strsep() use for SCRAM secrets parsing
2024-10-18 Fujii MasaoRemove unused code for unlogged materialized views.
2024-10-18 Michael PaquierFix description of PostgreSQL::Test::Cluster::wait_for_...
2024-10-17 Jeff DavisImprove ThrowErrorData() comments for use with soft...
2024-10-17 Tom Laneecpg: fix more minor mishandling of bad input in prepro...
2024-10-17 Thomas MunroFix extreme skew detection in Parallel Hash Join.
2024-10-17 Peter EisentrautRemove superfluous forward declaration
2024-10-17 Peter EisentrautFix whitespace
2024-10-17 Peter EisentrautFix unnecessary casts of copyObject() result
2024-10-17 Peter EisentrautImprove node type forward reference
2024-10-17 Peter Eisentrautjsonapi: fully initialize dummy lexer
2024-10-17 Peter EisentrautFix unusual include style
2024-10-17 David RowleyDon't store intermediate hash values in ExprState-...
2024-10-16 Michael PaquierFix validation of COPY FORCE_NOT_NULL/FORCE_NULL for...
2024-10-16 Michael PaquierRewrite some regression queries for option checks with...
2024-10-16 Peter Geoghegannbtree: fix read page recheck typo.
2024-10-16 Tom LaneFurther refine _SPI_execute_plan's rule for atomic...
2024-10-16 Jeff DavisWhitespace fixup from generated unicode tables.
2024-10-16 Jeff DavisFix #include order from e839c8ecc9.
2024-10-16 Masahiko SawadaReduce memory block size for decoded tuple storage...
2024-10-16 Tom Laneecpg: fix some minor mishandling of bad input in prepro...
2024-10-16 Peter GeogheganNormalize nbtree truncated high key array behavior.
2024-10-16 Amit LangoteFix typo in comment of transformJsonAggConstructor()
2024-10-16 Peter Eisentrautinitdb: Change default to using data checksums.
2024-10-16 Peter Eisentrautdoc: Fix initdb option xreflabels
2024-10-15 Nathan BossartAdd type cast to foreach_internal's loop variable.
2024-10-15 David RowleyMove clause_sides_match_join() into restrictinfo.h
2024-10-15 Masahiko SawadaAdd contrib/pg_logicalinspect.
2024-10-15 Masahiko SawadaMove SnapBuild and SnapBuildOnDisk structs to snapshot_...
2024-10-14 Tom Laneecpg: invent a saner syntax for ecpg.addons entries.
2024-10-14 Nathan BossartAdd commit 7f7474a8e4 to .git-blame-ignore-revs.
2024-10-14 Tom Laneecpg: add cross-checks to parse.pl for usage of interna...
2024-10-14 Jeff DavisMove libc-specific code from pg_locale.c into pg_locale...
2024-10-14 Tom Laneecpg: avoid breaking the IDENT precedence level in...
2024-10-14 Jeff DavisMove ICU-specific code from pg_locale.c into pg_locale_...
2024-10-14 Tom Laneecpg: improve preprocessor's memory management.
2024-10-14 Tom Laneecpg: move some functions into a new file ecpg/preproc...
2024-10-14 Tom Laneecpg: re-implement preprocessor's string management.
2024-10-14 Tom Laneecpg: major cleanup, simplification, and documentation...
2024-10-14 Tom Laneecpg: remove check_rules.pl.
2024-10-14 Tom Laneecpg: clean up documentation of parse.pl, and add more...
2024-10-14 Masahiko SawadaRemove obsolete comment in reorderbuffer.h.
2024-10-14 Masahiko SawadaUse construct_array_builtin for FLOAT8OID instead of...
2024-10-14 Peter EisentrautTrack scan reversals in MergeJoin
2024-10-14 Peter EisentrautTrack sort direction in SortGroupClause
2024-10-14 Peter EisentrautAllow TAP tests to force checksums off when calling...
2024-10-14 Peter EisentrautRun pgperltidy on newly-added test code
2024-10-14 Daniel Gustafssondoc: Add anchors for COPY format descriptions
2024-10-14 Peter EisentrautRemove traces of BeOS.
2024-10-14 Michael Paquierpsql: Fix \watch when using interval values less than 1ms
2024-10-13 Jeff DavisFixup for pg_set_relation_stats().
2024-10-13 Michael PaquierUse MAX_PARALLEL_WORKER_LIMIT for max_parallel_maintena...
2024-10-12 Tom LaneCorrectly identify which EC members are computable...
2024-10-11 Jeff DavisFix missed case for builtin collation provider.
2024-10-11 Jeff DavisCreate functions pg_set_relation_stats, pg_clear_relati...
2024-10-11 Daniel GustafssonAvoid mixing custom and OpenSSL BIO functions
2024-10-11 Nathan BossartAdd pg_ls_summariesdir().
2024-10-11 Heikki LinnakangasMark consume_xids test functions VOLATILE and PARALLEL...
2024-10-11 Daniel GustafssonFix typo in connection limits test
2024-10-11 Álvaro HerreraUse deconstruct_array_builtin instead of deconstruct_array
2024-10-11 Tatsuo Ishiipgbench: Improve result outputs related to failed trans...
2024-10-11 David RowleyAdjust EXPLAIN's output for disabled nodes
2024-10-10 Tom LaneDon't hard-code the input file name in gen_tabcomplete...
2024-10-10 Tom LaneAvoid possible segfault in psql's tab completion.
2024-10-10 Álvaro HerreraUnbreak overflow test for attinhcount/coninhcount
2024-10-10 Fujii MasaoImprove descriptions of some pg_stat_checkpoints functi...
2024-10-09 Tom LaneAvoid crash in estimate_array_length with null root...
2024-10-09 Michael PaquierApply GUC name from central table in more places of...
2024-10-09 Richard GuoAllow pushdown of HAVING clauses with grouping sets
2024-10-09 Richard GuoConsider explicit incremental sort for mergejoins
2024-10-09 Daniel GustafssonRemove incorrect function import from pgindent
2024-10-08 Tom LaneAllow roles created by new test to log in under SSPI.
2024-10-08 Michael Paquierpg_stat_statements: Add columns to track parallel worke...
2024-10-08 Michael PaquierIntroduce two fields in EState to track parallel worker...
2024-10-08 Tom LaneSilence assorted annoying test output.
2024-10-08 Tom LaneAdd min and max aggregates for bytea type.
2024-10-08 Andres FreundUse aux process resource owner in walsender
2024-10-08 Andres Freundbufmgr/smgr: Don't cross segment boundaries in StartRea...
2024-10-08 Andres Freundbufmgr: Return early in ScheduleBufferTagForWriteback...
2024-10-08 Tom LaneSilence buildfarm warning chatter from bd1276a3c.
2024-10-08 Heikki LinnakangasFix typo and run pgperltidy on newly-added test
2024-10-08 Heikki LinnakangasUse an shmem_exit callback to remove backend from PMChi...
2024-10-08 Heikki LinnakangasAdd test for dead-end backends
2024-10-08 Heikki LinnakangasAdd test for connection limits
2024-10-08 Tatsuo IshiiDoc: add check to detect non-breaking spaces in the...
2024-10-08 Fujii MasaoMove check for binary mode and on_error option to the...
2024-10-08 Fujii MasaoAdd REJECT_LIMIT option to the COPY command.
2024-10-08 Amit KapilaStabilize the test added by commit 022564f60c.
2024-10-08 Michael PaquierImprove style of two code paths
2024-10-08 Jeff DavisFix search_path cache initialization.
2024-10-07 Nathan BossartFix test for password hash length limit.
2024-10-07 Nathan Bossartvacuumdb: Schema-qualify operator in catalog query...
2024-10-07 Nathan BossartFix Y2038 issues with MyStartTime.
2024-10-07 Tom LaneConvert tab-complete's long else-if chain to a switch...
2024-10-07 Tom LanePrepare tab-complete.c for preprocessing.
2024-10-07 Tom LaneInvent "MatchAnyN" option for tab-complete.c's Matches...
2024-10-07 Nathan BossartRestrict password hash length.
next