summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
17 hoursEnsure sanity of hash-join costing when there are no MCV statistics.HEADorigin/masterorigin/HEADmasterTom Lane
17 hoursFurther stabilize a postgres_fdw test case.Tom Lane
32 hoursFix Mkvcbuild.pm builds of test_cloexec.c.Thomas Munro
32 hoursIgnore PlaceHolderVars when looking up statisticsRichard Guo
32 hoursStrip PlaceHolderVars from index operandsRichard Guo
45 hoursChange some Datum to void * for opaque pass-through pointerPeter Eisentraut
2 daysSplit some long Makefile listsMichael Paquier
3 daysFix incorrectly spelled city nameDaniel Gustafsson
3 daysRemove MsgType typePeter Eisentraut
3 daysAdd oauth_validator_libraries to variable_is_guc_list_quoteDaniel Gustafsson
3 daysFix pg_stat_get_backend_activity() to use multi-byte truncated resultMichael Paquier
4 daysdoc: warn about the use of "ctid" queries beyond the examplesBruce Momjian
4 daysdoc: Remove duplicate word in ECPG descriptionMichael Paquier
4 daysUpgrade BufFile to use int64 for byte positionsMichael Paquier
4 daysFix typo in stat_utils.cMichael Paquier
5 daysMove attribute statistics functions to stat_utils.cMichael Paquier
5 daysFix planner error with SRFs and grouping setsRichard Guo
6 dayspsql: Fix tab completion for VACUUM option values.Masahiko Sawada
6 daysdoc: change "can not" to "cannot"Bruce Momjian
6 daysFix regression test failure when wal_level is set to minimal.Masahiko Sawada
6 daysdoc: Use proper tags in pg_overexplain documentation.Fujii Masao
6 daysFix CREATE SUBSCRIPTION failure when the publisher runs on pre-PG19.Fujii Masao
6 daysFix version check for retain_dead_tuples subscription option.Fujii Masao
6 daysUpdate comments to reflect changes in 8e0d32a4a1.Amit Kapila
6 daysDoc: Clarify publication privilege requirements.Amit Kapila
6 daysTeach expr_is_nonnullable() to handle more expression typesRichard Guo
6 daysOptimize ROW(...) IS [NOT] NULL using non-nullable fieldsRichard Guo
6 daysSimplify COALESCE expressions using non-nullable argumentsRichard Guo
6 daysImprove comment in pgstatfuncs.cMichael Paquier
6 daysDon't advance origin during apply failure.Amit Kapila
6 daysFix another case of indirectly casting away const.Tom Lane
6 daysC comment: fix psql "pstdout" duplicate to "pstdin"Bruce Momjian
7 dayspg_visibility: Use visibilitymap_count instead of loop.Masahiko Sawada
7 daysToggle logical decoding dynamically based on logical slot presence.Masahiko Sawada
7 daysFix bug in following update chain when locking a heap tupleHeikki Linnakangas
7 daysFix orphaned origin in shared memory after DROP SUBSCRIPTIONMichael Paquier
7 daysdoc: add "DO" to "ON CONFLICT" in CREATE VIEW textBruce Momjian
8 daysSwitch buffile.c/h to use pgoff_t instead of off_tMichael Paquier
8 dayspsql: Improve tab completion for COPY option lists.Masahiko Sawada
8 daysAdd missing .gitignore for src/test/modules/test_cloexec.Tom Lane
8 daysdoc: Fix incorrect reference in pg_overexplain documentation.Fujii Masao
8 daysFix another typo in gininsert.cMichael Paquier
9 daysRemove obsolete name_ops index-only scan comments.Peter Geoghegan
9 daysClean up test_cloexec.c and Makefile.Thomas Munro
11 daysheapam: Move logic to handle HEAP_MOVED into a helper functionAndres Freund
11 daysbufmgr: Optimize & harmonize LockBufHdr(), LWLockWaitListLock()Andres Freund
11 daysdoc: clarify when physical/logical replication is usedBruce Momjian
11 daysUse proper type for RestoreTransactionSnapshot's PGPROC argHeikki Linnakangas
11 daysUpdate pg_hba.conf example to reflect MD5 deprecationJohn Naylor
11 daysFix typos in gininsert.cMichael Paquier