Commit Graph

27405 Commits (035b09131daab84f2ed9a4a3f766bf4781fd5cbf)

Author SHA1 Message Date
Amit Kapila 035b09131d Fix typo in function header comment. 3 months ago
Tatsuo Ishii 2273fa32bc Fix Coverity issues reported in commit 25a30bbd42. 3 months ago
Robert Haas 64095d1574 Remove PlannerInfo's join_search_private method. 3 months ago
Robert Haas 0132dddab3 Allow private state in certain planner data structures. 3 months ago
Robert Haas 8c49a484e8 Assign each subquery a unique name prior to planning it. 3 months ago
David Rowley 9c9d41af4d Teach planner to short-circuit EXCEPT/INTERSECT with dummy inputs 3 months ago
David Rowley 928df067d1 Fix incorrect targetlist in dummy UNIONs 3 months ago
Masahiko Sawada 771cfe22a0 Avoid unnecessary GinFormTuple() calls for incompressible posting lists. 3 months ago
Nathan Bossart ec8719ccbf Optimize hex_encode() and hex_decode() using SIMD. 3 months ago
Amit Kapila b93172ca59 Expose sequence page LSN via pg_get_sequence_data. 3 months ago
Michael Paquier 7072a8855e Remove block information from description of some WAL records for GIN 3 months ago
Michael Paquier a5b543258a Add stats_reset to pg_stat_all_{tables,indexes} and related views 3 months ago
Michael Paquier 0c7f103028 Fix two comments in numeric.c 3 months ago
Álvaro Herrera 1a8b5b11e4
Don't include access/htup_details.h in executor/tuptable.h 3 months ago
Álvaro Herrera 1b6f61bd89
Don't include execnodes.h in brin.h or gin.h 3 months ago
David Rowley 03d40e4b52 Teach UNION planner to remove dummy inputs 3 months ago
David Rowley 5092aae431 Use bms_add_members() instead of bms_union() when possible 3 months ago
Nathan Bossart 74b41f5a77 Make some use of anonymous unions [DSM registry]. 3 months ago
John Naylor 54ab748651 Fix reuse-after-free hazard in dead_items_reset 3 months ago
Richard Guo 605bfb7dbe Fix incorrect function reference in comment 3 months ago
Tatsuo Ishii 25a30bbd42 Add IGNORE NULLS/RESPECT NULLS option to Window functions. 3 months ago
Michael Paquier 3f431109dc Remove useless pointer update in ginxlog.c 3 months ago
John Naylor 48566180ef Generate EUC_CN mappings from gb18030-2022.ucm 3 months ago
David Rowley 91df0465a6 Fix typo in pgstat_relation.c header comment 3 months ago
Peter Eisentraut 57d46dff9b Make some use of anonymous unions [reorderbuffer xact_time] 3 months ago
Peter Eisentraut 4b7e6c73b0 Make some use of anonymous unions [pg_locale_t] 3 months ago
Álvaro Herrera 3bf31dd243
Do a tiny bit of header file maintenance 3 months ago
Michael Paquier bb68cde413 Reorder XLogNeedsFlush() checks to be more consistent 3 months ago
Tom Lane ef38a4d975 Add GROUP BY ALL. 3 months ago
David Rowley b91067c899 Remove unused parameter from find_window_run_conditions() 3 months ago
Noah Misch a95393ecdb Fix StatisticsObjIsVisibleExt() for pg_temp. 3 months ago
David Rowley 2cb49c609b Improve planner's width estimates for set operations 3 months ago
Michael Paquier 7bd2975fa9 Add support for tracking of entry count in pgstats 3 months ago
Tom Lane b0fb2c6aa5 Refactor to avoid code duplication in transformPLAssignStmt. 3 months ago
Tom Lane 7504d2be9e Fix missed copying of groupDistinct in transformPLAssignStmt. 3 months ago
Masahiko Sawada 66cdef4425 Remove unused for_all_tables field from AlterPublicationStmt. 4 months ago
Álvaro Herrera dbf8cfb4f0
Create a separate file listing backend types 4 months ago
Michael Paquier 85e0ff62b6 Improve stability of btree page split on ERRORs 4 months ago
David Rowley 3760d278dc Fix misleading comment in pg_get_statisticsobjdef_string() 4 months ago
David Rowley 4be9024d57 Remove unused parameter from check_and_push_window_quals 4 months ago
Tom Lane 02c4bc8830 Try to avoid floating-point roundoff error in pg_sleep(). 4 months ago
Robert Haas 803ef0ed49 Fix array allocation bugs in SetExplainExtensionState. 4 months ago
Daniel Gustafsson 0b3ce7878a Remove preprocessor guards from injection points 4 months ago
Álvaro Herrera 7e638d7f50
Don't include execnodes.h in replication/conflict.h 4 months ago
Álvaro Herrera 81fc3e28e3
Update some more forward declarations to use typedef 4 months ago
Melanie Plageman ae8ea7278c Correct prune WAL record opcode name in comment 4 months ago
Tom Lane aadbcc40bc Ensure guc_tables.o's dependency on guc_tables.inc.c is known. 4 months ago
Fujii Masao 7fcb32ad02 Fix incorrect and inconsistent comments in tableam.h and heapam.c. 4 months ago
Peter Eisentraut a5b35fcedb Remove PointerIsValid() 4 months ago
Daniel Gustafsson 0fba25eb72 Fix incorrect option name in usage screen 4 months ago