Commit Graph

44499 Commits (23100645104f63bf7c35304f36f8a7d91f5ddd73)

Author SHA1 Message Date
David Rowley 2310064510 Fix UNION planner datatype issue 1 year ago
Michael Paquier f0bf7857be Merge pgstat_count_io_op_n() and pgstat_count_io_op() 1 year ago
Michael Paquier 2c14037bb5 Refactor some code related to backend statistics 1 year ago
Nathan Bossart 39e3bcae44 Fix an ALTER GROUP ... DROP USER error message. 1 year ago
Álvaro Herrera ebd8fc7e47
Simplify signature of RewriteTable 1 year ago
Álvaro Herrera 69ab446514
Fix SLRU bank selection code 1 year ago
Thomas Munro 970b97eeb8 Fix off_t overflow in pg_basebackup on Windows. 1 year ago
Thomas Munro 026762dae3 Provide 64-bit ftruncate() and lseek() on Windows. 1 year ago
Jeff Davis 229e7793d9 Fix duplicate typedef from commit a2f17f004d. 1 year ago
Jeff Davis a2f17f004d Control collation behavior with a method table. 1 year ago
Jeff Davis 4f5cef2607 Move code for collation version into provider-specific files. 1 year ago
Tom Lane 3c49d462db Disallow NAMEDTUPLESTORE RTEs in stored views, rules, etc. 1 year ago
Andrew Dunstan b20fe54c9c Set exit status for pgindent if pg_bsd_indent fails 1 year ago
Peter Eisentraut 7b27f5fd36 plpgsql: pure parser and reentrant scanner 1 year ago
Peter Eisentraut b18464fad4 Remove useless function declaration 1 year ago
Jeff Davis 3f482940db ExecInitAgg: update aggstate->numaggs and ->numtrans earlier. 1 year ago
Jeff Davis 32ddfaffd1 nodeSetOp.c: missing additionalsize for BuildTupleHashTable(). 1 year ago
Jeff Davis 8a96faedc4 Remove unused TupleHashTableData->entrysize. 1 year ago
Jeff Davis 834c9e807c Add missing typedefs.list entry for AggStatePerGroupData. 1 year ago
Nathan Bossart 4a68d50088 Use PqMsg_* macros in postgres.c. 1 year ago
Nathan Bossart 6d01541960 Lower default value of autovacuum_worker_slots in initdb as needed. 1 year ago
Álvaro Herrera 0e5b14410e
Fix error message wording 1 year ago
Álvaro Herrera 5b291d1c9c
Remove unnecessary code to handle CONSTR_NOTNULL 1 year ago
Peter Geoghegan ec986020de Improve nbtree unsatisfiable RowCompare detection. 1 year ago
Peter Geoghegan 428a99b589 nbtree: Simplify _bt_first parallel scan handling. 1 year ago
Richard Guo 2f8b4007db Remove unused parameter in lookup_var_attr_stats 1 year ago
Nathan Bossart c758119e5b Allow changing autovacuum_max_workers without restarting. 1 year ago
Heikki Linnakangas 5e68f61192 Remove duplicate definitions in proc.h 1 year ago
Peter Eisentraut b1ef48980d flex code modernization: Replace YY_EXTRA_TYPE define with flex option 1 year ago
John Naylor 3e70da2781 Always use the caller-provided context for radix tree leaves 1 year ago
John Naylor e8a6f1f908 Get rid of radix tree's general purpose memory context 1 year ago
John Naylor 960013f2a1 Use caller's memory context for radix tree iteration state 1 year ago
Andrew Dunstan 30f0176263 Document strange jsonb sort order for empty top level arrays 1 year ago
Richard Guo e28033fe1a Ignore nullingrels when looking up statistics 1 year ago
David Rowley d93bb8163c Fix outdated CHUNKHDRSZ value in nodeAgg.c 1 year ago
David Rowley 11012c5037 Fix an assortment of spelling mistakes and typos 1 year ago
Bruce Momjian 50e6eb731d Update copyright for 2025 1 year ago
Tom Lane 98b1efd6ef Update obsolete reference to plpgsql's gram.y file. 1 year 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
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