Commit Graph

60172 Commits (5e68f6119268d8c76b860bb56014335697c687db)
 

Author SHA1 Message Date
Heikki Linnakangas 5e68f61192 Remove duplicate definitions in proc.h 12 months ago
Peter Eisentraut b1ef48980d flex code modernization: Replace YY_EXTRA_TYPE define with flex option 12 months ago
Fujii Masao 632384d0eb doc: Clarify log level for VERBOSE messages in maintenance commands. 12 months ago
John Naylor 3e70da2781 Always use the caller-provided context for radix tree leaves 12 months ago
John Naylor e8a6f1f908 Get rid of radix tree's general purpose memory context 12 months ago
John Naylor 960013f2a1 Use caller's memory context for radix tree iteration state 12 months ago
Peter Eisentraut 9a8313dabe Remove useless configure check 12 months ago
Peter Eisentraut 6549a02a51 meson: Fix missing name arguments of cc.compiles() calls 12 months ago
Andrew Dunstan 30f0176263 Document strange jsonb sort order for empty top level arrays 12 months ago
Richard Guo e28033fe1a Ignore nullingrels when looking up statistics 12 months ago
David Rowley d93bb8163c Fix outdated CHUNKHDRSZ value in nodeAgg.c 12 months ago
David Rowley 11012c5037 Fix an assortment of spelling mistakes and typos 12 months ago
Bruce Momjian 50e6eb731d Update copyright for 2025 12 months ago
Tom Lane 98b1efd6ef Update obsolete reference to plpgsql's gram.y file. 12 months ago
Michael Paquier b757abefc0 injection_points: Tweak variable-numbered stats to work with pending data 1 year ago
Michael Paquier c9b3d4909b Fix memory leak in pgoutput with relation attribute map 1 year ago
Michael Paquier ebf2ab40e5 Remove redundant wording in pg_statistic.h 1 year ago
Michael Paquier 7e125b20ee Fix failures with incorrect epoch handling for 2PC files at recovery 1 year ago
Michael Paquier e358425815 Fix handling of orphaned 2PC files in the future at recovery 1 year ago
Tom Lane 68ff25eef1 contrib/pageinspect: Use SQL-standard function bodies. 1 year ago
Tom Lane 667368fd26 contrib/xml2: Use SQL-standard function bodies. 1 year ago
Tom Lane 97a5a16849 contrib/citext: Use SQL-standard function bodies. 1 year ago
David Rowley eb53ff5517 Fix overly large values/nulls arrays 1 year ago
Tom Lane 508a97ee49 Replace PGPROC.isBackgroundWorker with isRegularBackend. 1 year ago
Tom Lane 34486b6092 Exclude parallel workers from connection privilege/limit checks. 1 year ago
Tom Lane 2bdf1b2a2e Reserve a PGPROC slot and semaphore for the slotsync worker process. 1 year ago
Noah Misch ff90ee6145 In REASSIGN OWNED of a database, lock the tuple as mandated. 1 year ago
David Rowley 58a359e585 Speedup tuple deformation with additional function inlining 1 year ago
Michael Paquier d85ce012f9 Improve handling of date_trunc() units for infinite input values 1 year ago
David Rowley 61cac71c23 Remove unused totalrows parameter in compute_expr_stats 1 year ago
Peter Eisentraut 3f2d72b493 plpgsql: Rename a variable for clarity 1 year ago
Michael Paquier a86cfcae7c Fix typo in comment of compute_return_type() in functioncmds.c 1 year ago
Heikki Linnakangas 07f902bd76 meson: Export all libcommon functions in Windows builds 1 year ago
Peter Eisentraut 4c9b453c91 Add commit 301de6a6f6 to .git-blame-ignore-revs. 1 year ago
Peter Eisentraut 301de6a6f6 Partial pgindent of .l and .y files 1 year ago
Heikki Linnakangas 2571c1d5cc meson: Export all libcommon functions in Windows builds 1 year ago
Peter Eisentraut d663f150b5 guc: reentrant scanner 1 year ago
Peter Eisentraut 2a7425d7ee jsonpath scanner: reentrant scanner 1 year ago
Peter Geoghegan 9b254895c3 Fix nbtree symbol name comment reference. 1 year ago
Peter Eisentraut db6856c991 syncrep parser: pure parser and reentrant scanner 1 year ago
Peter Eisentraut e4a8fb8fef replication parser: pure parser and reentrant scanner 1 year ago
Peter Eisentraut 5af699066f Remove pgrminclude and associated scripts 1 year ago
Peter Eisentraut 1eb7cb21c2 Remove pgrminclude annotations 1 year ago
David Rowley 6f3820f37a Fix race condition in TupleDescCompactAttr assert code 1 year ago
Tom Lane 38da053463 Try to avoid semaphore-related test failures on NetBSD/OpenBSD. 1 year ago
Peter Geoghegan da9517fb3a Reset btpo_cycleid in nbtree VACUUM's REDO routine. 1 year ago
Tom Lane c431986de1 postgres_fdw: re-issue cancel requests a few times if necessary. 1 year ago
Heikki Linnakangas 1585ff7387 Don't allow GetTransactionSnapshot() in logical decoding 1 year ago
Heikki Linnakangas 952365cded Remove unnecessary GetTransactionSnapshot() calls 1 year ago
David Rowley 7ec4b9ff80 Fix incorrect source filename references 1 year ago