Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
2024-08-24Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commandsAlexander Korotkov
2024-04-30Fix error message in check_partition_bounds_for_split_range()Alexander Korotkov
2024-04-18Fix typos and duplicate wordsDaniel Gustafsson
2024-04-15Grammar fixes for split/merge partitions codeAlexander Korotkov
2024-04-08Fix some grammer errors from error messages and codes commentsAlexander Korotkov
2024-04-06Implement ALTER TABLE ... SPLIT PARTITION ... commandAlexander Korotkov
2024-04-06Implement ALTER TABLE ... MERGE PARTITIONS ... commandAlexander Korotkov
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-10-10Add const to values and nulls argumentsPeter Eisentraut
2023-07-20Add missing ObjectIdGetDatum() in syscache lookup calls for OidsMichael Paquier
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-05-02Fix typos in commentsMichael Paquier
2023-03-25Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson
2023-02-07Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-11-03Resolve partition strategy during early parsingAlvaro Herrera
2022-10-07Remove unnecessary uses of Abs()Peter Eisentraut
2022-10-05Rename shadowed local variablesDavid Rowley
2022-09-20Harmonize more parameter names in bulk.Peter Geoghegan
2022-09-13Split up guc.c for better build speed and ease of maintenance.Tom Lane
2022-07-13Small cleanup of create_list_bounds()David Rowley
2022-02-14Fix misuse of "const" qualifier.Tom Lane
2022-01-08Update copyright for 2022Bruce Momjian
2021-10-01Ensure interleaved_parts field is always initializedDavid Rowley
2021-08-03Allow ordered partition scans in more casesDavid Rowley
2021-07-27Avoid using ambiguous word "non-negative" in error messages.Fujii Masao
2021-07-19Use l*_node() family of functions where appropriatePeter Eisentraut
2021-07-14Remove unused function parameter in get_qual_from_partboundJohn Naylor
2021-07-07Use a hash table to speed up NOT IN(values)David Rowley
2021-07-06Reduce the number of pallocs when building partition boundsDavid Rowley
2021-06-29Fix bogus logic for reporting which hash partition conflicts.Tom Lane
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-05-07Fix typoPeter Eisentraut
2021-04-22Fix relcache inconsistency hazard in partition detachAlvaro Herrera
2021-04-08Speedup ScalarArrayOpExpr evaluationDavid Rowley
2021-04-08Cleanup partition pruning step generationDavid Rowley
2021-03-25ALTER TABLE ... DETACH PARTITION ... CONCURRENTLYAlvaro Herrera
2021-02-24Message style fixPeter Eisentraut
2021-02-22Improve new hash partition bound check error messagesPeter Eisentraut
2021-02-17Use errmsg_internal for debug messagesPeter Eisentraut
2021-01-28Fix hash partition pruning with asymmetric partition sets.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-11-16Do not return NULL for error cases in satisfies_hash_partition().Tom Lane
2020-11-02Fix some grammar and typos in comments and docsMichael Paquier
2020-10-30Fix assertion failure in check_new_partition_bound().Tom Lane
2020-09-23Improve error cursor positions for problems with partition bounds.Tom Lane
2020-09-10Clean up some code and comments in partbounds.c.Etsuro Fujita
2020-09-04Remove some more useless assignments.Tom Lane