Commit Graph

46862 Commits (b9ee5f2dcba2ae2e6bfca6c873fb2708970f2c81)

Author SHA1 Message Date
David Rowley c5af141cd4 Clarify where various catcache.h dlist_nodes are used 3 weeks ago
Tom Lane b85d5dc0e7 Fix meson build of snowball code. 3 weeks ago
Tom Lane 7dc95cc3b9 Update to latest Snowball sources. 3 weeks ago
Masahiko Sawada d351063e49 Fix typo in parallel.c. 3 weeks ago
Alexander Korotkov f30848cb05 Use WAIT FOR LSN in PostgreSQL::Test::Cluster::wait_for_catchup() 3 weeks ago
Alexander Korotkov 76948337f7 Add tab completion for the WAIT FOR LSN MODE option 3 weeks ago
Alexander Korotkov 49a181b5d6 Add the MODE option to the WAIT FOR LSN command 3 weeks ago
Alexander Korotkov 7a39f43d88 Extend xlogwait infrastructure with write and flush wait types 3 weeks ago
Alexander Korotkov d51a5d8e56 Adjust errcode in checkPartition() 3 weeks ago
Robert Haas 3f33b63de2 Remove redundant SET enable_partitionwise_join = on. 3 weeks ago
Michael Paquier 877ae5db89 Fix comment in tableam.c 3 weeks ago
Peter Eisentraut de746e0d2a Separate read and write pointers in pg_saslprep 3 weeks ago
Heikki Linnakangas 461b8cc952 Tighten up assertion on a local variable 3 weeks ago
David Rowley 4c144e0452 Use the GetPGProcByNumber() macro when possible 3 weeks ago
Amit Kapila 3f906d3af9 Improve the comments atop build_replindex_scan_key(). 3 weeks ago
Michael Paquier 7d854bdc5b Remove unneeded defines from pg_config.h.in 3 weeks ago
Michael Paquier b8cfcb9e00 Fix typos and inconsistencies in code and comments 3 weeks ago
Tom Lane e3fbc9a8de Allow role created by new test to log in on Windows. 3 weeks ago
Tom Lane ba75f71752 Include error location in errors from ComputeIndexAttrs(). 3 weeks ago
Tom Lane 62299bbd90 Add parse location to IndexElem. 3 weeks ago
Heikki Linnakangas ac94ce8194 Fix partial read handling in pg_upgrade's multixact conversion 3 weeks ago
Peter Eisentraut 0eadf1767a Remove bogus const qualifier on PageGetItem() argument 3 weeks ago
Tom Lane 54315fde73 Improve a couple of error messages. 3 weeks ago
David Rowley 094b61ce3e Fix spelling mistake in fk-snapshot-3.spec 3 weeks ago
Bruce Momjian 451c43974f Update copyright for 2026 3 weeks ago
Andrew Dunstan f3c9e341cd Add paths of extensions to pg_available_extensions 3 weeks ago
Masahiko Sawada 85d5bd308b Fix macro name for io_uring_queue_init_mem check. 4 weeks ago
Thomas Munro 915711c8a4 jit: Fix jit_profiling_support when unavailable. 4 weeks ago
Tom Lane bc6374cd76 Change IndexAmRoutines to be statically-allocated structs. 4 weeks ago
Masahiko Sawada 736f754eed Add dead items memory usage to VACUUM (VERBOSE) and autovacuum logs. 4 weeks ago
Masahiko Sawada 2a5225b99d Fix a race condition in updating procArray->replication_slot_xmin. 4 weeks ago
Michael Paquier ffdcc9c638 Fix comment in lsyscache.c 4 weeks ago
Thomas Munro 1a28b4b455 jit: Drop redundant LLVM configure probes. 4 weeks ago
Michael Paquier 97b101776c Add pg_get_multixact_stats() 4 weeks ago
Michael Paquier 0e3ad4b96a Add MultiXactOffsetStorageSize() to multixact_internal.h 4 weeks ago
Michael Paquier 9cf746a453 Change GetMultiXactInfo() to return the next multixact offset 4 weeks ago
Thomas Munro 7da9d8f2db jit: Remove -Wno-deprecated-declarations in 18+. 4 weeks ago
Tom Lane bd3e3e9e56 Ensure sanity of hash-join costing when there are no MCV statistics. 4 weeks ago
Thomas Munro 45d92b76dc Fix Mkvcbuild.pm builds of test_cloexec.c. 4 weeks ago
Richard Guo 559f9e90db Ignore PlaceHolderVars when looking up statistics 4 weeks ago
Richard Guo ad66f705fa Strip PlaceHolderVars from index operands 4 weeks ago
Peter Eisentraut b7057e4346 Change some Datum to void * for opaque pass-through pointer 4 weeks ago
Michael Paquier 9adf32da6b Split some long Makefile lists 4 weeks ago
Daniel Gustafsson a9123db14a Fix incorrectly spelled city name 4 weeks ago
Peter Eisentraut b63443718a Remove MsgType type 4 weeks ago
Daniel Gustafsson ec0da9b893 Add oauth_validator_libraries to variable_is_guc_list_quote 4 weeks ago
Michael Paquier 36b8f4974a Fix pg_stat_get_backend_activity() to use multi-byte truncated result 4 weeks ago
Michael Paquier bde3a46160 Upgrade BufFile to use int64 for byte positions 1 month ago
Michael Paquier eee19a30d6 Fix typo in stat_utils.c 1 month ago
Michael Paquier 213a1b8952 Move attribute statistics functions to stat_utils.c 1 month ago