summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
19 hoursEnsure sanity of hash-join costing when there are no MCV statistics.HEADorigin/masterorigin/HEADmasterTom Lane
35 hoursFix Mkvcbuild.pm builds of test_cloexec.c.Thomas Munro
35 hoursIgnore PlaceHolderVars when looking up statisticsRichard Guo
35 hoursStrip PlaceHolderVars from index operandsRichard Guo
48 hoursChange some Datum to void * for opaque pass-through pointerPeter Eisentraut
3 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
5 daysUpgrade BufFile to use int64 for byte positionsMichael Paquier
5 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 daysFix regression test failure when wal_level is set to minimal.Masahiko Sawada
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 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 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
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 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 daysUse proper type for RestoreTransactionSnapshot's PGPROC argHeikki Linnakangas
11 daysFix typos in gininsert.cMichael Paquier
11 daysAdd guard to prevent recursive memory context logging.Fujii Masao
12 daysUse table/index_close() more consistentlyMichael Paquier
12 daysSort DO_SUBSCRIPTION_REL dump objects independent of OIDs.Noah Misch
12 daysDo not emit WAL for unlogged BRIN indexesHeikki Linnakangas
12 daysFix intermittent BF failure in 040_standby_failover_slots_sync.Amit Kapila
13 daysFix const correctness in pgstat data serialization callbacksMichael Paquier
13 daysoauth_validator: Avoid races in log_check()Jacob Champion
13 dayslibpq-oauth: use correct c_args in meson.buildJacob Champion
13 dayslibpq-fe.h: Don't claim SOCKTYPE in the global namespaceJacob Champion
13 daysRename regress.so's .mo file to postgresql-regress-VERSION.mo.Tom Lane
13 daysMake postmaster 003_start_stop.pl test less flakyHeikki Linnakangas